/*
 *	Default style
 */


/* 
------------------------------------------------------------------ Basic Layout
*/

body {
	background: #fff url("../img/bg-head.png") repeat-x 0 81px;
}

#container {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#header {
	height: 81px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
#visual {
	background: #6d0015 url("../img/header.jpg") no-repeat center top;
	margin-top: 4px;
	height: 216px;
	position: relative;
	width: 100%;
}
#page {
	display: inline;
	float:right;
	overflow: hidden;
	width: 100%;
}
#main {
	display: inline;
	float: left;
	width: 480px;
}
#main.wide {
	width: 730px;
}
.aside {
	display: inline;
	float: left;
	overflow: hidden;
	width: 250px;
}
.col {
	display: inline;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
	width: 220px;
}
.pad {
	padding: 20px 10px 0 10px;
}
.box1 {
	float: left;
	margin: 0 0 20px 0;
	width: 220px;
}
.box1.even {
	float: left;
	margin: 0 10px 20px 0;
	width: 220px;
}
.box1 .img {
	float: left;
	width: 135px;
}
.box1 .info {
	padding-top: 5px;
	clear: left; 
}
.boxes .odd {
	float: right;
}

.box2 {
	float: left;
	margin-bottom: 10px;
	width: 460px;
}
.box2 .img {
	float: left;
	width: 220px;
}
.box2 .info {
	margin-left: 230px; 
}
.box2 .info .more {
	background-position: left 2px;
	padding-left: 10px;
	display: inline;
}

#footer {
	background: #6D0015 url("../img/bg-head1.png") repeat-x left top;
	border-top: 2px #cd0332 solid;
	display: inline;
	float: left;
	overflow: hidden;
	width: 100%;
}

#footer .content {
	clear: left;
	min-height: 50px;
	margin: 0 auto; 
	width: 980px;
}

#footer .content2 {
	margin: 0 auto;
	width: 980px;
}

#footer .pad {
	padding: 15px 0 15px 35px;
}







/* 
------------------------------------------------------------------ Header
*/


#logo1, #logo1 img {
	display: block;
}

#searchFrm {
	border: 1px #dcdcdc solid;
	height: 25px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 235px;
	z-index: 50;
}
#searchFrm #q_search {
	background: transparent;
	border: none;
	line-height: 24px;
	padding: 0 10px;
	height: 25px;
	width: 135px;
}
#searchFrm #q_submit {
	background: transparent;
	border: none;
	text-align: center;
	height: 20px;
	margin: 3px 2px 0 0;
	width: 24px;
}

#visual .firma {
	left: 100px;
	position: absolute;
	top: 65px;
}
#visual .slogan {
	left: 35px;
	position: absolute;
	top: 150px;
}
#visual .slogan .part2 {
	display: block;
	padding-top: 5px;
	padding-left: 65px;
}



#visual .contacts {
	left: 85px;
	top: 15px;
	position: absolute;
}
#visual .contacts li {
	height: 18px;
	line-height: 16px;
	margin-right: 20px;
	padding-left: 30px;
}
#visual .contacts .tel {
	background: url("../img/ico-tel.png") no-repeat left center;
}
#visual .contacts .mail {
	background: url("../img/ico-mail.png") no-repeat left center;
}


#visual .foto {
	border-left: 1px #fff solid;
	border-right: 1px #fff solid; 
	height: 216px;
	position: absolute;
	right: 20px;
	top: 0;
	width: 378px;
}
#visual .foto .wrap {
	position: relative;
	height: 216px;
	width: 100%;
}
#visual .foto img {
	display: block;
}
#visual .foto .info {
	background-color: #000;
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	height: 37px;
	width: 100%;
}
#visual .ft-title {
	display: block;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	position: absolute;
	line-height: 36px;
	padding-left: 15px;
	height: 37px;
	width: 363px;
}



/* 
------------------------------------------------------------------ Main Nav
*/

