/*------------------------------------------------------------------

project:	Canterbury Built in Robes
date created:	2 July 2009
author:	Paul Crawford

-------------------------------------------------------------------*/

@import url("baseforms.css");
@import url("thickbox.css");
@import url("sifr.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

* {	line-height: 1.6em; }


/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #dedede url('../images/core/bg.gif') top center repeat-x;
	color: #3b3b3b;
}

a { color: #8f1430; text-decoration: none; }
a:hover, a:focus { color: #5e0015; text-decoration: underline; }
span.mailto { color: #8f1430; }  
a.mailto { color: #8f1430; text-decoration: none;  }  
a.mailto:hover { color: #5e0015; text-decoration: underline; }  

h1 { font-size: 2.4em; color: #434242; }
h2 { font-size: 1.6em; color: #8f1430; }
h3 { font-size: 1.4em; color: #4f4e4e; }
h4 { font-size: 1.3em; color: #7d7d7d; }
h5 { font-size: 1.2em; color: #9e9d9d; }
p { margin-bottom: 1.35em; }
p, ul, ol { font-size: 1.2em; }
h1, h2, h3, h4, h5 { margin-bottom: 1em; }

ul { list-style-type: square; margin-left: 30px; }

hr {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 1%;
	margin: 15px 0;
	^margin: 0 0 10px 0; /* IE 7 */
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 3px solid #cccccc;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 3px solid #cccccc;
	clear: right;
}


/*-------------------------------*/
/* Container
/*-------------------------------*/
#container {
	width: 800px;
	margin: 0 auto;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
#header-container {
	height: 460px;
}

#header {
	height: 123px;
	position: relative;
}

#header h1 {
	width: 314px; height: 95px;
	background: url('../images/core/logo_canterbury.gif') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 17px; left: 243px;
}


/*-------------------------------*/
/* Banner
/*-------------------------------*/
#banner { 
    width:732px;
	height: 250px;
	display:block;
	background: url('../images/core/flash-bg.jpg') no-repeat 0 0;
	margin: 10px 34px 0px 34px;

}


/*-------------------------------*/
/* Nav
/*-------------------------------*/
#nav-container {
	width: 800px; height: 69px;
	display:block;
	background: url('../images/core/nav_bg.jpg') no-repeat 0 7px;
	margin:0 auto;
	overflow:hidden;
}


ul#nav {
	width: 563px; height: 35px;
	display:block;
	padding: 22px 119px 12px 118px;
	list-style-type: none;
	margin: 0;
}

ul#nav li {
	display: block;
	float: left;
	position: relative;
}

ul#nav li a {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	height: 35px;
}

ul#nav li a.home {
	width: 90px;
	background: url('../images/nav/nav_home.gif') 0 0 no-repeat;
}

ul#nav li a.built {
	width: 179px;
	background: url('../images/nav/nav_built.gif') 0 0 no-repeat;
}

ul#nav li a.showroom {
	width: 146px;
	background: url('../images/nav/nav_showroom.gif') 0 0 no-repeat;
}

ul#nav li a.contact {
	width: 148px;
	background: url('../images/nav/nav_contact.gif') 0 0 no-repeat;
}


/* -- Rollover -- */
ul#nav li a:hover.home,
ul#nav li a:hover.built,
ul#nav li a:hover.showroom,
ul#nav li a:hover.contact {
	background-position: 0 -35px !important;
}

/* -- Active -- */
ul#nav li a:hover.home, 
body#home #nav li a.home,
body#built #nav li a.built,
body#showroom #nav li a.showroom,
body#contact #nav li a.contact {
	background-position: 0 -35px !important;
}


/*-------------------------------*/
/* Content
/*-------------------------------*/
#content-container {
	margin: 28px 0; 
}

#content-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	width: 572px;
	float: left;
	text-align: justify;
}

#content-width {
	width: 800px;
	text-align: justify;
}

h1.pagetitle {
	text-indent: -9999px;
	width: 500px;
	height: 59px;
}

