/*--------------------------------------------------------------
# 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: #6b6a63;
    font-size: 12px;
    line-height: 18px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
    margin: 0;
    padding: 0;
}

#jm-allpage {
	background: url(../images/bg.png);
}

/********** top **********/

#jm-top-shadow {
	background: url(../images/top_shadow.png) repeat-x bottom left;
	padding-bottom: 4px;
}

#jm-top-in {
	background: #fff url(../images/top_bg.png) repeat-x top left;
}

#jm-logo-sitedesc {
	text-align: center;
	padding: 20px 0 135px;
}

/********** mainpage **********/

#jm-mainpage-top {
	position: relative;
	z-index: 1;
	margin: -135px 0 0 0;
	background: url(../images/mainpage_top_decor.png) no-repeat top center;
	padding: 30px 0 0 0;
}

#jm-mainpage-bot {
	background: url(../images/mainpage_bot_decor.png) no-repeat bottom center;
	padding: 0 0 30px 0;
}

#jm-mainpage {
	width: 968px;
	margin: 0 auto;
}

#jm-main-top {
	background: url(../images/main_bg_top.png) no-repeat top left;
}

#jm-main-bot {
	background: url(../images/main_bg_bot.png) no-repeat bottom left;
	padding: 8px 0;
}

#jm-main-in {
	background: url(../images/main_bg_in.png) repeat-y top left;
	padding: 0 8px;
}

#jm-main {
	padding: 6px;
}

#jm-topmenu {
	width: 940px;
	background: #f0f0f0;
	margin: 0 0 10px 0;
}

#jm-left {
	width: 220px;
	float: left;
	margin-right: 10px;
}

#jm-content {
	width: 710px;
	float: left;
}

#jm-content.noleft {
	width: 940px;
}

#jm-mainbody {
	background: #f7f5e6;
}

#jm-mainbody-left {
	background: url(../images/mainbody_bg_left.png) no-repeat top left;
}

#jm-mainbody-right {
	background: url(../images/mainbody_bg_right.png) no-repeat top right;
	padding: 0 5px;
}

#jm-mainbody-in {
	background: url(../images/mainbody_bg_in.png) repeat-x top left;
	padding: 10px 5px;
}

#jm-header {
	background: #fff;
	border: 5px solid #fff;
	margin-bottom: 10px;
}

/********** footer **********/

#jm-footer-wrap {
	background: url(../images/footer_bg.png) repeat-x top left;
	padding: 100px 0 30px 0;
	margin: -135px 0 0 0;
	position: relative;
}

#jm-footer {
	width: 760px;
	margin: 0 auto;
	padding: 15px 100px;
	color: #666666;
	font-family: Georgia;
	position: relative;
	z-index: 1000;
}

#jm-bottommenu {
	float: left;
}

#jm-poweredby {
	float: right;
}

/********** 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 */