@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

#ars_layout {

	height: 600px;
	width: 800px;
	margin:0 auto;
	position: relative;

}

#ars_header {
	height: 242px;
	width: 800px;
	
	position: absolute;
	
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC00;
}
#ars_header_overlay {
	height: 241px;
	width: 800px;
	position: absolute;
	background-image: url(images/logo_overlay.png);
	background-repeat: no-repeat;
}
#ars_nav {
	height: 40px;
	width: 800px;
	position: absolute;
	background-color: #000000;
	top: 246px;
}

#ars_content {
	width: 780px;
	top: 276px;
	background-color: #000000;
	padding: 10px;
	position: absolute;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}



h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #CCCC00;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #CC9900;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #CCCC00;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #CC9900;
}
a:link {
	color: #CCCC66;
}
a:active {
	color: #CCCC66;
}
a:visited {
	color: #CCCC66;
}
a:hover {
	color: #CC6633;
}

.columns li h4 {
	text-decoration: none;
	margin: -5px -5px 0 -5px;
	color: white;
	padding: 5px !important;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.columns li {
	float: left;
	height: 170px;
	width: 18% !important;
	margin-bottom: 5px;
	padding: 5px;
}
.columns {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}

.product_columns li h4 {
	text-decoration: none;
	margin: -5px -5px 0 -5px;
	color: white;
	padding: 5px !important;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.product_columns li {
	float: left;
	height: 170px;
	width: 25% !important;
	margin-bottom: 5px;
	padding: 5px;
}
.product_columns {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}


#accordion h3 {
	background-image: url(images/accbg.gif);
	background-repeat: repeat-x;
	border: 1px solid #333333;
	margin: 4px;
	padding: 4px;
	cursor: pointer;
}

#sidemenu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#sidemenu ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

#sidemenu ul li ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: normal;
}

#sidemenu ul li ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
}


#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}

.logos li {
	float: left;
	height: 50px;
	margin-bottom: 5px;
	padding: 5px;
}
.logos {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}