/* CSS Document for Lees Furnishings */
/* @copyright 2007 Subzerostudio	 */

body { 
	margin: 0px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#60514f;
}

a { 
	color:#60514f;
	text-decoartion: underline;
}

a:hover { 
	color:#60514f;
	text-decoartion: none;
}

h1 { 
	color: #a5b2bc;
	text-transform:lowercase;
	margin:0;
	padding:0 0 5px;
	font-size:26px;
	font-weight:normal;
	background:url(images/h1-divider.jpg) no-repeat bottom;
}


/*-------------------*/
/* container styles  */
/*-------------------*/

#outer-container { 
	width: 889px;
	margin: 0 auto;
}

#container { 
	width: 796px;
	float: left;
}

#border-l { 
	width: 46px;
	float:left;
}

#border-r { 
	width: 46px;
	float:left;
}


#main1 {
	background:url(images/border-l.gif) top left repeat-y;
}

#main2 {
	background:url(images/border-r.gif) top right repeat-y;
}

/*-------------------*/
/*    header styles  */
/*-------------------*/

#header { 
	background:url(images/topbar-repeat.gif) repeat-x bottom #4b797f;
	height: 45px;
	font-size: 10px;
	text-transform: uppercase;
	color:#b4c7ca;
	font-weight: bold;	
	padding: 5px 0px 0px 5px;
}

#call-us { 
	background:url(images/phone.jpg) no-repeat;
	padding-left: 31px;
	height:28px;
	float: left;
}

#search { 
	float: right;
	height:28px;
	padding: 4px 8px;
}

#search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#search input.go {
	background: #598f96;
	border: 0px;
}

.phone-number { font-size: 12px; }


/*-------------------*/
/*   title styles    */
/*-------------------*/

#title { 
	background:url(images/title-background.gif);
	height: 30px;
	font-size:14px;
	text-transform:lowercase;
	color:#883e3f;
	padding: 14px 0px 0px 214px;
}

#title-inner { 
	background:url(images/title-inner.gif);
	height:23px;
	color:#883e3f;
	font-size: 12px;
	text-transform:lowercase;
	padding: 6px 0 0 22px;
}	

/*-------------------*/
/*     nav styles    */
/*-------------------*/
#nav-container { 
	float: left;
	width: 192px;
}

#nav { 
	margin: 11px 0px 13px;
	background:url(images/nav-background-rpt.gif) repeat-y;
}

#nav-title {
	background: url(images/nav-title.gif);
	height: 29px;
	padding: 14px 0px 0px 33px;
	text-transform:uppercase;
	color:#FFFFFF;
}

#nav a { 
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	padding: 0px 19px 0px 22px;
	margin-left: 10px;
	background:url(images/nav-background-off.gif) no-repeat;
	line-height: 1.5;
}

#nav a:hover { 
	text-decoration: underline;
	background:url(images/nav-background-on.gif) no-repeat;	
}


/*-------------------*/
/*  content styles   */
/*-------------------*/

#content-container { 
	background:url(images/content-background.gif) repeat-y;
}

#content { 
	background:#FFFFFF;
	width: 603px;
	float:left;
}

#content-text { 
	padding: 11px 22px 11px 22px;
	line-height: 1.5;
}	

#content-cat { 
	padding: 11px 0px 11px 0px;
	line-height: 1.5;
}	

.clear { clear:both; }

/*-------------------*/
/*   footer styles   */
/*-------------------*/

#footer { 
	background:url(images/footer-background.gif) repeat-x;
	height: 32px;
	font-size: 10px;
	color:#FFFFFF;
	padding: 3px 10px 3px 10px;
}

#footer a 		{ color:#FFFFFF; text-decoration: none; }
#footer a:hover { color:#FFFFFF; text-decoration: underline; }


/*-------------------*/
/*   product styles  */
/*-------------------*/

#product-image {
	width: 261px;
	float: left;
}

#product-info { 
	float: left;
	width: 280px;
}

span.red-text { 
	color: #954e50;
	height: 30px;
	display: block;
}

.red-text a 		{ color: #954e50; text-decoration: none; }
.red-text a:hover	{ color: #954e50; text-decoration: underline; }

/*------------------*/
/* category list    */
/*------------------*/

td.category-list { 
	font-size:11px;
	text-transform: lowercase;
}

.category-list a 		{ text-decoration: none; } 
.category-list a:hover 	{ text-decoration: underline; } 

.back-link a { 
	color: #954e50;
	text-decoration: none;
}

.back-link a:hover { 
	color: #954e50;
	text-decoration: underline;
}


/*-------------------------*/
/*   product enquiry form  */
/*-------------------------*/

#enquiry { 
	margin-left: 20px;
}

#enquiry label,
#enquiry input { 
	float: left;
	display: block;
	margin-bottom: 10px;
}

#enquiry label { 
	width: 75px;
	padding-right: 20px;
}

#enquiry input,
#enquiry textarea {
	color: #954e50;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
}

#enquiry textarea { overflow: hidden; }

#enquiry br { clear: left; }

#enquiry input.button {
	margin-top: 10px;
	border: none;
	background: #954e50;
	width: 50px;
	color: #FFFFFF;
	padding: 3px 0px 3px;
}

#enquiry hr { 
	margin-right: 20px;
	background: #954e50;
	border: none;
}

#enquiry-error {
	border: 1px #954e50 solid;
	display: block;
	width: 300px;
	padding: 3px;
	color: #954e50;
}

.input-field { 
	width: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error-text { color: #FF0000; }
	
object { display: inline; }

.gallery-pic {
	border: 1px solid #000000;
}

#gallery a img { filter:alpha(opacity=70); -moz-opacity:.70; opacity:.70; }
#gallery a:hover img,a:focus img { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
