﻿/* global */

		body{ 
			background:#e8e8e8 url('../images/bg-body.gif') repeat-x;
			color:#333;
			line-height:160%;
			margin:0;
			padding:0 0 1em 0;
			text-align:center;
			font-style: normal;
			font-variant: normal;
			font-weight: normal;
			font-size: 80%;
			font-family: Arial, Helvetica, Sans-Serif;
}
/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.block{display:block;clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */	
    /* headings */
    h1{
			font-size:200%;
			font-weight:normal;
      }		
	h6{
		font-weight:normal;
		margin:1em 0;
		}	
    h5{
		font-weight:normal;
		margin:1em 0;
		}	
    h4{
		font-weight:normal;
		margin:1em 0;
		}	
    h3{
		font-weight:normal;
		margin:1em 0;
		}	
    h2{
		font-weight:normal;
		margin:1em 0;
		}	
    h2{            
			font-size:30px;
			}
    h3{          
			font-size:22px;
    	}
    h4{          
			font-size:16px;
    	}				
    /* // headings */

    /* image replacement */
		#intro a.firewall {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
    	#intro a.accoustishield {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
    	#header h1 {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
    	#intro a.order {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
		#intro a.catalog {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
    	#intro a.more {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
		#side a.weathershield {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
		#side-home a.acoustitruck {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
		#side-home a.weathershield {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
		#side-home a.catalog {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
    	.graphic {
				margin:0;
				padding:0;
				display:block;
				overflow:hidden;
				text-indent:-8000px;
				}
    /* // image replacement */

    /* clearfix */

			.fixed:after{
				content:"."; 
				display:block; 
				height:0; 
				clear:both; 
				visibility:hidden;
				}
			
			#content:after{
				content:"."; 
				display:block; 
				height:0; 
				clear:both; 
				visibility:hidden;
				}
			.fixed{
				display:block;
				}
			#content{
				display:block;
				}
			/*  \*/
			.fixed{
				min-height:1%;
				}
			#content{
				min-height:1%;
				}
			* html .fixed{
				height:1%;
				}

    		* html #content{
				height:1%;
				}

    /* // clearfix */
	
	/* HTML Tags */
    a{
			text-decoration:none;	
			color:#b40000;
      }
    a:hover{
			color:#999;
      }			
		li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#242424;
			}				
		select{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#003366;
			}				
		textarea{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#003366;
			}				
		input{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#003366;
			}				
		table{
			font: 100% Arial, Helvetica, Sans-Serif;
			line-height: 160%;
			color: #242424;
			}
		form{
			margin: 0em 0 .5em 0;
			}
		ol{
			margin:1em 0;
			}
		ul{
			margin:1em 0;
			}
		blockquote{
			margin:1em 0;
			}
		p{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
	margin: .2em 0 1em 0;
	width: 100%;
	border-collapse: collapse;
	background: #333;
			}
		td{
			padding: 3px 5px 3px 5px;
			border: 1px solid #fff;
		}
		th{	
			padding:3px 5px;
			border:1px solid #fff;
			}	
		th{	
			text-align:left;
			background:#fff;
			border-bottom:1px #efefef solid;
			}
		td{
			background: #ffffff;
			}
		li{
			display:list-item;
			}	
	
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{	
		margin:0 auto;
		width:900px;
		text-align:left;
		position:relative;
		}
	#header{
		height:142px;
		position:relative;
		background:url('') no-repeat 0 100%;
		}	
	#content{
		background:url('../images/bg-content.gif') repeat-y;
		}	
	#main{
	float: right;
	display: inline;
	width: 670px;
	padding: 20px;
}
	#home-content {
		float: left;
		display: inline;
		width: 900px;
		padding: 0 0 20px 0;
		position: relative;

		}
	#main-home{
	margin: 0px;
	float: right;
	display: inline;
	width: 710px;
	padding: 0;
}
	#side{
	float: left;
	display: inline;
	width: 150px;
	padding: 20px;
	position: relative;
}
	#side-home{
	float: left;
	display: block;
	width: 190px;
	padding: 0;
	position: relative;
}
	
	#footer{
		clear: both;
		background: url('') no-repeat 0 0;
		border-top: 5px #0066CC solid;
		background-color: #e8e8e8;
		height:200px;
		font-size:11px;
		color:#999999;
		}

