/* Global reset */
img{border:none;}
a{
	color:#de0808;
	text-decoration: underline;
}
a:hover{text-decoration: none;}
input, textarea, select{
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color: #000;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
body{
	margin:0;
	font:14px Arial, Helvetica, sans-serif;
	min-width: 1059px;
	background: url(../images/bg-body-i.png) repeat-x;
}
/* General settings */
#main-container{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mc-holder-1{
	width:1200px;
	position:relative;
	float:left;
	left:50%;
}
.mc-holder-2{
	width:1200px;
	position:relative;
	float:left;
	left:-50%;
}
/* wrapper */
#wrapper{
	width: 1059px;
	padding:0 68px 66px 72px;
	margin: 0 auto;
	position: relative;
}
#wrapper h1{
	margin: 0 0 0 6px;
	font-weight: normal;
	font-size:9px;
	line-height: 18px;
	color: #a6dbef;
	position: relative;
	z-index: 11;
}
/* header */
#header{
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	padding:0 0 0 66px;
	width: 1064px;
	z-index: 4;
}
#header .holder{
	width: 1064px;
	position: relative;
	z-index: 2;
	padding:0 0 2px;
	margin:18px 0 0;
}
#header .holder:after{content:""; display:block; clear:both;}
.logo{
	position: absolute;
	left: 13px;
	top: 6px;
	text-indent: -9999px;
	background:url(../images/logo-inner.jpg) no-repeat;
	width: 201px;
	height: 81px;
}
.logo a{
	display: block;
	height:100%;
	overflow:hidden;
}
/* nav */
#nav{
	margin:0 0 0 -6px;
	padding:0;
	list-style: none;
	font-size: 12px;
	line-height: 34px;
	float: left;
}
#nav li{
	float: left;
	background: url(../images/separator-nav.gif) no-repeat 0 1px;
	padding:0 0 0 2px;
	z-index: 25;
	position: relative;
}
#nav .first-child,
#nav li:first-child{background: none;}
#nav a{
	text-decoration: none;
	color: #fff;
	float: left;
	position: relative;
	z-index: 10;
	padding-right: 1px;
}
#nav a span{
	display: block;
	padding:0 11px;
}
#nav .hover a,
#nav li:hover a{background: url(../images/bg-drop-border.png) repeat-y 100% 0;}
#nav .hover a span,
#nav li:hover a span{background: url(../images/bg-nav.gif) repeat-x;}
#nav .link-home a,
#nav .link-home a span{background: none !important;}
/* drop down */
#nav .drop{
	position: absolute;
	left: 1px;
	top: -9999px;
	z-index:9;
	width: 999px;
}
#nav li:hover,
#nav li.hover{z-index: 24;}
#nav li:hover .drop,
#nav li.hover .drop{
	top: 0;
	padding-top: 36px;
}
#nav .drop .drop-inner{
	float: left;
	position: relative;
}
#nav .drop .col{
	float: left;
	margin: 0;
	padding:2px 0 0;
}
#nav .drop ul{
	padding: 0;
	margin: 0 0 6px;
	list-style: none;
}
#nav .drop ul li{
	float: none;
	background: none;
	/* ie bug fix start */
	font-size: 0;
	line-height: 0;
	padding: 0 0 1px;
	margin: 0 0 -1px;
	/* ie bug fix end */
}
#nav .drop ul li a{
	padding: 3px 5px 5px 9px;
	float: none;
	display: block; /* must be block - fix FF2 */
	height: auto;
	color: #fff;
	font: 12px/14px Arial, Helvetica, sans-serif;
	background: url(../images/bullet-drop.gif) no-repeat 0 7px !important;
}
.pointer{display: none;}
/* if javascript disable start */
#nav.menu-hard-code .drop{width: auto;}
#nav.menu-hard-code .drop .drop{left: 200px;}
#nav.menu-hard-code .drop ul{width: 200px;}
/* if javascript disable end */
/* drop-down bg start */
.table{display: table;}
.body{display: table-row;}
.left,
.right{
	background: url(../images/bg-drop-border.png) repeat-y;
	width: 1px;
	display: table-cell;
}
#nav .right-side .drop {
	left: auto;
	right: 0;
}
#nav .content{
	height: 1%;
	background: url(../images/bg-drop.png);
	display: table-cell;
	padding-left:13px;
}
.bottom-left,
.bottom-right{
	background: url(../images/bg-drop-border.png) no-repeat;
	height: 1px;
	width: 1px;
	font-size: 0;
	display: table-cell;
}
.bottom-right{background: url(../images/bg-drop-border.png) no-repeat;}
.bottom{
	background: url(../images/bg-drop-border.png) repeat-x;
	height: 1px;
	display: table-cell;
	font-size: 0;
}
#nav li li a:hover{text-decoration: underline;}
/* block-contact */
.block-contact{
	width: 204px;
	background:#3a3b3b;
	position: absolute;
	right: -1px;
	top: -11px;
	padding:9px 0 0;
	clear: both;
}
.text-phone{
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	background:url(../images/text-phone.png) no-repeat;
	width:188px;
	height: 36px;
}
.link-email{
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	overflow:hidden;
	background: url(../images/text-email.png) no-repeat;
	width: 178px;
	height: 23px;
}
.block-contact ul{
	margin:0 auto;
	padding:3px 0 12px;
	list-style: none;
	width: 140px;
	overflow:hidden;
}
.block-contact li{float: left;}
.block-contact li a{
	display: block;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	overflow:hidden;
	background: url(../images/icos-servises.png) no-repeat;
	width: 30px;
	height: 30px;
}
.block-contact .link-facebook{background-position: -35px 0;}
.block-contact .link-youtube{background-position: -71px 0;}
.block-contact .link-blogger{
	background-position: -106px 0;
	margin: 0;
}
/* content */
#content{
	margin:42px 0 0;
	position: relative;
	z-index: 3;
	width: 100%;
	overflow:hidden;
}
#content .inner{
	padding:131px 15px 0 23px;
	background:#f5f5f5;
	width: 1021px;
	overflow:hidden;
}
.blocks{
	height:1%;
	background:url(../images/bg-blocks.gif) repeat-y 8px 0;
	padding:0 0 28px 7px;
	margin: 0 0 22px;
}
.blocks:after{content:""; display:block; clear:both;}
.blocks .text{
	float: left;
	width:300px;
	color: #5b5b5b;
	font-size:12px;
	line-height:20px;
	margin: 0 37px 0 0;
}
.blocks h2{
	margin: -12px 0 15px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	font-size:30px;
	line-height:normal;
	position: relative;
}
.blocks h2 span{color: #de0808;}
.blocks p{margin: 0;}
/* request form */
.request-form{
	width:289px;
	overflow:hidden;
	float: left;
	margin: -11px 48px 0 0;
	position: relative;
}
.request-form .row{
	width: 100%;
	overflow:hidden;
	padding:0 0 7px;
}
.request-form label{
	font-size:13px;
	color: #333;
	display: block;
}
.request-form label span{font-size:10px;}
.text-field{
	width:273px;
	overflow:hidden;
	background:url(../images/bg-text-field01.png) no-repeat;
	padding:6px;
}
.request-form .txt{
	float:left;
	border:0;
	padding:0;
	background:#fff;
	width: 100%;
	color: #9f9f9f;
}
.text-fields{
	width: 100%;
	overflow:hidden;
}
.text-field02{
	float: left;
	background:url(../images/bg-text-field02.gif) no-repeat;
	padding:6px;
	width:29px;
	margin: 0 9px 0 0;
}
.text-field03{
	float: left;
	background:url(../images/bg-text-field03.gif) no-repeat;
	padding:6px;
	width:37px;
}
.text-field04{
	float: left;
	background:url(../images/bg-text-field04.gif) no-repeat;
	padding:6px;
	width:54px;
}
.text-field05{
	float: left;
	background:url(../images/bg-textarea.png) no-repeat;
	padding:6px;
	width:277px;
	height:61px;
	margin: 0 0 5px;
}
.text-field05 .txt{
	overflow:auto;
	max-width: 273px;
	max-height: 61px;
	width: 273px;
	height: 61px;
}
.request-form select{
	float: left;
	width: 285px;
}
* html .request-form select{width:286px;}
#size-group{width:140px;}
.request-form .btn-request{
	display: block;
	width:130px;
	height:34px;
	text-indent: -9999px;
	line-height:0;
	padding:0;
	border: 0;
	background:url(../images/btn-request.png) no-repeat;
	cursor: pointer;
	margin: 13px 0 0;
}
/* image holder */
.blocks .img-holder{
	float: left;
	background: url(../images/img-holder.png) no-repeat;
	width: 336px;
	height: 212px;
	margin: 1px 0 0;
}
.blocks .img-holder img{
	display: block;
	margin: 5px 0 0 5px;
}

/* footer */
#footer{
	width: 100%;
	overflow:hidden;
	background:#eaeaea;
}
/* navigation */
.navigation{
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding:8px 0 12px;
	background:#eee;
}
.navigation .wrap-holder{
	width: 100%;
	overflow:hidden;
}
.wrap-left{
	float:left;
	position:relative;
	left:50%;
}
.wrap-right{
	position:relative;
	left:-50%;
}
* html .wrap-right{float:left;}
.navigation ul{
	margin:0;
	padding:0;
	list-style: none;
	font-size:10px;
	line-height: 14px;
}
.navigation li{
	float: left;
	background: url(../images/separator-footer.gif) no-repeat 0 4px;
	padding:0 4px;
}
.navigation li:first-child{background: none;}
/* info */
#footer .info{
	height:1%;
	overflow:hidden;
	padding:11px 32px;
	color: #6c6c6c;
	font-size: 10px;
	line-height: 14px;
}
#footer .copyright{
	float: left;
	width: 534px;
	padding:8px 0 0;
}
#footer .copyright a{text-decoration: none;}
#footer .copyright a:hover{text-decoration: underline;}
#footer .contact{
	float: right;
	width: 400px;
	text-align: right;
}
#footer .contact strong{font-size:11px;}
#footer .info a{color: #6a6a6a;}
#footer p{margin: 0;}
#footer .contact span{padding-left: 2px;}