/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

.s5_logo {
    float: left;
    height: 41px;
	cursor: pointer;
	margin-left: 27px;
    margin-top: 27px;
	margin-bottom: 6px;
    width: 218px;
}

.s5_logo_module {
    float: left;
    height: 57px;
	cursor: pointer;
	margin-left: 20px;
    margin-top: 32px;
	margin-bottom: 6px;
    width: 300px;
}
	
.s5_logo_wrap {
	-moz-border-radius:3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;
	border-radius:3px 0px 0px 3px;
	height:92px;
	width:280px;
	float:left;
	background:#000000 url(../images/darkbackground.png) repeat;
}
		
#s5_menu_wrap.s5_wrap .s5_logo {
	float: left;
	display:block !important;
	height: 41px;
	cursor: pointer;
	margin: 25px 23px 6px 25px;
	width: 218px;
}	
		
a  {
    text-decoration: none;
	cursor:pointer;
	color: #09F;
}

a:hover  {
    text-decoration:none;
	color: #F00;
}

.item-page h2 {
	margin-bottom: 30px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	font-size: 2.4em !important;
	text-transform: uppercase;
}
	
h3 {
	font-size: 1.5em;
	color: #9a7a27;
	margin-top: 25px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.module_round_box a {
	color: #09F;
}

a.btn {
color:#FFFFFF !important;
}

.btn, .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background: #18a805 !important;
	border:none !important;
}