/* //page setup */

/* navigation elements */
	
	/* nav */
		
		#header ul li{
			margin:0;
			padding:0;
			list-style:none;
			}
				
		#header ul{
			margin:0;
			padding:0;
			list-style:none;
			}
		#header ul{
			height:50px;
			position:absolute;
			top:60px;
			right:0;	
			}			
		#header ul li{
			float:left;
			display:inline;
			height:70px;		
			line-height:70px;			
			padding:0 0 0 30px;
			}											
		#header ul li a{
			float:left;
			display:inline;
			height:55px;		
			line-height:55px;			
			font-size:14px;
			color:#333;
			text-transform:uppercase;
			font-weight:bold;
			}							
		#header ul li a:hover{
			color:#aaa;
			}	
	/* // nav */
	
	/* sub nav */
		
		#side-home ul li{
			margin:0;
			padding:0;
			list-style:none;
			}	
				
		#side ul li{
			margin:0;
			padding:0;
			list-style:none;
			}	
				
		#side-home ul{
			margin:0;
			padding:0;
			list-style:none;
			}	
						
		#side ul{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#side-home ul{
			margin:1em 0;
			}
		#side ul{
			margin:1em 0;
			}
		#side-home ul li{
			border-bottom:1px solid #e5e5e5;
			padding:.5em 0 .5em 20px;
			background:url('../images/bg-bullet.gif') no-repeat 0 50%;
		}
		#side ul li{
			border-bottom:1px solid #e5e5e5;
			padding:.5em 0 .5em 20px;
			background:url('../images/bg-bullet.gif') no-repeat 0 50%;
		}
		#side-home ul li a{			
			display:block;
			text-decoration:none;
			font-weight:normal;
			color:#333;
			}													
	
		#side ul li a{			
			display:block;
			text-decoration:none;
			font-weight:normal;
			color:#333;
			}													
	
	/* //sub nav */		
	
/* //navigation elements */

/* header */

	#header h1{
		position:absolute;
		float:left;
		left:0;
		top:60px;
		font-size:36px;
		height:78px;
		width:339px;
		line-height:50px;
		margin:0;
		background:url('../images/h1-quiet-ride-solutions-logo.gif') no-repeat 0 0;
		}
	#header h1 a{
		float:left;
		height:76px;
		width:339px;
		line-height:50px;
		color:#333;
		}		
		
	#header p{
		margin:0;
		height:48px;
		line-height:48px;
		position:absolute;
		top:0;
		color:#fff;
		font-size:16px;
		}
	#phone{
		left:0;	
		}
	#teaser{
		right: 0;
		}
	#teaser span{float:left;}
	#teaser a{
		float:left;
		width:158px;
		height:30px;
		line-height:30px;
		background:url('../images/bg-btn2.png') no-repeat 0 0;
		color:#fff;
		text-align:center;
		margin-left:5px;
		margin-top:9px;
		}
	#tagline p {
		margin:0;
		height:48px;
		line-height:48px;
		position:relative;
		top:92px;
		color:#069;
		font-size:14px;
		}
	#tagline {
		left:300px;
	}	
/* // header */

