
@import url("nav.css");
@import url("thickbox.css");
@import url("cmxform.css");


/*-----------------------

Pine Timber Products

----------------------*/


* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f1efe7 url('../images/core/bg.gif') top center repeat-x;
	color: #3A352F;
}

body#product,
body#technical,
body#environment,
body#contact,
body#thankyou {
	background: #f1efe7 url('../images/core/bg-inner.gif') top center repeat-x;
}


/*-----------------------
Standard
----------------------*/
h1 { 
	font-size: 3.4em;
	color: #00533f;
}

h2 { 
	font-size: 2em;
	color: #3a352f;
	text-transform: uppercase;
}

h3 { 
	font-size: 1.6em; 
	color: #005940;
	font-weight: bold;
	text-transform: uppercase;
}

h4 { 
	font-size: 1.4em; 
	color: #3a352f;
	text-transform: uppercase;
}

h5 { 
	font-size: 1.1em; 
	color: #3e3d3c;
}

p { 
	line-height: 1.8em;
}

img  {
	border: 0;
}

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;
}

ul.left-list {
	width: 400px;
	float: left;
	^padding-left: 15px;
}

ol { 
	margin-left: 40px; 
}

ol li {
	line-height: 1.6em;
}

a { 
	color: #24ab8b; 
	text-decoration: none; 
}

a:hover { 
	color: #3a352f; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #e4e2d9;
	margin: 15px 0;
}

.clear {
	display: block;
	clear: both;
}

span.mailto { 
	text-decoration: dashed; 
	color: #2c85bc; 
}
 
a.mailto { 
	color: #24ab8b;
	text-decoration: none; 
}
   
a.mailto:hover { 
	color: #3a352f;
	text-decoration: underline; 
} 

a.back {
	height: 20px;
	display: block;
	text-align: right;
	border-bottom: 1px dashed #cccccc;
}

a:hover.back {
	color: #2c85bc; 
	text-decoration: underline; 
}


/*-----------------------
Container
----------------------*/
div#container {
	width: 970px;
	height: auto;
	margin: 0 auto;
}


/*-----------------------
Header
----------------------*/
div#header-container {
	/*height: 406px;*/
}

div#header {
	height: 142px;
	background: url('../images/core/bg-header.gif') top center repeat-x;
	position: relative;
}

/* --- logo --- */
div#logo {}

div#logo h1 a {
	width: 477px;
	height: 33px;
	background: url('../images/core/logo-pinetimber.gif') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 62px;
	left: 25px;
}

/* --- top call to action --- */
div#top-cta {
	width: 374px;
	float: right;
	color: #404942;
	letter-spacing: -0.03em;
	text-align: right;
	position: absolute;
	top: 35px;
	right: 10px;	
}

p.large {
	font-size: 1.7em;
}

p.address {
	color: #746c62;
	font-size: 1.1em;
}


/*-----------------------
Banner
----------------------*/
div#banner-container {
	width: 970px;
	height: 264px;
}

div#banner-container-inner {
	width: 970px;
	height: 227px;
}

/* --- left banner --- */
div#left-banner {
	width: 290px;
	height: 182px;
	background: url('../images/core/bg-left-banner.gif') no-repeat;
	padding: 82px 10px 0 20px;
	font-size: 1.4em;
	line-height: 2em;
	color: #ffffff;
	float: left;
}

div#left-banner-inner {
	width: 290px;
	height: 155px;
	background: url('../images/core/bg-left-banner-inner.gif') no-repeat;
	padding: 72px 10px 0 20px;
	font-size: 1.4em;
	line-height: 2em;
	color: #ffffff;
	float: left;
}

/* --- right banner --- */
div#right-banner {
	width: 650px;
	height: 264px;
	float: left;
}

div#right-banner-inner {
	width: 650px;
	height: 227px;
	float: left;
}

/* --- banner --- */
div#banner {
	width: 630px;
	height: 218px;
	background: url('../images/core/bg-banner.gif') 0 0 no-repeat;
	float: left;
	padding: 5px 10px 10px 10px;
}

div#banner-inner {
	width: 630px;
	height: 181px;
	background: url('../images/core/bg-banner-inner.gif') 0 0 no-repeat;
	float: left;
	padding: 5px 10px 10px 10px;
}

div#flash {
	height: 218px;
	overflow: hidden;
}

div#flash-inner {
	height: 181px;
	overflow: hidden;
}


/*-----------------------
Content
----------------------*/
div#content-container {
	width: 960px;
	height: auto;
	padding: 10px 5px 0 5px;
	display: block;
	clear: both;
}

