@charset "utf-8";
/* Fairwinds*/
/* Theme: Default */
/* Author: Paul Smith */
/* Date: 16/02/11 */
/* Theming for standard XHTML tags */

a:link {
	color:#000000;
	font-size:16px;	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000000;
	font-size:16px;	
}
a:hover {
	text-decoration: underline;
	font-size:16px;	
	color: #006699;
}
a:active {
	text-decoration: none;
	color:#000000;
	font-size:16px;	
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* background: #666666; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
	background-image:url(../images/background.gif);
}

.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header { 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.HeaderInner {
	height:134px;
	text-align:left;
	/* padding-bottom: 6px; */
}


.oneColFixCtrHdr #subMenu {
	padding-top:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:40px;
	width:629px ;
	float:right;
	/* margin-top:20px; */
}

#flash {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:349px;
	margin-top:20px;	
	background-image:url(images/home_room_set.html);
	background-repeat:no-repeat;
}

#flash_home {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:350px;
	margin-top:20px;
	background-image:url(../images/home_room_set.jpg);
	background-repeat:no-repeat;
}

#flash_products {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:350px;
	margin-top:20px;
	background-image:url(../images/our_product_range.jpg);
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #mainContent {
	padding: 10 0 20 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
}

.oneColFixCtrHdr #mainContent p {
	padding: 10 0 20 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
	font-size: 14px;
	color:#333333;
	text-align:left;
}

.oneColFixCtrHdr #LayoutContentLeft {
	width: 200px;
	float: left;
	font-size: 14px;
	color:#333333;
	text-align:left;
	margin:20 0 20 0px;
	padding:20 0 20 0px;
}

.oneColFixCtrHdr #LayoutContentRight {
	width: 700px;
	float: right;
	font-size: 14px;
	color:#333333;
	text-align:left;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
	font-size: 11px;
	color:#395B7B;
	text-align:center;
}


.Logo {
	float:left;
}

.RightMenu {
	float:right;
	width:660px;
	padding-top:62px;	
}








#Home {
	width:73px;
	float:right;
	text-align:left;
}

#Products {
	width:114px;
	float:right;
	text-align:left;
}

#Policies {
	width:102px;
	float:right;
	text-align:left;
}

#Quality {
	width:98px;
	float:right;
	text-align:left;
}

#AfterSales {
	width:134px;
	float:right;
	text-align:left;
}

#ContactUs {
	width:108px;
	float:right;
	text-align:left;
}

.Divider {
	height:3px;
}

.Divider2 {
	margin-top:20px;
	height:3px;
}

.subNav {
	margin-top:15px;
	font-size: 14px;
	
}

.FlashMovie{
	float:left;
	height: 368px;
}


li {
	display: inline;		
	color: #000;	
	padding-right: 10px;
	padding-left: 10px;
}


ul {
	float: left;
	list-style-type: none;
	padding-right: 0;
}