/* content */

	#main-home a{
		color:#a50000;
		text-decoration:underline;
		font-weight:bold;
		}	
	
	#main a{
		color:#a50000;
		text-decoration:underline;
		font-weight:bold;
		}	
	.left{
		margin-right:10px;
		float:left;
		}	
	.right{
		margin-left:10px;
		float:right;
		}
	.imgborder{
		background:#f1f1f1;
		border:5px solid #e7e7e7;
		padding:2px;
		}
	.imgFloatRight {
		float:right;
		margin: 0 0 20px 20px;
		}
	.imgFloatRightHome {
		float:right;
		margin: 0 0 0 5px;
		}
	#main-home h4 {
	color: #0099CC;
	font-weight: bold;
	font-size: 18px;
}
	#main-home h3 {
		color: #C00;
		font-weight: normal;
		font-size: 26px;
		line-height: 30px;
	}
	#side-home h4 {
		color:#666;
		font-weight:bold;
		}
	#main h4 {
		color:#007CA6;
		font-weight:bold;
		}
	#main-home ul {
		margin-left: 0px;
	}

	#main ul {
		margin-left: 0px;
	}
	#side h2 {
		margin: 0;
		padding: 0;
		font-size: 20px;
		font-weight: normal;
	}
	#side h3 {
		color: #0099CC;
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
	}
	#side-home h4 {
		color:#0099CC;
		font-weight:bold;
		margin:0;
		padding:0;
		}
	#side-home h3 {
		color: #0099CC;
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
	}
	#side-main h4 {
		color:#0099CC;
		font-weight:bold;
		margin:0;
		padding:0;
		}
		#side-main h3 {
		color: #CC0000;
		margin: 0px;
		padding: 0;
	}

	.first_col {
		width: 150px;
		padding: 20px;
		margin: 0;
		float: left;
	}
	.second_col {
		width: 350px;
		padding: 0px 20px 20px 40px;
		margin: 0;
		float: left;
	}
	.third_col {
		width: 240px;
		padding: 0px 20px 20px 40px;
		margin: 0;
		float: left;
	}
	.last {
		background: #fff 0 0;
	}
	.twothird {
		width: 650px;
		padding: 20px 20px 0px 40px;
		margin: 0;
		float: left;
	}

	.third-box {
		background: transparent url('') repeat-x left bottom;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 11px;
		border-bottom:2px #E4E4E4 solid;
	}
	.third-last-box {
		background:transparent;
		padding:0;
		margin:0;
		font-size:11px;
	}
	.third-box p {margin:0;padding:0;}
	.divider {
		background: transparent url('../images/gray-dash-divider.gif') repeat-x 0 50%;
	}

	/* steps */
	
		#steps li{
			margin:0;
			padding:0;
			list-style:none;
			}
			
		#steps{
			margin:0;
			padding:0;
			list-style:none;
			}
		#steps{
			background:url('../images/bg-steps.gif') no-repeat 0 100%;
			margin-left:0px;
			width:900px;
			}
		#steps li{
			float:left;
			width:300px;
			padding:15px 0;
			color:#fff;
			}
		#steps li p{
			margin:0 30px 0 90px;
			line-height:120%;
			}
		#steps li h3{
			margin: 0 20px 0 90px;
			line-height: 120%;
		}
		#steps li.one{background:url('../images/bg-step1.png') no-repeat 15px 15px;}
		#steps li.two{background:url('../images/bg-step2.png') no-repeat 15px 15px;}
		#steps li.three{background:url('../images/bg-step3.png') no-repeat 15px 15px;}
		#steps a {color:#fff;}
			
	/* // steps */
	/* // vehicle scroll */
	#vehicle-scroll {
		width: 894px;
		background: #069 url('../images/bg-scroll.png') no-repeat 0px 0px;
		height: 25px;
		margin: 0;
		padding: 5px 3px 0 3px;
		}
	/* // vehicle scroll */
		
	/* intro */
	
		#intro{
			height:215px;
			position:relative;
			background:#fff url('../images/bg-intro.jpg') no-repeat 0 0;
			margin:0;
			}				
		#intro h2{
			margin: 0 0 .5em 0;
			padding-top: 10px;
			width: 300px;
			color: #999;
			font-size: 1.6em;
			line-height: 130%;
		}
		#intro p{
			margin:0;
			font-size:16px;		
			width:300px;
			color:#555;
			line-height:150%;
			}		
		#intro p a{
			display:block;
			margin-top:1em;
			}
		#intro p.alt{
			margin:15px 0 0 0;		
			width:263px;
			color:#FFCCCC;
			}
		#intro h2.alt{
			margin:0;		
			width:263px;
			color:#fff;
			font-size:1.8em;
			}
		#intro a.more{
			float:right;
			width:164px;
			height:28px;
			background:url('../images/btn-learn.gif') no-repeat 0 0;
		}	
		#intro a.order{
			float: left;
			width: 162px;
			height: 40px;
			background: url('../images/btn-order-online-on.png') no-repeat 0 0;
		}
		#intro a.catalog{
			float: left;
			width: 130px;
			height: 40px;
			background: url('../images/btn-catalog-1.png') no-repeat 0 0;
}
		#intro p.alt a{
			display:block;
			width:263px;
			height:41px;
			line-height:41px;
			background:url('../images/bg-btn.png') no-repeat 0 0;
			color:#fff;
			font-size:20px;
			text-align:center;
			}
		#intro a.accoustishield {
			float:none;
			width:292px;
			height:20px;
			background:url('../images/logo-acoustishield.gif') no-repeat 0 0;
		}
		#intro a.firewall {
			float:none;
			width:293px;
			height:20px;
			background:url('../images/logo-firewall-insulators.gif') no-repeat 0 0;
		}
		#side a.weathershield {
			float:none;
			width:150px;
			height:13px;
			background:url('../images/logo-weathershield-sm.gif') no-repeat 0 0;
		}
		#side-home a.acoustitruck {
			float:none;
			width:150px;
			height:50px;
			background:url('../images/btn-acoustitruck.png') no-repeat 0 0;
		}
		#side-home a.catalog {
			float:none;
			width:150px;
			height:36px;
			background:url('../images/btn-catalog.png') no-repeat 0 0;
		}
		#side-home a.weathershield {
			float:none;
			width:150px;
			height:13px;
			background:url('../images/logo-weathershield-sm.gif') no-repeat 0 0;
		}
		#intro .smalltext {
			font-size:.7em;
			line-height:1.2em;
		}
		#intro .box1column {
			float:left;
			width:280px;
			height:215px;
			margin:0;
			padding:0;
			display:block;
		}
		#intro .box2column {
			float:left;
			width:300px;
			margin:0;
			padding:0;
			display:block;
		}
		#intro .box3column {
			float:left;
			width:260px;
			margin:0 0 0 50px;
			padding:0;
			display:block;
		}
		
	 /* // intro inside pages */
	 #intro-products {
			height:177px;
			position:relative;
			background:#fff url('../images/bg-intro-header.jpg') no-repeat 0 0;
			margin:0;
			}
	 	#intro-whoweare {
			height:177px;
			position:relative;
			background:#fff url('../images/bg-intro-header.jpg') no-repeat 0 0;
			margin:0;
			}
		#intro-acoustishield {
			height:90px;
			position:relative;
			background:#fff url('../images/bg-intro-acoustishield-2.jpg') no-repeat 0 0;
			margin:0;
			}
		#intro-acoustishield p {
			margin:0;
			padding:0;
			line-height:normal;
			}
			.boxcolumn {
				float:left;
				width:260px;
				margin:0;
				padding:20px;
				font-size:.84em;
				display:inline;
				}
		#intro-firewall {
			height:90px;
			position:relative;
			background:#fff url('../images/bg-intro-firewall-2.gif') no-repeat 0 0;
			margin:0;
			}
		#intro-firewall p {
			margin:0;
			padding:0;
			line-height:normal;
			}
			.boxcolumn {
				float:left;
				width:260px;
				margin:0;
				padding:20px;
				font-size:.84em;
				display:inline;
				}

	/* // intro */
		#tribluebar {
			height:10px;
			position:relative;
			background:#fff url('../images/bg-steps.gif') no-repeat 0 0;
			margin:0;
			}
	
						
	/* form */
																				
		form{
			margin: 0em 0 1em 0;
		}
		fieldset{
			border:none;
			margin:0;
			background:#f1f1f1;
			border:5px solid #e7e7e7;
			padding:1em 15px;			
			}			
		legend{
			display:none;
			}			
		label{
			float:left;
			clear:both;
			width:120px;
			margin-right:10px;
			margin-top:5px;
			text-align:right;
			}	
		textarea{
			border:1px solid #ccc;
			padding:3px;
			margin:5px 0;
			}			
		input{
			border:1px solid #ccc;
			padding:3px;
			margin:5px 0;
			}
		select{
			border:1px solid #ccc;
			padding:3px;
			margin:5px 0;
			}		
		textarea{
			height:80px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			}	
		form h3{
			margin:1em 0 .5em 0;
			font-size:25px;
			}				
		button{
			border-style: none;
			border-color: inherit;
			border-width: medium;
			padding: 0;
			margin: 0;
			float:right;
			height:30px;
			line-height:30px;
			background:url('../images/bg-btn2.png') no-repeat 0 0;
			color:#fff;
			text-align:center;
			cursor:pointer;	
			font-size:16px;
			}
		.submit{
			text-align:right;
			height:52px;
			margin:1em 0;					
			}
		span.error{
			display:block;
			color:#a50000;
			font-weight:bold;
			}
			
	/* // form */					
						
