@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#1e211f;
	background-image:url(../images/main/carbon_square.jpg);
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#dfdfdf;	
}

#contentpane {
	width:950px;
	margin: 0 auto;
}

#header {
	background-image:url(../images/main/banner.jpg);
	background-repeat:no-repeat;
	width: 922px;
	height: 225px;
}

ul#nav {
	background: url(../images/main/nav.jpg);
	position:relative;
	width:900px;
	height:30px;
	margin: 0px 0px 0px 12px; /*margin: top right bottom left*/
	padding : 0;
}
ul#nav li {
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
}

li#nav_1 {	left:0px; width:65px;}
li#nav_2 {	left:65px; width:120px;}
li#nav_3 {	left:186px; width:114px;}
li#nav_4 {	left:300px; width:90px;}
li#nav_5 {	left:390px; width:56px;}
li#nav_6 {	left:446px; width:116px;}
li#nav_7 {	left:562px; width:80px;}
li#nav_8 {	left:643px; width:88px;}
li#nav_9 {	left:731px; width:50px;}
li#nav_10 {	left:782px; width:120px;}

li#nav_1_act {	left:0px;   width:65px;  background : url(../images/main/nav.jpg) no-repeat 0 -30px;}
li#nav_2_act {	left:65px;  width:120px; background : url(../images/main/nav.jpg) no-repeat -65px -30px;}
li#nav_3_act {	left:186px; width:114px; background : url(../images/main/nav.jpg) no-repeat -186px -30px;}
li#nav_4_act {	left:300px; width:90px;  background : url(../images/main/nav.jpg) no-repeat -300px -30px;}
li#nav_5_act {	left:390px; width:56px;  background : url(../images/main/nav.jpg) no-repeat -390px -30px;}
li#nav_6_act {	left:446px; width:116px; background : url(../images/main/nav.jpg) no-repeat -446px -30px;}
li#nav_7_act {	left:562px; width:80px;  background : url(../images/main/nav.jpg) no-repeat -562px -30px;}
li#nav_8_act {	left:643px; width:88px;  background : url(../images/main/nav.jpg) no-repeat -643px -30px;}
li#nav_9_act {	left:731px; width:50px;  background : url(../images/main/nav.jpg) no-repeat -731px -30px;}
li#nav_10_act {	left:782px; width:120px; background : url(../images/main/nav.jpg) no-repeat -782px -30px;}

li#nav_1 a:hover { background : url(../images/main/nav.jpg) no-repeat 0 -30px; }
li#nav_2 a:hover { background : url(../images/main/nav.jpg) no-repeat -65px -30px; }
li#nav_3 a:hover { background : url(../images/main/nav.jpg) no-repeat -186px -30px; }
li#nav_4 a:hover { background : url(../images/main/nav.jpg) no-repeat -300px -30px; }
li#nav_5 a:hover { background : url(../images/main/nav.jpg) no-repeat -390px -30px; }
li#nav_6 a:hover { background : url(../images/main/nav.jpg) no-repeat -446px -30px; }
li#nav_7 a:hover { background : url(../images/main/nav.jpg) no-repeat -562px -30px; }
li#nav_8 a:hover { background : url(../images/main/nav.jpg) no-repeat -643px -30px; }
li#nav_9 a:hover { background : url(../images/main/nav.jpg) no-repeat -731px -30px; }
li#nav_10 a:hover { background : url(../images/main/nav.jpg) no-repeat -782px -30px; }

ul#nav li a { text-indent: -9999px; background-color:transparent; display:block; height:30px;}

.contentbox_top {
	background-image:url(../images/main/contentbox_top.jpg);
	width:922px;
	height:45px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.contentbox_mid {
	width:922px;
	background-image:url(../images/main/contentbox_mid.jpg);  
	background-repeat:repeat-y;
	margin-top:0px;
	padding-left:50px;
	margin: 0;
	padding: 5px 30px 31px;
}

#contentbox_mid_content {
	width:840px;
	padding-left: 12px;
}

.contentbox_btm { 
	width:922px;
	height:69px;
	margin-bottom: 10px;
	background-image:url(../images/main/contentbox_btm.jpg);
	margin-top:0px;
}

#footer {
	background-image:url(../images/main/footer_bg.jpg);
	background-repeat:repeat-x;
	height:101px;
	width:922px;
	text-align: center;
	margin-top:10px;
	/*padding-top:15px;*/
	overflow:hidden;
}

ul#footer_nav li{
	list-style-type: none;
	display:inline;
	font-size:small;
}

.clear 
{ 
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

a:link { color : #5f98d7; text-decoration : underline; } 
a:visited { color : #8babd7; text-decoration : underline; }
a:hover { color : #8babd7; }
a:active, a:focus { color : #000; }