body#home h1.welcome { background: url('../images/titles/welcome.gif') no-repeat; width: 454px; height: 70px; text-indent: -9999px; }
body#built h1.pagetitle { background: url('../images/titles/built_in_robes.gif') no-repeat; }
body#showroom h1.pagetitle { background: url('../images/titles/showroom.gif') no-repeat; }
body#contact h1.pagetitle { background: url('../images/titles/contact.gif') no-repeat; }
body#thankyou h1.pagetitle { background: url('../images/titles/thank_you.gif') no-repeat; }
.melaminetitle{background: url('../images/titles/melamine.gif') no-repeat; text-indent: -9999px;
	width: 500px;
	height: 59px;
}
.aluminiumtitle{background: url('../images/titles/slidingrobes.gif') no-repeat; text-indent: -9999px;
	width: 500px;
	height: 59px;
	clear: both;
}


/* --- call to action --- */
#call-to-action { 
	width: 200px; 
	float: left;
	margin-left: 28px;
}

#view h2 { margin: 0 0 10px 0; }

#view h2 a {
	width: 200px; height: 44px;
	background: url('../images/core/button_view.gif') 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

#view h2 a:hover {
	background-position: 0 -44px !important;
}

/* --- round corner --- */
.rounded {
	background: none;
	margin: 0; padding: 0; 
	border: 0; 
	zoom: 1;
}

.outer { 
	width: 174px; 
	margin: 0; padding: 0;
	background: #cccccc;  
}

#specialise {
	padding: 0 0 0 10px;
	display: block
}

#specialise h2 {
	background: url('../images/titles/we_specialise_in.gif') 0 0 no-repeat;
	width: 129px; height: 18px;
	text-indent: -9999px;
	margin: 0 0 0.5em 0;
	_margin: 0; /* for ie6 */
}

#specialise ul {
	list-style-type: none;
	margin: 0;
}

#specialise ul li {
	background: url('../images/core/icon_arrow.gif') 0 6px no-repeat;
	padding: 0 0 0 18px;
	line-height: 1.8em;
}

#over h2 {
	width: 200px; height: 58px;
	background: url('../images/core/over_20years.gif') 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 10px 0;
}

#contact-details h2 {
	width: 200px; height: 38px;
	background: url('../images/core/wa_owned.gif') 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

#contact-details p {
	padding: 0 15px;
}


/*-------------------------------*/
/* Showroom Gallery
/*-------------------------------*/
.gallery { 
	width: 100%; 
	float: left;
}

.gallery ul.gallery-list {
	list-style-type: none;
	margin: 0;
}

.gallery ul li {
	display: inline;
	padding: 0 10px 10px 0;
	float: left;
}

.gallery ul li a {
	border: 3px solid #cccccc;
	display: block;
	height: 100px;
	overflow: hidden;
	width: 100px;
}


/*-------------------------------*/
/* Showroom Gallery
/*-------------------------------*/
#left-column {
	width: 456px;
	float: left;
	padding:0 10px 0 0;
	overflow:hidden;
	height:306px;
}

#left-column img { border: 3px solid #d6d6d6;	height:300px; width: 450px;}

#right-column {
	width: 330px;
	float: left;
}

#right-column ul {
	list-style-type: none;
	margin: 0;
	margin-left:0;
	padding:1px 0 10px;
}

#right-column ul li {
	display: inline;
	float: left;
	padding: 0 0 5px 5px;
	line-height:0;
}

#right-column ul li a{
	display:block;
	line-height:0;
	}

#right-column ul li a img {
	border: 1px solid #cccccc;
}

#right-column ul li a:hover img {
	border: 1px solid #b9b9b9;
}


/*-------------------------------*/
/* Contact
/*-------------------------------*/
#width { height: 380px; }

#map { 
	width: 350px; 
	float: right;
}
 
#enquiry-form {
	border-top: 1px solid #cccccc;
	padding-top: 2em;
}


/*-------------------------------*/
/* Footer
/*-------------------------------*/
#footer-container {
	background-color: #c3c3c3;
}

#footer {
	width: 800px;
	margin: 0 auto;
	color: #707070;
	text-align: center;
	padding: 18px 0 50px 0;
	font-size: 1em;
	line-height: 1.8em;
	position: relative;
}

#footer a {
	color: #595959;
	text-decoration: none;
	padding: 0 5px;
	font-size: 1.1em;
}

#footer a:hover { color: #8f1430; text-decoration: underline; }

#wflogo {
	width: 66px; height: 21px;
	position: absolute;
	top: 22px; right: 30px;
}



