/* CSS Document */

body,html{
	background-color:#ffffff;
	margin:0;
	padding:0;
	}

#maincontainer{
	width:1070px;
	float:left;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0 0 10px 0;
	padding:0;
	min-height:450px;
	height:auto !important;
	height:450px;
	}
	
#logo{
	width:500px;
	height:120px;
	background-image:url(images/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	margin: 0 0 0 0;
	}
	
#active_page{
	margin: 0 0 10px 8px;
	}
		
#nav{
	width:110px;
	height:200px;
	float:left;
	}
	
#nav ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	list-style:none;
	float:left;
	margin:18px 0 0 31px;
	_margin-left:15px;
	padding:0;
	}
	
#nav li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	list-style:none;
	margin: 10px 0 0 0;
	}
	
#nav li img{
	margin-right:-5px;
	}
	
#nav li #select{
	color:#000000;
	}

#nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	margin: 0 0 0 13px;
	}

#nav a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
	
#client_area_wrapper{
	float:right;
	width:900px;
	}
	
#client_area_text{
	width:900px;
	float:left;
	margin: 10px 0 20px 0;
	}

#client_area_text h1{
	width:900px;
	float:left;
	margin:20px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	}

#client_area_text p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:20px 0 20px 0;
	}
	
#client_area_image{
	background-image:url(images/index_image.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:600px;
	height:399px;
	float:left;
	margin:20px 0 20px 0;
	}
	
#wrapper{
	width:900px;
	float:right;
	min-height:600px;
	height:auto !important;
	height:600px;
	}
	
.clear{
	clear:both;
	}
	
#footer{
	float:left;
	height:15px;
	width:1040px;
	margin: 0 0 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border-top: 1px dashed #999999;
	}	

#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	}
	
#footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
	}
	


