/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#777777;
	color:#808080;
	margin:0px;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
}

img{
	border:0px;
}

.clr{
	clear:both;
}

a{
	color:#808080;
	text-decoration:underline;
}

a:hover{
	color:#660000;
	text-decoration:underline;
}

h1{
	margin:0px;
	padding:0px;
	font-size:14px;
}

#wrapper{
	width:981px;
	height:727px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#wrapper_left{
	width:103px;
	height:727px;
	background-image:url(../images/wrapper_left.jpg);
	background-repeat:no-repeat;
	float:left;
}

#wrapper_center{
	width:776px;
	height:727px;
	float:left;
}

#wrapper_right{
	width:102px;
	height:727px;
	background-image:url(../images/wrapper_right.jpg);
	background-repeat:no-repeat;
	float:left;
}

#top{
	width:776px;
	height:87px;
}

#top_logo{
	width:141px;
	height:87px;
	float:left;
}

#top_middle{
	width:276px;
	height:87px;
	float:left;
	background-image:url(../images/top_middle.jpg);
	background-repeat:no-repeat;
}

#top_links{
	width:359px;
	height:34px;
	float:left;
	background-image:url(../images/top_links.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-top:10px;
}

#nav_middle{
	width:359px;
	height:24px;
	float:left;
}

#nav_bottom{
	width:359px;
	height:19px;
	float:left;
	background-image:url(../images/nav_bottom.jpg);
	background-repeat:no-repeat;
}

#nav_sep{
	width:776px;
	height:30px;
	clear:both;
	background-image:url(../images/nav_sep.jpg);
	background-repeat:no-repeat;
}

#main{
	width:776px;
	height:585px;
	background-image:url(../images/main_back.jpg);
	background-repeat:no-repeat;
}

#main_bottom{
	width:776px;
	height:25px;
	background-image:url(../images/main_bottom.jpg);
	background-repeat:no-repeat;
}

#main_left{
	width:230px;
	margin-left:15px;
	background-image:url(../images/page_div.jpg);
	background-repeat:no-repeat;
	background-position:right;
	min-height:580px;
	padding-right:10px;
	float:left;
}

#main_right{
	width:485px;
	float:left;
	padding-left:20px;
	padding-top:10px;
}

#main_left_text{
	padding-top:30px;
}

#footer{
	text-align:center;
	font-size:10px;
	color:#CCCCCC;
}

.red{
	color:#660000;
}

.red, .red a{
	color:#660000;
	text-decoration:none;
}

/* SERVICES */
#services{
	list-style:none;
	margin:0px;
	padding:0px;
}

#services li{
	margin:10px;
}

#services li a{
	color:#808080;
	text-decoration:none;
}

#services li a:hover{
	color:#660000;
	text-decoration:underline;
}

#services_desc{
	padding-top:10px;
}

#services_desc h1{
	color:#660000;
	padding-bottom:5px;
}

/* Clients */
#clients{
	list-style:none;
	margin:0px;
	padding:0px;
}

#clients li{
	margin:10px;
}

.client{
	float:left;
	padding:5px;
}

/* CONTACT FORM */
.tbl_left{
	font-weight:bold;
	text-align:right;
}

.input_fix{
	width:150px;
	background-color:#EBECEE;
	border:1px solid #666666;
}

.input_fix:hover{
	background-color:#FFFFFF;
}

#btn_submit{
	background-color:#EBECEE;
	border:1px solid #666666;
	
}

#btn_submit:hover{
	background-color:#FFFFFF;
	border:1px solid #666666;
	
}