/* // content */

/* footer */

	
	#footer p{
		margin:0;
		padding-top:20px;
		}
	#footer a{
		text-decoration:underline;
		color:#999999;
		}
	#footer a:hover{
		color:#aaa;
		text-decoration:underline;
		}		
	#footer ul{
		float:right;
		padding:20px 0 0 0;
		margin:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}		
	#footer .logos {
		float:right;
		padding:20px 0 0 0;
		margin:0;
		}		
/* // footer */

/* // icon lists */
	.iconlist
		{
		list-style: none;
		margin: 0;
		padding: 0 0 5px 0;
		}

	li.greenarrowcircle
		{
		background-image: url('../bullets/arrow-green-circle.gif');
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding: 0 0 0 30px;
		margin: .4em 0;
		}
	li.greenarrowcircle
		{
		background-image: url('../bullets/arrow-grey-circle.gif');
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding: 0 0 0 30px;
		margin: .4em 0;
		}
	li.greyarrowsquare
		{
		background-image: url('../bullets/arrow-grey-square.gif');
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding: 3px 0 3px 30px;
		margin: .4em 0;
		}
	li.pdf
		{
		background-image: url('../bullets/pdf-icon.gif');
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding: 3px 0 3px 30px;
		margin: .4em 0;
		}
	li.nobullet
		{
		background-image: url('');
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding: 3px 0 3px 30px;
		margin: .4em 0;
		}
	a.iconCatalog
			{
		background-image: url('../bullets/icon-catalog.png');
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding: 1em 0 1em 40px;
		margin: 1em 0;
		height: 80px;
	}
	a.iconKit
		{
		background-image: url('../bullets/icon-kits.png');
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding: .5em 0 .5em 40px;
		margin: 1em 0;
		height:60px;
		}
	a.iconOrder
		{
		background-image: url('../bullets/icon-order.png');
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding: .5em 0 .5em 40px;
		margin: 1em 0;
		height:60px;
		}
	a.iconPlus
		{
		background-image: url('../bullets/plus-green-circle.png');
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding: .5em 0 .5em 20px;
		margin: 1em 0;
		height:60px;
		}

