@charset "iso-8859-1";

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

/* CSS Document */

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



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


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

body {
	background: #8C8C8C;
	font-family: 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;
}		

/* 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;
}


/* Contact form */




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



.contactColOne {
	width: 215px;
	float: left;
	margin-right: 10px;
}



.contactColTwo {
	width: 420px;
	float: left;
	background: #ccc;
}


#contactForm {
	background: #ccc;
	}

.formWrap {
	width: 420px;
	float: left;
	clear: both;
}

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

.formLeft p {
	font-size: 12px;
}

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

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

.button {
	margin-bottom: 16px;
}
	
	
#photoStyle {
	padding: 42px 0 0 0;
	width: 210px;
	}	


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

/* 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;
}
