/*********************** LAYOUT STYLES ***********************/

body {
color:#967C52;
font-family:Monotype Corsiva;
font-size:16px;
line-height:18px;
}


#all {
    background: #fff;
}

/********** top **********/

#top_wrap {
	background: url(../images/top_bottom.png) repeat-x left bottom;
	width: 100%;
}

#top_bg {
	background: url(../images/top.png) no-repeat top center;
}

#top_bg_noheadermenu {
	background: url(../images/top.png) no-repeat top center;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#top {
	width: 968px;
	margin: 0 auto;
	position: relative;
}

#top_modules {
	padding: 15px 0 0 75px;
}

#logo {
	float: left;
}

#user4_icons {
	float: right;
	padding: 45px 80px 0 0;
	width: 320px;
}

#user4 {
	float: right;
	display: inline;
	width: 200px;
}

#top_icons {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 100px;
}

#header_wrap {
	padding: 22px 0 17px 0;
}

#header_top {
	background: url(../images/header_top.png) no-repeat top left;
}

#header_bot {
	background: url(../images/header_bot.png) no-repeat bottom left;
	padding: 14px 0;
}

#header_in {
	background: url(../images/header_in.png) repeat-y top left;
	padding: 0 14px;
}

#header {
	padding-bottom: 10px;
}

#header_nomenu {
	padding: 0;
}

#topmenu {
	width: 940px;
	height: 40px;
}

#topmenu_left {
	background: url(../images/topmenu_left.png) no-repeat top left;
}

#topmenu_right {
	background: url(../images/topmenu_right.png) no-repeat top right;
	padding: 0 5px;
}

#topmenu_in {
	background: url(../images/topmenu_in.png) repeat-x top left;
}

/********** main **********/

#main {
	padding: 10px 0;
}

#main_wrap {
	background: #f7f7eb url(../images/bottom.png) no-repeat bottom center;
}

#mainpage {
	width: 960px;
	margin: 0 auto;
}

#main.scheme_3 #left, #main.scheme_2 #left {
	float: left;
	width: 210px;
	color: #fff;
	margin-right: 8px;
}

#main.scheme_3 #right, #main.scheme_2 #right {
	float: left;
	width: 210px;
	color: #fff;
	margin-right: 8px;
}

#main.scheme_3 #content {
	float: left;
	width: 520px;
	margin: 0 0 0 4px;
	padding-top: 3px;
}

#main.scheme_2 #content {
	float: left;
	width: 738px;
	margin: 0 0 0 4px;
	padding-top: 3px;
}

#main.scheme_1 #content {
	width: 960px;
}

#main.scheme_3 #content_top {
	background: url(../images/scheme3_top.png) no-repeat top left;
}

#main.scheme_3 #content_bot {
	background: url(../images/scheme3_bot.png) no-repeat bottom left;
	padding: 10px 0;
}

#main.scheme_3 #content_in {
	background: url(../images/scheme3_in.png) repeat-y top left;
}

#main.scheme_2 #content_top {
	background: url(../images/scheme2_top.png) no-repeat top left;
}

#main.scheme_2 #content_bot {
	background: url(../images/scheme2_bot.png) no-repeat bottom left;
	padding: 10px 0;
}

#main.scheme_2 #content_in {
	background: url(../images/scheme2_in.png) repeat-y top left;
}

#main.scheme_1 #content_top {
	background: url(../images/scheme1_top.png) no-repeat top left;
}

#main.scheme_1 #content_bot {
	background: url(../images/scheme1_bot.png) no-repeat bottom left;
	padding: 10px 0;
}

#main.scheme_1 #content_in {
	background: url(../images/scheme1_in.png) repeat-y top left;
}

#mainbody {
	padding: 5px 15px;
}

#catalog {
	padding: 5px 15px 15px 15px;
}

/********** bottom **********/

#bottom-mod_wrap {
	background: #7e1706 url(../images/bottom_wrap.png) repeat-x bottom left;
}

#bottom-mod {
	width: 920px;
	margin: 0 auto;
	color: #fff;
	padding: 20px;
}

/********** footer **********/

#footer_wrap {
	background: #3b0b03;
	border-top: 2px solid #fff;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
}

#copyrights {
	float: left;
}

#poweredby {
	float: right;
}

/********** pagination **********/

div#pagination {
    font-weight: bold;
}

.pag_fst {
    margin: 0 3px 0 2px;
}

.pag_prv {
    margin: 0 5px 0 3px;
}

.pag_nxt {
    margin: 0 3px 0 5px;
}

.pag_lst {
    margin: 0 2px 0 3px;
}

/********** clearfix **********/

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

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
