/* COLOR GUIDE

green: 336f42
light green: dcdc74
brown: 927d50
font color: 5e625f

*/

/* ELEMENT STYLES */

body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans serif;
	color: #5e625f;
	font-size: 12px;
	line-height: 135%;
	padding: 0px 0px 6px 0px;
	margin: 0px;
	background-color: #fff;
	background-image: url(../images/background.jpg);
	background-position: center top;
}
a:link, a:visited {
	color:#336f42;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #cdba09;
}
h1 {
	font-size:22px;
	font-family: Arial, Helvetica, sans serif;
	font-weight:normal;
	line-height: normal;
	margin-top:0px;
	color:#336f42
}
h2 {
	font-size:20px;
	font-family: Arial, Helvetica, sans serif;
	font-weight:normal;
	line-height: normal;
	margin-top:0px;
	color:#336f42
}
h3 {
	font-size:18px;
	font-family: Arial, Helvetica, sans serif;
	font-weight:normal;
	line-height: normal;
	margin-top:0px;
	color:#336f42
}
h4 {
	font-size:16px;
	font-family: Arial, Helvetica, sans serif;
	font-weight:normal;
	line-height: normal;
	margin-top:0px;
	color:#336f42
}
h5 {
	font-size:14px;
	font-family: Arial, Helvetica, sans serif;
	font-weight:normal;
	line-height: normal;
	margin-top:0px;
	color:#336f42
}
h6 {
	font-size:12px;
	font-family: Arial, Helvetica, sans serif;
	font-weight:normal;
	line-height: normal;
	margin-top:0px;
	color:#336f42
}
p {
	margin-top:0px;
}
hr {
	height: 1px;
	border: 0;
	color: #ec118f;
	background-color: #ec118f;
	margin:8px 0px;
}

input, textarea, select {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	border: #dcdc74 1px solid;
	color: #666;
	background: #fff;
	padding: 2px;
	margin: 1px;
}
input:focus, textarea:focus, select:focus {
	background: #fff;
	border: #336f42 1px solid;
	padding: 2px;
	margin: 1px;
	color:#000;
}
input:hover, textarea:hover, select:hover {
	background: #efefef;
	color:#000;
}


/* COMMON/LAYOUT STYLES */

#wrapper {
	width: 900px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 116px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1, #header h2 {
	text-indent:-9999px;
	font-size:0em;
	margin:0;
	line-height:0;
}
#homebtn {
	width: 243px;
	float: left;
}
#homebtn a img {
	width: 243px;
	height: 114px;
	border:none;
	}
.sectionBk {
	width:900px;
	margin-bottom:5px;
	background: url(../images/body-background.gif) center repeat-y;
}
.navCol ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sectionCol {
	width: 900px;
	height: 195px;
}
#home #sectionCol {
	width: 900px;
	height: 340px;
	border-top:10px solid #927d50;
	border-bottom:5px solid #fff;
}
#about #sectionCol {
	width: 900px;
	height: 195px;
	background:url(../images/company.jpg) center top;
}
#design #sectionCol {
	width: 900px;
	padding: 0px;
	height: 195px;
	background:url(../images/design.jpg) center top;
}
#materials #sectionCol {
	width: 900px;
	padding: 0px;
	height: 195px;
	background:url(../images/resources.jpg) center top;
}
#news #sectionCol {
	width: 900px;
	padding: 0px;
	height: 195px;
	background:url(../images/news.jpg) center top;
}
#contact #sectionCol {
	width: 900px;
	padding: 0px;
	height: 195px;
	background:url(../images/contact.jpg) center top;
}
.contentCol {
	float:right;
	width:560px;
	min-height:200px;
	padding: 25px 80px 0px 25px;
}

#footer {
	clear:both;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#927d50;
	text-align:center;
	font-size: 11px;
	background-color: #eae2d1;
}

.colleft {
	float:left;
	width:240px;
	height:215px;
	margin-right:5px;
	background:#dcb662;
	color:#fff;
}
.colcenter {
	float:left;
	width:410px;
	height:215px;
	margin-right:5px;
	background:#dcb662;
	color:#fff;
}
.colcenter a {
	color:#fff;
}
.colright {
	float:left;
	width:240px;
	height:215px;
	background:#dcb662;
	color:#fff;
}
.colleft h2, .colcenter h2, .colright h2 {
	font-size:18px;
	font-weight:normal;
	background:#336f42;
	border-bottom:5px solid #fff;
	color:#fff;
	padding:5px 0px 5px 5px;
	margin:0;
}
.colleft h2 {
	width:235px;
}
.colcenter h2 {
	width:405px;
}
.colright h2 {
	width:235px;
}
.colleft p, .colcenter p, .colright p {
	padding:5px;
	margin:0;
	line-height:normal;
}

div.clearer { /* used to ensure proper clearing of content columns */
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

/* EDITOR STYLES */

.imgBdr {
	margin: 8px;
	border: solid #333 1px;
}

.imgRight {
	float: right;
	margin: 0px 0px 8px 8px;
}
.imgRightBdr {
	float: right;
	margin: 0px 0px 8px 8px;
	border: solid #333 1px;
}
.imgLeft {
	float: left;
	margin: 0px 8px 8px 0px;
}
.imgLeftBdr {
	float: left;
	margin: 0px 8px 8px 0px;
	border: solid #333 1px;
}
.Headline {
	font-size:20px;
	font-family: Impact, Charcoal, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: normal;
	margin-top:0px;
	color:#ec118f;
	margin:0;
	padding:0;
}
.MediumCopy {
	font-size: 11px;
	line-height:normal;
}
.SmallCopy {
	font-size: 10px;
	line-height:normal;
}