/* // icon lists */
.subheader {
	font-size: medium;
}
/* // table styles */
#kits
{
	font-size: 12px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#kits th
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	border-bottom-color: #666666;
}
#kits td
{
	border-bottom: 1px solid #ccc;
	color: #333333;
	padding: 6px 8px;
}
#kits tbody tr:hover td
{
	color: #000;
}
#dealers
{
	font-size: 13px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	
}
#dealers th
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	border-bottom-color: #666666;
}
#dealers td
{
	border: 0px solid #fff;
	border-bottom: 1px solid #ccc;
	color: #333333;
	padding: 6px 8px;
}
#dealers tbody tr:hover td
{
	color: #000;
	background:#efefef;
}

#formtable
{
	font-size: 13px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	
}
#formtable th
{
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	border-bottom-color: #666666;
}
#formtable td
{
	border: 0px solid #fff;
	border-bottom: 0px solid #ccc;
	color: #333333;
	padding: 3px;
}
#formtable tbody tr:hover td
{
	color: #000;
}

#catalogtable
{
	font-size: 13px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	
}
#catalogtable th
{
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	border-bottom-color: #666666;
	text-align:center;
}
#catalogtable td
{
	border: 0px solid #fff;
	border-bottom: 0px solid #ccc;
	color: #333333;
	padding: 3px;
}
#catalogtable tbody tr:hover td
{
	color: #000;
}

/* // table styles */
/* // horizontal list on kit pages */
#navkitcontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

#navkitlist li
{
display: inline;
padding-bottom: 14px;
padding-left: 0px;
background-repeat: no-repeat;
margin:0;
}

