@charset "utf-8";
/* CSS Document */
html { 
	height: 101%; 
	min-height: 101%; 
	margin-bottom: 0.01pt; 
	background-image: url(../_resources/backgrounds/lines_bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:fixed;
}

body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;

	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;
	width: 978px;
	margin-left: auto;
	margin-right: auto;		
	margin-top: 10px;


}
#container { 
	float: left;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #FFFFFF;

	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 

	height: 383px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #FFF; 
	margin-bottom: 20px;
} 



#monkheader{
	float: left;
	height: 82px;
	width: 978px;
	background-image: url(../_resources/furniture/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#monkheader-links{
	float: right;
	margin-top: 60px;
	width: 220px;
	height: 20px;
	border: 0px solid #000;
}


#productshowcase {
	float: left;
	height: 301px;
	width: 654px;	
	border: 0px solid #000;

}

#companyinfo{
	float: right;
	height: 225px;
	width: 300px;	
	background-image: url(../_resources/backgrounds/monkinfo_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top: 89px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	font-size: 13px;
}

#companyinfo #virtualcatalogue{
	margin-top: 30px;
	top: 26px;	

	font-size: 1.2em;

	text-align: center;
}

#companyinfo #virtualcatalogue a{
	color: #FFF;
	text-decoration: none;
}
#companyinfo #virtualcatalogue a:hover{
	color: #cc0000;
}
#mainContentWrap{
	float: left;	
	position: relative;
	width: 978px;

	background-color:#FFF;

}


#mainContent { 
	float: left;
	left: 0;
	border: 0px solid #000;
	width: 956px;
	
	background-image: url(../_resources/backgrounds/nav_bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 600px;
	margin-bottom: 30px;
	font-size: 10pt; 
}

#sidebar-lhs{
	float: left;
	position: relative;	
	width: 168px;
	left: 0;
	border: 0px solid #000;
}


#mainContent #sidebar-rhs{
	float: right;
	position: relative;	

	width: 300px;
	right: 0;
	border: 0px solid #000;
}

#maincontent-inner h1, #maincontent-wide h1{
	font-size: 1.5em;	
	margin-top: 0;
	padding-top: 0;
}

#mainContent h1{
	font-size: 1.5em;		
	color: #b80d13;
	border-bottom: 1px solid #CCC;
	padding-top: 0;
	margin-top: 0;
}


#maincontent-narrow {
	float: left;
	position: relative;
	height: auto;
	width: 470px;
}



#maincontent-wide {
	margin-left: 20px;
	float: left;
	position: relative;
	height: auto;
	width: 750px;
}


#maincontent-narrow #maincontent-1{
	border-bottom: 0px solid #CCC;
 	margin-top: 20px;
 	padding: 0;
	font-size: 0.9em;	

}

#maincontent-narrow a{
	color: #000;	
}



#rhsboxbutton-newsletter{
	width: 292px;
	height: 113px;
	background-image: url(../_resources/backgrounds/newsletter_button_bg.jpg);
	background-repeat:no-repeat;	
	margin-bottom: 10px;
	padding: 10px;
	
}

#rhsboxbutton-company{
	width: 282px;
	height: 69px;
	background-image: url(../_resources/backgrounds/company_button_bg.jpg);
	background-repeat:no-repeat;	
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 10px;	
	padding-right: 10px;	
}

#rhsboxbutton-presentation{
	width: 282px;
	height: 69px;
	background-image: url(../_resources/backgrounds/company_button_bg.jpg);
	background-repeat:no-repeat;	
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 10px;	
	padding-right: 10px;	
}

#rhsboxbutton-presentation .button-title{
	color: #b80d13;
	font-size: 1.3em;
	font-weight: bold;
}

#rhsboxbutton-presentation #button-copy{
	clear: both;
	color: #999;
	font-weight: 600;
	font-size: 0.8em;
	width: 170px;
}

#rhsboxbutton-company .button-title{
	color: #b80d13;
	font-size: 1.3em;
	font-weight: bold;
}

#rhsboxbutton-company #button-copy{
	clear: both;
	color: #999;
	font-weight: 600;
	font-size: 0.8em;
	width: 170px;
}

#rhsboxbutton-radioadvert{
	width: 282px;
	height: 69px;
	background-image: url(../_resources/backgrounds/radioadvert_button_bg.jpg);
	background-repeat:no-repeat;	

	padding: 5px;
	padding-top: 20px;		
	padding-left: 140px;	
	padding-right: 10px;
}
#rhsboxbutton-radioadvert #button-copy{
	clear: both;
	color: #000;
	font-weight: 600;
	font-size: 0.8em;
	width: 160px;
}


.button-title{
	color: #ffc000;
	font-size: 1.3em;
	font-weight: bold;	
}

#button-copy{
	clear: both;
	color: #FFF;
	font-weight: 600;
	font-size: 0.8em;
	width: 170px;
}



#rhsboxbutton-newsletter .privacy{
	color: #FFF;
	font-size: 8pt;
	text-decoration: none;

}

#rhsboxbutton-newsletter #textbox{
	float: left;
	width: 225px;
	height: 30px;
	border: 0px solid #000;

}
#rhsboxbutton-newsletter #gobutton{
	float: left;
	width: 45px;
	height: 32px;
	border: 0px solid #000;
	margin-left: 6px;

}

#rhsboxbutton-newsletter #textbox input{
	font-size: 8pt;
	padding: 2px;
	margin-top: 4px;
}

#rhsboxbutton-newsletter a:hover{
	text-decoration: underline;
}

#rhsbox{
	clear: both;
	margin-bottom: 10px;
	font-size: 0.9em;
}


#rhsboxbutton-specialoffer{
	width: 302px;
	height: 114px;
	margin-bottom: 10px;
}

.rhsboxbutton-offer{
	width: 302px;
	height: auto;
	margin-bottom: 10px;
	display: block;
}


#rhsboxbutton-environmental{
	width: 292px;
	height: 69px;
	background-image: url(../_resources/backgrounds/environmental_button_bg.jpg);
	background-repeat:no-repeat;	
	margin-bottom: 10px;
	padding-left: 7px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#rhsboxbutton-environmental a{
	color: #333f00;
}



#popularproducts img{
	padding-bottom: 5px;
	border: 1px solid #CCC;
}
#popularproducts a{
	color: #FFF;
	text-decoration: none;
}

#popularproducts a:hover{
	color: #FFF;
	text-decoration: underline;
}

#lookingfor td{
	background-image: url(../_resources/backgrounds/lookingfor_bg.gif);
	background-repeat:repeat-y;
	height: auto;
	width: 149px;
}
	
#lookingfor a{
	color: #000;
	text-decoration: none;
}

#lookingfor a:hover{
	color: #CC0000;
	text-decoration: underline;
}


#lookingfor ul{
	margin-left: 10px;
	padding-left: 10px;


}
	
	
#lookingfor li{
	list-style-image: url(../_resources/furniture/products-arrow.gif);
	width: 109px;

}


#footer { 

	clear: both;
	float: left;
	background-image: url(../_resources/backgrounds/footer_bg.gif);
	background-repeat:no-repeat;
	width: 978px;
	height: 100px;
	border: 0px solid #000;
	font-size: 0.8em;
	

} 

#footer #footer-links, #footer #footer-links a{
color: #636363;
	font-size: 1em;
	text-decoration: none;
}

#footer #footer-links a:hover{
	color: #CC0000;
	font-size: 1em;
}


<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#navbar { width: 158px; }
#sidebar2 { width: 190px; }
</style>
<![endif]-->
