		/**CREDITS TO:
			NATHAN SMITH for the HOVER BOX
			ANDY RUTLEDGE for the IMAGE SWITHCER
			RAPHAEL GOETTER for the SUB-MENU
		**/
		
		/***GENERAL***/
		html { 
			padding:0px;
			margin:0px;
		}
		h3{
			color:#CCCCCC;
		}
		h5{
			color:#CCCCCC;
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:normal
		}
		body {
			background-color:#000000;	
			color:#FFFFFF;
			padding:0px;
			font-family: Arial, Helvetica, sans-serif;	
			font-size: 12px;
		}
		
		td {font-family: Arial, Helvetica, sans-serif}	
		
		/**STYLE FOR SPLASH PAGE**/
		#spl_img
		{
			margin-left: 20px;
			text-align:center;
			padding: 0px;
			overflow:hidden;
		}
		
		#background
		{
			background:#00000;
		}
		
		#containerindex
		{
			width:1000px;
			margin:0px auto;
		}
		
		#header
		{
			background:url(../images/welcome.jpg) no-repeat;
			height:132px;
			width:601px;
			margin:30px auto 20px auto;
		}
		
		#categoriestop
		{
			background:#262626;
			margin:0px 0px 0px 0px;
			height:75px;
			padding:5px 0px 0px 0px;
		}
		
		#whatdoyou
		{
			background:url(../images/whatdoyouwant.jpg) no-repeat;
			height:55px;
			width:564px;
			margin:10px auto;
		}
		
		#choices
		{
			background:#131313;
		}
		
		#choices a
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#FFFFFF;
			text-decoration:none;
			text-transform:uppercase;
			line-height:1.5em
		}
		
		#choices a:hover
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#da251d;
			text-decoration:none;
			text-transform:uppercase;
			line-height:1.5em;
		}
		
		#footerindex
		{
			color:#767676;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			text-align:center;
			padding:20px 0px 20px 0px
		}
		
		.clearboth
		{
			clear:both
		}
		
		#splash{margin-top: -80px;}
		/**IDs for Main Pages**/
		
		#container{
			position:relative;
			width: 969px;
			margin:auto;
		}
		
		#foot_aqm{
			background: url(../images/aqm_footr_new.jpg) no-repeat;
			width: 969px;
			height: 197px;
		}
		
		#header_home{
			background: url(../images/home_main_red.jpg) no-repeat;
			width: 969px;
			height: 628px;	
		
		}
		
		#header_aqm{
			background: url(../images/aqm_headr_new.jpg) no-repeat;
			width: 969px;
			height: 272px;
		}
		
		#midbody_aqm{
			background:url(../images/aqm_mid_new.jpg) repeat-y;
			width:969px;
		}
		
		#midbody_content{
			width: 580px;
			margin: 0px auto;
		}
		
		#prod_table{width: 550px;}
		
		#menu2home{
		position:absolute;
		margin: 585px 830px;
		width: 100px;
		font-size:10px;
		text-transform:uppercase;
		color:#999999;
		text-align:center;
		}
		
		#menu2home a:link, a:visited
		{
		color:#999999;
		font-size:10px;
		text-decoration:none;
		text-transform:uppercase;
		}
		
		#menu2home a:hover{
		color:#FFFF66;
		font-size:10px;
		text-decoration:underline;
		text-transform:uppercase;
		}
		
		#menu2{
		width: 100px;
		background-position:bottom;
		position:absolute;
		margin:160px 830px;
		font-size:10px;
		text-transform:uppercase;
		color:#999999;
		text-align:center;
		}
		
		#menu2 a:link, a:visited
		{
		color:#999999;
		font-size:10px;
		text-decoration:none;
		text-transform:uppercase;
		}
		
		#menu2 a:hover{
		color:#FFFF66;
		font-size:10px;
		text-decoration:underline;
		text-transform:uppercase;
		}
		
		
	
		/**CLASSES for main pages**/
		.title{
			font-size:12px;
			margin:10px auto;
			width: 260px;	
		}
		
		.titlehome{
			font-size:12px;
			margin:0px auto;
			width:450px;
			vertical-align:text-bottom;
			
		}
		
		.cell_image{
	vertical-align:top;
	padding: 50px;
}
		
		.cell_brandnum{
			font-family: Arial, Helvetica, sans-serif;
			font-size:32px;
			font-weight:bold;
			letter-spacing:-4px;
			text-align:left;
			text-transform:uppercase;
			vertical-align:top;
			padding-right: 15px;
		}
		
		.cell_brandname{
			color:#000;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size: 22px;
			letter-spacing: -1px;
			text-transform:uppercase;
			vertical-align:top;
			padding-right: 15px;
		}
		
		.cell_brandname2{
			color:#000;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bolder;
			font-size: 16px;
			letter-spacing: -1px;
			text-transform:uppercase;
			vertical-align:top;	
			padding-right: 15px;
		}
		
		.cell_description{
	color:#CCCCCC;
	font-size:11px;
	text-align: left;
	vertical-align:text-top;
	padding-left:10px;
	width: 35%;
		}
		
		
		.tbcontact{
			width: 350px;
			margin-left:auto;
		}
		
		.c1, .c2{
			vertical-align:top;
		}
		
		.c1{
		text-transform:uppercase;
		font-size:10px;
		font-weight:bold;
		color:#000000;
		}
		
		.c2{
		font-size:16px;
		letter-spacing:0px;
		}
		
		/***TAB MENU***/
		dl, dt, dd, ul, li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-transform:uppercase;
		}
		
		#menu {
	position: absolute;
	margin: 50px 10px 50px;
	padding: 0px;
	width: 10em;
		}
		
		#menu dt {
	cursor: pointer;
	height: 40px;
	font-size:10px;
	line-height: 15px;
	margin: 2px5px 0;
	text-align: right;
	text-transform:uppercase;
		
		}
		
		#menu dd {
	position: absolute;
	z-index: 100;
	left: 10em;
	margin-top: -1.7em;
	width: 10em;
	background:#990000 url(../images/tile.png) repeat top;
	border: 0px solid gray;
		
		}
		
		#menu ul {
			padding: 2px;
		}
		
		#menu li {
			text-align: left;
			text-indent: 5px;
			font-size: 85%;
			height: 18px;
			line-height: 18px;
		}
		
		#menu li a, #menu dt a{
			color: #FFF;
			text-decoration: none;
			display: block;
		}
		
		#menu li a:hover, #menu dt a:hover{
			color:#FFFF66;
			text-decoration: underline;
		}
		
		/**Hoverbox Code**/
		
		.hoverbox
		{
			cursor: default;
			list-style: none;
		}
		
		.hoverbox a
		{
			cursor: default;
		}
		
		.hoverbox a .preview
		{
			display: none;
		}
		
		.hoverbox a:hover .preview
		{
			display: block;
			position: absolute;
			top: -20px;
			left: -45px;
			z-index: 1;
		}
		
		.hoverbox img
		{
			vertical-align: top;	
		}
		
		.hoverbox li
		{
			color: inherit;
			display: inline;
			float: left;
			margin: 3px;
			padding: 5px;
			position: relative;
		}
		
		.hoverbox .preview
		{
			border: 5px solid #FFF;
			width: auto;
			height: auto;
		}
		
		
		
		/**IMAGE SWITCHER**/
		#copy {
			margin: 0 auto;
			width: 600px;
			background: #fff;
			clear: both;
		}
		#copy h1 {
			font-size: 16px;
			font-weight: bold;
			color: #333;
			padding: 25px 0 0;
			text-align: left;
		}
		#copy p {
			font-size: 11px;
			color: #666;
			padding: 10px 0 5px;
			text-align: left;
			line-height: 1.5em;
		}
		#copy p a:link, #copy p a:visited {
			color: #c60;
			text-decoration: none;
		}	
		#copy p a:hover {
			color: #999;
			text-decoration: underline;
		}
		
		/*-------------- Here starts the image switcher styles ------------------*/
		
		#picture {
			margin: 50px auto 0;
			width: 600px;
			height: 150px;
			background: url(../grey.gif) no-repeat top left;
			clear: both;
		}
		#nav {
			
			margin: 0 auto;
			width: 600px;
			height: 40px;
			background: #ccc;
			clear: both;
		}
		#nav ul {
			list-style: none;
			line-height: 40px; 
			font-weight: bold;
			font-size: 12px;
		}
		#nav li {
			float: left;
			background: transparent;
		}
		#nav li a {
			width:200px;
			line-height: 40px;
			display: block;
			color: #fff;
			text-decoration: none;
			text-align: center;
		}
		#nav ul li a:hover {
			color: #fff;
			background: #000;
		}
		#nav li ul {
			position: absolute;
			background: #000;
			left: -5000px;
			top: 50px;
		}
		#nav li li {
			width: 600px;
		}
		
		li#blue a {
			background: #09f;
		}
		li#red a {
			background: #c00;
		}
		li#green a {
			background: #390;
		}
		li#blue:hover ul {
			left: auto;
			width: 600px;
			height: 150px;
		}
		li#red:hover ul {
			margin-left: -200px;
			left: auto;
			width: 600px;
			height: 150px; 
		}
		li#green:hover ul {
			margin-left: -400px;
			left: auto;
			width: 600px;
			height: 150px; 
		}
.bottomlink {
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.bottomlink a{
	color:#FFFFFF;
	text-decoration:none;
}
.bottomlink a:hover{
	color:#cccccc;
	text-decoration:underline;
}
#prod_table li {
	text-transform: none;
	color: #CCCCCC;
	list-style-type: disc;
	margin: 0px;
	padding: 1px;
	list-style-position: outside;
}
.style1 {
	color: #CCCCCC;
	font-variant: normal;
}
.style3 {color: #CCCCCC; font-size: 11px; }
