body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background: #333333 url('../images/bg_tile.gif') top left repeat-x fixed !important;
	margin-bottom: 50px;
	float: left;
}
form {
	padding: 0px;
	margin: 0px;
}
ul {
	padding: 0px;
	margin: 5px 0px;
	margin-left: 20px;
}
a {
	text-decoration: underline;
	color: #a7a7a7;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #a7a7a7;
	font-weight: bold;
}
.clear {
	clear: both;
}
.emphasis {
	font-size: 16px; 
	font-weight: bold;
	color: #f7A211;
}
img {
	border: 0px;
}
#body {
	margin: auto;	
	width: 838px;
}
#body_content {	
	width: 798px;
	color: #999999;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 80px;	
	margin-bottom: 50px;
	float: left;
}
#menu {
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-top: 60px;
	margin-right: 30px;
	background-image: url(../images/call_today.gif);
	background-position: 130px 0px;
	background-repeat: no-repeat;
}
#menu a.mainCat {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #6bc9e3;
	font-size: 16px;
}
#menu .mainCat div {
	width: 120px;
	padding-top: 4px;
}
#menu .mainCat div {
	cursor: pointer;
}
#menu a.mainCat:hover {
	background-image: url('images/clearpixel.gif');
	color: #3e889d;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
	float: left;
	background-image: url('images/clearpixel.gif');
}

#menu a {
	display: block;
	margin: 0;
}

#menu ul ul a {
	color: #3e889d;
	text-decoration: none;
	padding: 6px 10px;
	background-color: #ffffff;
	font-size: 12px;
	width: 100%;
	border: 1px solid #6bc9e3;
	border-top: 0px;
	border-bottom: 0px;
}
#menu ul ul a.bottom {
	border-bottom: 1px solid #6bc9e3;
}
#menu ul ul a.cap {
	background-image:url(../images/line_cap.gif); 
	background-repeat: no-repeat;
}
#menu ul ul a.top {
	border-top: 1px solid #6bc9e3;
}
#menu ul ul a:hover {
	color: #ffffff;
	padding: 6px 10px;
	background-color: #afe0ee;
	width: 100%;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 120px;
	padding-top: 10px;
}

#menu ul ul ul {
	position: absolute;
	left: 100%;
	top: 0px;
	margin-left: 21px;
	padding-top: 0px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#header {
	clear: both;
	margin-top: 30px;
	padding-left: 30px;
	background-color: #FFFFFF;
}

#content {
	clear: both;
	background-color: #FFFFFF;
	float: left;
}
#content .left_column {
	width: 225px;
	padding-right: 25px;
	background-image: url(../images/divider_vertical.gif);
	background-position: right;
	background-repeat: no-repeat;
	min-height: 400px;
}
#content .left_column .section {
	background-image: url(../images/line_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 5px;
}
#content .left_column .section strong {
	color: #4ea3da;
	font-size: 16px;
}

#content .right_column {
	float: right;
	width: 500px;
	padding-right: 25px;
	min-height: 400px;
}

#content .right_column .header {
	font-weight: bold;
	color: #f7a211;
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 16px;
}
#content .right_column .header a {
	color: #f7a211;
	text-decoration: none;
}
#content .right_column .header a:hover {
	color: #4ea3da;
}
#content .right_column .blue_header {
	color: #97daed;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}
