html { margin: 0px; }
body {
	margin: 0 auto; 
	padding: 0;
	font-size: .8em; 
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif; 
	background-color:#eaf2f7; /* site background colour ;*/
}

/*** colours ***/
.grey{color:#929191;}
.red{color:#FF0000;}
.darkgrey{color:#14372f;}
.black{color:#111111;}

#wrapper{ 
	margin: 0 auto; 
	padding: 0;
	width:838px; 
	min-height:500px; 
	background-image:url(images/wrapper-bg.gif);
	background-repeat:repeat-y;
}

#header{width:800px;}

#menu{
	margin:auto;
	width: 838px;
	height:90px;
	background-image:url(images/menu-bg.jpg);
	background-repeat:no-repeat;
	background-color:#e9e0c6;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
}

#menu-position{
	width:680px;
	height:30px;
	margin:auto;
}

#menu ul{ }

#menu ul li{ 
	float: left; 
	text-align: center; 
	padding: 0; 
	margin: 0; 
	width:auto; 
	font-size:1em;
	line-height:2.6em;
	margin-top:26px;
}

#menu ul li a, #menu ul li a:visited {
	padding: 0px 14px 0px 13px;
	text-decoration: none; 
	color: #084a2d; 
	display: block; 
	font-weight:bold;
}

#menu ul li a:hover { color: #084a2d; text-decoration:underline; border-bottom:0;}	
#menu ul li a:active { color: #084a2d; text-decoration:underline;}	

/*** main content container ***/

#maincontent{	
	width: 838px; 
	background-image:url(images/content-top-bg.gif);
	background-repeat:no-repeat;
	margin:0; 
	padding:0;
	min-height:400px; 
	float: left;
}

/*** product categories vertical menu ***/

#product-menu{
	float:left; 
	/*margin:30px 10px 10px 0px;
	padding-left:30px;*/
	margin:0;
	margin-top: -7px;
	_margin-top: -4px;
	padding:30px 0px 10px 30px;
	color:#14372f;
	width: 200px;
}

#product-menu h2{display:none;}
#product-menu ul{margin-left:5px; padding-left:0; font-weight:bold;}
#product-menu ul li a, #second-menu ul li a:visited{ color:#14372f;}
#product-menu ul li a:hover{ color:#14372f;}

/*** main text content column ***/

#main-text{
	float:left; 
	margin: -10px 0 0 10px;
	margin-top:-25px;
	_margin-top:-70px;
	padding-left: 0px;
	width:560px;
	color:#111111;
	/*color:#929191;*/
	overflow:hidden;
}
#main-text .h1{display:none;}

/*** featured product box ***/
#featured-product{float:right; width:310px; margin-left:15px; text-align:center;}
.featured-product{width:300px; text-align:center;}
#featured-product h3{display:none;}

/*** list styles ***/

ul { padding:0;  margin: 0;}
ul li {padding:0;  margin: 0; margin-left:10px; list-style-type:none; text-align:left; line-height:1.8em; color: #333333;}
ul li a:link{color: #666699; text-decoration:none;}
ul li a:visited{color: #666699;  text-decoration:none;}
ul li a:hover{ color: #666699; text-decoration:underline;}

/*** heading styles ***/
h1 { font-size: 1.1em; font-weight:bold; color: #333333; text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif;}
h2, h3, h4, h5, h6 {
	color:#14372f; 
	font-weight:normal; 
	text-align:left; 
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:0px;
	margin:0;
}
h2 {
	font-size: 1.9em;
	padding-top:6px;
}
h3 {font-size: 1.3em; }
h4 {font-size: 1.2em; }
h5 {font-size: 1.1em; }
h6 {font-size: 1em; }

/*** paragraph styles ***/

p { margin:0; padding:0; line-height:1.6em; text-align:left; margin-top:5px; margin-bottom:5px; /*color:#929191;*/ color:#111111;}
p a:link{ color: #666699; font-weight:normal; text-decoration:none;}
p a:visited{ color: #666699; font-weight:normal; text-decoration:none;}
p a:hover{ color: #666699; font-weight:normal; text-decoration:underline;}

td a:link{ color: #666699; font-weight:normal; text-decoration:none;}
td a:visited{ color: #666699; font-weight:normal; text-decoration:none;}
td a:hover{ color: #666699; font-weight:normal; text-decoration:underline;}


/*** special text formatting classes ***/

.featured-product-name{padding:0; margin:auto; font-weight:bold; color:#084a2d;}
.featured-product-name a{padding:0; margin:auto; font-weight:bold; color:#084a2d;}
.featured-product-name a:link, .featured-product-name a:visited{ text-decoration:none;}
.featured-product-name a:hover{ text-decoration:underline;}

/*** image styles ***/

.standard-img{padding:3px; border:1px solid #e2e0e0; margin:0; margin-bottom:10px;}
.product-categories-header{margin-left:0px;}
.featured-fabric{padding:3px; border:1px solid #e2e0e0; text-align:center; margin:10px;}
.bay-window-img{margin-bottom:15px;}
.deco-large{float:left;}

/*** footer shadow and links formatting ***/

#footer {
	clear: both;
 	font-size: .85em;
	background: #ffffff;
	background-image:url(images/footer-bg.gif);
	background-repeat:no-repeat;
	border:0;
	padding: 0;
	margin: 0 auto;
	padding-top:40px;
	width: 838px;
	height:25px;
	color: #a09f9f;
}	

#footer p{text-align:center; color: #a09f9f; line-height:1.4em;}

#footer p a:link{ color: #a09f9f; text-decoration:none;}
#footer p a:hover{ color: #a09f9f; text-decoration:underline;}
#footer p a:visited{ color: #a09f9f; text-decoration:none;}

#view-cart{
	position:relative;
	font-size:0.9em;
	color:#929191;
	text-align:right;
	margin-top:-5px;
	_margin-bottom:5px;
	height:20px;
	float:right;
	width:120px;
}
#view-cart a:link, #view-cart a:visited{color: #929191; text-decoration:none;}
#view-cart a:hover{ color: #929191; text-decoration:underline;}
.view-cart {float:right; margin-right:50px; margin-top:-11px; margin-bottom:15px; _margin-right:25px;}

/*** specific page styles ***/

.freight-costs{ width:210px; text-align:right;}
.left{float:left;}
.sitemap li{padding-left:15px;}

/*** product page ***/

.product1{ width:550px; float:left;}
.product2{ width:550px; float:left; background-color:#FBFBFB;}

.product-image{
	padding:3px; border:1px solid #e2e0e0; margin:10px; float:left;
}

.product-box{ width:422px; float:right;}
.product-name{ float:left; width:410px; padding-top:10px;}
.product-price{ float:left; width:80px;}
.product-add{ float:right; width:80px;}
.product-desc{ float:right; width:100%;}

.specials-name{ float:left; width:410px; padding-top:10px;}
.specials-price{ float:left; width:150px;}
.specials-rrp{ float:left; width:80px;}
.specials-add{ float:right; width:80px;}
.specials-desc{ float:left; width:410px;}

.product-details-image{ float:left; width:550px; margin-bottom:10px;}
.product-details-quantity{ float:left; width:180px; margin-top:0px;}
.product-details-add{ float:right; width:80px;}
.product-details-desc{ float:none; width:550px; clear:both;}
#product-details-content{width:550px;}

.strike-through{text-decoration:line-through;}

.subcat-image{border:none;}
