/*--------------------------------------------------------------
# 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 {
	background: #fff url(../images/bg.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #000;
	line-height: 18px;
	margin: 0;
   padding: 0;
}

#jm-allpage {
	margin: 0 auto;
}

/********** top **********/

#jm-top {
	position: relative;
	padding: 13px 0 12px 7px;
}

#jm-logo-sitedesc {
	float: left;
}

#jm-logo {
	padding: 0;
	margin: 0;
}

#jm-sitedesc {
	padding: 5px 0 0 0;
}

#jm-search {
	float: right;
}

#lb-date {
	position: absolute;
	top: 80px; right: 5px;
	color: #555;
}

/********** topmenu **********/
#topmenu_all_width {
	width: 100%;
	background-color: #eee;
}

#jm-topmenu {
	background: url(../images/topmenu_bg.png) repeat-x top left #c4c4c4;
	height: 46px;
	margin-bottom: 1px;
}

/********** header **********/

#jm-header {
	margin-bottom: 1px;
}

/********** main **********/

#jm-pathway {
	font-size: 11px;
	background: #eee;
	padding: 3px 10px;
}

#jm-left {
	float: left;
	margin-right: 15px;
	background: #f4f4f4 url(../images/left_bg.png) repeat-y top;
}

#jm-right {
	float: left;
	margin-left: 15px;
	background: #f4f4f4 url(../images/right_bg.png) repeat-y top;
}

#jm-main {
	background: url(../images/main_bg.png) repeat-y;
	padding: 1px 0 0 0;
}

.scheme_3 #jm-content {
	float: left;
}

.scheme_2 #jm-content {
	float: left;
}

#jm-maincontent {
	padding-bottom: 20px;
}

#jm-bottom-mods {
	margin: 0 auto;
	padding: 10px 0 5px 0;
	width: 900px;
}

.jm-bottom {
	width: 100%;
	background-color: #ccc;
}

/********** footer **********/

#jm-footer {
	background: #dadada;
	color: #5e5e5e;
	padding: 5px;
	margin: 0 auto;
	width: 900px;
}

#jm-copyrights {
	float: left;
}

#jm-poweredby {
	float: right;
}

#jm-stylearea {
	padding: 10px;
	height: 15px;
}

/********** 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 */
table, tr, td {
   border: 1px solid black;
	border-collapse: collapse;
	background: none;
}
