/* CSS Document */
*{margin: 0; padding: 0;}

body {
    background: url(images/bg.jpg) repeat-x;	
	font-family: helvetica, Arial, sans-serif;
	background-color: #000;
}

a {
	text-decoration: none;
	border: none 0;	
	outline: none;
}

*.focus, input, textarea, img {
	border: 0;	
	outline: 0;
	background: 0;
}

textarea {
	padding: 10px;	
}

h3 {
	color: #e65ed7;
}

#wrapper {
	position: relative;
	width: 984px;
	margin: 0 auto;
	text-align: justify;
	height: 0px;
}

#logo {
	position: absolute;
	left: 0;
	top: 40px;
	width: 350px;
	height: 160px;
	background: url(images/logo.png) no-repeat;
	float: left;
	z-index: 1;
}

.clear {clear: both;}

.top-bar-bg{
	height: 20px;
	width: 100%;
	background: #000;
	opacity:0.4;
	filter:alpha(opacity=40);
	position: absolute;
}

.become-retailer {
	background: url(images/become-retailer.png) no-repeat;
	height: 85px;
	width: 250px;
	float: right;
	margin-top: 0px;
	margin-right: -5px;	
}

.become-retailer a {
width:100%; height: 100%; display: block;
}

.menu-container {
	width: 	555px;
	height: 51px;
	background: url(images/menu-bg.png) no-repeat;
	float: right;
	margin-top: 35px;
	clear: both;
}

.menu-text-h,.menu-text-p,.menu-text-v,.menu-text-r {
	float: left;
	background: url(images/menu-text.png) no-repeat;
	margin-top: 15px;
	height: 20px;
	margin-left: 32px;
	cursor: pointer;
}
.menu-text-h{background-position: 0 0; width: 70px;}
.menu-text-p{background-position: -85px 0; width: 110px;}
.menu-text-v{background-position: -210px 0; width: 90px;}
.menu-text-r{background-position: -315px 0; width: 140px;}

.menu-text-h:hover{background-position: 0 -25px; width: 70px;}
.menu-text-p:hover{background-position: -85px -25px; width: 110px;}
.menu-text-v:hover{background-position: -210px -25px; width: 90px;}
.menu-text-r:hover{background-position: -315px -25px; width: 140px;}

.menu-text-h a,.menu-text-p a,.menu-text-v a,.menu-text-r a{height: 100%; padding-left: 100%; } 

.content-container {
	float: left;
	height: auto;
	width: 100%;	
	background: #000;
	margin-top: 10px;
	margin-bottom: 40px;
	clear: both;
}

.header-img-change-container {
	float: left;
	height: 458px;
	width: 100%;
	background: url(images/header-scroll-image-1.jpg) no-repeat;
	z-index: 0;	
	clear: both;	
}

.header-img-change-button-container {
	position: absolute;
	right: -18px;
	top: 611px;
	width: 239px;
	height: 36px;
}

.header-img-change-button {
	float: left;
	background: url(images/header-scroll-buttons.png) no-repeat;
	background-position: -48px 0;
	width: 38px;
	height: 100%;
	cursor: pointer;
}

.content-options-container {
	float: left;
	height: 300px;
	width: 900px;	
}

.content-options {
	width: 240px;
	height: 330px;	
	float: left;
	margin-right: 17px;
}

#co1 {	background: url(images/home-boxes.jpg) no-repeat; background-position: 0 0;}
#co2 {	background: url(images/home-boxes.jpg) no-repeat; background-position: -254px 0;}
#co3 {	background: url(images/home-boxes.jpg) no-repeat; background-position: -510px 0;}

#atv {
	position: absolute;
	right: -150px;
	top: 670px;
	background: url(images/atv_bounce.png) no-repeat;
	width: 401px;
	height: 378px;
}

.footer {
	float: left;
	width: 100%;
	height: 70px;
	background: #2d2b28;
	margin-bottom: 25px;
	margin-top: 15px;
	clear: both;	
}

