@charset "UTF-8";
@import url("src/reset.css");
@import url("src/typography.css");
@import url("src/classes.css");
/*==================================================================================================
NOTES:

==================================================================================================*/
body{
	background:url(images/bg01.jpg) top center no-repeat fixed #000;
	font-family:Tw Cen MT,veranda,helvetica,arial,sans serif;
	font-size:98%;
	color:#ccc;
}
h1,h2,h3,h4,h5,h6,p,li,ol,ul
{
	color:#ccc;
}
a{
	color:#ccc;
}
a:hover,a:focus{
	color:#fff;
}

#head,
#content-wrapper,
#foot,
#image_rotator{
	float:none;
	padding:0;
	width:980px;
	margin:0 auto;
	position:relative;
	display:block;
	clear:both;
	
}
#content-wrapper{

	background:#000;
	overflow:hidden;
}
#image_rotator_wrapper{
	background:#000;
	border-top:1px solid #444;
	border-bottom:2px solid #222;
	height:340px;
	padding:0;
	
}
#image_rotator{
	width:980px;
	height:340px;
}
#wrapper {
	

}
#head img {
	float:none;
	width:980px;
	position:relative;
	display:block;
	margin:0px auto;
	height:180px;
	
}
h4.slogan{text-align:center;font-weight:100;color:#fff}







/* remove the bullets, padding and margins from the lists */
#nav ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#nav li{
float:left;
position:relative;
z-index:100;
}


#nav{
	height:35px;
	background:url(black.png) bottom center repeat-x #030303;
	padding-left:150px;
}
/* style all the links */
#nav a, #nav :visited {
display:block;
width:auto;
padding:4px 15px 4px 15px;
color:#fff;
background:0;
text-decoration:none;
text-align:center;
}
#nav li{height:35px}

#nav ul ul li{height:auto;padding:0;}
/* style the links hover */
#nav a:hover{
	color:#ccc;
}
#nav ul li{margin-top:-13px;padding-top:13px;}
#nav ul li:hover,#nav ul li.active{background:url(cursor.png) top center no-repeat}
#nav ul ul li {margin-top:0;}
#nav ul{
	margin:0 auto;
	width:900px;
}
#nav ul ul a{
background:#000 !important;
border:1px solid #555;
font-size:13px;
width:130px !important;
padding-top:0 !important;
margin-bottom:-1px;
}
#nav ul ul a:hover{background:#111 !important}
#nav ul ul a:hover{
	background:#333;
}
/* hide the sub level links */
#nav ul ul {
visibility:hidden;
position:absolute;
width:100px;
height:0;
}
/* make the sub level visible on hover list or link */
#nav ul li:hover ul,
#nav ul a:hover ul{
visibility:visible;
}










#content{
	float:left;
	width:660px;
	padding:20px;
}
#col1{
	float:right;
	clear:right;
	width:200px;
	border-left:1px solid #333;
	margin-bottom:-99999px;
	padding:20px 20px 99999px 20px;
}
#foot{
	background:#000;
	border-top:1px solid #444;
	width:98%;
	padding:1%;
	text-align:center;
}
/*==================================================================================================
NOTES:

==================================================================================================*/