body{
	font-family: Arial;
	font-size: 12px;
	background-color:#D5D2B9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
a {
	color:#FF7B17;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1{
	font-weight:normal;
}
.logo{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#nav ul li{
	display: inline;
	list-style-type: none;
}
#nav ul li a{
	font-size:1.1em;
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
#nav ul li a:hover{
	color: #333;
	text-decoration: underline;
}
.nav-line{
	background-image: url(images/nav_line.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.copyright{
	width: 450px;
	margin-left: 35px;
	font-size:.9em;
	color: #FFF;
	margin-top: 12px;
	float:left;
}
.copyright a{
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover{
	text-decoration: underline;	
}

.address{

	width: 350px;
	color: #FFF;
	margin-top: 0px;
	margin-left:35px;
        font-size: .9em;

}
.bottom-left-text{
        width:250px;
	margin-left:25px;
}
.bottom-left-text a{
        color:#fff;
}

#info a{
	color:#CCC;
}
#header #nav a{
	font-weight:normal;

}
.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  95px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  225px;
	 padding: 2px;
}

.tbContactform textarea {
	 height:  115px;
}

.tbContactform input.submit
{
	display: block;
	margin-left: 250px;
	width:  auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}
/* comment */
.comment-form-body {
  width: 425px;
}
.service{
	width:218px;
	margin-left:18px;
	margin-top:12px;
}
.service-title{
	font-size:1.3em;
	font-weight:bold;
}
.service-title a{
	color:#fff;	
	text-decoration:underline;
}
.service-title a:hover{
	text-decoration:none;	
}
.service-text{
	color:#fff;	
	font-size:.9em;
}
.hidden{
	visibility:hidden;	
}
.home-left-image{
	margin-top: 10px;
        margin-left:10px;

}