/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

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

body {
    margin: 0;
    padding: 0;
	font-size: 14px;
	line-height: 16px;
}

#jm-all {}

#jm-all-bottom {}

#jm-mainpage {
	width: 1100px;
	margin: 0 auto;
}

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

#jm-logo-sitedesc {
	float: left;
	padding: 6px 0 0px 19px;
	font-size: 12px;
	line-height: 18px;
}

#jm-stylearea {
	text-align: right;
	padding: 10px 20px 6px 0;
	height: 0px;
}

#jm-topmenu-stylearea {
	float: right;
	padding: 0 0 16px 0;
}

#jm-topmenu {
	display: block;
}

#jm-topmenu-left {}

#jm-topmenu-right {
	padding: 0 21px;
}

#jm-topmenu-in {
	padding: 1px 0 4px;
}

/********** header **********/

#jm-header {
	position: relative;
}

.noheader #jm-header {
	height: 71px;
	border-top: none;
}

#jm-header-bottom {
	width: 1100px;
	height: 143px;
	position: absolute;
	bottom: -51px;
	z-index: 10;
}

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

#jm-main {
	position: relative;
	z-index: 11;
	padding: 0 17px 15px 19px;
}

#jm-left,
#jm-right {
	float: left;
}

#jm-left {
	width: 254px;
	margin-right: 18px;
}

#jm-right {
	width: 194px;
	margin-left: 18px;
}

.scheme_3 #jm-left,
.scheme_2 #jm-left {
	margin: -175px 18px 0 0;
}

.noheader .scheme_3 #jm-left,
.noheader .scheme_2 #jm-left {
	margin: -40px 18px 0 0;
}

.scheme_3 #jm-right,
.scheme_2 #jm-right {
	padding-top: 21px;
}

.jm-content_bot {
	padding: 0 0 6px 0;
}

#jm-content {
	margin: 0 0 20px;
}

#jm-pathway {
	padding: 0 0 20px;
}

.scheme_1 #jm-content {
	width: 879px;
}

.scheme_1 #jm-content .jm-content_top {
	padding: 122px 0 0;
}

.jm-content_shadow {
	padding: 0 3px 0 0;
}

.scheme_1 #jm-content .jm-content_in {
	padding: 0 15px;
}

.scheme_2 #jm-content.first,
.scheme_1 #jm-content {
	margin-left: 15px;
	margin-top: -44px;
}

.scheme_2 #jm-content.first {
	float: left;
	width: 667px;
}

.scheme_2 #jm-content.first .jm-content_top {
	padding: 73px 0 0;
}

.scheme_2 #jm-content.first .jm-content_in {
	padding: 0 15px;
}

.scheme_2 #jm-content.second {
	float: left;
	width: 792px;
}

.scheme_2 #jm-content.second .jm-content_top {
	padding: 153px 0 0;
}

.scheme_2 #jm-content.second .jm-content_in {
	padding: 0 15px;
}

.scheme_3 #jm-content,
.scheme_2 #jm-content.second {
	margin-top: -34px;
}

.scheme_3 #jm-content {
	float: left;
	width: 410px;
}

.scheme_3 #jm-content .jm-content_top {
	padding: 75px 0 0;
}

.scheme_3 #jm-content .jm-content_in {
	padding: 0 15px;
}

.jm-content_main {
	display: inline-block;
	width: 100%;
	padding: 0 0 15px;
}

.scheme_2 #jm-content.second .jm-content_main {
	margin: -22px 0 0;
}

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

#jm-bottom-mod {
	padding-bottom: 7px;
}

.jm-bottom_bot {
	padding: 0 0 3px 0;
	background: url(../images/bottom_bot.png) no-repeat bottom right;
}

.jm-bottom_top {
	padding: 3px 0 0 0;
}

.jm-bottom_shadow {
	padding: 0 3px 0 0;
}

.jm-bottom_in {
	padding: 0 0 3px 0;
}

.jm-bottom_content {
	display: inline-block;
	width: 100%;
}

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

#jm-footer {
	padding-bottom: 27px;
}

.jm-footer_bot_corner {
	height: 3px;
	padding: 0 3px 0 0;
	background: url(../images/footer_bot_corner.png) no-repeat bottom right;
}

.jm-footer_bot {
	height: 3px;
	background: url(../images/footer_bot.png) no-repeat bottom left;	
}

.jm-footer_top {
	padding: 3px 0 0 0;
}

.jm-footer_shadow {
	padding: 0 3px 0 0;
}

.jm-footer_in {}

.jm-footer_content {
	display: inline-block;
	width: 100%;
		font-size: 10px;
}

#jm-copyrights {
	float: left;
}

#jm-poweredby {
	float: right;
}

#jm-footer .jm-footer_in {
	padding: 5px 10px 8px;
}

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

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
} 
.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

/* trigger hasLayout for IE7. Hide from IE Mac */ 
 * html .clearfix {
    height: 1%;
}

/* Hide from IE Mac */ .clr, .clear {
    clear: both;
}