html, body { background-color: #e8e8e8; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

#container {
  width: 940px;
  padding: 45px;
  margin: 25px auto;
  background-color: #fff;
}

#caption {
  margin: 0;
  padding: 0;
  width: 940px;
  height: 50px;
  background: url(../images/image6.jpg) no-repeat left top;
}

#menu {
  height: 32px;
  margin: 32px 0 8px;
  width: 930px;
  padding: 0 5px;
  background-color: #663300;
  
}

#menu * { color: #FFF; text-decoration: none; }

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {font-size:15px;
  margin: 0;
  padding: 0 18px;
  display: block;
  float: left;
  line-height: 32px;
}

#menu li:hover ul {
  display: block !important;
}

#menu ul.level2 {
  position: absolute;
  z-index: 500;
  display: none;
  background-color: #663300;
}

#menu ul.level2 li {
  float: none;
}

#main-image {
  margin: 0;
  padding: 130px 80px 0;
  width: 780px;
  height: 100px;
  background: url(../images/banner1.jpg);
  text-align: right;
  color: #FFF;
  font-size: 30px;
}

#welcomeimage {
   border: #ccc 1px solid;
   width: 160px;
   margin: 25px 30px 0 0;
}


#blocks {
  width: 940px;
  padding: 0;
  margin: 40px 0 0 0;
}

#blocks .block {
  float: left;
  width: 204px;
  margin: 0;
  padding: 15px;
  background-color:#e8e8e8;
  font-size: 12px;
  height:180px;
  /*border: 1px dashed red;*/
}

#blocks .pad {
  float: left;
  width: 2px;
  margin: 0;
  padding: 0;
}

#blocks .block h2 {
  margin: 0;
  padding: 0 0 4px;
  color: #663300;
  font-size: 14px;
  font-family: Verdana, Arial, sans;
  font-weight: bold;
}

#content {
  width: 940px;
  margin: 45px 0 0;
  padding: 0;
}

#content .left {
  float: left;
}

#content .center {
  float: left;
  width: 500px;
}

#content .right {
  float: right;
  width: 200px;
  text-align: center;
  padding: 20px 0 0;
}

#content h2 {
  font-weight: normal;
  font-size: 20px;
}

#content h3 {
  font-weight: normal;
  font-size: 18px;
}
#content h4 {
  font-weight: bold;
  font-size: 13px;
}


.get-a-quote-button {
  text-decoration: none;
}

.get-a-quote-button img {
  border: none;
}

#footer {
  width: 940px;
  padding: 40px 0 0;
  color: #999;
}

#footer * {
  color: #999;
}

#footer .copyright {
  float: left;
}

#footer .developer {
  float: right;
}

a {
  color: #663300;
}

.form-item {
  clear: both;
  padding: 5px 0px;
}

.form-item label {
  float: left;
  height: 21px;
  line-height: 21px;
}

.form-item input[type=text], #id_phone, #id_email {
  float: right;
  width: 130px;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  border: 1px solid #663300;
 
}

.form-item textarea {
  width: 190px;
  height: 100px;
  font-size: 14px;
  border: 1px solid #663300;
 
}


.team-member {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #663300;
}

.team-member img {
  float: left;
  margin: 0 10px 0 0;
}

.team-member .position {
  font-weight: bold;
  color: #663300;
}

.gallery-k1 {
  border: none;
  padding: 0;
  margin: 0;
}

.gallery-k1 td {
  padding: 5px 0;
  margin: 0;
  border: none;
  width: 120px;
  float: left;
  text-align: center;
}

.gallery-k1 td a {
  vertical-align: middle;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 1px;
}

.indent {margin-left:20px;}

/* error message */
.error {
	height:12px;
	background-color:#FFFE36;
	font-size:9px;
	border:1px solid #E1E16D;
	padding:4px 10px;
	color:#000;
	display:none;	
	font-style: italic;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}

.error p {
	margin:0;		
}

.myHeading{
font-size: 20px;
font-weight: normal;
font-family: Verdana,Arial,Helvetica,sans-serif;
}
