/* ============================== Site Stylesheet ==============================
Copyright (c) 2006-2009 Vent Racing Technologies, All Rights Reserved
Loaded styles: (reset.css, preset.css),buttons.css,columns.css,navigation.css,blobs.css,layout.css,footer.css,header.css,basic.css
============================================================================= */

/* ============================== reset.css ============================== */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* ============================== preset.css ============================== */

/*--------------- Layout --------------------*/
.float {
	float:left;
}
.floatOpposite {
	float:right;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


.offPage {
	position:absolute;
	left:-999em;
}

/*--------------- Text --------------------*/
.price {
	font-weight:600;
	color:#065e25;
}
.bonus {
	font-weight: bold;
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}

.error {
	color:#f00;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}
.alignStyle3 {
	text-align:left;
}

.extraLine {
	margin-bottom:1.4em;
}

/*--------------- Lists --------------------*/
.ulStyleSpaced li {
	margin-bottom:.6em;
}
	.ulStyleSpaced li p {
		padding:.6em 0 0 0;
	}
.olStyleSpaced li {
	margin-bottom:.6em;
}
	.olStyleSpaced li p {
		padding:.6em 0 0 0;
	}


/* ============================== buttons.css ============================== */
.buttonStyle1 {
	display:block;
	margin:0;
	width:174px;
	font-size:130%;
	text-align:center;
	text-decoration:none;
}
a.buttonStyle1 {
	background:#a50e13 url('images/button-style-1.jpg') 0px -28px no-repeat;
}
a.buttonStyle1, a.buttonStyle1:link, a.buttonStyle1:active, a.buttonStyle1:visited {
	padding-top:6px;
	height:22px;
	color:white;
}
a.buttonStyle1:hover {
	text-decoration:underline;
	color:white;
	background:#a50e13 url('images/button-style-1.jpg') 0px 0px no-repeat;
}
input.buttonStyle1 {
	height:28px;
	color:white;
	border:none;
	background:#a50e13 url('images/button-style-1.jpg') 0px -28px no-repeat;
}
input.buttonStyle1:hover {
	text-decoration:underline;
	color:white;
	background:#a50e13 url('images/button-style-1.jpg') 0px 0 no-repeat;
}
/* ============================== columns.css ============================== */

/* ====== Column 1 ======= */
.columnStyle1 {
	border:0px solid #000000;
	background:none;
}

	 
		.columnStyle1>.columnTopLeft {display:none;} 
		
	
	.columnStyle1>.columnBody {
		padding:5px 19px 10px 10px;
		background:none;
	}
	 
		.columnStyle1>.columnBottomLeft {display:none;} 
		

/* ====== Column 2 ======= */
.columnStyle2 {
	border:0px solid #FF0000;
	background:#404040 url('images/left-col-bg.gif') top left no-repeat scroll;
	border-top:1px solid #939393;
	border-right:1px solid #939393;
	border-bottom:1px solid #939393;
}

	 
		.columnStyle2 .columnTopLeft {display:none;} 
		
	
	.columnStyle2 .columnBody {
		padding:5px 0px 5px 0px;
		background:none;
	}
	 
		.columnStyle2 .columnBottomLeft {display:none;} 
		

/* ====== Column 3 ======= */
.columnStyle3 {
	border:0px solid #1D8E21;
	background:none;
}

	 
		.columnStyle3 .columnTopLeft {display:none;} 
		
	
	.columnStyle3 .columnBody {
		padding:5px 10px 0px 0px;
		background:none;
	}
	 
		.columnStyle3 .columnBottomLeft {display:none;} 
		
/* ============================== navigation.css ============================== */

/*--------------- Main Nav --------------------*/

#navigation {
	position:absolute;
	top:110px;
	left:0px;
		width:960px;
	height:25px;
	background:#777778 url('images/nav.gif') top left repeat-x scroll;
	
	border-left:1px solid #A9A9A9;
	border-right:1px solid #A9A9A9;
}
	#navigation ul {
		height:25px;
	}
		#navigation ul li {
			position:relative;
			float:left;
			height:25px;
			width:160px;
		}
		
			#navigation ul li a {
				display:block;
				float:left;
				padding:4px 0px 0 0px;
				height:21px;
				font-size:110%;
				font-weight:bold;
				width:160px;
				text-align:center;
				font-family:Arial Narrow,Arial,Helvetica,san serif;
				text-transform:uppercase;
			}
	/* Normal */
		#navigation>ul>li {
			background:none;
		}
			#navigation>ul>li>a:link, #navigation>ul>li>a:visited, #navigation>ul>li>a:active {
				color:#FFFFFF;
				text-decoration:none;
				background:none;
			}
	/* Hover */
		#navigation>ul>li:hover {
			background:none;
		}
			#navigation>ul>li:hover>a:link, #navigation>ul>i:hover>a:visited, #navigation>ul>li:hover>a:hover, #navigation>ul>i:hover>a:active {
				color:#FFFFFF;
				text-decoration:underline;
				background:none;
			}
	/* Current */
		#navigation>ul>li.current {
			background:#EF141A url('images/nav-red.gif') top left no-repeat scroll;
		}
			#navigation>ul>li.current>a:link, #navigation>ul>li.current>a:visited, #navigation>ul>li.current>a:active {
				color:#FFFFFF;
				text-decoration:none;
				background:none;
			}
	/* Current Hover */
		#navigation>ul>li.current:hover {
			background:#EF141A url('images/nav-red.gif') top left no-repeat scroll;
		}
			#navigation>ul>li.current:hover>a:link, #navigation>ul>i.current:hover>a:visited, #navigation>ul>li.current:hover>a:hover, #navigation>ul>li.current:hover>a:active {
				color:#FFFFFF;
				text-decoration:underline;
				background:none;
			}


