html{overflow-y:scroll;}
html{overflow:-moz-scrollbars-vertical;}

body{
	margin:0px;
	padding:0px;
	/* BACKGOUND STYLES */
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F0F5ED;
}

a{
	font-size:11px;
	color:#C1670E;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	color: #C1670E;
		text-decoration: underline;
}

.arrow_right a{
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	color: #C1670E;
	text-decoration: none;
}
.arrow_right a:hover{
	color: #C1670E;
	text-decoration: underline;
}

.product_arrow_right a{
    font-size: 13px;
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	color: #C1670E;
	text-decoration: none;
}
.product_arrow_right a:hover{
    font-size: 13px;
	color: #C1670E;
	text-decoration: underline;
}



#header{
	z-index:3;
	position: 0px 0px;
	margin:0px auto;
	padding:0px;
	/*height:356px;*/
	width:764px;
	left:4px;
	background-color:#FFFFFF;
}

#wrapper {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#838B75;
	line-height: 150%;
    width:773px;
	overflow:visible;
	margin:0px auto;
	position:relative;
	left:-4px;

}
#shadowLeft{
	width:4px;
	/*height:356px;*/
	position:absolute;
	top:0px;
	left:0px;
}
#shadowRight{
	width:4px;
	/*height:356px;*/
	position:absolute;
	top:0px;
	left:768px;
}
	
#contentWrapper{
	z-index:2;
	width:773px;
	height: auto !important;
	min-height:200px;
	height:200px;
	position:relative;
	top:0px;
	left:4px;
	/* BACKGOUND STYLES */
	background-color:FFFFFF;
}
#content{
	width:698px;
	height: auto !important;
	min-height:100px;
	height:100px;
	position:relative;
	top:0px;
	padding:10px 20px 22px 35px;
	/* BACKGOUND STYLES */
	background-color:#FFFFFF;
}

#contentBG{
	width:773px;
	position:absolute;
	/* BACKGOUND STYLES */
	background-image:url(images/main_bg_center.gif);
	background-repeat:repeat-y;
}
#footer{	
	height:72px;
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
	line-height:170%;
	font-size:10px;
	color:#A3AE96;
	background-color:#FFFFFF;
}
#footer a{
	font-size:10px;
	color:#A3AE96;  
	text-decoration:none
}
#footer a:hover{
	color:#616958;  
	text-decoration:none;
}

#footerBG{
	z-index:1;
	width:773px;
	height:72px;
	position:absolute;
	left:0px;
	/* BACKGOUND STYLES */
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.catalogue_container{
	width:190px !important;
	width:196px;
	float:left;
	margin-right: 6px;
	padding: 5px 18px 5px 15px;
}
.quarter_container{
	width:175px;
	float:left;
	margin-right: 0px;
	padding: 0px 15px 0px 15px;
}
.horLine{
	border-top: 1px dashed #cccccc;
	margin:3px 0px 0px 0px;
	padding:0px;
}
h1{
	font-size:11px;
	font-weight:bold;
}

.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

.clearAll{
clear:both;
}

1px{
	font-size:1px;
	height:1px;
}
.detail-thumbs{
	margin:0px 0px 0px 0px;
	float:left;
}