/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: bold 24px Tahoma;
	color: #FFF;
	margin: 0;
}

h2 {
	font: bold 18px Tahoma;
	color: #405065;
	margin: 0 0 12px 0;
}

#inside h2 {
	margin: 0 0 5px 0;
}

h3 {
	font: bold 22px Tahoma;
	color: #FFF;
	margin: 0;
	line-height: 25px;
}

h4 {
	font: bold 14px Tahoma;
	margin: 0;
	line-height: 25px;
}

.title {
	font: bold 22px Tahoma;
	margin: 0;
	position: relative;
	margin: 0 0 3px 0;
}

.title .h_top {
	position: relative;
	z-index: 20;
	color: #FFF;
}

.title .h_bottom {
	position: absolute;
	z-index: 10;
	color: #435411;
	top: 2px;
	left: 2px;
}

/* Links */

a:link, a:visited, a:active {
	color: #5c6f87;
	text-decoration: underline;
}

a:hover {
	color: #d47222;
	text-decoration: underline;
}

/* Paragraphs */
 
p {
	margin: 0 0 20px 0;
	line-height: 20px;
}

.strong {
	color: #5d656e;
	font-weight: bold;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Tahoma;
	color: #414141;
	background: #eeeeee url('../i/bg.gif') repeat-x;
}

.all {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: url('../i/all_bg.gif') no-repeat 0 0;
}

/* Header */

.header {
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
	height: 105px;
}

a.logo:link, a.logo:visited {
	margin: 23px 0 0 30px;
	display: block;
	color: #2b3b46;
	font-size: 11px;
	position: relative;
	color: #2b3b46;
	text-decoration: none;
}

.logo span {
	position: absolute;
	top: 39px;
	left: 105px;
}

/* Contacts */

.contacts {
	color: #67788e;
	position: absolute;
	top: 32px;
	right: 123px;
}

.contacts strong {
	font-size: 14px;
	color: #465c77;
	margin: 0 0 0 5px;
}

.contacts strong a:link, .contacts strong a:visited {
	color: #465c77;
}

.contacts span {
	margin: 0 0 0 11px;
}

/* Top menu */

.menu {
	position: absolute;
	top: 74px;
	right: 42px;
}

.menu li {
	float: left;
	display: inline;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 31px;
	margin: 0 0 0 5px;
}

.menu li a:link, .menu li a:visited {
	float: left;
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 31px;
	color: #FFF;
	font-weight: bold;
	line-height: 31px;
	padding: 0 24px;
}

.menu li:hover {
	background-position: 100% 100%;
}

.menu li:hover a:link, .menu li:hover a:visited, .menu li:hover a:hover, .menu li a:hover {
	background-position: 0 100%;
	text-decoration: none;
}

#menu_1 {
	background-color: #698500;
	background-image: url('../i/menu_right_1.gif');
}

#menu_1:hover {
	background-color: #7c9e00;
}

#menu_1 a {
	background-image: url('../i/menu_left_1.gif');
}

#menu_2 {
	background-color: #286987;
	background-image: url('../i/menu_right_2.gif');
}

#menu_2:hover {
	background-color: #2f7da1;
}

#menu_2 a {
	background-image: url('../i/menu_left_2.gif');
	padding: 0 39px;
}

#menu_3 {
	background-color: #757575;
	background-image: url('../i/menu_right_3.gif');
}

#menu_3:hover {
	background-color: #8f8f8f;
}

#menu_3 a {
	background-image: url('../i/menu_left_3.gif');
	padding: 0 26px;
}

/* Columns */

.cols {
	background: #FFF url('../i/cols_lb.gif') no-repeat 0 100%;
	padding: 0 0 14px 0;
	margin: 0 0 5px 0;
}

.col_left {
	float: left;
	display: inline;
	width: 610px;
}

.col_right {
	float: left;
	display: inline;
	width: 350px;
}