/* --- cta --- */
div#cta {
	width: 960px;
	height: 160px;
	background: url('../images/core/bg-cta.gif') no-repeat;
	margin-bottom: 35px;
}

div#cta ul {
	list-style-type: none;
	margin: 0;
}

div#cta ul li {
	width: 202px;
	height: 117px;
	float: left;
	padding: 28px 15px 15px 23px;
}

div#cta ul li h3 {
	padding-bottom: 10px;
}

div#cta ul li p {
	font-size: 1.1em;	
	color: #746c62;
	line-height: 1.6em;
	padding: 0 35px 5px 0;
}

/* --- content --- */
div#content {
	width: 960px;
	height: auto;
	background: url('../images/core/bg-content.gif') left bottom no-repeat;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 30px;
}

div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content p,
div#content ul,
div#content ol {
	padding-bottom: 15px;
}

div#left-content {
	width: 760px;
	float: left;
}

div#right-content {
	width: 140px;
	float: left;
	padding: 40px 0 0 60px;
}

/* --- right box --- */
div#right-box {
	width: 174px;
	height: 161px;
	background: url('../images/core/bg-right-box.gif') 0 0 no-repeat;
	padding: 25px 20px 0 30px;
	margin: 0 0 15px 30px;
	float: right;
	clear: right;
}

div#right-box p {
	line-height: 1.4em;
	padding-bottom: 5px;
}


/*-----------------------
Product Catalogue
----------------------*/
div#product-cats {
	padding: 0 10px;
	margin-bottom: 20px;
}

div#product-cats ul {
	list-style-type: none;
	margin: 0;
}

div#product-cats ul li {
	width: 400px;
	padding: 10px;
	margin: 0 20px 20px 0;
	background: #eceae1;
	float: left;
	height: 120px;
}

div#product-cats ul li img {
	float: left;
	padding-right: 15px;
}

div#product-detail,
div#technical-detail {
	padding: 0 10px;
	margin-bottom: 20px;
}

div#product-image,
div#technical-image {
	width: 160px;
	float: left;
}

div#product-image ul,
div#technical-image ul {
	list-style-type: none;
	margin: 0;
}

div#product-image ul li
div#technical-image ul li {
	width: 120px;
	float: left;
}

div#product-description,
div#technical-description {
	width: 600px;
	float: left;
}

div#button-enquiry {
	margin-bottom: 20px;
}

div#button-enquiry a {
	width: 80px;
	height: 15px;
	padding: 5px;
	background: #746c62;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	text-decoration: none;
}

div#button-enquiry a:hover {
	background: #3a352f;
	text-decoration: none;
}


/*-----------------------
Gallery
----------------------*/
div#gallery { 
	float: left;
}

div#gallery p {
	font-size: 0.8em;
	padding-bottom: 5px;
}

div#gallery ul.gallery-list {
	list-style-type: none;
	margin: 0;
}

div#gallery ul li {
	width: 120px;
	display: block;
	padding-bottom: 10px;
	float: left;
}

div#gallery ul li a img {
	border: 3px solid #e4e2d9;
}

div#gallery ul li a:hover img {
	border: 3px solid #746c62;
}

div.gallery-caption {
	text-align: center;
	margin-top: 5px;
}

/*-----------------------
Contact form
----------------------*/
div#enquiry-form {
	width: 500px;
	float: left;
}

div#map {
	width: 350px;
	float: left;
}


/*-----------------------
Footer
----------------------*/
div#footer-bg {
	background-color: #e4e2d9;
	height: 10px;
	padding: 30px 0;
	font-size: 1.1em;
}

div#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
	color: #746c62;
	position: relative;
}

div#footer a {
	color: #746c62;
	text-decoration: none;
	padding-right: 18px;
}

div#footer a.space {
	padding-right: 57px;
}

div#footer a:hover {
	color: #24ab8b;
	text-decoration: underline;
}

div#wflogo {
	width: 70px;
	height: 17px;
	position: absolute;
	top: -6px;
	right: 10px;
}

/* PAGING */
.holder { width: 98%; text-align: right; margin: 15px 0 15px 0; border-top: 1px solid #e1e2e5; padding: 5px; clear: both; display: block; }
.paging { width: auto; float: right; }
.paging a, .paging strong { float: left; display: block;  height: 16px; margin: 3px; border: 1px solid #C0C0C0; padding: 5px; }
.paging strong { background: #404942!important; color: white; }