@charset "utf-8";
/* CSS Document */
body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url(images/background_main.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#424242;
	background-color:#434343;
}
.outer_holder {
	width:804px;
	height:auto;
	overflow:hidden;
	background-image:url(images/background_outer_holder.png);
	background-position:top;
	background-repeat:repeat-y;
	padding-left:13px;
	padding-right:13px;
}
.header {
	width:804px;
	height:191px;
	overflow:hidden;
/*	background-image:url(images/background_header.jpg); */
	background-image:url(images/Logo.png);
	background-position:center;
	background-repeat:no-repeat;
}
.header_phone {
	width:185px;
	height:24px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#7a7a7a;
	float:right;
	margin-right:15px;
	margin-top:10px;
}
.btn_contact {
	width:94px;
	height:22px;
	overflow:hidden;
	float:right;
	margin-right:15px;
	margin-top:10px;
	padding-top:2px;
}
.rotating_images_holder {
	width:804px;
	height:252px;
	overflow:hidden;
}
.main_content_holder {
	width:804px;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.main_content_left {
	width:580px;
	height:auto;
	overflow:hidden;
	float:left;
	padding-left:28px;
	padding-right:12px;
	background-image:url(images/main_content_devider.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
.main_content_right {
	width:184px;
	height:auto;
	overflow:hidden;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#090a0a;
}
.main_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	font-style:italic;
	color:#157da2;
}
.bold_blue {
	color:#157da2;
	font-weight:bold;
}
.read_more {
	color:#157da2;
	font-weight:bold;
	font-size:13px;
}
.read_more a:link {
	color:#157da2;
	font-weight:bold;
	text-decoration: none;
}
.read_more a:visited {
	text-decoration: none;
	color:#157da2;
	font-weight:bold;
}
.read_more a:hover {
	text-decoration: underline;
	color:#157da2;
	font-weight:bold;
}
.read_more a:active {
	text-decoration: none;
	color:#157da2;
	font-weight:bold;
}
.img_titles {
	padding-top:15px;
	padding-bottom:15px;
}
.products_holder {
	width:580px;
	height:auto;
	overflow:hidden;
	padding-bottom:15px;
}
.products_left {
	width:422px;
	height:auto;
	overflow:hidden;
	float:left;
	padding-left:10px;
}
.products_right {
	width:148px;
	height:auto;
	overflow:hidden;
	float:left;
}
.title_products {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#157da2;
	font-weight:bold;
}
.sub_title_products {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#157da2;
	font-weight:bold;
}
.employment_content {
	width:570px;
	height:auto;
	overflow:hidden;
	padding-left:10px;
}
.employment_titles {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#157da2;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:5px;
}
.employment_titles a:link {
	color:#157da2;
	font-weight:bold;
	text-decoration: none;
}
.employment_titles a:visited {
	text-decoration: none;
	color:#157da2;
	font-weight:bold;
}
.employment_titles a:hover {
	text-decoration: underline;
	color:#157da2;
	font-weight:bold;
}
.employment_titles a:active {
	text-decoration: none;
	color:#157da2;
	font-weight:bold;
}
.footer {
	width:804px;
	height:63px;
	overflow:hidden;
/* 	background-image:url(images/background_footer.jpg); */
	background-position:center;
	background-repeat:no-repeat;
	margin-top:15px;
}
.footer_text {
	width:500px;
	height:40px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#5c5c5c;
	padding-right:15px;
	padding-top:23px;
}
a:link {
	color:#157da2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#157da2;
}
a:hover {
	text-decoration: underline;
	color:#157da2;
}
a:active {
	text-decoration: none;
	color:#157da2;
}