@charset "UTF-8";
/* CSS Document */




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}


body{
	background:#000000 url(images/background.jpg) no-repeat fixed top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding:0px 5px 0px 5px;
	font:12px/24px Verdana;
	color:#FFFFFF;
	text-align:left;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}



/* HEADER */

#header_wrapper {
	width:990px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}
#header_top {
}
#logo {
	float:left;
	width:300px;
	height:111px;
}
#tagline {
	float:left;
	width:240px;
	height:111px;
}
#clickchat {
	float:left;
	width:250px;
	height:111px;
}
#phone {
	float:left;
	width:189px;
	height:91px;
	padding:20px 10px 0px 0px;
	text-align:center;
	color:#F7E9B8;
	font:11px Verdana;
}
#phone a {
	color:#F7E9B8;
	text-decoration:none;
}



/* NAVIGATION */

#navigation {
	width:986px;
	margin:0px 2px 4px 2px;
	text-align:center;
	padding:0px;
	height:32px;
	background:url(images/nav_bg.jpg) repeat-x;
}
#nav_links {
	height:32px;
	float:left;
	text-align:left;
}
#nav_links a {
	display:block;
	float:left;
	font:14px Georgia;
	color:#272727;
	height:14px;
	padding:6px 10px 12px 10px;
	margin:0px;
	text-decoration:none;
}
#nav_links a:hover {
	color:#FAE8B9;
}
#nav_search {
	height:32px;
	float:right;
}


input.searchbox {
	height:22px;
	width:140px;
	background:url(images/search_bg.jpg);
	border:thin solid #6D4F00;
	*margin-top:-3px;
}





/* MIDDLE WRAPPER */

#middle_wrapper {
	width:990px;
	margin:0 auto;
	text-align:center;
	padding:0px;
	background:url(images/mid_bg.jpg);
}

#testimonials {
	width:450px;
}





/* LEFT COLUMN */

#left_col {
	width:234px;
	text-align:center;
	margin:0px;
	padding:0px 0px 0px 3px;
	float:left;
}

/* FIND PRODUCT */

#find_product {
	width:194px;
	margin:0px;
	padding:20px;
	background:#000000;
	text-align:left;
}
#find_product select {
	width:160px;
	height:22px;
}


/* CTAs */

#calls_1, #calls_2, #calls_3, #calls_4, #calls_5, #calls_6, #calls_showcase {
	margin:3px 0px 0px 0px;
}







/* RIGHT COLUMN */

#right_col {
	width:753px;
	margin:0px;
	padding:0px;
	float:right;
	text-align:left;
}

#marketing_window {
	width:753px;
}




/* PRODUCTS */



.product_title {
	width:231px;
	height:50px;
	margin:10px 2px 0px 2px;
	text-align:left;
	padding:5px 8px;
	color:#CCCCCC;
	background:#000000;
}
.product_title a {
	color:#FFFFFF;
	font:12px Georgia;
	text-decoration:none;
}
.product_image {
	width:247px;
	height:180px;
	margin:0px 2px;
	padding:10px 0px;
	background:#151515;
}
.product_buttons {
	width:247px;
	margin:0px 2px;
	background:#000000;
}
img.infBtn {
	float:left;
	margin:8px 4px;
}
img.addBtn {
	float:right;
	margin:8px 4px;
}





/* FOOTER */

#footer_wrapper {
	width:990px;
	height:45px;
	padding:2px 0px;
	margin:10px 0px 0px 0px;
	font:10px/15px Verdana;
	color:#CECECE;
	text-align: center;
	background:#000000 url(images/background_footer.jpg) repeat-x top center;
}
#footer_wrapper a {
	color:#CECECE;
}
#footer_wrapper a:hover {
	color:#FFFFFF;
	text-decoration: none;
}




/* HEADER TAGS */

h1 {
	padding:5px 5px 0px 5px;
	margin: 5px 0px;
	font:normal 20px Georgia;
	color:#feecbc;
	text-align:left;
}
h2 {
	padding:0px 5px;
	font:bold 14px/14px  Georgia;
	color:#feecbc;
	text-align:left;
}

#product_detail h2 {
	padding:0px 5px;
	font:bold 18px/14px  Georgia;
	color:#000000;
	text-align:left;
}
h3 {
	padding:0px 5px;
	font:normal 14px/20px Verdana;
	color:#EEEEEE;
	text-align:left;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font:13px/18px Verdana;
	color:#fff;
	margin-bottom:10px;
}