.bottom-menu-container {
	width: 500px;
	height: 25px;
	margin: auto;
	margin-top: 25px;	
}

.bottom-menu-buttons {
	width: auto;
	float: left;
	height: auto;
	padding: 0 10px 0 10px;
	color: #f1f1f1;
}

.bottom-menu-buttons a {
    color: #f1f1f1;
	font-size: 12px;
	line-height: 21px;
}

.bottom-menu-buttons a:hover {
	color: #d679ee;
}

.footer-sub {
	float: left;
	height: 30px;
	width: 100%;
	color: #f1f1f1;
	margin-bottom: 10px;
}

.copy {
	float: left;
	color: #f1f1f1;
	font-size: 10px;
	margin-left: 270px;
	text-align: center;
	width: 350px;
}

.design {
	float: right;
	width: auto;
	color: #f1f1f1;
	font-size: 10px;
	margin-top: 10px;
	line-height: 3px;	
}

.design span {
	float: left;	
}

.design img {
	margin-top: -5px;
	float: right;
	padding-left: 3px;
}

.design a{
	color: #d679ee;
}

.design a:hover {
	color: #f1f1f1;
}

.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}

.home-info-container {
	padding-top: 85px;
	float: left;
	height: auto;
	width: auto;
	color: #f1f1f1;
	clear: both;
}

.home-info {
	border: 1px solid #4e4e4e;
	padding: 12px;
	background: #212121;
	width: 650px;
	float: left;
}

.home-info img {
	float: left;
	padding-right: 6px;
}

.home-info span {
	color: #e65ed7;
	font-weight: bold;
}

.splatter {
	position: absolute;
	top: 1153px;
	left: 683px;
	width: 300px;
	height: 276px;
	z-index: 100;
}

.contact-form-container {
	width: 390px;
	height: auto;
	float: left;
	clear: none;	
}

.dealer-form-container {
	width: 100%;
	height: auto;
	float: left;
	clear: none;	
}

.contact-form-container label {
	color: #e65ed7;
	font-weight: bold;
}

.contact-form-input {
	background: url(images/input-bg.png) no-repeat;
	width: 330px;
	height: 35px;
	font-size: 16px;
	color: #333;
	border: none;
	padding-left: 15px;
	padding-right: 40px;
	margin-bottom: 15px;
}

.contact-form-textarea {
	background: url(images/input-msg-bg.png) no-repeat;
	width: 330px;
	height: 80px;
	font-size: 16px;
	color: #333;
	border: none;
	padding-left: 15px;
	padding-right: 40px;
	margin-bottom: 15px;
}

.submit {
	background: url(images/submit-bg.png) no-repeat;
	width: 130px;
	height: 50px;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	cursor: pointer;
}

.contact-static-info {
	float: right;
	width: 400px;
	height: 200px;
	color: #f1f1f1;
	margin-top: 70px;
}

.contact-static-info h3 {
	width: auto;
	float: left;
}

.spill {
	float: right;
	height: 191px;
	width: 561px;
	background: url(images/goo-spill.png) no-repeat;
}

.skip-img {
	float: right; 
	width: 230px;
	height: 450px;
	background: url(images/skip-products.jpg) no-repeat;	
}

.data-sheet{
	float: right; 
	width: 330px;
	height: 130px;
	color: #ffffff;
}

.data-sheet img {
	padding-bottom: 7px;
	float: right;
}

.data-sheet a {
	color: #f5b1f3;
	text-decoration: none;
}

.pad {
	clear: both;
	height: 30px;
	width: 100%;
}

.all-product-container {
	width: 550px;
	height: auto;
	float: left;
}

.product-container {
	background: url(images/product-bg.jpg) no-repeat right;
	width: 540px;
	height: 110px;
	font-family: Verdana, Geneva, sans-serif;	
	color: #f1f1f1;
	margin-bottom: 100px;
}

.product-img {
	float: left;
	width: 90px;
	height: auto;
	margin-top: 15px;
	margin: auto;
}

.product-img img {
	float: right;
}

