/*--------------------------------------------------------------
# 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: #5f5f5f;
    font-size: 11px;
    line-height: 19px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
	background: #ffffff;
}
#jm-pagetop-all{
	background: url(../images/pagetop.jpg) top left repeat-x;
}
#jm-pagetop{
	height: 36px;
	width: 975px;
	margin: 0 auto;
	color: #575757;
}
#jm-topinfo{
	float: left;
	line-height: 13px;
	padding: 5px 0 0 0;
	color: #7f807e;
}
#jm-topicons{
	float: right;
	padding: 12px 0 0 0;
}
#jm-page{
	width: 975px;
	margin: 0 auto;
}
#jm-topmenu{
	background: url(../images/dot.png) bottom repeat-x;
	margin: 0 0 1px 0;
}
#jm-header{
	margin: 0 0 7px 0;
	position: relative;
	z-index: 1;
}
#jm-logo{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: url("../images/tabbertextbg.png") repeat !important;
	padding: 5px;
}
#jm-topbox{}
#jm-pathway{
	padding: 5px 0 10px 0;
	line-height: 15px;
}
#jm-tabs{
	padding: 0 0 20px 0;
}
#jm-banner{
	padding: 10px 0;
}
#jm-footer{
	padding: 10px 0;
}
#jm-copyrights{
	float: left;
}
#jm-poweredby{
	float: right;
}

/**scheme**/
#jm-main{}
#jm-mainbody{
	padding: 0;
}
#jm-right{
	float: right;
	width: 205px;
	padding: 0 0 0 15px;
}
#jm-left{
	float: left;
	width: 205px;
	padding: 0 15px 0 0;
}
#jm-main.scheme_3 #jm-content{
	float: left;
	width: 535px;
}
#jm-main.scheme_2 #jm-content{
	float: left;
	width: 755px;
}
#jm-main.scheme_1 #jm-content{
	width: 100%;
}
/*** 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 !important;
}

/* End hide from IE-mac */