@charset "iso-8859-1";

@import url("navigation.css");
@import url("fonts.css");
@import url("../fonts/stylesheet.css");

/* CSS Document */

/* 
     
	| 
	| Karen Chamberlain
	|
	| Base
	|
*/



/* General
----------------------------------------------- */


* {
	margin: 0;
	}
	
html, body {
	height: 100%;
	}

body {
	background: #8C8C8C;
	font-family: 'GillSansRegular', Arial, Helvetica, sans-serif;
	color: #666;}

.mainWrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -59px; /* the bottom margin is the negative value of the footer's height */
	width: 900px;
	background: #fff;}

.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
	margin: 0 auto;
	clear: both;}

.footer {
	width: 900px;
	background: url(../images/gen/footer_bg.gif) repeat-x;
	color: #fff;}
	
a {
	text-decoration: none;}	
	
	
strong {
		font-weight: normal;
		font-family: 'GillSansBold', Arial, Helvetica, sans-serif;}	

/* Layout
----------------------------------------------- */

.navBar {
	height: 30px;
	width: 900px;
	background: #333;}

.topWrap {
	width: 900px;
	height: 276px;
	/*background: url(../images/gen/top_bg.gif) repeat-x;*/
	background: #fff;}

.topColOne {
	width: 210px;
	/*padding-top: 30px;*/
	margin-left: 15px;
	float: left;}	

.topColTwo {
	width: 644px;
	float: left;
	height: 260px;
	margin: 8px 0 0 22px;}	

.topColThree {
	width: 420px;
	padding-top: 15px;
	margin-left: 5px;
	float: left;}	

.bottomWrap {
	width: 900px;
	float: left;
	padding-bottom: 10px;}

.bottomColOne {
	width: 216px;
	margin-left: 15px;
	float: left;}

.bottomColThree#greenBg {
	background: #80b50d;}
	
.bottomColThree {
	width: 186px;
	float: left;
	padding: 12px 12px 12px 12px;}	

.bottomColTwo {
	width: 420px;
	margin: 0 15px 0 15px;
	float: left;}	

.bottomColTwo#quotes {
	width: 638px;}

.logo {
	clear: both;
	height: 68px;
	padding-top: 60px;}
	
.inset {
	border-bottom: 2px dotted #597e09;
	float: left;
	padding-bottom: 8px;
	margin-bottom: 8px;
	background: #80b50d}		
	
/* Blog */	

.blog .topWrap {
	height:200px;} 

.blog .topColTwo {
	height: 180px;}
	
.bottomColWide {
	width: 690px;
	float: left;
	margin: 0 18px;}
	
.entryWrap {
	width: 680px;
	float: left;
	padding: 20px 0;
	border-top: 1px solid #80b50d;}
	
.entryL {
	width: 88px;
	margin-right: 138px;
	float:left;
	text-align: right;}
	
.entryR {
	width: 454px;
	float: left;}			
	
	
.blog .bottomColThree {
	background: #b3b3b3;
	width: 140px;}		 

/* Contact form */

.bottomColContact {
	width: 645px;
	float: left;
	margin-left: 14px;}

.contactColOne {
	width: 214px;
	float: left;
	margin-right: 17px;}

.contactColTwo {
	width: 414px;
	float: left;
	background: #e6e6e6;}

#contactForm {
	background: #e6e6e6;}

.formWrap {
	width: 414px;
	float: left;
	clear: both;
	padding-bottom: 6px;}

.formLeft {
	width: 130px;
	float: left;
	padding: 4px 0 0 0;}

.formRight {
	width: 280px;	
	float: left;
	padding-top: 4px;}

input.field {
	width: 272px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 2px;
	height: 18px;
	background:#f0f0f0;
	border: 1px solid #fff;}
	
textarea.enquiry {
	width: 272px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	font-size: 12px;
	color: #666;
	padding: 2px;
	height: 40px;
	margin-bottom: 10px;
	background:#f0f0f0;
	border: 1px solid #fff;}
	
input.field:focus, textarea.enquiry:focus {
	background: #fff;
	outline: 0;}

.submitButton {
	background: #80b50d;
	height: 30px;
	width: 60px;
	border: 0;
	color: #fff;
	margin-left: 216px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;}	
	
.submitButton:hover {		
	background: #333;
	cursor: pointer;}	
	
#photoStyle {
	padding: 42px 0 0 0;
	width: 210px;}	

#photoStyle img {
	padding: 10px;
	border: 1px solid #ccc;
	background: #efeff0;}	
	
#designPage #photoStyle {
	padding: 58px 0 0 0;
	text-align: right;}		
	
#designPage #photoStyle img {
	background: #e5e5e5;}


.fb-like {
	margin-bottom: 8px;}		

/* slideshow */

#slideshow {
    position:relative;
    height:260px;
	width: 644px;}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;}

#slideshow IMG.last-active {
    z-index:9;}


.sn {
	float: left;
	padding: 10px 0;
	clear: both;
	width; 100%;}

.snL {
	float: left;
	padding-right: 20px;}

.snR {
	float: left;
	width: 100px;}

.clearFix {
	width: 100%;
	clear: both;}
	

