@charset "utf-8";

/**
* Developed By Jonathan Rourke
* Online Media Group
* jon@webomg.com
**/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f2f2f2;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#home {
	width: 462px;
	margin: 0 auto;
}

.home_top {
	width: 462px;
	float: left;
	padding-bottom: 25px;
	padding-top: 20px;
}

.home_logo {
	width: 362px;
	margin: 0 auto;
}

.home_logo h1 {
	display: none;
}

.home_logo a {
	width: 362px;
	height: 96px;
	float: left;
	background-image: url(../media/home-logo.jpg);
	background-repeat: no-repeat;
}

.cat_products {
	width: 462px;
	float: left;
}

.home_design {
	width: 154px;
	height: 220px;
	float: left;
	background-image: url(../media/design-btn.jpg);
	background-repeat: no-repeat;
}

.home_design a {
	width: 154px;
	height: 220px;
	float: left;
}

.home_products {
	width: 154px;
	height: 220px;
	float: left;
	background-image: url(../media/products-btn.jpg);
	background-repeat: no-repeat;
}

.home_products a {
	width: 154px;
	height: 220px;
	float: left;
}

.home_about {
	width: 154px;
	height: 220px;
	float: left;
	background-image: url(../media/aboutus-btn.jpg);
	background-repeat: no-repeat;
}

.home_about a {
	width: 154px;
	height: 220px;
	float: left;
}

.home_guarantee {
	width: 154px;
	height: 220px;
	float: left;
	background-image: url(../media/guarantee-btn.jpg);
	background-repeat: no-repeat;
}

.home_guarantee a {
	width: 154px;
	height: 220px;
	float: left;
}

.home_contact {
	width: 154px;
	height: 220px;
	float: left;
	background-image: url(../media/contact-btn.jpg);
	background-repeat: no-repeat;
}

.home_contact a {
	width: 154px;
	height: 220px;
	float: left;
}

.home_retailers {
	width: 154px;
	height: 220px;
	float: left;
	background-image: url(../media/retailers-btn.jpg);
	background-repeat: no-repeat;
}

.home_retailers a {
	width: 154px;
	height: 220px;
	float: left;
}

.footer_holder {
	width: 100%;
	float: left;
	border-top: 1px solid #9c9c9c;
}

.home_footer {
	width: 462px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}

.home_footer p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	color: #9c9c9c;
}

#frame {
	width: 888px;
	margin: 0 auto;
}

