BODY {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}

input {
	font-family: Arial;
}

.header {
	background: url('../images/bg_header.jpg') #FFFFFF repeat-x;
	height: 135px;
	padding-top: 15px;
}

.btns {
	background: url('../images/bg_btns.jpg') #FFFFFF repeat-x;
	height: 153px;
	border-bottom: 13px solid #ECF9FF;
}

.btns ul {
list-style-type: none;
padding: 20px 70px 0 0;
margin: 0 0 0 0;
}

.btns ul li {
float: right;
padding: 0 40px 0 40px;
background: url('../images/hr.jpg') no-repeat left;
}

.btns ul li.no_hr {
background: none;
}

.btns ul li a {
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.main {
	background: url('../images/bg_main.jpg') #FFFFFF repeat-y center;
	min-height: 400px;
}

.main_area {
padding: 15px;
}

.footer {
	background: #C7E3F0;
	min-height: 137px;
	border-top: 13px solid #ECF9FF;
}

.copyright {
	background: #ECF9FF;
	height: 30px;
	border-top: 5px solid #ECF9FF;
}

.width1000 {
	width: 1000px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.search {
	color: #2A80EC;
}

.search_input {
	border: 1px solid #BDE0EE;
	height: 23px;
	line-height: 21px;
}

.search_submit {
	width: 29px;
	height: 25px;
	border: 0px;
}

h1 {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 20px;
	color: #0088C3;
	font-weight: bold;
}

.text {
	text-align: right;
}

.block {
	background: #D7E6ED;
	padding: 10px;
	color: #355D70;
	font-size: 14px;
}

.block span {
	color: #355D70;
	font-size: 17px;
	font-weight: bold;
}

.input_contact {
	width: 95px;
	height: 16px;
	border: 1px solid #A0B5BE;
}

.block textarea {
	width: 95px;
	height: 60px;
	border: 1px solid #A0B5BE;
	font-family: Arial;
}

.send {
	width: 72px;
	height: 26px;
	border: 0px;
}

.our_users {
	text-align: right;
	border-bottom: 1px solid #F17F00;
	color: #F17F00;
	font-size: 15px;
	font-weight: bold;
	padding: 0 23px 3px 0;
	background: url('../images/our_users.jpg') right no-repeat;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;		
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}



.footer {
padding: 10px;
}

.footer ul {
list-style-type: none;
direction: right;
text-align: right;
margin: 0;
padding: 10px;
}

.footer ul li {
float: right;
margin-left: 50px;
}

.footer ul li .title_footer {
color: #000;
font-size: 14px;
font-weight: bold;
}

.footer ul li .link_footer a {
color: #1A416A;
font-size: 13px;
font-weight: regular;
text-decoration: none;
}