#contact_form {
	margin: 20px 10px;
}
#contact_form div {
	padding: 5px;
}
#contact_form div label {
	float: left;
	display: block;
	width: 200px;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 0px;
}
#contact_form div .text_field {
	font-size: 14px;
	color: #666666;
	border: 1px solid #abe1ea;
	background-color: #e4f7fa;
	padding: 4px 4px;
	width: 200px;
}
#contact_form div .text_field_over {
	font-size: 14px;
	color: #666666;
	border: 1px solid #abe1ea;
	background-color: #f1f9fa;
	padding: 4px 4px;
	width: 200px;
}
#contact_form div .text_field_error {
	font-size: 14px;
	color: #666666;
	border: 1px solid #d34021;
	background-color: #ffc0b4;
	padding: 4px 4px;
	width: 200px;
}
#contact_form div .button_field {
	background-color: #CCCCCC;
	padding: 2px;
	font-weight: bold;
	color: #0099FF;
	border: 2px solid #CCCCCC;
}
#contact_form div textarea.text_area {
	font-size: 14px;
	color: #999999;
	border: 1px solid #abe1ea;
	background-color: #e4f7fa;
	padding: 4px 4px;
	font-family:Arial, Helvetica, sans-serif;
	width: 400px;
	height: 100px;
}
#contact_form div textarea.text_area_over {
	font-size: 14px;
	color: #999999;
	border: 1px solid #abe1ea;
	background-color: #f1f9fa;
	padding: 4px 4px;
	font-family:Arial, Helvetica, sans-serif;
	width: 400px;
	height: 100px;
}
#contact_form div textarea.text_area_error {
	font-size: 14px;
	color: #999999;
	border: 1px solid #d34021;
	background-color: #ffc0b4;
	padding: 4px 4px;
	font-family:Arial, Helvetica, sans-serif;
	width: 400px;
	height: 100px;
}
#footer {
	clear: both;
	width: 100%;
}
#product_body {
	margin: auto;	
	width: 924px;
}
#product_body_content {
	color: #999999;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding: 20px 0px;
	padding-bottom: 0px;
	float: left;
}
#product_header {
	clear: both;
	margin-top: 30px;
	padding-left: 50px;
	background-color: #FFFFFF;
}
#product_content {
	text-align: center;
	background-color: #e4f7fa;
}
#product_content #product_text {
	margin: 0px 80px;
	background-color: #f7f7f7;
	text-align: left;	
	padding: 5px 0px;
}
#bread_crumb ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#bread_crumb ul li {
	float: left;
	padding: 5px 10px;
	padding-left: 0px;
	color: #ff9c0e;
	font-weight: bold;
}
#bread_crumb ul li a {
	color: #3585a2;
	text-decoration: none;
	font-weight: bold;
}
#bread_crumb, #intro_text, #product_list .list {
	padding: 0px 30px;
}
#intro_text {
	font-size: 16px;
	line-height: 150%;
	padding: 20px 30px;
}
#product_list {
	padding-bottom: 40px;
}
#product_list .list {
	clear: both;
	padding: 20px 0px;
	padding-right: 50px;
	background-image: url(../images/line_product_divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 150px;
}
#product_list .list span {
	float: left;
	padding: 0px 30px;
}
#product_list .list .title {
	color: #75cce7;
	font-weight: bold;
	padding: 5px 0px;
}
#product_list .list .title label {
	color: #77d200;
	font-weight: bold;
	font-size: 14px;
}
#product_details .product_detail_content {
	padding: 40px 30px;
	padding-top: 0px;
	font-size: 14px;
	line-height: 140%;
	padding-bottom: 80px;
}
#product_details .title {
	color: #333333;
	font-size: 24px;
	padding: 30px;
	margin-bottom: 10px;
}
#product_details .product_detail_content a {
	color: #f7a211;
	text-decoration: none;
}
#product_details .product_detail_content a:hover {
	color: #4ea3da;
}

#product_details .product_detail_content ul {
	padding: 20px 0px;
}
#product_details .product_detail_content ul li {
	padding: 2px 0px;
}
#product_details .product_detail_content .heading {
	color: #2194ad;
	font-weight: bold;
	padding: 20px 0px;
}
#product_details .product_detail_content .price_tag {
	margin: 20px 0px;
	background-image: url(../images/box_price.gif);
	background-repeat: no-repeat;
	width: 259px;
	height: 58px;
	font-weight: bold;
	color: #2194ad;
	font-size: 16px;
	text-align: center;
}
#product_details .product_detail_content .note {
	color: #000000;
}
#product_details .product_detail_content .price_tag div {
	padding: 20px 10px ;
}
#product_footer {
	color: #999999;
	background-color: #f1f7f8;
	padding: 40px;
	padding-top: 20px;
	background-image: url(../images/products/logo_watermark.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	clear: both;
}
#product_footer span {
	padding: 0px 10px;
}
#product_footer span a {
	color: #69c8e5;
}
#product_footer .price_guarantee {
	background-image: url(../images/lowest_price.gif);
	background-repeat: no-repeat;	
	float: right;
	padding: 10px;
	padding-left: 60px;
}
#product_footer .price_guarantee .blue {
	font-size: 13px;
	color: #119ab1;
}
#product_footer .price_guarantee .grey {
	font-size: 12px;
	color: #4d4d4d;
}
#model_list {
	padding: 20px 0px;
}
#model_list span {
	display: block;
	width: 170px;
	font-size: 12px;
	float: left;
}
.sub_banner {
	float: right; 
	padding-right: 30px;
	padding-left: 30px;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #ffffff;
}
.highslide:hover img {
	border: 2px solid #ffffff;
}

.highslide-image {
	border: 5px solid #ffffff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #ffffff;
    border-top: none;
    padding: 5px;
    background-color: #ffffff;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.video_pop {
	padding: 0px 10px; 
}
.video_pop strong {
	color: #4ea3da;
	font-size: 16px;
	display: block;
	width: 300px;
}
.video_pop a {
	color: #f7a211;
	text-decoration: none;
}
.video_pop a:hover {
	text-decoration: underline;
}
.message_error {
	margin: 5px 0px;
	color: #FF3333;
	font-weight: bold;
}
.success_message {
	margin: 25px 10px;
	color: #1bb81f;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
}
.feature {
	position: absolute;
	opacity: 0;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	*filter: alpha (opacity=0);
	width: 500px;
	background-color: #FFFFFF;
}