#sitemap li{
	margin-bottom:2px;
}



/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
}
.contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
	text-align:left;
}
.contact_row {
	width: 330px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 75px;
	height: 20px;
	text-align: right;
	padding:0px 5px 0px 0px;
	font:11px/20px Verdana;
	color:#cccccc;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
.contact_box select {
	width:160px;
}
input.contactinput {
	width: 250px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}

.contact_table_dealer {
	width: 480px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
	text-align:left;
}
.contact_row_dealer {
	width: 375px;
	height: 25px;
}
.contact_field_dealer {
	float: left;
	width: 170px;
	height: 20px;
	text-align: right;
	padding:0px 5px 0px 0px;
	font:11px/20px Verdana;
	color:#cccccc;
}
.contact_box_dealer {
	float: right;
	width: 200px;
	height: 25px;
	text-align: left;
}


.sociable li{
	display:inline;
	padding-right:3px;
}

.sociable ul {
	margin-left:20px;
	padding-left:0px;
}

.sociable_tagline {
	margin-left:20px;
	color:#fff;
}



/* DIGISHOP */

#categoryGrid , #productGrid, #customerLogin, #checkoutBilling, #checkoutPayment, #checkoutConfirm, #clientAccount, #viewCart {
	margin:5px;
	font-family:Georgia;
	color:#FFFFFF;
}

#categoryGrid table, #productGrid table {
	text-align:center;
	color:#FFFFFF;
}
.photo {
	text-align:center;
}
.title {
	font:bold 14px/18px Verdana;
	text-decoration:none;
	color:#FFFFFF;
}
.title a {
	color:#FFFFFF;
}
#btmOptions {
	color:#FFFFFF;
}
.pagination, #pageNote, .display, .sort, .search, #viewCart, #newCustomer, #existingCustomer, #passwordRemindCustomer, .form-field, .form-label, .form-label-required, .field-price, .pageNote, #billInfo, #shipInfo, #paymentInfo, #orderDetails, .logout, #orderList, #myAccount {
	font:normal 11px/14px Georgia;
	color:#FFFFFF;
}
.label {
	color:#FFFFFF;
}
.option {
	color:#FFFFFF;
}
.description {
	font:10px/14px Verdana;
}
.details {
	color:#FFFFFF;
}
.sprice {
	font:bold 12px/14px Verdana;
	text-align:left;
	color:#BCBCBC;
}
#price {
	font:bold 30px/38px Verdana;
	color:#242424;
}
.buttons {
	color:#FFFFFF;
}
.addToCartBtnNoImage {
	color:#FFFFFF;
}
.detailBtnNoImage {
	color:#FFFFFF;
}
.form-label, .form-label-required {
	float:left;
	margin:0px 5px 5px 0px;
	color:#FFFFFF;
}
.form-field, .field-price {
	float:left;
	margin:0px 0px 5px 0px;
	color:#FFFFFF;
}
#productDescription, a.link {
	font:12px/14px Verdana;
	color:#DDDDDD;
}
.hdr-title {
	font:bold 14px/18px Verdana;
	color:#FFFFFF;
}

#product_detail_left {
	float:left;
	margin:0px 25px 0px 0px;
	color:#FFFFFF;
}
#product_detail_right {
	float:right;
	color:#FFFFFF;
}

a.link {
	font:bold 14px Verdana;
	color:#FFFFFF;
	text-decoration:none;
}
a.link:hover {
	text-decoration:underline;
}

a.sublink {
	font:12px Verdana;
	color:#FFFFFF;
	text-decoration:none;
}
a.sublink:hover {
	text-decoration:underline;
}

#productsRelated {
	width:400px;
	margin:35px 0px 0px 0px;
	color:#FFFFFF;
}
#productsRelated .hdr-title {
	margin:0px 0px 10px 0px;
	text-align:center;
	color:#FFFFFF;
}
#productsRelated .content-odd {
	width:200px;
	float:left;
	text-align:center;
	margin:0px 0px 15px 0px;
	color:#FFFFFF;
}
#productsRelated .content-even {
	width:200px;
	float:right;
	text-align:center;
	margin:0px 0px 15px 0px;
	color:#FFFFFF;
}
#productsRelated .details {
	font:bold 14px/18px Verdana;
	color:#FFFFFF;
}
#productsRelated .details a {
	display:block;
	width:90px;
	height:14px;
	padding:3px 0px 5px 0px;
	*padding:2px 0px 6px 0px;
	margin:5px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	border:thin solid #FFFFFF;
	text-decoration:none;
}
#productsRelated .details a:hover {
	text-decoration:underline;
}



