body {
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #000;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

img {
	border: 0;
}
a:link,a:visited,a:active {
	text-decoration: underline;
	color: #F90A0A;
}
a:hover {
	text-decoration: none;
	color: #F90A0A;
}
.body-left {
	width: 100%;
	height: 100%;
	overflow-y:auto;
	position:fixed;
	background: url(../images/bg-left.png) no-repeat left bottom;
}
.body-right {
	width: 100%;
	height: 100%;
	overflow-y:auto;
	position:fixed;
	background: url(../images/bg-right.png) no-repeat right bottom;
}
.center_wrap {
	width: 904px;
	overflow: visible;
	margin: 0 auto;
}
.header {
	background-image: url(../images/header.gif);
	height: 230px;
	width: 900px;
}
.header .logo{
	display:block;
	width:261px;
	float:left;
}
.header .contact {
	display:block;
	float:right;
	color: #FFF;
	padding:20px;
	width:260px;
}
.border {
	background-color: #4A4A4A;
	padding: 2px;
	margin: 8px 0px;
	float: left;
}
.menu {
	width: 900px;
	height: 46px;
	background: url(../images/menu-bg.gif) repeat-x;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}
.menu ul {
	list-style:none;
	width: 900px;
	height: 46px;
	margin: 0px;
	padding: 0px;
}
.menu ul li{
	width: 180px;
	height: 46px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	background:url(../images/menu-separator.gif) no-repeat right top;
}
.menu ul li a{
	height: 34px;
	width: 180px;
	display: block;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 12px 0px 0px 0px;
}
.menu a:link,.menu a:visited,.menu a:active {
	text-decoration: none;
	color: #FFF;
	margin: 0px;
}
.menu a:hover {
	text-decoration: none;
	color: #FFF;
	margin: 0px;
}
.title {
	color:#FFF;
	margin: 10px 0px;
	padding: 2px 0px 2px 30px;
	background:url(../images/star.gif) no-repeat left top;
}
.text .title {
	color:#1A5798;
	margin: 10px 0px;
	padding: 2px 0px 2px 30px;
	background:url(../images/star.gif) no-repeat left top;
}
.text {
	background: #B7B7B7;
	padding: 10px 24px 24px 24px;
	width: 852px;
	float: left;
}


.adblock {
	width: 205px;
	height: 233px;
	background-image: url(../images/overlay.png);
	background-repeat:no-repeat;
	float:left;
	clear:none;
	margin-top: 12px;
	margin-bottom: 12px;	
	text-align:center;
	font-size: 12px;
}
.adblock h4 {
	color: #FFF;
	margin: 8px 0px;
	text-transform: uppercase;
}
.adblock p {
	padding: 0px 18px 0px 18px;
	text-align: left;
}
.adblock a:link,.adblock a:visited,.adblock a:active {
	text-decoration: underlined;
	color: #FFF;
	margin: 0px;
}
.adblock a:hover {
	text-decoration: none;
	color: #FFF;
	margin: 0px;
}
.big {
	width: 904px;
	height: 155px;
	margin: 12px 0px;
	background:url(../images/overlay-h.png) no-repeat;
	text-align: left;	
	font-size: 12px;
	padding: 0px;
}
.col {
	float: left;
	height: 143px;	
	padding: 6px 12px;
}
.colwide {
	width: 706px;
	float: left;
	height: 130px;	
}
.colbot {
	width: 706px;
	float: left;
	height: 45px;
	padding-left: 12px;	
}
.wide {
	
}


p.read_more {
	text-align: right;
	margin: 0px 0;
}
.contacts {
	float: left;
	width: 400px;
}
.contacts label {
	float: left;
	clear: left;
	width: 100px;
	margin: 3px;
}
.contacts label.cap {
	float: left;
	clear: none;
	width: 120px;
	margin: 3px;
}
.contacts input[type=text] {
	float: left;
	width: 225px;	
	background: #FFF;
	border: 1px solid #000;
	margin: 3px;
}
.contacts input.cap {
	float: left;
	clear: none;
	width: 100px;
	margin: 3px;
}
.contacts textarea {
	float: left;
	width: 225px;	
	background: #FFF;
	border: 1px solid #000;
	margin: 3px;
	height: 55px;
}
.contacts input[type=submit] {
	height: 18px;
	width: 71px;
	background-image: url(../images/submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	float: left;
	margin: 3px;
	cursor: pointer;
}
.crefresh {
	cursor: pointer;
	margin-bottom: 4px;
	margin-left: 4px;
}

.footer {
	height: 30px;
	width: 900px;
	background-color: #111111;
	color: #FFF;
	text-align:center;
	padding-top: 12px;
}
.footer strong {
	color: #FF0000;
}
.copyright {
	width: 452px;
	float: left;	
	color: #FFF;
	font-size: 12px;
	padding: 10px 0px;
	margin-bottom: 10px;
}
.left{text-align: left;}
.right{text-align: right;}
.copyright p {
	margin: 0px;
}