.frame_holder {
	width: 888px;
	float: left;
	background-color: #d3d3d3;
	background-image: url(../media/body-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 15px;
}

.page {
	width: 876px;
	margin: 0 auto;
}

.page_holder {
	width: 876px;
	float: left;
	background-color: #f2f2f2;
	margin-top: 6px;
	margin-bottom: 6px;
}

.body_holder {
	width: 840px;
	margin: 0 auto;
}

.header {
	width: 840px;
	float: left;
	padding-top: 45px;
}

.header-logo {
	width: 270px;
	float: left;
}

.header-logo h1 {
	display: none;
}

.header-logo a {
	width: 270px;
	height: 71px;
	float: left;
	background-image: url(../media/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.top_menu {
	width: 570px;
	float: left;
}

.top_menu ul {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	line-height: 18px;
	padding-top: 25px;
	padding-left: 30px;
}

.top_menu ul li {
	display: inline;
	float: left;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #313030;
}

.top_menu ul li a {
	text-decoration: none;
	text-align: left;
	color: #313030;
	padding-top: 20px;
}

.top_menu ul li a:hover {
	text-decoration: underline;
	background-image: url(../media/topmenu-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.top_submenu {
	width: 570px;
	float: left;
}

.top_submenu ul {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	line-height: 12px;
	padding-top: 10px;
	padding-left: 30px;
}

.top_submenu ul li {
	display: inline;
	float: left;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #b80004;
}

.top_submenu ul li a {
	text-decoration: none;
	text-align: left;
	color: #b80004;
}

.top_submenu ul li a:hover {
	text-decoration: underline;
}

.body_section {
	width: 840px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.body_section h2 {
	width: 840px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	color: #ce4d39;
	border-bottom: 1px solid #c2c2c2;
}

.product_section {
	width: 840px;
	float: left;
	padding-top: 5px;
}

.image_content {
	width: 179px;
	float: left;
}

.image_content img {
	float: left;
}

.image_holder {
	width: 177px;
	float: left;
	background-image: url(../media/prod-bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

.image {
	width: 155px;
	margin: 0 auto;
}

.image img {
	padding-left: 1px;
	border: none;
}

.product_content {
	width: 651px;
	float: left;
	padding-left: 10px;
}

.product_content p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 14px;
	color: #000;
	padding-top: 10px;
}

.product_info {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 14px;
	color: #000;
}

.product_content .product_link a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.product_content .product_link a:hover {
	text-decoration: underline;
}

.footer {
	width: 888px;
	float: left;
	padding-top: 15px;
}

.footer p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	color: #4d4d4d;
}

.product_detail {
	width: 840px;
	float: left;
	padding-top: 22px;
}

.detail_images {
	width: 367px;
	float: left;
}

.detail_images .image_content {
	padding-right: 4px;
}

.largeimage_content {
	width: 367px;
	float: left;
}

.largeimage_content img {
	float: left;
}

.largeimage_holder {
	width: 367px;
	float: left;
	background-image: url(../media/large-prod-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.large_image {
	width: 345px;
	margin: 0 auto;
}

.large_image img {
	float: left;
	border: none;
}

/*.detail_content {
	width: 435px;
	float: left;
	padding-left: 38px;
}*/
.detail_content {
text-align:left;
}
.detail_content h3 {
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	margin-top:20px;
	color: #ce4d39;
	border-bottom: 1px solid #c2c2c2;
}

.detail_content h3 span {
	color: #706e6e;
}

/*.detail_content p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
	color: #000;
	padding-top: 10px;
}*/
detail_content p {
color:#000000;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:normal;
left:auto;
line-height:18px;
padding-top:10px;
position:relative;
text-align:left;
text-decoration:none;
top:auto;
width:800px;
}

.detail_content h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	color: #706e6e;
	padding-top: 10px;
}

.backbtn_section {
	width: 473px;
	float: left;
	margin-top: 75px;
}

.back_btn {
	width: 63px;
	float: right;
}

.back_btn img {
	float: left;
	border: none;
}




.footersamlink {
	color: #C0C0C0;
}

/* maxwell addition */
.catlink{
color:#B80004;
}
/* /maxwell addition */

h1.h1_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	margin:0;
	padding:0;
}



/****** MANI CHANGES ******************/
.item-options {
	width: 840px;
	float: left;
	padding-top: 10px;
}

.options-section {
	width: 840px;
	float: left;
	background-color: #ededed;
}

.options-holder {
	width: 820px;
	margin: 0 auto;
}

.options-holder h3 {
	width: 820px;
	border-bottom: 1px dashed #9f9f9f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	color: #000;
}

.options-holder p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #000;
}

.options-dropdown-holder {
	width: 820px;
	float: left;
	padding-top: 5px;
}

.options-dropdown-holder p {
	float: left;
	padding-right: 10px;
}

.options-dropdown {
	width: 620px;
	float: left;
}

.options {
	width: 820px;
	float: left;
}

{
	width: 184px;
	float: left;
}
.single-option {
float:left;
height:auto;
min-height:30px;
/*padding-bottom:0;
padding-top:11px;*/
width:184px;
}

.single-option img {
	float: left;
	padding-left: 5px;
}

.single-option p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height:normal;
	color: #3b3b3b;
	margin-left: 52px;
	margin-top:0;
}
/*.single-option {
	width: 184px;
	min-height: 30px;
	height:40px;
	float: left;
	padding-top: 11px;
	padding-bottom: 11px;
}

.single-option img {
	float: left;
	padding-left: 5px;
}

.single-option p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	color: #3b3b3b;
	margin-left: 52px;
}*/

.single-option p strong {
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	color: #C52B23;	
}
.single-option p.option-status {
margin-left: 52px; margin-top: 0px;
}

.radio-options {
	width: 13px;
	height: 13px;
	float: left;
	padding-top: 8px;
}

.item-quantity {
	width: 573px;
	float: left;
	padding-top: 5px;
}

.item-quantity-mid {
	width: 553px;
	float: left;
	background-color: #ededed;
}

.item-quantity-mid img {
	border: none;
}

.quantity-text {
	width: 39px;
	height: 21px;
	border: 1px solid #c7c7c7;
	padding-top: 4px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #000;
}

.quant-input-section {
	width: 553px;
	float: left;
}

.quantity-input {
	width: 46px;
	float: left;
}

.quantity-buttons {
	width: 247px;
	float: left;
	padding-left: 260px;
}

.quantity-buttons img {
	padding-left: 3px;
}

.newImageHolder{
float:left;
padding-left:38px;
width:435px;
}
.newImageHolder img{
max-height:100px;
}

/** RETAILER SEARCH FORM BY PASCAL CSS **/
.findform{
width:612px; margin:0 auto;
}
.findform form{ margin:0px; padding:0px;}

.findretailder{
width:612px; float:left; height:19px; background:url(../media/find_retailer.jpg) top left no-repeat;
}
.leftbox{ width:5px; height:250px; float:left; background:url(../media/box_left.jpg) bottom right repeat-y;}
.rightbox{ width:7px; height:250px; float:left; background:url(../media/box_right.jpg) bottom left repeat-y;}
.midbox{ width:600px; height:250px; float:left; background: #f7f7f7 url(../media/find_form_bg.jpg) bottom left repeat-x;}
.boxbottom{ width:612px; height:12px; float:left; background:url(../media/bottom_line.jpg) top left no-repeat;}

.midcontent{ width:472px; float:left; margin-left:62px; margin-top:15px;}
.inputboxdiv {width:472px; float:left; height:28px; margin-bottom:20px; }
.inputboxdiv1 {width:472px; float:left; height:20px; }
.lefttxt{ width:120px; float:left; font-size:12px; color:#424242; font-family:Verdana, Arial, Helvetica, sans-serif; padding-top:10px }
.rightfield{ width:344px; float:left; }
.inputbox{ width:349px; border:1px solid #909090; height:26px;}
.searchnow{ float:right; text-align:right;}
.or{text-align:center; width:472px; float:left; height:20px; font-size:12px; color:#424242; font-family:Verdana, Arial, Helvetica, sans-serif; padding-top:10px; font-weight:bold;  }
/** END RETAILER SEARCH FORM BY PASCAL CSS **/
/** RETAILER SEARCH RESULT CSS BY PASCAL **/
/* results page */

.results{
width:842px; margin:0 auto;
}
.results_left{ width:390px; float:left;}
.result_retailer{ width:388px; float:left; background:url(../media/results_retailer.jpg) top left no-repeat; height:15px;}
.result_retailer_mid{ width:388px; float:left; background:url(../media/results_midbg.jpg) top left repeat-y;}
.result_retailer_bottom{ width:388px; float:left; background:url(../media/results_bottomline.jpg) top left no-repeat; height:12px;}
.resultsbox{ width:350px; float:left; background: #e4e4e4; padding-top:15px; padding-bottom:15px; margin-left:8px; margin-top:10px; padding-left:20px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.resultsbox1{ width:350px; float:left; background: #f2f2f2; padding-top:15px; padding-bottom:15px; margin-left:8px; margin-top:10px; padding-left:20px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

.googlemap{ width:440px; height: 250px; float:left; margin-left:10px; margin-top:10px;}

.showingtxt{ width:378px; float:right; margin-top:5px; text-align:right; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#424242; padding-right:10px; }
/** END RETAILER SEARCH RESULT CSS BY PASCAL **/
/*******END MANI CHANGES **************/
