body {
text-align: center; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 23px;
color:#ffffff;
}
#container { 
margin: 0 auto;
width: 780px; 
text-align: left;
background:  #cc9966; 
}
#header { height: 150px; width: 780px; background: #666666; background: url(../images/banner.jpg) }
#nav { width: 780px; background: #653300; }
#nav .innertube { margin: 0px 0px 0px 50px; }
#content-column { 
width: 560px; 
background: #ffffff; 
float:left; 
background: url(../images/main_bg.jpg) #cc9966; 
background-repeat: no-repeat;
background-position: center 50px; 
}
#content-column .innertube { margin: 30px 20px 10px 10px; }
#right-column { 
width: 220px; 
background: #cccccc; 
float: right;  
background: #cc9966;
}
#right-column .innertube { margin: 10px 5px 10px -10px; border-left: solid 1px #330000; }
#footer { 
height: 90px;
width: 780px;  
clear:both; 	
background: url(../images/footer_bg.jpg);
color: #FFFFFF;
font-size: 10px;
line-height: 18px;
background-repeat: no-repeat;
}
#footer .innertube {
margin: 0px 0px 0px 10px;
padding-top: 20px;
}
#footer a{ 
color: #FFFFFF;
text-transform: uppercase;
font-weight: bold;
text-decoration:none;
}

#rw_thumbs {
	list-style-type: none;
	margin-left: 0px;
}
#rw_thumbs a {
	border: 0px;
}
#rw_thumbs img {
	border: 1px solid #350000;
}

#page_title  {
margin-bottom: 15px;
margin-left: -10px;
}

#quality {
margin: 20px 0px 90px 0px;
}

#serv_list ul {
margin-left: 25px;
}

#serv_list {
font-weight: bold;
}

#gallery {
margin-bottom: 30px;
}

#gallery a img {
border: solid 5px #ffffff;
}

#contact_form {
margin-bottom: 30px;
}

/*Menu CSS*/
#menusection .innertube {
	background-color: #663300;
	height: 44px;
	vertical-align: top;
}
#navbar_list {
	list-style-type: none;
	background-color: 663300;
	position: relative;
	right: 0px;
	bottom: 0px;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
#navbar_list li {
	float: left;
	padding-right: 70px;
}
#navbar_list li a {
	text-decoration: none;
}
#home_button {
	background-image: url(../images/nav/home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 66px;
}
#home_button a {
	height: 44px;
	width: 66px;
	display: block;
}
#home_button a:hover {
	background-position: 0px -44px;
	background-image: url(../images/nav/home.jpg);
}
#services_button {
	background-image: url(../images/nav/services.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 97px;
}
#services_button a {
	height: 44px;
	width: 97px;
	display: block;
}
#services_button a:hover {
	background-position: 0px -44px;
	background-image: url(../images/nav/services.jpg);
}
#portfolio_button {
	background-image: url(../images/nav/portfolio.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 110px;
}
#portfolio_button a {
	height: 44px;
	width: 110px;
	display: block;
}
#portfolio_button a:hover {
	background-position: 0px -44px;
	background-image: url(../images/nav/portfolio.jpg);
}
#contact_button {
	background-image: url(../images/nav/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 96px;
}
#contact_button a {
	height: 44px;
	width: 96px;
	display: block;
}
#contact_button a:hover {

	background-position: 0px -44px;
	background-image: url(../images/nav/contact.jpg);
}

/*Contact CSS*/

#contact-area {
	width: 350px;
}

#contact-area td{
	padding-bottom: 5px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Arial, Verdana;
	font-size: 12px;
	border: 0px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	background: #ffffcc;
}

#contact-area input.submit-button {
	width: 87px;
	height: 25px;
	background: url(../images/submitnobordersmall.png) no-repeat;
	cursor: pointer;
	margin-left: 274px;
	border: 0px;
}

#contact-area label{
	font-weight: bold;
}

#captcha-area {
	margin: 40px 0px 40px 0px;
}


label.error {
	padding: 3px;
	color: #ff0000;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	display: block;
}
#recaptcha_logo, #recaptcha_tagline {
	display: none;
}
#recaptcha_table {
   background: #ffffff;
 }


/*
#thanks {
border: solid 1px #006600;
background: #99FF66 ;
padding: 5px;
margin: 20px;
}
*/

#thanks {
       position: absolute; 
       top: 0; left: 0; 
       z-index: 10; 
	   background:#99FF66;
	   padding:5px;
       border:1px solid #006600;
       text-align:center; 
       font-weight:bold; 
       width:99%;
	   color: #000000;
}