/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/
/***general layout styles***/
html {
    margin: 0px;
    padding: 0px;
	 height: 100%;
}

body {
    color: #000000;
    height: 100%;
	line-height: 18px;
	text-align:left; 
  	margin:0;
	padding: 0;	
  	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	background: url(../images/bricks.gif) repeat fixed;
}

#jm-page {
    margin: 0 auto;
   	width: 900px;
}

#jm-header {
	position: relative;
	margin-bottom: 22px;
}

#jm-logo-sitedesc {
	padding: 20px 0 10px;
}

#jm-logo {
	text-align: left;
}

#jm-sitedesc {
    font-size: 14px;
    color: #ff7f01;
	padding: 5px 0;
}

#jm-board-box {
}

#jm-board {
}

#jm-board-in {
	 background: url(../images/board-in.png) repeat-y 0 167px;
	 padding: 1px 0;
}

#jm-board-top {
	 background: url(../images/board-top.png) top center no-repeat;
	 margin-top: -2px;
}

#jm-board-bottom {
	 background: url(../images/board-bottom.png) bottom center no-repeat;
	 margin-bottom: -7px;
}
#jm-tickets {
	background: url(../images/tickets.png) top left no-repeat;
	min-height: 192px;
	padding-bottom: 15px;
}

#jm-header-slider {
	padding: 15px 15px 0px 43px;
	color: #fff;
	float: left;	
	z-index: 1;
}

#jm-neon {
	position: absolute;
	top: 0;
	right: -62px;
	z-index: 4;
}

#jm-number-plate {
	position: absolute;
	top: 34px;
	right: 220px;
	z-index: 5;
}

#jm-slogan {
	float: right;
	padding: 47px 101px 0 0;
}

#jm-topmenu {
	background: #deca9d;	 
}

#jm-pathway {
	padding: 0 0 20px;
	font-size: 11px;
	line-height:  13px;
}

#jm-content-top-mod {
	background: url(../images/module-top-bg.gif) bottom repeat-x #cfb884;
	margin: 0 0 10px;
	padding: 15px 23px 0px;
}

#jm-bottom {
	margin: 15px auto 0;
	background: url(../images/module-top-bg.gif) bottom repeat-x #cfb884;
	padding: 15px 23px 0px;
}

/*
 scheme_1 - no sidebars
 scheme_2 - one sidebar
 scheme_3 - two sidebars
 */

#jm-main {
	margin: 15px auto 0;
}
 
#jm-left {
	float: left;
    margin: 0 12px 0 0;
    padding: 0;
    width: 182px;
	 background: none;
}

#jm-right {
	float: right;
    margin: 0;
    padding: 0;
    width: 213px;
}

#jm-main.scheme_3 #jm-pad,
#jm-main.scheme_2 #jm-pad {
	background: url(../images/paper-top.png) top left no-repeat;
	padding-top: 74px;
	float: left;
	width: 705px;
}

#jm-main.scheme_1 #jm-pad, 
#jm-main.scheme_2 #jm-pad.noleft { 
	background: url(../images/paper-top-wide.png) top left no-repeat;
	padding-top: 102px;
	width:899px;
}

#jm-main.scheme_3 #jm-pad-in,
#jm-main.scheme_2 #jm-pad-in {
	background: url(../images/paper.png) top left repeat;
	margin-left: 1px;
}
#jm-main.scheme_2 #jm-pad.noleft #jm-pad-in,
#jm-main.scheme_1 #jm-pad-in{
	background: url(../images/paper.png) top left repeat;
	margin: 0 1px 0 3px;
}

#jm-pad-in {
	padding: 0 12px 15px 10px;
}

#jm-main.scheme_3 #jm-content-right,
#jm-main.scheme_2 #jm-content-right {
	float: left;
 	width: 705px;
	
}

#jm-main.scheme_1 #jm-content-right,
#jm-main.scheme_2 #jm-content-right.noleft {
	width:899px;
  
}

#jm-main.scheme_3 #jm-content {
   float: left;
  	width:459px;
}

#jm-main.scheme_2 #jm-content {
	float: left;
    width: 682px;
}

#jm-main.scheme_2 #jm-content-right.noleft #jm-content {
	float: left;
    width: 650px;
}

#jm-main.scheme_1 #jm-content {
    width:873px;
}

/**jm-footer**/
#jm-footer {
    margin: 20px auto 0;
    padding: 8px 15px;
    background: #EAEAEA;
    color: #C80000;
    font-size: 11px;
}

#jm-design {
     float: right;
}

#jm-copyrights {
    float: left;
}

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