@charset "utf-8";

@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: url('../fonts/BebasNeue-webfont-0.eot#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*==================================================
	GLOBAL TAGS
==================================================*/

* {
	padding:0;
	margin:0;
}
html {
	background: #ffe79f /*url(../images/bg-html.jpg) repeat-y center 0*/;
}
body {
	color:#000;
	vertical-align:baseline;
	font: 12px/21px Arial, Helvetica, sans-serif;
	background: url(../images/bg-body.png) no-repeat center 0;
}
ol, ul, dl {
	list-style:none;
}
a:link, a:visited {
	color: #eb0000;
	text-decoration: underline;
}
a:hover {
	color: #eb0000;
	text-decoration: none;
}
a:active {
	color: #eb0000;
	text-decoration: underline;
}
p {
	margin: 0 0 16px 0px;
}

::-moz-selection {
 background: #535353;
 color: #fff;
}
::selection {
	background: #535353;
	color: #fff;
}
img, img a {
	border: none;
}
a {
	outline:none;
}

/*==================================================
	GLOBAL CLASS
==================================================*/

.clear {
	clear:left;
	float:none;
	height:1px!important;
}
.image {
	border: none;
	padding: 0px;
	margin: 0 12px 12px 0;
	cursor: url(../images/icon-zoomin.cur), pointer;
	outline: none;
	float:left;
}
.no-margin {
	margin-right:0px!important;
}

.red {
	color:#eb0000;
}

.claim-inherit {
	text-indent:-99999px!important;
}


/*==================================================
	CONTAINER
==================================================*/

div#container, div#header-container {
	width: 960px;
	position:relative;
	margin: 0 auto;
	text-align: left;
	height: auto;
}
div#header-container {
	width: 100%;
	height:787px;
}


/*==================================================
	HEADER 
==================================================*/


div#header {
	width:960px;
	position:relative;
	margin: 0 auto;
	/*background: url(../images/index/bg-header.png) no-repeat 0 0;*/
	padding: 0;
	z-index:12;
	margin:0 auto;
}

/*------------------ LOGO  ------------------*/

a.logo {
	width:407px;
	height:260px;
	float:left;
	
}

/*==================================================
	CONTENT CONTAINER 
==================================================*/

div#content-container {
	padding:0;
	margin:0;
	width:960px;
	background:#FFFFFF repeat-y;
}

/*==================================================
	CONTENT MAIN 
==================================================*/

div#content-main {
	width:960px;
	padding:0px;
	float:left;
	margin-bottom:-1px;
	background:#FFF;
	height:auto !important;
	
	
}
.content-main-column1{
	width:445px;	
	float:left;
	padding-left:30px;
	vertical-align:top;
}

.content-main-column2{
	float:right;
	
}

.top a {
	height:26px;
	width:61px;
	left:460px;
	top:-25px!important;
	position:absolute;
	background:url(../images/bg-go-top.png) no-repeat;
	text-indent:-99999px!important;
}
.top a:hover {
	background:url(../images/bg-go-top-hover.png) no-repeat;
}

/*------------------ HEADLINES  ---------------*/

h2 {
	font-size:45px;
	color: #eb0000;
	text-transform:uppercase;
	font-weight:normal;
	padding-top:50px;
	/*font-family: 'BebasNeue';*/
	font-family: 'Oswald', sans-serif;
}

h3 {
	font-size:20px;
	color: #000;
	margin-bottom:25px;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:12px;
	/*font-family: 'BebasNeue';*/
	font-family: 'Oswald', sans-serif;
}

h4 {
	font-size:20px;
	color: #000;
	font-weight:normal;
	text-transform:uppercase;
	/*font-family: 'BebasNeue';*/
	font-family: 'Oswald', sans-serif;
}

/* LISTS */

div#content-main ul {
	margin:-8px 0px 10px 10px;
	padding: 5px;
	list-style: none;
}

div#content-main ul li {
	padding: 3px 10px 5px 16px;
	background:url(../images/li-content-main.png) no-repeat 0 10px;
	line-height: 20px;
	list-style:none;
}
/*==================================================
    NAV   
==================================================*/

ul#nav {
	width:276px;
	height:107px;
	float:left;
	z-index:14;
}

ul#nav li {
	float:left;
	height:107px;
	background:#ffe79f url(../images/nav-divider.png) left no-repeat;
}

ul#nav li.no-divider {
	float:left;
	height:107px;
	background:#ffe79f;
}

ul#nav li a {
	display:block;
	font-size:22px!important;
	outline:none;
	text-decoration: none;
	color:#000;
	text-transform:uppercase;
	/*font-family: 'BebasNeue';*/
	font-family: 'Oswald', sans-serif;
	height:107px;
	width:138px;
	text-align:center;
}

