@charset "utf-8";
/* CSS Document */
body {
background:#000000 url(../images/header_back.jpg) no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
margin:0;
padding:0;
}
a {
	color:#FFFF99;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
border:none;
}
#menu {
padding:150px 0 0 300px;
}

#menu li{
display:inline;
background:url(../images/menu_line.png) no-repeat right;
float:left;
}

#menu a {
display:block;
color:#949191;
text-decoration:none;
font-size:1.1em;
padding: 20px 20px;
-moz-outline-style: none;
}

#menu a:hover {
color:#b7b6b6;
}

#content {
width:840px;
padding:40px 0 0 50px;
clear:left;
}

/*contact*/

#ctext {
color:#FFFFFF;
clear:left;
padding-top:20px;
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.5em;
float:left;
}

#cform {
float:left;
width:500px;
margin:10px 0 0 0;
}

form {
margin:0;
}

label {
display:block;
padding:10px 0 5px 0;
}

input, textarea {
color:#FFFFFF;
border:solid 1px #535353;
background-color:#000000;
}

input {width:300px;}
textarea {width:400px;}

#bsend {
width:auto;

border:none;
}
.bsend_div {
margin-top:20px;
float:left;
}
#phone {
margin:auto;
text-align:center;
color:#f1f1d0;
margin-left:500px;
}

#phone a{
color:#f1f1d0;
text-decoration:none;
}
#phone a:hover{
color:#f1f1d0;
text-decoration:underline;
}
#cphone { margin-bottom:5px;}

#cname {
color:#adad82;
padding-bottom:5px;
}

.loading {
background:url(../images/spinner.gif) center top no-repeat;
}

#log {
margin:20px 0 0 20px;;
height:50px;
width:300px;
color:#FF0000;
font-size:12px;
float:left;
}

/*about*/

#about_content {
}

#about_main_txt{
margin:180px 0 0 80px;
width:680px;
line-height:1.3em;
}

#about_services {
margin:120px 0 0 190px;
width:600px;
}
#about_services li {padding-bottom:3px;}

.rightcol, .leftcol {
	float:left;
}

#a_header {
color:#e6fcb6;
font-size:1.2em;
}

.text {
text-align:justify;
}

.text ul{
list-style:square;	
}
.text li {
padding-bottom:4px;
}