@charset "utf-8";
/* CSS Document */

*{
    padding:0;
    margin:0;
}
body {
	background-color:#000000;
	font-size:100%;
    line-height:1.125em;
}
html, body{
	font-family: Arial, sans-serif;
	background-image: url(images/bg_repeat.png);
	background-repeat: repeat-x;
	height: 100%;
	background-color:#000000;
}

#layout{
    min-height:100%;
    height:100%;
	background-image:url(images/midpane_bg_repeat.png);
	background-repeat: repeat-x;
}

#layout, #footer{
	margin-left:auto;
	margin-right:auto;
    width:100%;
	max-width:1100px;
}

/* invisible to IE6 */
#layout[id]{
    height:auto;
    overflow:hidden;
}

#content{
    margin:0 0 0 0;
}

#header{
    height:50px;
	background-image:url(images/header_bg.png);
}

#fix{
    height:20px;
    clear:both;
}

#footer{
    height:20px;
    margin-top:-41px;
}

/* layer order, invisible to IE6 */
#footer[id]{
    z-index:100;
  /*   position:relative;*/
}

p{
    color:#999;
    padding:20px;
    font-size:11px;
}
h1 {
    font-size:1.5em !important;
	font-weight:bold;
	font-style:italic;
	font-family: Arial, sans-serif;
	color:#e5aa43;
	margin:0 !important;
}
p {
    font-size:1em;
	font-family: "Arial Narrow", sans-serif;
	color: #ccc;
}
.mm_headingContent{
	height:50px;
	width:490px;
	margin-left:auto;
	margin-right:auto;
}
.heading_about{
	width:90px;
	height:50px;
	float:left;
	display:block;
	background:url(images/heading_about.png);
	cursor:pointer;
}
.heading_about:hover{
	background-position:bottom;
}
.heading_about_current{
	width:90px;
	height:50px;
	float:left;
	display:block;
	background:url(images/heading_about_selected.png);
	cursor:pointer;
}
.heading_logo{
	width:220px;
	height:50px;
	float:left;
	display:block;
	background:url(images/heading_logo.png);
	cursor:pointer;
}
.heading_logo:hover{
	background-position:bottom;
}
.heading_contact{
	width:90px;
	height:50px;
	float:left;
	display:block;
	background:url(images/heading_contact.png);
	cursor:pointer;
}
.heading_contact:hover{
	background-position:bottom;
}
.heading_contact_current{
	width:90px;
	height:50px;
	float:left;
	display:block;
	background:url(images/heading_contact_selected.png);
	cursor:pointer;
}
.heading_careers{
	width:90px;
	height:50px;
	float:left;
	display:block;
	background:url(images/heading_careers.png);
	cursor:pointer;
}
.heading_careers:hover{
	background-position:bottom;
}
.heading_careers_current{
	width:90px;
	height:50px;
	float:left;
	display:block;
	background:url(images/heading_careers_selected.png);
	cursor:pointer;
}
.mm_footerContent{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#999;
	font-size:16px;
}

.mm_carousel{
	height:150px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

/* Plugin base styles */

.slider { 
  position: relative;
  width: 100%; 
  overflow: hidden;
}

.slides { 
  position: relative;
  padding: 0;
  list-style: none;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.slides li { 
  display: inline-block; 
  -webkit-backface-visibility: hidden;
}

.slides li img { 
  width: 100%; 
  height: auto;
}

/* Non-plugin styles */


.slide-nav {
	height:110px;
	background:#F3070B;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  overflow:hidden;
  
}

.slide-nav ul {
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 0;
}

.slide-nav li { display: inline-block; }

.slide-nav li a {
  display: block;
  width: 143px;
  height: 80px;
  margin: 10px 0 10px 10px;
}

.slide-nav li a.active {
	border:#2a0d64 solid 4px;
}

#gradientOverlayLeft{
	background: url(images/gradient_left.png);
	background-size: 100%;
	z-index: 1000 !important;
	width: 36px;
	height: 540px;
	position: absolute;
	pointer-events: none;
}
#gradientOverlayRight{
	background-image: url(images/gradient_right.png) !important;
	margin-left: 1065px;
	margin-right: auto;
	background-size: 100%;
	z-index: 1000 !important;
	width: 36px;
	height: 540px;
	position: absolute;
	pointer-events: none;
}
