@import url(reset.css);
@import url(typography.css);

body {
	font: 12px/1.4em "Lucida Grande" Arial, Verdana, Sans-Serif;
	text-align: center;
	background: #333333;
	color: #333;
	}
	
#wrap {
	margin: 30px auto;
	text-align: left;
	width: 750px;
	background: #E5E5E5;
	}
	
#header {
	width: 750px;
	background: url(../images/header-bg.png) no-repeat top left;
	height: 148px;
	padding: 1px 0px 0px 0px;
	}
	
#homepage #content-main {
	width: 750px;
	}
	
#secondary #content-main {
	width: 435px!important;
	padding: 15px;
	margin: 0px 0px 25px 25px;
	float: left;
	}
	
#secondary #content {
	background: #e5e5e5 url(../images/content-bg.png) repeat-y 25px 0px;
	width: 750px;
	margin: 25px 0px 0px 0px;
	}
	
#sidebar {
	width: 200px;
	float: right;
	margin: 0px 25px 25px 0px;
	padding: 15px 15px 25px 15px;
	}

#intro {
	background: #658e26 url(../images/intro-bg.png) repeat-x top left;
	color: #fff;
	padding: 20px 23px 23px 23px;
	border-bottom: 5px solid #496B22;
	position: relative;
	}
	
.col1, .col2, .col3 {
	width: 200px;
	float: left;
	padding: 15px;
	background-color: #fff;
	border-bottom: 2px solid #496B22;
	min-height: 200px;
	position: relative;
	}
	
.col1 {
	margin: 23px 5px 20px 25px;
	}
	
.col2 {
	margin: 23px 5px 20px 0px;
	}
	
.col3 {
	margin: 23px 0px 20px 0px;
	}
	
#footer {
	clear: both;
	width: 750px;
	background: #333 url(../images/footer-bg.png) no-repeat top left;
	text-align: center!important;
	font-size: 10px;
	color: #E5E5E5;
	position: relative;
	padding: 20px 0px 0px 0px;
	}
	
#homepage #footer {
	background-position: 0px -2px;
	}

.clear-me {
	clear: both;
	}
	
	
	
/* Lists */
	
#nav {
	height: 52px;
	background: #0a2b38 url(../images/nav-bg.png) repeat-x top left;
	margin-top: 6px;
	}
	
#nav li {
	display: inline;
	float: left;
	}	
	
#nav li a {
	display: block;
	height: 26px;
	background-position: bottom left;
	text-indent: -9999px;
	margin: 11px 0px 0px 15px;
	overflow: hidden;
	}
	
#nav li a:hover, #nav li a.selected {
	background-position: top left;
	}
	
#li-home a {
	background: url(../images/li-home.png) no-repeat;
	width: 57px;
	}
	
#li-about a {
	background: url(../images/li-about.png) no-repeat;
	width: 57px;
	}
	
#li-services a {
	background: url(../images/li-services.png) no-repeat;
	width: 74px;
	}
	
#li-machinery a {
	background: url(../images/li-machinery.png) no-repeat;
	width: 93px;
	}
	
#li-materials a {
	background: url(../images/li-materials.png) no-repeat;
	width: 85px;
	}
	
#li-contact a {
	background: url(../images/li-contact.png) no-repeat;
	width: 71px;
	}
	
#footer ul {
	width: 750px;
	text-align: center;
	margin: 0px 0px 30px 0px;
	}
	
#footer ul li {
	display: inline;
	margin: 0px 5px 0px 5px;
	}
	
#footer ul li a {
	color: #333;
	}
	
.features {
	background: url(../images/h2_bg.png) no-repeat bottom left;
	padding: 10px 0px 15px 15px;
	}	
	
.features li {
	background: url(../images/bullets.png) no-repeat top left;
	padding: 0px 0px 5px 25px;
	}


/* Imagery*/

#intro img {
	float: right;
	position: absolute;
	top: 0px;
	left: 510px;
	}
	
#sidebar img {
	float: left;
	border: 2px solid #E5E5E5;
	margin: 5px 5px 5px 0px;
	}
	
#secondary #content-main img {
	float: left;
	margin: 5px 15px 15px 0px;
	border: 5px solid #e5e5e5;
	}
	
#sidebar img.call {
	margin: 10px 0px 0px 0px!important;
	border: none!important;
	}
	
img.switch {
	float: right!important;
	margin: 5px 0px 15px 15px!important;
	}
	
/* Forms */

input, textarea {
	padding: 5px;
	width: 230px;
	border: 2px solid #496B22;
	background-color: #efefef;
	}
	
textarea {
	width: 350px;
	height: 100px;
	font: 11px/1.4em "Lucida Grande" Arial, Verdana, Sans-Serif;
	}
	
button {
	display: block;
	text-indent: -9999px;
	width: 130px;
	height: 26px;
	background: url(../images/send-email.png) no-repeat top left;
	border: none;
	overflow: hidden;
	}
	
.special {
	display: none;
	}
	
	
	
	
