@charset "UTF-8";

/* reset */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:12px; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #404040;
	text-align:center;
	background-color: #FFFFFF;
}


a { color:#009ae9;}
a:hover {color:#5fdd5f;}


#header, #topbar, #content, #footer {
	position: relative;
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#header-wrap {
	width: auto;
	background-image: url(../images/bg_header_1x120.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
}


#header {
	text-align: center;
	height: 120px;
	margin-bottom: 30px;
	font-size: 12px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 68px;
	height: 71px;
	width: 331px;
	background-image: url(../images/mediaspaces_logo_331x71.gif);
}

#nav {
	position: absolute;
	right: 0;
	top: 71px;
}


#nav ul li {
	float: left;
	display: inline;
	width: 80px;
	padding: 0 0 20px 15px;
	text-align: center;
	background: transparent url(../images/li_bullet_23x23.gif)  no-repeat 50% 38px;
	height: 35px;
}

#nav ul li.selected {
	background: transparent url(../images/li_bullet_selected_22x23.gif) no-repeat 50% 38px;

}


#nav ul li a {
	font-size: 12px;
	color: #969696;
	border: 0;
	display: block;
	padding-top: 12px;
	padding-right:15px;
}

#nav a:hover {color:#81BF0A;}

#breadcrumbs {
	font-size: 10px;
}

#content{
	color: #404040;
}

#content h1, h2, h3 {color: #666666; margin-bottom: 10px;}
#content h1 {font-size: 15px;}
#content h2 {font-size: 13px;}
#content h3 {font-size: 11px;}


#content p, #content pre{
	margin-bottom: 20px;
}

#content ul, #content ol {
	margin-top: -10px;
	margin-bottom: 10px;
}

#content li {
	list-style: square;
	list-style-position: inside;
	padding-left: 20px;
}


#content code {font-family:"Courier New", Courier, monospace;}
#content pre {
	background:#f8f8f8;
	text-align: left;
	border:1px dotted #ccc;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content pre code {border:0; font-style:bold;}



#content_left{
	position: relative;
	width: 450px;
	float: left;
	display: inline;
	margin-right: 25px;
}

#content_right{
	position: relative;
	width: 300px;
	float: right;
	display:inline;
	line-height: normal;
}

#content_right .section{
	width: 300px;
	margin-bottom: 20px;
	border: 1px solid #FFF;
	background: transparent url(../images/section_bottom_300x384.gif) no-repeat 0 100%;
}


#content_right .section h1 {
	padding-top: 10px;
	color: #5fdd5f;
	background: #fff url(../images/section_top_300x384.gif) no-repeat 0 0;
}

#content_right .section h1, #content_right .section h2, #content_right .section h3, #content_right .section p, #content_right .section ul, #content_right .section li {
	padding-right: 10px;
	padding-left: 10px;
}

#content_right .section p#date {
	margin-top: -10px;
	margin-bottom: 5px;
	font-size:9px;
	color: #CCCCCC;
}


#footer-wrap{
	clear: both;
	width: auto;
	position: relative;
	background: transparent url(../images/bg_footer_1x60.png) repeat-x scroll 0px;
}

#footer{
	height: 60px;
	padding-top: 10px;
	margin-bottom: 0px;
}