/*********** MAIN ***********/
* {
	margin: 0;
	padding: 0;
}
html {
    min-width: 945px;
} /*IE7*/

body {
    color: #3D3D38;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #ffffff;
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
    font: 80%/1.2em Arial,Helvetica,sans-serif;
}

input {
    line-height: 1;
}


/*********** COMMON ***********/

a { color: #7faa41; cursor: pointer; text-decoration: none; outline: none !important; }
a:visited { color: #7faa41; }
a:hover, a:focus { color: #314515; text-decoration: none; }
a:active { color: #000; }

img {
    border: none;
}

p {
    line-height: 1.4;
}


form {
    clear: left;
    margin: 0;
}

h1 {
	font-size: 160%;
	letter-spacing: -0.03em;
	line-height: 1.0em; 
}

h2 {
  font-size: 135%;
  font-weight: bold;
  letter-spacing: -0.02em; 
}

h3 {
	font-size: 115%;
  letter-spacing: -0.01em; 
}
h4 {
  font-size: 115%;
  letter-spacing: -0.01em; 
}

ol,ul {
	margin: 0;
	padding: 0;
  list-style: none;
}

li p {
	margin: 0;
	padding: 0;
}

label {
  float: left; 
  width: 100%;
  padding: 0.5em 0; 
}
label span {
	float: left;
	width: 130px;
  text-align: left;
  padding: 2px 0;
  font-weight: bold;
}
label span.checkbox {
  width: 90%; 
  padding: 4px 0;
  font-weight: normal;
}

.clear {
  clear: both;
}

.fl-left {
  float: left;
}
.fl-right {
  float: right;
}


/*********** TEMPLATE ***********/

a.button {
  float: left;
  height: 35px;
  padding: 0;
  margin: 0;
  text-align: center;
  background: transparent url(/img/button-bg-l.gif) no-repeat 0 0;
  font-size: 100%;
  font-weight: bold;
  color: #3D3D38;
  text-decoration: none;
  border: 0 none;
  line-height: 15px;
}
a.button:link,
a.button:visited,
a.button:hover {
	color: #3D3D38;
}
a.button span {
  float: left;
  background: transparent url(/img/button-bg-r.gif) no-repeat 100% 0;
  height: 15px;
  padding: 10px 20px;
  line-height: 15px;
}

.form input.error,
.form textarea.error,
.form select.error {
  background: #fdd1d1;
}
.form label.error {
  width: 250px;
  margin-left: 130px;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  color:#ae0400;
}





#navbar {
  margin: 0 auto;
  width: 900px; 
  height: 110px;
}
#logo {
	background: transparent url(/img/logo.gif) no-repeat 0 0;
	width: 320px;
	height: 80px;
  margin-top: 20px;
	text-indent: -9999px;
	float: left;
}
#navigation {
  float: right;
  margin-top: 25px;
}
#navigation li {
	float: left;
	padding: 10px 15px;
}
#navigation li a {
	font-size: 100%;
	font-weight: bold;
	color: #3D3D38;
	
}

#header {
  margin: 0 auto;
  width: 900px; 
  height: 250px;
}
#header h1 {
	margin: .5em 10px;
}
#oneliner {
	float: left;
	width: 425px;
	text-align: right;
}
#oneliner p {
	font-size: 125%;
  line-height: 1.3em;
  margin: 0.5em 0;
  padding: .5em 10px;
  background: #f5f4d5;	
}
#header #projects {
	float: right;
	width: 450px;
	height: 200px;
	padding: 5px;
	overflow:hidden;
  border: 1px solid #cbcbc5;
}


#contact-wrapper,
#service-wrapper {
	clear: both;
  margin: 20px auto;
  width: 900px;	
}
#footer .block,
#footer .block-first,
#footer .block-last,
.service,
.service-first,
.service-last {
	float: left;
  width: 264px;  
  height: 110px;
  margin: 0 15px 15px 0;
  padding: 10px 15px;
}
#footer .block,
.service {
  border-right: 1px solid #cbcbc5;
  padding: 10px 15px;
}
#footer .block-first,
.service-first {
	clear: both;
  border-right: 1px solid #cbcbc5;
	padding: 10px 15px 10px 0;
}
#footer .block-last,
.service-last {
  padding: 10px 0 10px 15px;
}
#service-wrapper h3 {
  margin: 0 0 0.5em 0;
}
#contact-wrapper h2,
#service-wrapper h2 {
	background: #d5e6bc;
	padding: .5em;
  margin: 0 0 1em 0;
  color: #314515;
}
#service-wrapper p {
	color: #5f5f5a;
}


#message {
  clear: both;
  margin: 20px auto;
  width: 860px; 
  padding: 20px;
  background: #e9e7b4;
}
#message h2 {
  margin: 0 0 1em 0;
  color: #3f3e29;
}
#message p {
  color: #3f3e29;
}

.left-col {
	float: left;
	width: 380px;
	margin-right: 20px;
}
.right-col {
  float: right;
  width: 500px;	
}
.form {
	float: left;
	width: 900px;
	padding: 20px 0;
}
.form input,
.form textarea {
  padding: 2px;
  font-size: 100%;
}
.left-col input {
  width: 220px;	
}
.right-col textarea {
	float: right;
	width: 352px;
	height: 120px;
}
#contact-wrapper p {
  margin-bottom: 1em;
}


#footer {
	clear: both;
	background: #edebe3;
  width: 100%;	
}
#footer-wrapper {
  margin: 0 auto;
  width: 900px; 
  height: 160px;
  padding: 20px 0;
}
#footer-wrapper h4 {
  color: #5f5f5a;
  margin: 0 0 0.5em 0;
}
#footer-wrapper p {
	font-size: 90%;
  color: #81817b;
}