/*--------------- Drop Downs --------------------*/

#navigation ul li ul {
	display:none;
	position:absolute;
	top:25px;
	left:-1px;
	
	height:auto; /* Don't delete me; makes sure you can see any borders in Firefox. */
	width:160px;

	background:none;
	border:solid #9C9C9C;
	border-width:0 1px 1px;
	z-index:5;
}
	#navigation ul li:hover ul {
		display:block;
	}
	/* Make the last item right aligned */
	#navigation ul li.last ul {
		left:auto;
		right:-1px;
	}
	#navigation ul li ul li {
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:160px;
		height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
		z-index: 5;
	}
	
		#navigation ul li ul li a {
			display:block;
			float:none;
			margin:0;
			padding:6px 0 6px 12px;
			height:auto; /* needed for firefox still? */
			width:148px;
			font-weight:normal; /* must be here to override parent bold-ness */ 
			font-size:100%;
			text-align:left;
		}
		
	/* Normal */
		#navigation ul li ul li{
			background:black;
		}
			#navigation ul li ul li a:link, #navigation ul li ul li a:visited, #navigation ul li ul li a:active {
				color:#FF2A2A;
				text-decoration:none;
				background:none;
			}
	/* Hover */
		#navigation ul li ul li:hover {
			background:#ED1E24;
		}
			#navigation ul li ul li:hover a:link, #navigation ul li ul li:hover a:visited, #navigation ul li ul li:hover a:hover, #navigation ul li ul li:hover a:active {
				color:white;
				text-decoration:none;
				background:none;
			}
	/* Current */
		#navigation ul li ul li.current {
			background:#ED1E24;
		}
			#navigation ul li ul li.current a:link, #navigation ul li ul li.current a:visited, #navigation ul li ul li.current a:active {
				color:white;
				text-decoration:underline;
				background:none;
			}
	/* Current Hover */
		#navigation ul li ul li.current:hover {
			background:#ED1E24;
		}
			#navigation ul li ul li.current:hover a:link, #navigation ul li ul li.current:hover a:visited, #navigation ul li ul li.current:hover a:hover, #navigation ul li ul li.current:hover a:active {
				color:white;
				text-decoration:underline;
				background:none;
			}
			
/*--------------- Left Nav --------------------*/

.blobStyleNav {
	background:none;
	padding:0px 0px;
	margin-bottom:15px;
}
/* Top */
	
		.blobStyleNav .blobTopLeft {
			height:45px;
			background:red;
		}
		.blobStyleNav .blobTopRight {
			height:45px;
			background:none;
		}
	
