@charset "UTF-8";
/* CSS for LightningMotorsports.net */
/* Author: Bryan Castles - bryancastles.com */

/***************/
/** Clear All **/
/***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************/
/**  Global  **/
/**************/

	/***********************/
    /*   PNG Fix for IE5+   */
    /***********************/

    .imgPNG {
        behavior: url(/scripts/iepngfix.htc);
        border:none;
    }
    .divPNG {
        behavior: url(/scripts/iepngfix.htc);
        border:none;
    }
    /****************/
	/*  End IE Fix  */
	/****************/

html {
   font-size: 62.5%;
}
a {
	color: #FFF;
}
a:hover {
	color: #F00;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.cntnrPage {
	position: absolute;
	top: 0px;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}
.cntnrHeader {
	width: 960px;
	height: 444px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

/****************/
/** Containers **/
/****************/
.cntnrLeftCol {
	position: absolute;
	left: 0px;
	width: 308px;
	min-height: 200px;
	z-index: 2;
}
.cntnrRightCol {
	position: relative;
	width: 616px;
	/*margin-top: 380px;*/
	margin-left: 343px;
	z-index: 2;
}
.cntnrLargeCol {
	position: relative;
	clear: both;
	width: 958px;
	/*margin-top: 380px;*/
	z-index: 2;
}
.cntnrMainBox {
	width: 100%;
	min-height: 400px;
	/*opacity: 0.3;
	filter: alpha(opacity=30);*/
	border: 1px solid #666;
	background-color: #121212;
}
.cntnrTestionialsBox {
	width: 306px;
	height: 188px;
	/*opacity: 0.3;
	filter: alpha(opacity=30);*/
	border: 1px solid #666;
	background-color: #121212;
	margin-bottom: 35px;
}
.cntnrWarrantyBox {
	width: 306px;
	height: 199px;
	/*opacity: 0.3;
	filter: alpha(opacity=30);*/
	border: 1px solid #666;
	background-color: #121212;
}
.cntnrLeftTestimonials {
	border: 1px solid #666;
	background-color: #121212;
}
.cntnrMenu {
	position: relative;
	width: 960px;
	height: 25px;
	margin-top: -15px;
	padding: 0px;
}
.cntnrFooter {
	position: relative;
	width: 960px;
	height: 60px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 35px;
}

/************/
/** Images **/
/************/
.imgLogo {
	margin-top: 195px;
	margin-left: 480px;
}
.imgMenu {
	/*float: left;*/
	position: absolute;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.imgMainFeature {
	border: solid;
	border-width: 1px;
	border-color: #666;
	margin-left: 8px;
}
.imgTestimonialBox {
}

/**********/
/** Text **/
/**********/
.txtMainBox {
	padding: 15px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 19px;
}
.txtMainBox p {
	margin-bottom: 15px;
}
.txtFooterMenu {
	position: absolute;
	width: 460px;
	left: 50%;
	margin-left: -240px;
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	color: #999;
}
.txtFooterMenu a {
	color: #999;
	text-decoration: none;
}
.txtFooterLeft {
	position: absolute;
	width: 250px;
	margin-left: 8px;
	text-align: left;
	font-size: 10px;
	margin-top: 8px;
	color: #999;
}
.txtFooterRight {
	position: absolute;
	width: 250px;
	margin-left: 700px;
	text-align: right;
	font-size: 10px;
	margin-top: 8px;
	color: #999;
}
.cntnrCustTestimonial {
	margin: 6px;
	font-size: 12px;
	line-height: 15px;
}