@charset "UTF-8";
/* CSS Document */

body {
	background:#D6D4C1 url(/img/bg.jpg) top left repeat-x;
	margin:0px;
	font-family:"Gill Sans", Arial;
}
#wrapper {
	width:801px;
	text-align:center;
	margin:0 auto;
}
#header {
	width:801px;
	height:55px;
	text-align:right;
	background:url(/img/logo.png) top left no-repeat;
}
#header ul {
	padding:35px 0 0 0;
}
#header li {
	display:inline;
	padding:0 15px 0 0;
}
#content {
	background:#FFF;
	width:801px;
	height:auto;
	text-align:center;
	padding:10px 0 0 0;
}
#index_page #content #content_body {
	background:url(/img/main_img.jpg) no-repeat;
	height:453px;
	width:782px;
	margin:0 auto;
}
#content_body li {
	display:inline;
}
#content_body #banner {
	background:url(/img/h_bannger-bg.png) repeat;
	font: 14px "Gill Sans";
	text-align:left;
	height:56px;
}
#content_body #banner img.ititle {
	padding:5px 30px 0 30px;
}
#content_body #banner img.idivider {
	padding:0 30px 0 0;
}
#content_body #banner p {
	padding:3px 0 0 0;
}
#content #footer {
	height:45px;
}
#content #footer p {
	font:13px Tahoma, Geneva, sans-serif;
	text-align:left;
	padding: 0 0 0 10px;
	margin:2px 0 0 0;
	float:left;
	width:300px;
}
#content #footer img {
	padding:6px 5px 0 0;
}
/* SERVICES */
#services_page #content #content_body {
	background:url(/img/services_img.jpg) no-repeat;
	height:453px;
	width:782px;
	margin:0 auto;
}
#services_page #content {
	background:#FFF;
	width:801px;
	height:auto;
	text-align:center;
	padding:10px 0 0 0;
}
#services_page #left_col {
	float:left;
	height:486px;
	width:542px;
}
/* CONTACT */
#contact_page #content #content_body {
	background:url(/img/contact_img.jpg) no-repeat;
	height:453px;
	width:782px;
	margin:0 auto;
}
#contact_page #right_col {
	float:right;
	width:365px;
	height:453px;
	padding:0 10px;
	text-align:left;
	background:url(/img/h_bannger-bg.png) repeat;
	font: 12px Tahoma, Geneva, sans-serif;
}
#contact_page #right_col img {
	padding:10px 0 0 0;
}
#contact_page #right_col table {
	margin:0 auto;
	text-align:left;
}
#contact_page #right_col form {
	width:365px;
}
.left_side {
	vertical-align:top;
	text-align:right;
}
#contact_page #right_col .send_btn {
	text-align: right !important;
	float:right;
	margin: 0 10px 0 0;
}
/* LINKS */
a {
	text-decoration:none;
}
a:link {
	color:#d22020;
}
a:visited {
	color:#d22020;
}
a:hover {
	color:#302727;
}
a:active {
	color:#d22020;
}