/* Header */
	.blobStyleNav h2 {
		height:32px;
		padding-top:13px;
		color:#FFFFFF;
		background:#650000 url('images/left-col-top.gif') top left no-repeat scroll;
		text-align:Center;
		font-size:110%;
	}
/* Body */
	.blobStyleNav .blobBody {
		padding:10px 0px 10px 0px;
		background:none;
	}
/* Links */
	.blobStyleNav ul ul{
		padding-left:10px;
	}
	.blobStyleNav ul li {
		margin-bottom:5px;
	}
	.blobStyleNav ul li a {
		display:block;
		padding:2px 0px 2px 35px;
	}
	/* Normal */
		.blobStyleNav ul li{
			background:transparent url('images/graybullet.gif') 20px center no-repeat scroll;;
		}
			.blobStyleNav ul li a:link, .blobStyleNav ul li a:visited, .blobStyleNav ul li a:active {
				color:#FF2A2A;
				text-decoration:underline;
				background:none;
				font-size:100%;
			}
	/* Hover */
		.blobStyleNav ul li:hover {
			background:transparent url('images/redbullet.gif') 20px center no-repeat scroll;;
		}
			.blobStyleNav ul li:hover a:link, .blobStyleNav ul li:hover a:visited, .blobStyleNav ul li:hover a:hover, .blobStyleNav ul li:hover a:active {
				color:white;
				text-decoration:underline;
				background:none;
			}
	/* Current */
		.blobStyleNav ul li.current {
			background:transparent url('images/graybar.gif') center left no-repeat scroll;;
		}
			.blobStyleNav ul li.current a:link, .blobStyleNav ul li.current a:visited, .blobStyleNav ul li.current a:active {
				color:#FFFFFF;
				text-decoration:underline;
				background:none;
			}
	/* Current Hover */
		.blobStyleNav ul li.current:hover {
			background:transparent url('images/graybar.gif') left center no-repeat scroll;;
		}
			.blobStyleNav ul li.current:hover a:link, .blobStyleNav ul li.current:hover a:visited, .blobStyleNav ul li.current:hover a:hover, .blobStyleNav ul li.current:hover a:active {
				color:white;
				text-decoration:underline;
				background:none;
			}
				
/* Bottom */
			.blobStyleNav .blobBottomLeft { display:none; }
	
/* ============================== blobs.css ============================== */
.blobDefault {
	margin-bottom:12px;
}


.column3 .blobStyle1 {
	border-left:1px solid #A9A9A9;
	border-top:1px solid #A9A9A9;
	border-bottom:1px solid #A9A9A9;
	margin-bottom:15px;
}

	.column3 .blobStyle1 h1, .column2 .blobStyle1 h1{
		background:#464647;
		color:white;
		text-align:center;
		padding:8px 0;margin:0;
		font-size:140%;
		border-bottom:1px solid #A9A9A9;
	}
	
	.column3 .blobStyle1 h2 , .column2 .blobStyle1 h2 {
		color:#A9A9A9;
		border-bottom:1px solid #313131;
		margin:0 10px;
		padding:5px 0;
		font-size:130%;
		text-align:center;
		font-weight:bold;
	}
	
	.column3 .blobStyle1 .blobBody {
		padding:5px 8px;
		color:#FF2A2A;
	}
	
	.column3 .blobStyle1 .blobBody .name {
		color:#B7B7B7;
		text-align:right;
	}
	
.column2 .blobStyle1 {
	border-top:1px solid #939393;
	border-bottom:1px solid #939393;
	background:black;
	margin-bottom:15px;
}


	.column2 .blobStyle1 .blobBody {
		padding:10px;
	}

	
	