#navkitlist a
{
padding: 0 20px 14px 20px;
font-weight: normal;
text-transform: normal;
text-decoration: none;
background: url('../bullets/arrow-grey-circle.gif');
background-position: 0 50%;
background-repeat: no-repeat;}
}

#navkitlist a:visited
{
padding: 0 20px 14px 20px;
color: #b40000;
background: url('../bullets/arrow-grey-circle.gif');
background-position: 0 0;
background-repeat: no-repeat;}

#navkitlist a:link
{
padding: 0 20px 14px 20px;
color: #b40000;
background: url('../bullets/arrow-grey-circle.gif');
background-position: 0 0;
background-repeat: no-repeat;}

#navkitlist a:hover
{
color: black;
padding: 0 20px 14px 20px;
background: url('../bullets/arrow-grey-circle.gif');
background-repeat: no-repeat;
background-position: 0 0;} 
/* // horizontal list on kits pages */
/* // vertical list on kit pages */
#navkitvercontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

#navkitverlist li
{
list-style: none;
padding-bottom: 14px;
padding-left: 0px;
background-repeat: no-repeat;
margin:0;
}

#navkitverlist a
{
padding: 0 20px 14px 20px;
font-weight: normal;
text-transform: normal;
text-decoration: none;
background: url('../bullets/arrow-grey-circle.gif');
background-position: 0 50%;
background-repeat: no-repeat;}
}

#navkitverlist a:visited
{
padding: 0 20px 14px 20px;
color: #b40000;
background: url('../bullets/arrow-grey-circle.gif');
background-position: 0 0;
background-repeat: no-repeat;}

#navkitverlist a:link
{
padding: 0 20px 14px 20px;
color: #b40000;
background: url('../bullets/arrow-grey-circle.gif');
background-position: 0 0;
background-repeat: no-repeat;}

#navkitverlist a:hover
{
color: black;
padding: 0 20px 14px 20px;
background: url('../bullets/arrow-grey-circle.gif');
background-repeat: no-repeat;
background-position: 0 0;} 
/* // horizontal list on kits pages */

/* // gallery */
.slider {
	width: 580px;
	margin: 0 auto;
	padding: 10px 0;
}
.slider h2 {
	float: left;
	width: 260px;
	font-size: 18pt;
	margin-bottom: .5em;
}
.slider p {
	float: left;
	width: 260px;
}
.slider .img {
	float: left;
	margin: 10px 10px 10px 0px;
}
.slider p.button { border-top:1px solid #cbcbcb; margin:10px 0 0 0; padding:10px;}

ul.body_menu_nav {
	float: left;
	padding: 10px;
	margin: 0 auto;
	list-style: none;
	width: 580px;
	height: 22px;
}
ul.body_menu_nav li { float:left; display:block; padding:0 10px; margin:0;}
ul.body_menu_nav li span { font:bold 9px Arial, Helvetica, sans-serif; color:#7f8689; line-height:1.8em;}
ul.body_menu_nav li a { width:22px; height:22px; background: url('') no-repeat right top; display:block; font:normal 12px Georgia, "Times New Roman", Times, serif; color:#FFF; text-decoration:none; line-height:1.8em; text-align:center;border: 1px solid #CCC;}
ul.body_menu_nav li.tabs-selected a {background: url('') no-repeat right top;}
ul.body_menu_nav li a:hover { background: url('') no-repeat right top; color:#2a353b;background:#efefef;}
/* // gallery */
.smalltext {font-size: x-small;}
.totalrecords{font-size:11px;color:#999;float:right;padding:0;margin:0;}
#flashcontent{background:transparent url('../rotate-images/pic-rot-1.jpg') no-repeat;width:268px;height:215px;}
#flashcontent h3 {width:100%;padding:0;margin:0;}
#flashcontent p {font-size:13px;width:100%;padding:0;margin:0;}

/* // Admin */
.rec_status {
	border:1px #33CC33 solid;
	background:#CCFFCC url('../bullets/green-check.png') no-repeat 20px 50%;
	padding: 10px 10px 10px 50px;
	line-height:26px;
	color:#009933;
	font-weight:bold;
}

#catagories {
	width: 850px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 25px;
	font-size: 18px;
}

#vehicle_list {
	width: 850px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 25px;
	font-size: 18px;
}
