/**
 * Layout generated with http://layzilla.com
 * Layout generator is free of use.
 * We appreciate if you leave this comment block in commercial use of generator.
 * All comment and ideas can be submitted to us using contacts below.
 *
 *    site: www.jmholding.com
 *   email: info@jmholding.ru
 *  twitter: @jmholding
 */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
}

.content {
	min-height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0; 
	#border:solid black 1px;
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.top_block {
	width: 100%;
	display: block; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}

.left_block {
	display: block;
	float: left;
	#border:solid black 1px;
	overflow: hidden;
}

.right_block {
	display: block;
	float: right; 
}

.center_block {
	display: block;
	width: auto; 
}

.top {
	width: 100%;
	height: 70px;
	background-color: #ffffff;
}

.col1 {
	height: auto;
	width: 230px;
	padding-bottom: 0px;
	#border:solid black 1px;
}

.row {
	width: 100%;
	height: 70px;
	#display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height:80px;
	#background-color: #6699ff;
}

.rowrate {
	width: 100%;
	height: 300px;
	#display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height:80px;
	#background-color: #6699ff;
}

.col2 {
	height: auto;
	width: 230px;
	padding-bottom: 0px;
	#border:solid red 1px;
}

.col3 {
	height: auto;
	width: 230px;
	padding-bottom: 0px;
}

.col4 {
	height: auto;
	width: 230px;
	padding-bottom: 0px;
}

.col5 {
	height: auto;
	width: 130px;
	padding-bottom: 0px;
	border: solid 1px black;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 30%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button{
	text-decoration:none; 
	text-align:center; 
 	padding:8px 8px; 
	display: inline-block;
	width:200px;
 	border:solid 1px #004F72; 
 	-webkit-border-radius:4px;
 	-moz-border-radius:4px; 
 	border-radius: 4px; 
 	font:24px Arial, Helvetica, sans-serif; 
 	font-weight:bold; 
 	color:#E5FFFF; 
 	background-color:#3BA4C7; 
 	background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 	background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 	background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 	background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%); 
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 ); 
 	background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);   
 	-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 	-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 	box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
}

#menu_wrap{
	position:relative;
	left:0px;
	margin-top:0px;
	margin-left:0;
	margin-right:0;
	padding:0; 
	padding-right:0px;
	width:100%;
	height:69px;
	list-style-type:none;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	background-color:#3BA4C7;
}

.button2 a{
	cursor:pointer;
	text-align:center;
	font:23px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:relative;
	min-width:50px;
	height:20px;
	float:left;
	padding:10px;
	padding-top:24.5px;
	padding-bottom:24.5px;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	color:#E5FFFF; 
	background-color:#3BA4C7; 
}

.button2:first-child a{
	-webkit-border-top-left-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-topleft-radius:12px;
	-moz-border-bottomleft-radius:12px;
	border-top-left-radius:12;
	border-bottom-left-radius:12px;
}

.Yellow,.Yellow .button2 a{
	color: #ffffef;
	background: #ffff88;
	border-right:1px solid #f7c40e;
	background: -moz-linear-gradient(top, #ffff88 0%, #f7c40e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff88), color-stop(100%,#f7c40e));
	background: -webkit-linear-gradient(top, #ffff88 0%,#f7c40e 100%);
	background: -o-linear-gradient(top, #ffff88 0%,#f7c40e 100%);
	background: -ms-linear-gradient(top, #ffff88 0%,#f7c40e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#f7c40e',GradientType=0 );
	background: linear-gradient(top, #ffff88 0%,#f7c40e 100%);
}

.Yellow .button2 a:hover,.Yellow .button a:focus{
	background: #ffff44;
	background: -moz-linear-gradient(top, #ffff44 0%, #ffff7a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff44), color-stop(100%,#ffff7a));
	background: -webkit-linear-gradient(top, #ffff44 0%,#ffff7a 100%);
	background: -o-linear-gradient(top, #ffff44 0%,#ffff7a 100%);
	background: -ms-linear-gradient(top, #ffff44 0%,#ffff7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff44', endColorstr='#ffff7a',GradientType=0 );
	background: linear-gradient(top, #ffff44 0%,#ffff7a 100%);
}

.Yellow .button2 a:active{
	background: #e8c745;
	background: -moz-linear-gradient(top, #e8c745 0%, #f2f475 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8c745), color-stop(100%,#f2f475));
	background: -webkit-linear-gradient(top, #e8c745 0%,#f2f475 100%);
	background: -o-linear-gradient(top, #e8c745 0%,#f2f475 100%);
	background: -ms-linear-gradient(top, #e8c745 0%,#f2f475 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c745', endColorstr='#f2f475',GradientType=0 );
	background: linear-gradient(top, #e8c745 0%,#f2f475 100%);
}

.button:last-child a{
	float:left;
	border:none; 
	-webkit-border-top-right-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-radius:12px;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;
}