.blobFooter {
	position:relative;
	float:left;
	width:226px;
	height:132px;
	padding:0;
	margin:0;
	margin-left:11px;
	margin-top:11px;
	background-color:#020501;
	cursor:pointer;
}

	#footerShots { background:url('images/footer-shots.gif') top left no-repeat scroll; }
	#footerDeal { background:url('images/footer-deal.gif') top left no-repeat scroll; }
	#footerTwitter { background:url('images/footer-twitter.gif') top left no-repeat scroll; }
	#footerNewsletter { background:url('images/footer-newsletter.gif') top left no-repeat scroll; }
	
	.blobFooter h2 {
		color:#9B9B9B;
		text-align:left;
		font-size:140%;
		padding-top:2px;
		padding-left:6px;
	}
	
	.blobFooter p {
		position:absolute;
		left:9px;
		top:34px;
		width:80px;
		height:86px;
		padding:2px 5px;
		text-align:left;
		font-size:90%;
	}
.galleryContainer {
	width:632px;
	margin:auto;
}



.blobProduct {
	width:515px;
	border:1px solid #313131;
	position:relative;
}
	.blobProduct .blobTopLeft {
		display:none;
	}
	.blobProduct .blobBody {
		background: black url('images/productbg.png') bottom left repeat-x scroll;
		padding:10px 10px 2px;
	}

	.blobProduct .blobBottomLeft {
		background:transparent url('images/buyzonebottom.png') top left repeat-x scroll;
		height:45px;
	}
		.blobProduct h1 {
			border-bottom: 1px solid #DD1C22;
			color:#BBBBBB;
		}
		.blobProduct .productImage {
			float:right;
			border:1px solid #DD1C22;
			margin-left:10px;
		}
		
		.blobProduct .price {
			color:white;
			font-size:140%;
			float:left;
			padding-top:10px;
			padding-left:10px;
		}
		
		.blobProduct .add {
			position:absolute;
			right:0;
		}
			#products_quantity_label {
				position:absolute;
				right:245px;
				bottom:-30px;
			}
			#products_quantity {
				position:absolute;
				right:192px;
				bottom:-32px;
			}
			#products_add {
				position:absolute;
				right:10px;
				bottom:-36px;
			}
			
			.blobProduct .add p {
				float:right;
				margin-right:12px;
				padding-top:1.1em;
			}
			
			
#searchBox {
	position:absolute;
	right:10px;
	bottom:33px;
}

	#searchInput {
		position:absolute;
		right:86px;
		border:1px solid #A9A9A9;
		height:18px;
		padding-top:2px;
	}
	
	#searchSubmit {
		position:absolute;
		right:0;
	}
	
h2.bar {
	background:transparent url('images/h2bar.gif') top left no-repeat scroll;
	height:22px;
	padding-top:4px;
	padding-left:5px;
	color:white;
	font-size:120%;
	font-weight:bold;
}

.productTable {
	clear:left;
	padding-top:8px;
	padding-bottom:4px;
}

	.productTable .product {
		float:left;
		margin-right:21px;
		text-align:center;
	}

	.productTable .last {
		margin-right:0px;
	}
/* ============================== layout.css ============================== */
body {
	min-width:960px;
	margin-left:-0px;
	margin-right:-0px;
	background:black url('images/site-bg.png') center top no-repeat fixed;
}

#siteName {
	position:absolute;
	left:-999em;
}

#container {
	position:relative;
	top:10px;
			margin:0 auto;
		width:960px;
	text-align:center;
	padding-top:110px;
}

#content {
	position:relative;
	padding:25px 0px 0 0px;
	width:960px;
	text-align:left;
	background:transparent url('images/content-shadow.png') top left repeat-y scroll;;
	border-left:1px solid #A9A9A9;
	border-right:1px solid #A9A9A9;
}

#columnWrapper {
	position:relative;
	padding-top:22px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	width:960px;
	
			min-height:300px;
		/* IE6 Mumbo Jumbo */
		height:auto !important;
		height:300px;
		
	background:black url('images/columnwrapper.gif') top left repeat-x scroll;
}

/* ============================== footer.css ============================== */


#footerWrapper {
	padding:0px 0px 0px 0px;
	width:960px;
	border:1px solid #A9A9A9;
	border-top:none;
}