ul#nav li a:hover {
	color:#e60404;
}

ul#nav li a.active-menu {
	color:#e60404;
}

/*ul#nav li ul#sub-nav {
	display:none;
}
ul#nav li:hover ul#sub-nav  {
	display:block;
}
ul#nav li:hover ul#sub-nav  li {
	float:none;
	width:138px;
	height:17px;
	margin:0;
	padding:10px 0;
	background:#FFF url(../images/nav-horizontal-divider.jpg) top no-repeat;
}*/

ul#nav li ul#sub-nav {
	display:none;
	background:#ffe79f;
}
ul#nav li:hover ul#sub-nav  {
	display:block;
}
ul#nav li:hover ul#sub-nav  li {
	float:none;
	margin:0;
	padding:0;
	background:#ffe79f url(../images/nav-horizontal-divider.png) top no-repeat;	
}

ul#nav li:hover ul#sub-nav  li a {
	margin:0;
	padding:0;
	display:block;
	outline:none;
	text-decoration: none;
	color:#000;
	text-transform:uppercase;
	/*font-family: 'BebasNeue';*/
	font-family: 'Oswald', sans-serif;
	
	width:138px;
	text-align:center;
	opacity: 0.5; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50); 
	-khtml-opacity: 0.50; 
	-moz-opacity: 0.50;
}

ul#nav li:hover ul#sub-nav  li a:hover {
	opacity: 1; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100); 
	-khtml-opacity: 1; 
	-moz-opacity: 1;
}

ul#nav li:hover ul#sub-nav  li a.active {
	opacity: 1; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100); 
	-khtml-opacity: 1; 
	-moz-opacity: 1;
}


/*==================================================
    FOOTER   
==================================================*/

div#footer {
	height:57px;
	width:100%;
	clear:both;
	background:url(../images/bg-footer.jpg) repeat;
}
div#footer-content {
	margin:0 auto;
	width:980px;
	height: 57px;
	padding:0px;
	text-align:center;
	position:relative;
	font-size:13px;
	line-height:20px;

}

div#footer-content h4 {
	padding:10px 0 0 0;
	font-size:17px;
	color: #FFF;
	font-weight:normal;
	text-transform:uppercase;
	/*font-family: 'BebasNeue';*/
	font-family: 'Oswald', sans-serif;
}

div#footer-content h6 {
	padding:2px 0 0 0;
	font-size:11px;
	color: #FFF;
	font-weight:normal;
	text-transform:uppercase;
	/*font-family: 'BebasNeue';*/
	font-family: 'Oswald', sans-serif;
}

/*==================================================
    CLEARFIX  
==================================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block; /* for IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*==================================================
    HEADER SLIDER
==================================================*/

#header-slider {
	position:absolute;
	width:100%;
	height:787px;
	overflow:hidden;
	top:0;
	z-index:6;
}
#header-slider a.btn {
	background:url(../images/slider/slider-btn-sprite.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:60px;
	height:60px;
	position:absolute;
	bottom:17px;
	left:50%;
	display:block;
	z-index:2;
	cursor:pointer;
}
#header-slider a.btn.prev {
	background-position:0 0;
	margin-left:-237px;
}
#header-slider a.btn.prev:hover { background-position:-60px 0; }
#header-slider a.btn.next {
	background-position:-120px 0;
	margin-left:189px;
}
#header-slider a.btn.next:hover { background-position:-180px 0; }
#header-slider span.title {
	text-transform: uppercase;
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 50%;
	margin-left: -50%;
	/*font-family: 'BebasNeue';*/
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color: white;
	text-align: center;
	line-height: 96px;
	z-index: 1;
	height: 101px;
	background:url(../images/bg-slider-title.png) 0 0 repeat;
}
#header-slider ul {
	position:absolute;
	width:1242px;
	left:50%;
	margin-left:-497px;
	height:100%;
	z-index:0;
}
#header-slider ul li {
	display:none;
	float:left;
	height:100%;
	position:absolute;
	width:762px;
	bottom:0;
	left:0;
}
#header-slider ul li.left-item, #header-slider ul li.center-item, #header-slider ul li.right-item { display:block; }
#header-slider ul li.left-item {
	z-index:1;
	bottom:194px;
}
#header-slider ul li.center-item {
	left:225px;
	z-index:3;
}
#header-slider ul li.right-item {
	left:760px;
	bottom:194px;
	z-index:2;
}
#header-slider ul li a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
#header-slider ul li a span {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}
#header-slider ul li.blur span.sharp, #header-slider ul li.sharp span.blur, #header-slider ul li a span.sharp span { display:none; }
#header-slider ul li a span img {
	position:absolute;
	left: 50%;
	bottom: 50%;
	margin-left: -381px;
	margin-bottom: -391px;
}