.product-description {
	float: right;	
	width: 414px;
	height: auto;
	padding: 6px 0 0 15px;
	font-size: 23px;
	text-align: left;	
	margin-bottom: 10px;
	text-decoration: underline;
}

.product-description span {
	font-size: 14px;	
}


.product-pricing-labels {
	float: right;
    font-size: 16px;
	text-align: right;	
	color: #f5dcf2;
	padding: 25px 5px 0 0;
}

.product-pricing {
	float: right;
    font-size: 16px;
	margin-right: 10px;
	padding: 25px 5px 0 0;
}

.add-to-cart {
	float: left;
	font-weight: bolder;
	color: #f1f1f1;
 	font-style: italic;
	margin: 10px 0 0 35px;
	cursor: pointer;
}

.videos-content-container {
	float:left;
	width: 93%;
	margin: 30px;	
}

.fl { float: left; }
.fr { float: right;}

#cse {
	float: left;
	margin: 40px 0px 40px 0;
	background: #000;
	width: 500px;
}

.gsc-input {
	background: nonne;
	border: none;	
}

#map-canvas {
	margin-top: 50px;
}

.retailers-container {
	width: 100%;
	height: auto;
	padding: 70px 0 10px 0;
	float: left;
	clear: both;	
}

.retailers-imgs{
	padding: 0 23px 20px 23px;	
	width: auto;
	float: left;
}

.more-retailers {
	float: right;
	clear: both;
	height: auto;
	width: auto;
	margin-right: 45px;
	
}

.more-retailers a {
	color: #ffffff;
	font-size: 16px;
}

.dealer-form-bg-container {
	background: url(images/rounded-box-middle.jpg) repeat-y;
	height: auto;
	width: 100%;
	margin-top: 40px;	
}


.dealer-form-bg-top {
	background: url(images/round-box-top.jpg) no-repeat;
	float: left;
	top: 0;
	height: 10px;
	width: 100%;
}

.dealer-form-bg-bottom {
	float:left;
	clear: both;
	background: url(images/rounded-box-bottom.jpg) no-repeat;
	bottom: 0px;
	height: 10px;
	width: 100%;
}

.quotes, .quotes-vid {
	position: relative;
	background: url(images/quotation_marks.png) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	height: auto;
	min-width: 300px;
	width: auto;
	color: #ffffff;	
	padding: 30px;
	min-height: 80px;
	margin-top: 20px;
}

.quotes-vid {
	width: 300px;
	float: right;
}

.sm-italic {
	font-size: 14px;
	color: #CCC;	
	padding: 0 0 0 80px;
	text-align: right;
}

.cq {
	
	position: absolute;
	bottom: 50px;
	right: 0px;
	width: 77px;
	height: 55px;
	background: url(images/quotation_marks-d.png) no-repeat;
}
.p-newProduct {
	color:#e75bd5;
	font-weight:bold;
	margin-left:100px;
	font-size:26px;
}
.p-productWrapper {
	margin-left:100px;
	margin-bottom:20px;
	width:800px;
	background:#323232;
	border:1px solid #6e6e6e;
	padding-bottom:20px;
	padding:20px;
}
.p-productImage {
	float:left;
	background:#fff;
	padding:10px;
	border:3px solid #580b73;
}
.p-productTitle {
	float:right;
	width:550px;
}
.p-productTitlep {
	color:#fff;
	text-decoration:underline;
	text-align:left;
	font-size:23px;
	margin-top:6px;
}
.p-addToCart{
	float:left;
	margin-top:15px;
	background:url('images/add-back.jpg') no-repeat top center;
	padding-top:6px;
	margin-bottom:10px;
}
.p-price {
	float:right;
	margin-top:30px;
	color:#fff;
	margin-right:170px;
}
.p-description {
	margin-top:30px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.p-descspan {
	font-size:18px;
}
.p-ul{
	margin-left:40px;
	font-size:14px;
	color:#fff;
}
.p-ul li {
	padding:3px;
}