#footer {
	position:relative;
	width:960px;
	height:154px;
	background:white url('images/footer.gif') top left no-repeat scroll;
	padding-top:25px;
}

			#footerLinks {
			position:absolute;
			left:0;
			top:0px;
			height:25px;
			width:960px;
			list-style:none;
		}
			#footerLinks li {
				float:left;
			}
				#footerLinks li a:link, #footerLinks li a:visited, #footerLinks li a:active {
					float:left;
					padding:4px 30px 0 30px;
					height:21px;
					font-size:100%;
					font-weight:bold;
					text-decoration:none;
					color:#B5B5B5;
				}
				#footerLinks li a:hover {
					text-decoration:underline;
					color:#DBDBDB;
				}
				
			
			#footerPhone {
			position:absolute;
			top:4px;
			right:30px;
			font-size:100%;
			color:#B5B5B5;
		}
		
	#footerCopyright {
		margin-bottom:0;
		font-size:80%;
		padding-top:6px;
		color:#FFFFFF;
	}
	#footerAddress {
		padding-bottom:6px;
		font-style:normal;
		font-size:80%;
		margin-bottom:10px;
		color:#FFFFFF;
	}
		
/* ============================== header.css ============================== */

#headerWrapper {
	position:absolute;
	top:0;
	left:0;
	height:110px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	background:none;;
	width:960px;
	border:1px solid #A9A9A9;
	border-bottom:none;
}	

#header {
	height:110px;
	width:960px;
	background:black url('images/header.gif') top left no-repeat scroll;;
	position:relative;
}

			#siteLogo {
			position:absolute;
			/* top */
							top:0px;
						/* left */
							left:0px;
						
			height:110px;
			width:236px;
			z-index:5;
		}
		
	
	.headerCall {
		width:270px;
		float:right;
	}
	
		.headerCall h2 {
			font-family:Arial,Helvitica,sans serif;
			color:black;
			margin:0;padding:0;
			margin-bottom:4px;
		}
	
	
			#headerTagline1 {
			position:absolute;
			top:50px;
							width:100%;
				text-align:center;
				left:0;
						font-size:140%;
			color:#FFFFFF;
			z-index:1;
		}
		
		
			#headerPhone {
			position:absolute;
			top:45px;
							left:auto;
				right:10px;
									margin:0;
			padding:0;
			font-size:150%;
			color:#FFFFFF;
		}
		
			#headerLinks {
			position:absolute;
			top:8px;
			right:12px;
			height:38px;
			width:auto;
			padding:0px 0px 0px 0px;
			
			list-style:none;
			background:none		}
			#headerLinks li {
				float:left;
			}
				#headerLinks li a:link, #headerLinks li a:visited, #headerLinks li a:active {
					padding:0 15px;
					color:#FFFFFF;
					font-size:12px;
					text-transform:lowercase;
					letter-spacing:1px;
					text-decoration:none;
				}
				#headerLinks li a:hover {
					color:#DDDDDD;
					text-decoration:underline;
				}
	
/* ============================== basic.css ============================== */
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:80%;
	color:#FFFFFF;
}

p {
	margin:0 0 1.4em 0;
	line-height:1.4em;
}

a:link {
	color:#FF0000;
}
a:visited, a:active {
	color:#C40000;
}
a:hover { 
	color:#FF3D3D;
	text-decoration:none;
}

h1 {
	margin-bottom: .5em;
	font-size:180%;
	color:#FF0000;
	font-family:Arial,Helvetica,sans-serif;
}

h2 {
	margin-bottom:.3em;
	font-size:140%;
	color:#FF0000;
	font-family:Arial,Helvetica,sans-serif;
}

h3 {
	margin-bottom:.3em;
	font-size:120%;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
}

img {
	
}

.hr {
	margin:1.4em 0;
	border-bottom:1px solid #FF0000;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #999;
}

ul, ol {
	
}

.ulStyle1 {
	margin-bottom:.6em;
	padding-left:10px;
	list-style:none;
}
	.ulStyle1 li {
		padding-left:12px;
		background:transparent url('images/bullet.gif') 0 5px no-repeat scroll;
	}
	.ulStyle1 ul {
		margin:.3em 0;
		padding-left:20px;
		list-style:circle;
	}
		.ulStyle1 ul li {
			padding-left:0;
			background:none;
		}


/* ============================== Errors ==============================

*/
