/*--------------------------------------------------------------
# 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 ***********************/

html {
	margin: 0;
	padding: 0;
}

body {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
	background: #80be16;
    margin: 0;
    padding: 0;
}

#jm-allpage_bg {
	background: url(../images/bg.gif) top left;
}

/********** top wrap **********/

#jm-top_wrap {
	background: #8acd17 url(../images/top1.png) repeat-x bottom left;
	border-top: 3px solid #47750e;
	padding-bottom: 30px;
}

#jm-top_stripes {
	background: url(../images/top2.png) top left;
}

#jm-top_in {
	width: 992px;
	margin: 0 auto;
	position: relative;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}

#jm-top-box {
	float: right;
	padding: 20px 0;
}

#jm-site-menu {
	padding: 0 20px 20px 20px;
	display: block;
}

#jm-social-icons {
	padding: 0 20px;
	display: block;
}

#jm-logo-sitedesc {
	position: absolute;
	z-index: 1;
	left: 175px;
	top: 50px;
}

#jm-sitedesc {
	color: #666;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	text-align: center;
	line-height: 1;
}

/********** wrapper **********/

#jm-wrapper {
	background: url(../images/middle_bg.png) no-repeat top center;
}

#jm-wrapper.nodjmenu {
	padding: 25px 0 0 0;
}

#jm-topmenu_wrap {
	width: 992px;
	margin: 0 auto;
	position: relative;
	height: 36px;
	z-index: 20;
}

#jm-topmenu {
	background: url(../images/topmenu.png) no-repeat;
	width: 950px;
	margin: 0 21px;
	height: 51px;
	position: absolute;
	top: -40px;
	left: 0;
}

#jm-mainpage_bottom {
	background: url(../images/crayons_bg.png) no-repeat bottom center;
	position: relative;
	z-index: 10;
}

#jm-mainpage {
	width: 950px;
	margin: 0 auto;
}

#jm-left, 
#jm-right {
	float: left;
	width: 198px;
}

#jm-left {
	margin: 0 1px 0 0;
}

#jm-right {
	margin: 0 0 0 1px;
}

#jm-mainpage.scheme_3 #jm-content {
	float: left;
	width: 552px;
}

#jm-mainpage.scheme_2 #jm-content {
	float: left;
	width: 751px;
}

#jm-mainpage.scheme_1 #jm-content {
	float: left;
	width: 950px;
}

#jm-main {
	background: #f8f9f4;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
}

#jm-mainpage.scheme_1 #jm-main {
	background: #f8f9f4;	
}

#jm-mainpage.scheme_2.noright #jm-main {
	background: url(../images/main_in_scheme2_noright.png) repeat-y top left #f8f9f4;
}

#jm-mainpage.scheme_2.noleft #jm-main {
	background: url(../images/main_in_scheme2_noleft.png) repeat-y top left #f8f9f4;
}

#jm-mainpage.scheme_3 #jm-main {
	background: url(../images/main_in_scheme3.png) repeat-y top left #f8f9f4;
}

#jm-mainbody {
	padding: 10px;
}

#jm-catalog {
	margin: 0 0 20px 0;
}

#jm-pathway {
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	padding: 11px 10px;
	border-bottom: 1px solid #bababa;
}

#jm-mainpage.scheme_3 #jm-pathway {
	background: url(../images/breadcrumb_bg_scheme3-bot.png) no-repeat top left #50741d;
}

#jm-mainpage.scheme_2 #jm-pathway {
	background: url(../images/breadcrumb_bg_scheme2-bot.png) no-repeat top left #50741d;
}

#jm-mainpage.scheme_1 #jm-pathway {
	background: url(../images/breadcrumb_bg_scheme1-bot.png) no-repeat top left #50741d;
}

#jm-banner-module {
	margin-top: 10px;
}

#jm-poweredby-top_wrap {
	padding: 0 5px;
}

#jm-poweredby {
	float: left;
	font-size: 11px;
}

#jm-top_arrow {
	float: right;
	font-size: 11px;
}

#jm-footer {
	background: url("../images/footer_bg.png") repeat-x left top #80BE16;
	margin: -280px 0 0;
	padding: 310px 0 0;
}

/********** 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 !important;
}

/* End hide from IE-mac */