#product_left {
	float:left;
	width:405px;
	color:#FFFFFF;
}
#product_right {
	float:left;
	width:349px;
	margin:0px;
	text-align:left;
	color:#151515;
}

h6.product_title {
	font:bold 24px Verdana;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
.field-label, .field-price {
	float:left;
	color:#FFFFFF;
}
.field-price {
	margin:0px 0px 0px 5px;
}
#cartButtons {
	margin:8px 0px 0px 0px;
	color:#FFFFFF;
}
#photoOptionDropDown {
	width:325px;
}

#productPhotos {
	margin-left:12px;
	color:#FFFFFF;
}
.link {
	margin-left:12px;
	color:#FFFFFF;
}



table#cartItems {
	width:760px;
	color:#FFFFFF;
}


.field-label-cart {
	float:left;
	width:80px;
	color:#FFFFFF;
}
.field-price-cart {
	float:left;
	width:400px;
	margin:0px 0px 0px 5px;
	color:#FFFFFF;
}
.field-link-cart {
	margin:10px 0px;
	color:#FFFFFF;
}
a.calc-shipping-btn {
	font:bold 16px Verdana;
	margin:10px 0px;
	padding:10px 0px;
	color:#000000;
	text-decoration:none;
}



.title a {
	color:#FFFFFF;
}



#productGrid .detailBtnNoImg {
	width:120px;
	float:left;
}
#productGrid .addToCartBtnNoImg {
	width:120px;
	float:right;
}




.detailBtn {
	float:left;
	width:112px;
}
.addToCartBtn {
	float:right;
	width:112px;
}
#productGrid .product_buttons .detailBtn a {
	background:url(images/btn-more-info.jpg);
	text-indent:-9000px;
	display:block;
	width:108px;
	height:24px;
	margin:2px;
}
#productGrid .product_buttons .addToCartBtn a {
	background:url(images/btn-add-to-cart.jpg);
	text-indent:-9000px;
	display:block;
	width:108px;
	height:24px;
	margin:2px;
}

#extraDetails .form-field input.submitBtn {
	background:url(images/btn-add-to-cart.jpg);
	text-indent:-9000px;
	font-size:1px;
	display:block;
	width:108px;
	height:24px;
	margin:2px;
	border:none;
}



#checkoutBilling .form-label, #checkoutBilling .form-label-required {
	clear:both;
	width:180px;
}
#checkoutShipping .form-label, #checkoutShipping .form-label-required {
	clear:both;
	width:180px;
}
#checkoutPayment .form-label, #checkoutPayment .form-label-required {
	clear:both;
	width:180px;
}
#createCustomer .form-label, #createCustomer .form-label-required {
	clear:both;
	width:180px;
}
#customerLogin .form-label, #customerLogin .form-label-required {
	clear:both;
	width:180px;
}
#newCustomer {
	clear:both;
	margin:30px 0px 0px 0px;
}


#productGrid table tr.row_class td {
	margin:10px 0px 0px 0px;
}

#topOptions, #btmOptions {
	margin:5px;
}



/* PRODUCT PAGES */

#productDetail {
	margin:5px;
	padding:10px;
	font-family:Georgia;
	background:#333333;
	color:#000000;
}
#productDetail .form-label, #productDetail .form-field, #productDetail a, #productDetail a.link, #productDetail a.sublink, #productDetail h2 {
	color:#ffffff;
}



/* VIEW CART */

#cartInfo {
	margin:20px 0px 0px 0px;
}
#cartAmounts {
	margin:10px 0px;
}
#cartCoupon {
}




#cartLink {
}
#cartLink a {
	font:bold 14px Georgia;
	color:#FEECBE;
	text-decoration:none;
}
table#cartTable {
	font:10px Helvetica;
	color:#FFFFFF;
}
tr.cartTotal {
	font:bold 12px Helvetica;
}