@charset "utf-8";
/* CSS Document */
body {
	background-color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding:0 0 0px;

}

div#siteContainerMain {
	margin-left:auto;
	margin-right:auto;
	width:920px;
    
}

/* HEADING BLOCK START */
div#headingContainer {
	height:92px;
 
}

div#headingContainer div#logoHolder {
	display:block;
	float:left;
	margin:0 0 10px;
}

div#headingContainer div#slogan {
	display:block;
	float:right;
	margin:44px 0 0;
}

div#headingContainer div#colouredBar {
	background-image:url(../images/banner.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	border-top:1px solid #868786;
	clear:both;
	height:25px;
}

/* HEADING BLOCK END */

/* CONTENT BLOCK START */
div#bodyContainer {
	border-bottom:1px solid #868786;
	border-top:1px solid #868786;
	display:block;
	height:463px;
	margin:3px 0;
	width:100%;
}

*:first-child+html div#bodyContainer {
	margin-top:6px;
}

div#bodyContainer div#homePgPicContainer {
	display:inline-block;
	height:536px;
	position:absolute;
	top:33px;
}

*:first-child+html div#bodyContainer div#homePgPicContainer {
	padding-top:10px;
}
/* CONTENT BLOCK END */

/* BUTTON CONTAINER START */
div#buttonsContainer {
	border-bottom:1px solid #868786;
	display:inline-block;
	padding:0 0 3px;
}

div#buttonsContainer a img {
	border:0;
}

div#buttonsContainer .topBorder {
	border-top:1px solid #868786;
}

div#buttonsContainer a {
	display:block;
	float:left;
	margin:0 1px 0 0;
}

div#buttonsContainer a.exception {
	margin:0;
}

div#buttonsContainer a img {
	border:0;
}


/* BUTTON CONTAINER END */

/* PRODUCT LIST START */
div#product_category{
float:left;
width:189px;
overflow:hidden;
/*background-color:#0033FF;*/

}
div#product_slider{
float:left;
width:730px;
/*background-color:#CC0000;*/
}
.main_li{
		display:inline-block;	
		vertical-align:top; 
		width:180px;
		}
.item_li{		
		color:#626262;
		display:inline-block;
		font-size:11px;
		font-weight:700;
		padding-top:35px;
		text-align:center;	
		white-space: normal;
		width:180px;	
		}
.model_li{		
		color:#A6A8A8;	
		display:inline-block;	
		font-size:10px;
		font-weight:700;
		padding-top:2px;
		text-align:center;
		white-space: normal;
		width:180px;
		}
.color_li{		
		color:#A6A8A8;
		display:inline-block;
		font-size:10px;
		font-weight:700;
		padding-top:2px;
		text-align:center;
		width:180px;
		white-space: normal;
		}
		.img_li{
		display:inline-block;
		padding-top:70px;
		}
		
div#top-line{
		clear:both;
		border-top:1px solid #868786;
		height:1px;
		position:absolute;
		top:532px; 
		width:730px;


}
*:first-child+html div#top-line{
		clear:both;
		border-top:1px solid #868786;
		height:1px;
		position:absolute;
		top:542px; 
		width:730px;


}
*html div#top-line{
		clear:both;
		border-top:1px solid #868786;
		height:1px;
		position:absolute;
		top:542px; 
		width:730px;


}
div#scroll_text{			
			height:20px;			
			top:532px; 
			position:absolute;			
			width:670px;
			color:#A6A8A8;
			font-size:10px;
			font-weight:700; 
			text-align:center;
			padding-top:13px;
			margin-left:30px;
			
}
*:first-child+html div#scroll_text{			
			height:40px;			
			top:542px; 
			position:absolute;			
			width:670px;
			color:#A6A8A8;
			font-size:10px;
			font-weight:700; 
			text-align:center;
			padding-top:13px;
			margin-left:30px;
			
}

*html div#scroll_text{			
			height:40px;			
			top:542px; 
			position:absolute;			
			width:670px;
			color:#A6A8A8;
			font-size:10px;
			font-weight:700; 
			text-align:center;
			padding-top:13px;
			margin-left:30px;
			
}
.selectedd{
		color:#2A0009;
		font-size:11px;
		font-weight:700;
		text-decoration:none;
}
div#sub_cat {
   height:20px;   
}
.norm{
   color:#878786;		
   font-size:11px;
   font-weight:700;
   text-decoration:none;
   }
/* PRODUCT LIST END */

/* FOOTER BLOCK START */
div#footerContainer {
	clear:both;
	margin:6px 0;
	padding:0;
}

div#footerContainer div#footerLinks {
	color:#868786;
	display:inline-block;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

div#footerContainer div#cassette {
	color:#868786;
	display:block;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}

div#footerContainer div#cassette a {
	background-image:url(../images/cassette.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	height:13px;
	width:64px;
}

div#footerContainer div#cassette a:hover {
	background-image:url(../images/cassetteon.jpg);
}
/* FOOTER BLOCK END */