.welcome {
	background: url('../i/welcome.jpg') no-repeat;
	height: 204px;
	color: #FFF;
	overflow: hidden;
}

.welcome .inner {
	margin: 18px 0 0 33px;
}

/* Content area  */

.content {
	margin: 22px 40px 0 35px;
}

.marked li {
	width: 100%;
	font-size: 14px;
	margin: 0 0 7px 0;
}

.marked li span {
	background: url('../i/check.png') no-repeat;
	width: 18px;
	height: 16px;
	display: block;
	float: left;
	margin: 0 12px 0 0;
}

.marked li:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.marked li {
    display:inline-block;
}

.marked li {
    display:block;
}

* html .marked li {
    height: 1%;
}

.welcome .marked {
	margin: 20px 0 0 30px;
}

.form {
	background: url('../i/form_bg2.jpg') no-repeat;
	height: 345px;
	overflow: hidden;
}

.form form {
	margin: 15px 20px 0 25px;
}

.form p {
	font-size: 11px;
	color: #c6cdb4;
	line-height: 14px;
	margin: 0;
}

.hr hr {
	display: none;
}

.hr {
	background: url('../i/hr.gif') no-repeat 50% 0;
	width: 100%;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	margin: 15px 0 13px 0;
}

/* Form */

.line {
	clear: both;
	width: 100%;
	margin: 0 0 3px 0;
}

.line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .line {height: 1%;}

.label {
	float: left;
	width: 85px;
	margin: 3px 25px 0 0;
	display: block;
	display: inline;
	font-weight: bold;
	color: #FFF;
	text-align: right;
}

.formw {
	width: 150px;
	display: block;
	float: left;
}

.formw .text {
	width: 99%;
	background: #FFF;
	border: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #dddddd;
	font: 11px Tahoma;
	color: #4d6606;
	padding: 2px 0 3px 5px;
}

.button {
	margin: 15px 0 0 0;
	text-align: center;
}

/* Opinions */

.opinions {
	background: #cacccf url('../i/opinions_bg.gif') no-repeat 0 0;
	width: 100%;
	height: 135px;
	margin: 0 0 5px 0;
}

.opinion {
	color: #405065;
	font-size: 11px;
	float: left;
	display: inline;
	width: 255px;
	margin: 18px 0 0 47px;
}

.author {
	background: url('../i/quote.gif') no-repeat;
	height: 22px;
	padding: 0 0 0 85px;
	font-size: 10px;
}

.opinion .pic {
	float: left;
	display: inline;
}

.opinion p {
	float: left;
	display: inline;
	width: 170px;
	margin: 0px 0 0 13px;
	line-height: 1.5em;
}

/* Footer */

.footer {
	background: #4f637c url('../i/footer_bg.gif');
	height: 36px;
	color: #FFF;
	position: relative;
	margin: 0 0 20px 0;
}

.footer a:link, .footer a:visited {
	color: #FFF;
}

.bottom_menu {
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 20px;
	height: 20px;
}

.bottom_menu li {
	float: left;
	display: inline;
	background: url('../i/sep.gif') no-repeat 0 3px;
	padding: 0 0 0 11px;
	margin: 0 11px 0 -1px;
}

.copyright {
	font-size: 11px;
	position: absolute;
	top: 12px;
	right: 32px;
}

/* Inner page */

#inside .welcome {
	background: url('../i/welcome_small.jpg') no-repeat;
	height: 52px;
	color: #FFF;
	overflow: hidden;
}

#inside .welcome .inner {
	margin: 18px 0 0 33px;
}

a.green_button:link, a.green_button:visited {
	background: #698500 url('../i/button_right.gif') no-repeat 100% 0;
	height: 30px;
	overflow: hidden;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}

a.green_button:link span, a.green_button:visited span {
	background: url('../i/button_left.gif') no-repeat 0 0;
	height: 30px;
	float: left;
	padding: 0 55px 0 27px;
	cursor: pointer;
}

.button_outer {
	margin: 25px 0 10px 0;
}