/* ======== CSS ===== */
.container {
	width: auto;
	border: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.row-fluid {
	max-width: 980px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/*MODULES*/
.crate {
	background-color: #FAFAFA;
	min-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
	border: 0;
	border-radius: 2px;
}

.crate h3 {
	line-height: normal;
	padding-top: 3px;
	color: #333333;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	background-position: center top;
	background-repeat: no-repeat;
	text-transform: none;
}

header .crate {
	border: 0;
	background-color: transparent;
	background: none;
  height:60px;
	margin-bottom: 0;
}

/*NAV*/
#hor_nav {
	min-height: 60px;
}

#hor_nav, #hor_nav .menu a {
	line-height: 60px;
}

#hor_nav .menu ul {
	background-color: #AA1111;
}

#hor_nav .menu > li > a:hover, #hor_nav .menu > li.sfHover > a, #hor_nav .menu > .active > a, #hor_nav .active > a:hover, #hor_nav .active > a:hover {
	background-color: #AA1111;
}

#hor_nav .menu ul li > a:hover, #hor_nav .menu ul li > .active > a, #hor_nav ul li.active > a {
	background-color: #AA1111;
}

#hor_nav li a {
	border-right: 2px solid rgba(255, 255, 255, 0.2);
}

#hor_nav .deeper.parent ul li a {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*GENERAL*/
header {
	padding-top: 10px;
	max-height: 170px;
}

main {
}

footer {
	padding-top: 10px;
	background-color: rgba(0, 0, 0, 0.733);
}

#wrap .container_12 {
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	line-height: normal;
	margin-bottom: 0.3em;
}

ul.actions {
	float: right;
}

/*SLIDESHOW*/
#wowslider-container1 {
	margin-bottom: 10px;
}

#wowslider-container1 .ws-title {
	line-height: normal;
	bottom: 0;
}

/*SEARCH*/
.search label {
	display: none !important;
}

.search input {
	color: #FFFFFF;
	border-radius: 0;
	line-height: normal;
	background-color: #FFFFFF;
	border: 0;
	margin-bottom: 0;
	box-shadow: none;
	float: right;
}

/*CPR*/
.copr {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.copr a {
	text-decoration: underline;
}

/*LOGO TEXT*/
.site-title {
	font-size: 35px;
	font-weight: bold;
	color: #333333;
}

.site-description {
	font-size: 18px;
	font-weight: bold;
}

/*XML*/
body {
	background: url(../images/backgrounds/body_bg_default.jpg) center top repeat fixed #FFFFFF;
}

#wrap {
	background-color: #FFF;
}

header {
	background: url(../images/backgrounds/header_bg_default.png) left top repeat #FFFFFF;
	background-color: rgba(0, 0, 0, 0.940);
}

footer {
	background: url(../images/backgrounds/footer_bg_default.png) left top repeat #FFFFFF;
	background-color: rgba(0, 0, 0, 0.940);
	color: #FFF;
}

#hor_nav {
	background: url(../images/backgrounds/nav_bg_default.png) left top repeat #000000;
}

.crate {
	background: url(../images/backgrounds/module_bg_default.png) left top repeat;
}
