
/*------------------------------------------------------------------

project:	Designer Garage Doors
date created: 20 Jan 2009
author: Paul Crawford

-------------------------------------------------------------------*/

@import url("nav.css");
@import url("cmxform.css");
@import url("thickbox.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
} 


/*-------------------------------*/
/* Body
/*-------------------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #150401 url('../images/core/bg.gif') top center repeat;
	color: #000000;
}

body#home h1,
body#home h2,
body#home h3,
body#about h1,
body#about h2,
body#about h3,
body#doors h1,
body#doors h3 { text-align: center; }
body#home h3,
body#about h3 { color: #410d01; }
body#home h2,
body#about h2,
body#doors h3 { color: #410d01; }
body#doors h3 {	font-size: 1.4em; }
body#home #content-box ul#list { list-style-type: none; padding: 0 50px 20px 50px; font-size: 1.3em; font-weight: bold; color: #410d01; }
body#home #content-box ul#list li { float: left; padding: 0 10px; }

/*-------------------------------*/
/* Standard
/*-------------------------------*/
h1 { 
	font-size: 2em;
	color: #410d01;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h2 { 
	font-size: 1.4em;
	color: #701b07;
}

h3 { 
	font-size: 1.3em; 
	color: #410d01;
}

h4 { 
	font-size: 1.2em; 
	color: #656565;
}

h5 { 
	font-size: 1.1em; 
	color: #9b9b9c;
}

p { 
	line-height: 1.6em;
}

h2, h3, h4, h5, p, ul, ol { margin-bottom: 15px; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid #dbe7f9;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #dbe7f9;
	clear: right;
}

ul { 
	list-style-type: square;
	margin-left: 30px;
}

ul li { 
	line-height: 1.6em;
}

ul.no-list { 
	list-style-type: none;
}

ul.list-pdf {
	list-style-type: none;
}

ul.list-pdf li {
	background: url('../images/core/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;
}

ol { 
	margin-left: 40px; 
}

ol li {
	line-height: 1.6em;
}

a { 
	color: #a93018; 
	text-decoration: none; 
}

a:hover { 
	color: #320b04; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c5c5c5;
	margin: 15px 0;
}

.clear {
	display: block;
	clear: both;
}

span.mailto { 
	text-decoration: dashed; 
	color: #a93018; 
}
 
a.mailto { 
	color: #a93018; 
	text-decoration: none; 
}
   
a.mailto:hover { 
	color: #320b04; 
	text-decoration: underline; 
} 

a.back {
	height: 20px;
	display: block;
	text-align: right;
	border-top: 1px dashed #cccccc;
}

a:hover.back {
	color: #701b07; 
	text-decoration: underline; 
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
div#bg-header { 
	background: url('../images/core/bg-header.png') repeat-x 50% 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
	display: block; 
	z-index: 20; 
	width: 100%; 
	height: 170px; 
}

/* --- logo --- */
#logo { 
	width: 300px; 
	height: 140px; 
	margin: 0 auto; 
	display: block; 
	position: relative; 
	z-index: 30; 
	top: 0; 
	overflow: hidden; 
	background: url('../images/core/logo-designer.gif') 0 0 no-repeat; 
	text-indent: -9999em; 
}


/*-------------------------------*/
/* Container
/*-------------------------------*/
#container { 
	width: 950px; 
	height: auto; 
	margin: 0 auto; 
	padding: 0 15px; 
	background: url('../images/core/bg-container.png') repeat-y 0 0;
	position: relative;
	z-index: 10;
	margin-top: -140px;
}


/*-------------------------------*/
/* Banner
/*-------------------------------*/
div#banner {
	width: 950px;
	height: 395px;
	position: relative;

}

div.transition {
	width: 950px;
	height: 388px;
	position: relative;
	overflow: hidden;

}
div.transition img { float: left; clear: both; }


/*-------------------------------*/
/* Content
/*-------------------------------*/
div#content {
	height: auto;
	padding: 10px 14px;
	font-size: 1.1em;
}

div#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --- left content --- */
div#left-content {
	width: 710px;
	float: left;
}

/* --- left cta --- */
div#left-cta {
	display: block;
	clear: both;
	height: 140px;
}

div#left-cta ul {
	list-style-type: none;
	margin: 0;
}

div#left-cta ul li { 
	float: left;
	margin-right: 8px;
}

div#left-cta ul li a {
	width: 168px;
	height: 140px;
	display: block;
	text-indent: -9999px;
}

div#left-cta ul li a.aluminium { background: url('../images/core/button-aluminium.gif') 0 0 no-repeat; }
div#left-cta ul li a.colorbond { background: url('../images/core/button-colorbond.gif') 0 0 no-repeat; }
div#left-cta ul li a.timberlook { background: url('../images/core/button-timberlook.gif') 0 0 no-repeat; }
div#left-cta ul li a.western { background: url('../images/core/button-western.gif') 0 0 no-repeat; }

div#left-cta ul li a:hover {
	background-position: 0 -140px;
}

/* --- content box --- */
div#content-box {
	width: 675px;
	margin: 20px 26px 0 9px;
}

div#content-box h1 {
	margin-bottom: 15px;
}

/* --- right content --- */
div#right-content {
	width: 200px;
	float: left;
	margin-left: 10px;
}

/* --- right cta --- */
div#right-cta {
	margin-bottom: 24px;
}

div#right-cta a {
	width: 200px;
	height: 140px;
	display: block;
	text-indent: -9999px;
	background: url('../images/core/button-contact.gif') 0 0 no-repeat;
}

div#right-cta a:hover {
	background-position: 0 -140px;
}

/* --- address ---*/
div#address {
	background: #fdeac9 url('../images/core/bg-right-address.gif') bottom center repeat-y;
	padding-bottom: 120px;
}

div#address h2 {
	background: url('../images/core/title-contact.gif') 0 0 no-repeat;
	display: block;
	height: 41px;
	text-indent: -9999px;
}

div#address p {
	padding: 0 10px 0 18px;
}


/*-------------------------------*/
/* Footer
/*-------------------------------*/
div#footer {
	background: url('../images/core/bg-footer.png') bottom center no-repeat;
	width: 940px;
	height: 44px;
	margin: 0 auto;
	padding: 16px 0 0 40px;
	color: #000000;
}

div#footer a {
	text-decoration: none;
	color: #000000;
}

div#footer a:hover {
	text-decoration: underline;
	color: #a93018;
}

div#footer a.space {
	padding-left: 22px;
}

/* --- wflogo --- */
div#wflogo {
	width: 71px;
	height: 20px;
	float: right;
	margin: -15px 40px 0 0;
	_margin: -15px 20px 0 0; /* IE 6 only */
}


/*-------------------------------*/
/* Misc
/*-------------------------------*/

/* --- doors --- */
div#list-doors ul {
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
}

div#list-doors ul li {
	margin-bottom: 15px;
}

/* gallery */
div.gallery { 
	float: left;
	width: 620px;
}

div.gallery ul.gallery-list {
	list-style-type: none;
	margin: 0;
}

div.gallery ul li {
	display: inline;
	padding: 0 10px 0 0;
	float: left;
}

div.gallery ul li a img {
	border: 5px solid #ddc5a7;
}

div.gallery ul li a:hover img {
	border: 5px solid #701b07;
}

/* --- contact --- */
div#enquiry-form {
	width: 420px;
	float: left;
}

div#map {
	float: left;
	margin-top: 40px;
}

div#map img {
  border: 2px solid #ddc5a7;
}

a.map1 { 
	color: #701b07;
}
