/*---------Site Name---------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }

body {
	background-color: #D6DDE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #2d5c74;
}

a:link, a:visited {
	color: #7f3558;
}

a:hover, a:active {
	color: #2d5c74;
}

p {
	margin: 0 0 1.1em 0;
	line-height: 1.4em;
	font-size: 120%;
}

br { margin: 0; }

.imageright {
	float: right;
	margin: 0 0 10px 10px;
}
.imageleft {
	float: left;
	margin: 0 10px 10px 0;	
}


/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 760px;
	margin: 25px auto 25px auto;
	background-color: #FFF;
}


/*--------------------BRANDING--------------------*/

#branding {	
	width: 740px;
	padding: 10px 10px 0 10px;
	background: url(sitegraphics/bg_branding.jpg) 0 0 no-repeat #FFF;
}


/*----------------------NAV--------------------*/

#nav {
	width: 205px;
	height: 300px;
	background: url(sitegraphics/nav.gif) 0 0 no-repeat #FFF;
}

#nav ul {
}

#nav li,
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 205px;
	height: 35px;
	background-image: url(sitegraphics/nav.gif);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

#nav ul li a:hover { background-image: none;}

#navHome { padding-top: 1px; background-position: -205px 0px;}
#navWoodenFurniture { background-position: -205px -35px;}
#navBespokeFurniture { background-position: -205px -70px;}
#navLighting { background-position: -205px -105px;}
#navMirrors { background-position: -205px -140px;}
#navAccessories { background-position: -205px -175px;}
#navFireplaces { background-position: -205px -210px;}
#navContact { background-position: -205px -245px;}

#navHome a { padding-top: 1px; background-position: 0px 0px;}
#navWoodenFurniture a { background-position: 0px -35px;}
#navBespokeFurniture a { background-position: 0px -70px;}
#navLighting a { background-position: 0px -105px;}
#navMirrors a { background-position: 0px -140px;}
#navAccessories a { background-position: 0px -175px;}
#navFireplaces a { background-position: 0px -210px;}
#navContact a { background-position: 0px -245px;}


/*--------------------CONTENT--------------------*/


#contentWrapper {
	width: 760px;
	background: url(sitegraphics/bg_contentwrapper.jpg) right 0 repeat-y;
}


#contentMain {
	width: 445px;
	margin: 0 0 0 30px;
	padding: 20px;
	background-color: #eef1f3;
}
#contentMain h1 {
	margin: 0 0 0.55em 0;
	font-size: 190%;
	font-weight: normal;
	color: #7f3558;
}
#contentMain h2 {
	margin: 0 0 0.35em 0;
	font-size: 160%;
}
#contentMain p {
}


.highlight {
	font-weight: bold;
}


#contactDetails {
	float: left;
	width: 200px;
	font-size: 90%;
}
#contactDetails h2 {
	margin: 0 0 0.15em 0;
	font-size: 140%;
}
#contactDetails p {
	margin: 0 0 0.05em 0;
}
#contactDetails p.directions {
	padding: 10px 0 20px 0;
	font-size: 11px;
}
#contactDetails .caption {
	font-weight: bold;
}

#contentSub {
	width: 205px;
	float: right;
	padding: 0 17px 0 0;
}


#contactPanel {
	width: 205px;
	padding: 110px 0 0 0;
	background: url(sitegraphics/bg_contactpanel.jpg) 0 0 no-repeat;
	text-align: center;
}
#contactPanel p {
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 1.25em;
	font-size: 130%;
}
#contactPanel .telephone {
	padding: 2px 0 10px 0;
	color: #7f3558;
}


.productCategory {
	width: 415px;
	padding: 15px;
	margin: 0 0 15px 0;
	background-color: #FFF;
}
.productCategory img {
	margin: 10px 0 20px 0;
}
.productCategory p {
	font-size: 100%;
	margin: 0;
	line-height: 1em;
	text-align: center;
}
.productCategory p.clickHere {
	font-size: 120%;
	margin: 0;
	line-height: 1.2em;
	text-align: left;
}


/*---------------------LOCATION-----------------------*/

#googlemap {
	clear: both;
	width: 445px;
	height: 325px;
	overflow: hidden;

}
#googlemapWatford {
	clear: both;
	width: 445px;
	height: 325px;
	overflow: hidden;

}

/*---------------------FORMS-----------------------*/


#form {
	float: right;
	width: 200px;
	margin: 0 0 25px 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {	
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #A7B9C3;
	background: #FFF;
}
.checkboxlabel {
	display:inline;
}
.checkbox {
	border:none;
	width: 15px;
}
textarea {
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #A7B9C3;
	background: #FFF;
}
select {
	display: block;
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #A7B9C3;
}
.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}
.sendbutton {
	width: 70px;
	border: 1px solid #333;
}
.mandatoryAsterisk {
	font-weight:bold;
	color: #6a9900;
}


/*-----------------------CAPTCHA-------------------*/

#captchaError 				{ display:none; font-size:11px; } 

#captchaError p				{ color:#cc0000; } 

.captcha                    { margin-bottom: 8px; }

.captchaInput               { width: 170px; }


/*---------------------FOOTER---------------------*/

#footer {
	clear: both;
	width: 760px;
	height: 35px;
	background: url(sitegraphics/bg_footer.jpg) 0 0 no-repeat;
}