.hidden{display:none;}

.aL{text-align:left}
.aC{text-align:center}
.aR{text-align:right}
.aJ{text-align:justify}

.fL{float:left}
.fR{float:right}
.cB{clear:both}



a:link,a:active,a:visited{
	color: #f53d5f;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.button {
	color: #ffffff;
	background-color: #162338;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	min-width: 50px;
	min-height: 28px;
}

img {
	border: 0;
}
h1 {
	color: #374f75;
	text-transform: uppercase;
	font-size: 20px;
	margin: 15px 0px 10px 0px;
}
h2 {
	color: #374f75;
	text-transform: uppercase;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
}
h3 {
	color: #374f75;
	text-transform: uppercase;
	font-size: 20px;
	margin: 15px 0px 10px 0px;
	background-image: url(../images/mark.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}

body, table {
    margin:0px;
	padding:0px;
	border:none;
	background-color: #0f1a2b;
	color: white;
	font-family: Arial;
	font-size: 14px;
}
textarea {
	font-family: Arial;
	font-size: 14px;
	color: #0f1a2b;
}
div.main {
	width: 975px;
	margin: 0 auto;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
div.header{
	height: 243px;
	margin-bottom: 20px;
}
div.header_logo{
	float: left;
	width: 178px;
	padding-top: 36px;
	position: relative;
}
.header_promo{
	position: relative;
	top: 40px;
	left: -150px;
	padding-right: 10px;
	text-align: right;
}
.header_menu{
	position: absolute;
	top: 195px;
	width: 965px;
	padding-right: 10px;
	text-align: right;
}
.header_menu_image{
	border: 0px;
}
a.header_menu_references {
	float: right;
	display: block;
	width: 111px;
	height: 32px;
	background-image: url(../images/menu/reference.jpg);
}
a.header_menu_references_active {
	float: right;
	display: block;
	width: 111px;
	height: 32px;
	background-image: url(../images/menu/reference_over.jpg);
}
a.header_menu_services {
	float: right;
	display: block;
	width: 134px;
	height: 32px;
	background-image: url(../images/menu/services.jpg);
}
a.header_menu_services_active {
	float: right;
	display: block;
	width: 134px;
	height: 32px;
	background-image: url(../images/menu/services_over.jpg);
}
a.header_menu_contact {
	float: right;
	display: block;
	width: 94px;
	height: 32px;
	background-image: url(../images/menu/contact.jpg);
}
a.header_menu_contact_active {
	float: right;
	display: block;
	width: 94px;
	height: 32px;
	background-image: url(../images/menu/contact_over.jpg);
}

div.content {
	min-height: 400px;
}
div.content_left {
	float: left;
	width: 250px;
	margin-right: 25px;
}
div.content_right {
	float: left;
	width: 700px;
}

div.footer {
	float: left;
	width: 100%;
	height: 66px;
	margin: 20px 0px 20px 0px;
	background-color: #212839;
}
div.footer_left {
	float: left;
	width: 8px;
	height: 66px;
	background-image: url(../images/footer_bg_left.jpg);
}
div.footer_content {
	float: right;
	margin-top: 25px;
	text-align: right;
	font-size: 12px;
	color: #5a7095;
}
div.footer_logo {
	float: right;
	height: 66px;
	width: 57px;
	margin: 4px 30px auto 30px;
	font-family: Arial;
	font-size: 12px;
	color: #5a7095;
}
div.footer_right {
	float: right;
	width: 8px;
	height: 66px;
	background-image: url(../images/footer_bg_right.jpg);
}

.gallery {
	border: 6px solid #374f75;
}
.pager {
	float: right;
	display: block;
	margin-top: 6px;
}
.pager_button_active {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	background-color: #e63858;
}
.pager_button_inactive {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	background-color: #ffffff;
}
div.form_left {
	float: left;
	clear: both;
	width: 150px;
}
div.form_right {
	float: left;
}