/*--------------------------------------------------------------
# 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 {
margin: 0;
padding: 0;
font-size: 12px;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
background: url(../images/body.png) top left repeat-x;
}
#jm-allpage {
margin: 0 auto;
}
/********** top **********/
#jm-top {
padding: 0;
background: url(../images/header.jpg) top center no-repeat;
height: 330px;
margin-bottom: 20px;
}
#jm-logo-sitedesc {
float: left;
position: absolute;
}
#jm-logo {
padding-top: 5px;
margin: 0;
}
#jm-sitedesc {
padding:0;
}
#jm-search {
float: right;
padding:0;
}
/********** topmenu **********/
#jmt{
background: url(../images/shadow.png) bottom center no-repeat;
height: 68px;
padding-top: 20px;
}
#jm-topmenu {
background: url(../images/topmenu_bg.png) repeat-x top left #dedede;
height: 46px;
margin-bottom: 10px;
}

/********** header **********/

#jm-header {
	margin-bottom: 10px;
}

/********** main **********/

#jm-pathway {
	font-size: 12px;
	padding: 10px 15px;
	margin-bottom: 20px;
	background:  url(http://judo.org.ua/templates/jm-business-marketing/images/topmenu_bg.pn) repeat-x top left #fff;
	border: 1px solid #ccc;
}

#jm-left {
	float: left;
	margin-right: 15px;
}
#jm-left h3.title {
	color: #fff;
	text-shadow: 0 1px 0 #000070;
    font-size: 14px;
    font-weight:normal;
    text-transform: none;
    line-height: 20px;
    padding: 9px 5px 21px 5px;
    margin: 0;
    background: url(../images/h3_blue.jpg) no-repeat bottom center;
}

#jm-right {
	float: left;
	margin-left: 15px;
}


#jm-main {
	padding-top: 10px;
}

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

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

#jm-maincontent {
	padding-bottom: 20px;
}

/********** footer **********/

#jm-footer {
	background: url(../images/foot.jpg) no-repeat top center;
	color: #fff;
	font-size: 11px;
	padding:32px 10px 60px 255px;
	margin-bottom: 5px;
}

#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 */