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:#000000;
background: #000000 url(../images/bg-test.jpg);
}
#container { 
margin: 0 auto;
width: 684px; 
text-align: left; 
}
#header { 
	height: 130px; 
	width: 684px; 
	background: #666666; 
	background: url(../images/banner.jpg); 
	border-bottom: solid 1px #ffffff;
	}
#contact-info {
	float: right;
	text-align:right;
	color: #ffffff;
	margin: 50px 5px 0px 0px;
	letter-spacing: -1px;
}
#contact-info a{
	color: #ffffff;
}	

#rwbar { 
			background: url(../images/bottom-bar-bg.jpg) #000000;
			background-position: top left;
			background-repeat: repeat-x;
			height: 156px;
			width: 684px;
			margin-top: -20px;
		}
#rwbar .innertube{
			text-align: center;
}
 
#nav {   width: 684px;
		height: 66px; background: url(../images/nav-bg.jpg);
	    margin-bottom: -30px;
		}
#nav .innertube { margin: 0px 0px 0px 50px; }
#content-column { 
width: 684px;
background: url(../images/main-bg.jpg) #ffffff; 
background-repeat: no-repeat;
background-position: bottom center;  
}
#content-column .innertube { 
	margin: 30px 30px 0px 10px;
	padding-bottom: 30px;
	 }

#footer { 
width: 684px;  
clear:both; 	
color: #FFFFFF;
font-size: 10px;
line-height: 18px;
margin: 0 auto;
}
#footer .innertube {
margin: 0px;
text-align: center;
}
#footernav {
	position: relative;
	top: 40px;
	right: 65px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#footernav a{
	color: #ffffff;
	text-decoration: none;
}
#footer a{ 
color: #FFFFFF;
text-transform: uppercase;
font-weight: bold;
text-decoration:none;
}

#rw-title {
float: left;
}

#rw_thumbs {
	list-style-type: none;
	position: relative;
	left: 75px;
	top: 15px;
}
#rw_thumbs li{
    float: left;
	margin-right: 45px;
}
#rw_thumbs a {
	border: 0px;
}
#rw_thumbs img {
	border: 3px solid #ffffff;
}

#page_title  {
margin-bottom: 15px;
margin-left: -10px;
}

#quality {
margin: 20px 0px 90px 0px;
}

#serv_list ul {
margin-left: 25px;
}

#serv_list {
margin-left: 25px;
}

#gallery {
margin-bottom: 30px;
}

#gallery a img {
border: solid 4px #016503;
margin-right: 10px;
}

#gallery img {
width: 100px;
height: 100px;
}

#gallery a img:hover {
border: solid 4px #600883;
}

#contact_form {
margin-bottom: 30px;
}

/*Contact CSS*/

#contact-area {
	width: 350px;
}

#contact-area td{
	padding-bottom: 5px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	border: 2px solid #ccc;
	font-family: Arial, Verdana;
	font-size: 12px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	background: #ffffcc;
}

#contact-area input.submit-button {
	width: 147px;
	height: 45px;
	background: url(../images/submitrectanglesmall.png) no-repeat;
	cursor: pointer;
	margin-left: 274px;
	border: 0px;
}

#contact-area label{
	font-weight: bold;
}

#captcha-area {
	margin: 0px 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;
}

.recaptchatable .recaptcha_image_cell {
    background: none;
}

.recaptchatable, #recaptchatable {
    border: 0px;
}

/*
#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;
}



/*------------------------ Menu CSS-------------------------------------------*/
#menusection {
	float: right;
	margin-top: 8px;
	}

#menusection .innertube {
	height: 44px;
	vertical-align: top;
}
#navbar_list {
	list-style-type: none;
	background-color: 663300;
	position: relative;
	right: 0px;
	bottom: 0px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
#navbar_list li {
	float: left;
	padding-right: 10px;
}
#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: 35px;
	width: 78px;
}
#home_button a {
	height: 35px;
	width: 78px;
	display: block;
}
#home_button a:hover {
	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: 35px;
	width: 101px;
}
#services_button a {
	height: 35px;
	width: 101px;
	display: block;
}
#services_button a:hover {
	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: 35px;
	width: 103px;
}
#portfolio_button a {
	height: 35px;
	width: 103px;
	display: block;
}
#portfolio_button a:hover {
	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: 35px;
	width: 98px;
}
#contact_button a {
	height: 35px;
	width: 98px;
	display: block;
}
#contact_button a:hover {
	background-image: url(../images/nav/contact.jpg);
}
