@charset "utf-8";
/* CSS Document */

/* undohtml.css */
ul,ol { list-style:none }

h2,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

/* Layout */

html{ height: 101%; margin-bottom: 1px; }

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color:#beae94;
	color: #000000;
	height: 101%
	}

a:link {
	color: #330000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #684e51;
	text-decoration: none;
}


h1, h3 {
	font-size: 1.2em;
	margin: 10px 0 5px 0;
	font-weight: bold;
	}
	



#wrapper {
	width: 968px;
	margin: auto;
	border: 1px solid #684e51;
	background-color: #fff;
	padding-left: 0;
	margin-bottom:20px;
	
}



#header {
	background-color: #330000;
	width: 968px;
	height: 122px;
	clear:both;
	margin: 0px;
	padding: 0px;
	position:relative;
	
}



.logo {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}

#menu-container {
	float: left;
	left: 20px;
	bottom: 0px;
	clear:both;
	margin-top:4px;
	margin-bottom:7px;
	position: absolute;	
	
}


#menu-container a.toplink:link, a.toplink:visited, a.toplink:active { 
font: 1.12em 'helvetica neue',sans-serif;
letter-spacing:1px;
text-transform:uppercase;
color:#fff;
text-decoration: none;
margin-right: 15px;
text-align:left;
padding-top: 60px;
background: #330000;
float: left;
outline: 0;

} 
#menu-container a.toplink:hover { 
font: 1.12em 'helvetica neue',sans-serif;
letter-spacing:1px;
text-transform:uppercase;
color:#ff9248;
text-decoration: none;
margin-right: 15px;
text-align:left;
background: #330000 url(../images/bgwmenu.gif) no-repeat 50% 52px;
padding-top: 60px;
float: left;
outline: 0;

}


#menu-container a.topactive:link, a.topactive:visited, a.topactive:active, a.topactive:hover { 
font: 1.12em 'helvetica neue',sans-serif;
letter-spacing:1px;
text-transform:uppercase;
color:#ff9248;
text-decoration: none;
margin-right: 15px;
text-align:left;
background: #330000 url(../images/bgwmenu.gif) no-repeat 50% 52px;
padding-top: 60px;
float: left;
outline: 0;
} 

#main-content {
	width: 968px;
	padding: 24px 0px 0 0px;
	font-size: 1.2em;
	line-height: 170%;
	color: #330000;
	
}



.copy-col {
	width: 480px;
	float: left;
	padding: 0 22px 20px 22px;
}

.thumbnail-col {
	width: 440px;
	float: left;
	border: solid 0px red;
}

.thumb-left {
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}

.thumb-right {
	width: 200px;
	float: left;
}

.thumbnails {
	margin: 0 0 20px 0;
}

p {
	margin: 0 0 15px 0;
	text-align: justify;
}
/* FORM */
#completeform td
{
	padding: 5px 10px 5px 0;
}
.stylerequired { 
text-decoration : none;
color : #c30;
margin-right : 3px;
margin-left : 3px;
background : transparent;
font-size : 12px;
font-weight : bold;
} 
.explanation { 
text-decoration : none;
color : #c30;
margin-right : 3px;
margin-left : 0px;
margin-top : 20px;
font-size : 11px;
background : transparent;
}
#button {
font-size:1em;
padding: 3px;
}
/* SITEMAP */

#sitemap {
	width: 480px;
	float: left;
	padding: 0 22px 20px 22px;
}
 
#sitemap  ul { 
margin-left : 30px;
padding : 0;
list-style-type:disc;
} 

#sitemap  ul.inside { 
margin-left : 30px;
padding : 0;
list-style-type:circle;
} 


#sitemap  li { 
margin-left : 20px;
padding : 0;


}


#sitemap  a:link, a:visited, a:active { 
color: #000000 ;

} 
#sitemap a:hover{ 
color: #000000 ;
text-decoration: underline;
} 

/* LIGHTBOX */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 30000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;
	color: #000000;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.canblanc.com/images/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.canblanc.com/images/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.canblanc.com/images/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	color: #000000;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{
	font-weight: bold;
	color: #000000;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	



.points {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2px;
	text-align: left;
	list-style-type: circle;
	list-style-position: outside;
}

.form-col-1 {
	float: left;
	width: 85px;
	margin: 0 10px 0 0;
	}

.form-col-2 {
	float: left;
	width: 125px;
	}
	
.form-field {
	border: 1px solid #684e51;
	}
	
/*- Expands--------------------------- */


a.assist{
text-decoration:underline;
color:#f8620e;
font-weight:bold;
letter-spacing:1px;
outline: 0;
margin-bottom:20px}

a.assist:hover{
text-decoration:none;
color:#ffab55;
letter-spacing:1px;
outline: 0;
margin-bottom:20px;
}

.interactive{
display:none;
}


/*- back to BESPOKE FURNITURE button--------------------------- */
H2
{
line-height:35px;
padding-top:20px;
padding-bottom:20px;
padding-left:30px;
font-size:14px;
background: url(../images/bg_back_to_bespoke_left.gif) no-repeat 0px 15px;
display:inline;

}

a.back:link, a.back:visited, a.back:active, a.back:hover
{
font-size:14px;
color:#6A0000;
text-decoration:none;

}

em.title
{
line-height:35px;
padding-top:20px;
padding-bottom:20px;
font-size:14px;
background:url(../images/bg_bespoke_left.gif) no-repeat right 15px;
display:inline;
}