.nav1W {
	bottom: 0;
	position: absolute;
	right: 0;
}
.nav1 {
	font-size: 12px;
	float: right;
	height: 30px;
}
.nav1 li {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.nav1 li.first {
	/* adding-left: 0; */ 
}
.nav1 li.last {
	/* padding-right: 0; */
}
.nav1 li {
	background: url("../img/nav-active.png") no-repeat -30px center;
}
.nav1 li.active {
	background-position: bottom center; 
}
.nav1 li.active a {
	color: #cd0332;
}



/* 
------------------------------------------------------------------ Side Nav
*/

.nav2 {
	margin-bottom: 50px;
}

.nav2 li {
	background: url("../img/nav200.png") no-repeat left 2px;
	padding-left: 20px;
	margin-bottom: 12px;
}

.nav2 li.active {
	background: url("../img/nav100.png") no-repeat left 2px;
}

.nav2 li.active a {
	color: #cd0332;
}


/* 
------------------------------------------------------------------ Top Nav
*/


.nav3 {
	height: 20px;
	position: absolute;
	top: 25px;
	right: 250px; 
}
.nav3 li {
	padding: 0 5px;
}
.nav3 li.first {
	padding-left: 0;
}
.nav3 li.last {
	padding-right: 0;
}
.nav3 li a.active {
	text-decoration: underline;
}



/* 
------------------------------------------------------------------ Main Content
*/

.frame {
	border: 1px #c1c1c1 solid;
	display: block;
}
.frame img {
	border: 4px #fff solid;
	display: block;
}
.aside .title {
	margin: 5px 0 15px;
}
.aside .ul {
	border-bottom: 1px #c1c1c1 solid;
	margin: 8px 0 15px;
	padding: 0 0 17px;
}

.more {
	background: url("../img/nav20.png") no-repeat 5px top;
	clear: left;
	display: block;
	padding-left: 20px;
}

.news {
	margin-bottom: 50px;
}
.news .more {
	background-position: left top;
	margin-top: 5px;
	padding-left: 15px; 
}

.faq {
	margin-bottom: 50px;
}

.faq .title {
	margin-bottom: 0;
}
.faq .item {
	background: url("../img/nav-bg.png") repeat-x bottom left;
	border-bottom: 1px #c1c1c1 solid;
}
.faq .wrap {
	background: url("../img/nav30.png") no-repeat center left;
	display: block;
	padding: 5px 0 5px 15px;
}
.faq .darkRed .wrap {
	background: url("../img/nav20.png") no-repeat center left;
}


/* 
------------------------------------------------------------------ Pager
*/
.pager .blockW {
	margin: 15px 0;
}
.pager img, .pager span, .pager a {
	display: block;
}
.pager a {
	border: 1px solid #ddd;
	color: #666;
	float: left;
	height: 14px;
	margin: 0 2px;
	padding: 3px 6px;
}

.pager span {
	float: left;
	height: 14px;
	padding: 3px;
	margin: 0 2px;
}

.pager .prev, .pager .next {
	border: none;
	margin: 0;
	padding: 1px 5px;
	height: 18px;
}

.pager .active {
	background: #c61717 url("../img/pager_active.png") repeat-x bottom left;
	border: none;
	padding: 4px 7px;
	color: #fff; 
	font-weight: bold;
}

.pager .gap {
	border: none;
}



/* 
------------------------------------------------------------------ Floats
*/


.flt {
	float: left;
}

.frt {
	float: right;
}




/* 
------------------------------------------------------------------ Inline List
*/

.inline li {
	display: block;
	float: left;
	margin-left: 0;
}

/* 
------------------------------------------------------------------ Horizontal centered block
*/	

.center, .center .blockW, .center .block {
	position: relative;
}

.center .blockW, .center .blockW .block {
	float: left;
	height: 100%;
}

.center .blockW .block {
	display: block;
}

.center .blockW {
	left: 50%;
}

.center .blockW .block {
	right: 50%;
}
	
/* 
------------------------------------------------------------------ Horizontal centered list
*/	

.center, .center ul, .center ul li {
	position: relative;
}

.center ul, .center ul li, .center ul li a {
	float: left;
	height: 100%;
}

.center ul li, .center ul li a {
	display: block;
}

.center ul {
	left: 50%;
}

.center ul li {
	right: 50%;
}


/* 
------------------------------------------------------------------ Image Replacement
*/

a.imgr span,
.imgr a span {
	cursor: pointer;
}

.imgr,.imgr span {
	display: block;
	left: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.imgr span {
	
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.clr, .c .clr {
	clear: both;
}
.mclr, .c .mclr {
	margin-bottom: 0;
}

.hidden {
	display: none;
}

