/*--------------------------------------------------------------
# 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 {
    font-size: 12px;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
	background: url(../images/bg_pattern.jpg) repeat-x top left #f0efed;
	color: #555555;
}

#jm-page-bg {
	background: url(../images/bg_palms.png) no-repeat top center;
}

#jm-page-bg.nopalmimage {
	background: none;
}

#jm-allpage {
	margin: 0 auto 25px auto;
}

/** top **/

#jm-top {}

#jm-logo-sitedesc {
	float: left;
	padding: 15px 0 25px 65px;
}

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

/** header **/

#jm-header-social {
	position: relative;
	background: url(../images/header_shadow.png) no-repeat bottom center;
	padding: 0 0 75px;
}

#jm-header {
	background: #fff;
	border: 1px solid #E9E8E7;
	padding: 7px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	z-index: 1;
}

#jm-header-mod {
	position: absolute;
	z-index: 2;
	top: -30px;
	right: -80px;
}

/** main **/

#jm-main {
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #E9E8E7;
}

#jm-main-wrap {
	padding: 25px 25px 0;
}

#jm-pathway-font-switcher {
	padding: 0 0 25px;
}

#jm-pathway {
	float: left;
	width: 90%;
}

#jm-font-switcher {
	float: right;
	width: 10%;
	text-align: right;
}

#jm-left,
#jm-right {
	float: left;
    margin: 0 25px 0 0;
}

#jm-main.scheme_3 #jm-left.third,
#jm-main.scheme_2 #jm-left.second {
	margin: 0;
}

#jm-main.scheme_3 #jm-right.third,
#jm-main.scheme_2 #jm-right.second {
	margin: 0;
}

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

#jm-main.scheme_3 #jm-content.third,
#jm-main.scheme_2 #jm-content.second,
#jm-main.scheme_1 #jm-content.first {
	margin: 0;
}

#jm-main.scheme_3 #jm-content,
#jm-main.scheme_2 #jm-content {
	float: left;
}

#jm-maincontent {
	margin: 0 0 25px;
}

#jm-bottom {
	padding-left: 25px;
}

#jm-footer {
	color: #a3a3a3;
	background: #393939;
}

#jm-footer-in {
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
}

#jm-backtotop {
	position: absolute;
	top: -25px;
	right: -45px;
}

#jm-backtotop a {
	background: #393939 url(../images/backtotop.png) no-repeat center center;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	height: 30px;
	width: 30px;
	display: block;
}

#jm-footer a:link,
#jm-footer a:visited {
	color: #fff;
}

#jm-social-copy {
	float: left;
}

#jm-social,
#jm-copyrights {
	display: block;
}

#jm-copyrights {
	padding: 0 0 10px;
}

#jm-style-power {
	float: right;
}

#jm-poweredby {
	padding: 0 0 10px;
}

#jm-stylearea {
	text-align: right;
}

/** clearing **/

.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;
}

/* end clearing */