/* CSS Document */

body {
	background:#000000 url(../images/bg.jpg) top right repeat-x;
	min-height:800px;
}

table.header{
	margin-top:55px;
	height:20px;	
}

table.header td{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#ACACAC;
}

a.email_link:link, a.email_link:visited {
	text-decoration:none;
	display:block;
	color:#ACACAC;
	padding:6px 0px 0px 4px;
}

a.email_link:hover {
	text-decoration:underline;
}

table.main_content{
	background-color:#0C0C0C;
	margin-top:13px;
	height:638px;	
}

a.menu_about:link, a.menu_about:visited {
	background:url(../images/menu_about.jpg) top left no-repeat;
	text-decoration:none;
	display:block;
	width:181px;
	height:46px;
	margin-top:5px;
	/*border:1px solid red;*/
}

a.menu_about:hover {
	background:url(../images/menu_about_hover.jpg) top left no-repeat;
}

a.menu_service:link, a.menu_service:visited {
	background:url(../images/menu_service.jpg) top left no-repeat;
	text-decoration:none;
	display:block;
	width:178px;
	height:46px;
	margin-top:5px;
	/*border:1px solid red;*/
}

a.menu_service:hover {
	background:url(../images/menu_service_hover.jpg) top left no-repeat;
}

a.menu_contact:link, a.menu_contact:visited {
	background:url(../images/menu_contact.jpg) top left no-repeat;
	text-decoration:none;
	display:block;
	width:178px;
	height:46px;
	margin-top:5px;
	/*border:1px solid red;*/
}

a.menu_contact:hover {
	background:url(../images/menu_contact_hover.jpg) top left no-repeat;
}

table.center_content {
	background:url(../images/home_intro.jpg) top right no-repeat;
	width:904px;
	height:560px;
	margin:10px 0px 0px 13px;
	/*border:1px solid red;*/
}

div.intro_text {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 45px;
	display:block;
	width:300px;
	color:#FFFFFF;
	line-height:160%;
	/*border:1px solid red;*/
}

a.learn_more_link:link, a.learn_more_link:visited, a.learn_more_link:hover {
	margin:20px 0px 0px 43px;
	display:block;
	float:left;
}

table.footer {
	font:normal 7pt Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
	color:#66645F;
	height:22px;
	/*border:1px solid red;*/
}

table.center_service_content {
	background:url(../images/service_intro.jpg) top right no-repeat;
	width:904px;
	height:560px;
	margin:10px 0px 0px 13px;
	/*border:1px solid red;*/
}

table.service_content {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 16px 0px 46px;
	color:#8E8E8E;
	height:230px;
	/*border:1px solid red;*/
}

table.service_content td{
	vertical-align:top;
	text-align:left;
	padding-right:20px;
	width:25%;
}

span.title_header {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	margin-bottom:10px;
}

div.service_footer_content {
	float:right;
	color:#FFFFFF;
}

div.service_footer_content a {
	color:#c50d00;
	font-weight:bold;
	text-decoration:none;
}

div.service_footer_content a:hover {
	text-decoration:underline;
}

table.center_about_content {
	background:url(../images/about_intro.jpg) top right no-repeat;
	width:904px;
	height:560px;
	margin:10px 0px 0px 13px;
	/*border:1px solid red;*/
}

table.about_content {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 17px 0px 45px;
	color:#8E8E8E;
	height:230px;
	/*border:1px solid red;*/
}

table.about_content td{
	vertical-align:top;
	text-align:left;
}

div.about_footer_content {
	margin:15px 0px 0px 0px;
	float:left;
	color:#FFFFFF;
}

div.about_footer_content a {
	color:#c50d00;
	font-weight:bold;
	text-decoration:none;
}

div.about_footer_content a:hover {
	text-decoration:underline;
}

table.center_contact_content {
	background:url(../images/contact_intro.jpg) top right no-repeat;
	width:904px;
	height:560px;
	margin:10px 0px 0px 13px;
	/*border:1px solid red;*/
}

table.contact_content {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	/*margin:0px 20px 0px 42px;*/
	color:#8E8E8E;
	/*border:1px solid red;*/
}

table.contact_content td{
	vertical-align:top;
	text-align:left;
}

div.contact_footer_content {
	margin:15px 0px 0px 0px;
	float:left;
	color:#8E8E8E;
}

div.contact_footer_content a {
	color:#c50d00;
	font-weight:bold;
	text-decoration:none;
}

div.contact_footer_content a:hover {
	text-decoration:underline;
}

.input {
	background-color:#101111;
	border:1px solid #303030;
	margin:6px 20px 10px 0px;
	color:#FFFFFF;
	width:240px;
}

.textarea_input {
	background-color:#101111;
	border:1px solid #303030;
	margin:6px 10px 10px 0px;
	color:#FFFFFF;
	height:190px;
	width:205px;
}

div.msg {
	font:bold 10px Tahoma, Verdana;
	text-align:center;
	color:#FF0000;
	display:block;	
	width:400px;
	float:left;
	margin:5px 0px 5p 0px;
	/*border:1px solid red;*/
}


a.email_link_bottom:link, a.email_link_bottom:visited {
	text-decoration:none;
	font-weight:bold;
	color:#66645F;
}

a.email_link_bottom:hover {
	text-decoration:underline;
}

a.return_to_home:link, a.return_to_home:visited {
	font:bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0px 40px 30px 0px;
	font-weight:bold;
	color:#666666;
	float:right;
	/*border:1px solid red;*/
}

a.return_to_home:hover {
	text-decoration:underline;
}

