/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background: #ffffff url(images/nav_bg.gif) repeat-x;
}

#header{
	height: 67px;
}

#nav{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#nav li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}

#nav li a{
	display: block;
	height: 12px;
	background: url(images/nav_arrow.gif) no-repeat top left;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

#nav li a:hover{
	color: #FFDD00;
}

#nav li li{
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	height: auto;
}

#nav li li a{
	border-bottom: 1px solid #c1c1c1;
	background: #ffffff;
	display: block;
	width: 150px;
	color: #999999;
	padding: 5px;
	margin: 0px;
	text-transform: uppercase;
	height: auto;
}

#nav li li a:hover{
	color: #4878BA;
	background: #e5e5e5
}

#search{
	position: absolute;
	left: 558px;
	top: 16px;
	width: 193px;
}

/* hide subnavs */
#nav ul {
	margin: 0;
	padding: 0;
	display: none;
	border: 1px solid #c1c1c1;
	border-bottom: none;
	border-top: none;
}

/* show subnavs */
#nav li:hover ul{
	position: absolute; top: 99px;
	display: block;
}

#footer{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0;
	margin: 0;
}

#footerBlank{
	clear: both;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px 0;
	margin: 0;
}
#footer li{
	padding: 0; margin: 0;
	list-style: none;
	display: inline;
}

#footer li a{
	border-left: 1px solid #999999;
	padding-left: 5px;
	padding-right: 5px;
	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

#footer li a:hover{
	color: #0066CC;
}

#footer li.first a{
	border-left: none;
}

#footerlinks{
	padding: 0; margin: 0;
	list-style: none;
}

#footerlinks li{
	padding: 30px; margin: 0;
	display: inline;
	float: left;
}

.clear{
	clear: both;
	height: 1px;
}

.acrop_credit{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
	margin: 10px 0;
	display: block;
}

.tout{
	display: block;
	float: left;
	width: 185px;
	height: 115px;
	border-left: 1px solid #FFFFFF;
	padding: 18px;
}

#splash{
	height: 281px;
	border-bottom: 1px solid #CCCCCC;
}

#prods{
	height: 1px;
	clear: both;
	border-bottom: 1px solid #e2e2e2;
}
