@charset "utf-8";


/* basic style*/

body, html{
	height:100%;	
}

body{
	background:#ffffff url(../images/bg.jpg) repeat-x;	
}

.clear{
	clear:both;	
}

/* main style */

.layout{
	width:100%;
	height:100%;
	min-width:1100px;
	clear:both;
}

.main_wrapper{
	position:relative;
	min-height:100%;
}

/* header */

.two_column_f_f-header{
	clear:both;
	width:1100px;
	margin:0 auto;
	overflow:hidden;
	padding:7px 0;
}

.two_column_f_left-logotype_wrapper{
	width:500px;
	float:left;
}

.logotype{
	margin-left:45px;
	margin-top:5px;	
}

.two_column_f_right-telephone_wrapper{
	margin:0 auto;
	width:1100px;
}

.telephone{
	float:right;
	/*margin-right:45px;*/
	margin-bottom:10px;
	margin-top:-10px;
	display:inline;
}

.telephone p{
	margin-bottom:6px;	
}

.next_telephone{
	margin-left:75px;
}

.email{
	margin-bottom:0;
	margin-top:15px;
}

/* foto */

.foto_wrapper{
	width:100%;
	height:356px;
	background:#d5d6d8;
	clear:both;
	overflow:hidden;
	margin-bottom:25px;
	position:relative;
}

.foto{
	height:356px;
	position:relative;
	left:50%;
	margin-left:-622px;
	/*background:url(../images/main_image.jpg) no-repeat;*/
}

.foto td {
	padding-right:11px;
	padding-top:11px;
	vertical-align:top;
	}

/* top menu */

.menu_wrapper{
	width:100%;
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	clear:both;
	margin-bottom:40px;
}

.menu_wrapper ul{
	text-align:center;
	padding:12px 0;
}

.menu_wrapper ul li{
	display:inline;
	margin-right:50px;
}

/* center */

.two_column_f_f-center{
	clear:both;
	width:1100px;
	margin:0 auto;
}

.two_column_f_left-catalog_menu_wrapper{
	width:250px;
	float:left;
}

.two_column_f_left-catalog_menu_wrapper ul{
	margin-left:45px;
	margin-top:10px;
}

.two_column_f_left-catalog_menu_wrapper ul li{
	margin-bottom:35px;	
}

.two_column_f_right-content_wrapper{
	width:823px;
	float:right;
}

.content{
	margin-right:45px;	
}

.gallery{
	list-style:none;
}

.gallery img{
	vertical-align:middle;
}

.gallery li{
	float:left;
	margin-right:50px;
	margin-bottom:50px;
	display:table-cell;
}

.gallery li div{
	clear:both;
	color:#FFF;
	font-size:12px;
	background:#252525;
	padding:15px 10px;
	
}

.gallery li div a:link{
	color:#FFF;
	font-size:12px;
	text-decoration:underline;
}

.gallery li div a:visited{
	color:#FFF;
	font-size:12px;
	text-decoration:underline;
}

.gallery li div a:hover{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

.gallery li div a:active{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

/* footer */

.footer_wrapper{
	position:relative;
	background:url(../images/bottom_bg.jpg) repeat-x;
	height:105px;
	clear:both;
	
}

.two_column_f_f-footer{
	clear:both;
	width:1100px;
	margin:0 auto;	
}

.two_column_f_left-creator_wrapper{
	width:500px;
	float:left;
	margin-top:60px;
}

.creator{
	margin-left:45px;	
}

.two_column_f_right-counter_wrapper{
	width:500px;
	float:right;
	margin-top:60px;
}

.counter{
	float:right;
	margin-right:45px;	
}

/*description*/

.big_image {
	float:left;
	margin-right:60px;
	margin-top:5px;
	margin-bottom:50px;
	}
	
.description {
	font-size:12px;
	color:#331419;
	line-height:20px;
	}	