@charset "UTF-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica',sans-serif;
	background: #fff;
	color: #343434;
}

img {
	margin: 0;
	padding: 0;
}

a { 
	color: #fff;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 { 
	font-family: 'Helvetica',sans-serif;
}

h1 {
	color: #404040;
	font-size: 33px;
	margin: 8px 0 3px 0;
	font-weight: normal;
	text-transform: uppercase;
}

h2 { 
	font-size: 25px;
	padding: 5px 0 0 0 !important;
	margin: 5px 0 6px 0;
	font-weight: normal;
	color: #f37021;
	text-transform: uppercase;
}


/* GLOBAL STYLES */

.container {
	width: 950px;
	margin: auto;
	clear: both;
}

/* END GLOBAL STYLES */


/* HEADER */

.header {
	background: url(../images/bkg_header.png) repeat-x left top;
	height: 100%; 
	overflow: hidden;
	padding: 18px 0 18px 0;
	border-top: solid 4px #f37021;
}

.header .left {
	width: 380px;
	float: left;
}

.header .right {
	width: 560px;
	float: right;
	text-align: right;
	color: #404040;
	font-size: 15px;
}

.orange {
	color: #f37021;
}


/* END HEADER */

/* SLIDER */

.slidewrap {
	border-bottom: 5px solid #f37021;
	background: url(../images/bkg_about.png) left top;
}

.slide {
	width: 950px;
	margin: auto;
	height: 350px;
}

.slidewrap img {
	margin: 0;
	padding: 0;
}

.slide .container {
	height: 100%;
	overflow: hidden;
}

/* END SLIDER */

/* CONTENT */

.content {
	border-top: 1px solid #383838;
	border-bottom: 1px solid #141414;
	padding: 20px 0;
}

.content .container {
	height: 100%;
	overflow: hidden;
	padding: 0 40px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	width: 840px;
}

/* END CONTENT */


/* FOOTER */

.footer {
	border-top: 1px solid #f37021;
	padding: 2em 0;
	background: #1c1c1c url(../images/bkg_footer.png) repeat-x left top;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 26px;
}
/* END FOOTER */