/* basic.css */

/* @include reset.css */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1.4;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse;border-spacing: 0}
ol, ul {list-style: none}
q:before, q:after {content: ""}

/* `basic */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden}
/* 
.clearfix{display:inline-table}
*/
.clearfix{display:inline-block}
*html .clearfix{height:1%}
.clearfix{display:block}
.clear {clear: both}
h1 {color: #7D9BAF;font-size: 15px;font-weight: normal}
p {line-height: 1.4;margin-top: 20px}
b {color: #111}
a {text-decoration: none;cursor: pointer;}
a:hover {color: #496B82}
.none {display: none}
.linktext {
	color: #7D9BAF;
	font-size: 11px;
	line-height:1.4;
}
.legaltext {
	color: #BCBCBC;
	font-size: 10px;
}

/* `body  
-------------------------------------------------- */
body {
	background-color: #E7E7E7;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	position: relative;
}
#container {
	width: 866px;
	margin: 0 auto;
	position: relative;
}
#header {
	position: relative;
	background: transparent url() no-repeat scroll -1px 0;
}
#bottom {
	height: 27px;
	background: transparent url(../images/footer.gif) no-repeat scroll 0 0;
}
#footer {
	height: 50px;
	text-align: right;
	padding-top: 20px;
}
#content {
	background-color: #fff;
	padding: 10px 40px 30px 35px;
}

/* `menu 
-------------------------------------------------- */
#menu {
	position: absolute;
	font-size: 11px;
	left: 33px;
	width: 810px;
}
#navigation {
	position: absolute;
	left: 180px;
	top: 31px;
}
#navigation li {
	display: inline;
	padding-left: 52px;
	background: transparent url(../images/li_nav.png) no-repeat scroll 40px center;
}
#navigation li.selected {
	background-image: url(../images/li_nav_selected.png);
}
#navigation a {color: #666666}
#navigation a:hover {color: #496B82}
#logo {
	width: 200px;
	height: 66px;
	display: block;
	text-indent: -9999px;
}