html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #121212 url(images/bg_z.jpg) repeat-x left top;
	font: 15px Arial, Helvetica, sans-serif;
	color: #848484;
}

h1, h2 {
	margin: 0px 0px 15px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	line-height: 38px;
	font-size: 38px;
}

h2 {
	line-height: 24px;
	font-size: 22px;
}

h1 span, h2 span {
	color: #2697DF;
}

h3 {
	margin: 0px;
	line-height: 25px;
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.h4 {
	font-size: 36px;
	color: #2697DF;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
}

strong {
	color: #FFFFFF;
}

a {
	color: #2697DF;
	text-decoration: none;

}

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

a img {
	border: none;
}

hr {
	display: none;
}

/** MISC */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

/** IMAGES */

img.border {
}

img.alignleft {
	margin-right: 22px
}

img.alignright {
	margin-left: 22px
}

img.aligncenter {
	margin: 0px auto;
}

/** HEADINGS */

.heading-style1 {
	font: normal 18px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #7F7A7A;
}

/** LINKS */

a.link-style1 {
	display: inline-block;
	height: 34px;
	padding: 0px 27px 0px 12px;
	background: url(images/bg_07.png) no-repeat right top;
	text-decoration: none;
	font: bold 18px/34px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a.link-style2 {
	display: inline-block;
	height: 25px;
	padding: 0px 22px 0px 12px;
	background: url(images/bg_11.png) no-repeat right top;
	text-decoration: none;
	font: bold 15px/25px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


a.link-style1 {
	display: inline-block;
	height: 34px;
	padding: 0px 27px 0px 12px;
	background: url(images/bg_07.png) no-repeat right top;
	text-decoration: none;
	font: bold 18px/34px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


a.link-style3 {
	float: right;
	display: inline-block;
	height: 34px;
	padding: 0px 27px 0px 12px;
	background: url(images/bg_07.png) no-repeat right top;
	text-decoration: none;
	font: bold 18px/34px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/** LISTS */

.list-style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list-style1 a {
	color: #848484;
}

/** WRAPPER */

#wrapper {
}

.container:before, .container:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.container:after, .clearfix:after {
    clear: both;
}

.container, .clearfix {
	zoom: 1;
}

.container {
	width: 960px;
	margin: 0px auto;
}

/** HEADER */

#header {
	background: url(images/bg_y.jpg) no-repeat center top;
}

#header .container {
	height: 113px;
}

/** LOGO */

#logo {
	float: left;
	padding: 40px 0px 0px 0px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 a span {
	color: #2697DF;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	list-style: none;
	font: 19px/20px Tahoma, Arial, Helvetica, sans-serif;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 42px;
	padding: 10px 19px 0px 19px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
}

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

#menu li.active a {
	background: url(images/bg_03.png) no-repeat center top;
}

/** BANNER */

#banner {
	position: relative;
	z-index: 10;
	width: 960px;
	height: 270px;
}

#banner .image {
	z-index: 20;
}

#banner .image img {
}


#banner .caption1 {
	position: absolute;
	top: 85px;
	right: 0px;
	z-index: 30;
	width: 486px;
	height: 50px;
	padding: 0px 25px 0px 0px;
	background: url(images/bg_04.png) repeat left top;
}

#banner .caption1 h2 {
	line-height: 50px;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
}

#banner .caption2 {
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 40;
	width: 350px;
	height: 60px;
	padding: 0px 0px 0px 0px;
	background: url(images/bg_05.png) repeat left top;
}

#banner .caption2 h3 {
	float: right;
	font: bold 28px/60px Arial, Helvetica, sans-serif;
	text-align: right;
}

#banner .caption2 p {
	float: right;
}

#banner .caption2 a.link-style1 {
	display: block;
	margin: 13px 0px 0px 15px;
}

#banner .fold {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 50;
	width: 50px;
	height: 75px;
	background: url(images/bg_06.png) no-repeat left top;
}

/** PAGE */

#page {
}

#single {
}

/** CONTENT */

#content {
	float: right;
	width: 661px;
}

#single #content {
	float: none;
	width: auto;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 299px;
}

/** FOOTER */

#footer {
}

#footer .col1 {
	float: left;
	width: 400px;
	height: 139px;
	padding: 25px 40px;
}

#footer .col1 h2 {
	margin: 0px;
	padding: 40px 0px 0px 20px;
	line-height: 26px;
	font-size: 26px;
	
}

#footer .col1 p {
	margin: 0px;
	padding: 5px 0px 0px 20px;
	text-shadow: 0px 1px 0px #8AC9F1;
	font: bold 32px/32px "Marvel", Arial, Helvetica, sans-serif;
	color: #003658;
}

#footer .col2 {
	float: left;
	width: 400px;
	padding: 25px 40px ;
	background: #171717 url(images/bg_08.jpg) no-repeat right bottom;
}

#footer .col3 {
	float: left;
	width: 270px;
	padding: 25px 40px;
	border-left: 1px solid #1E1E1E;
}

#footer .col3 form, #footer .col3 fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#footer .col3 .input-text, #footer .col3 button {
	float: left;
}

#footer .col3 .input-text {
	width: 163px;
	height: 23px;
	padding: 0px 5px 0 5px;
	background: #1C1C1C;
	border: 1px solid #2E2D2D;
	font: 12px/23px Arial, Helvetica, sans-serif;
	color: #7C7C7C;
}

#footer .col3 .button {
	display: inline-block;
	height: 25px;
	margin: 0px 0px 0px 5px;
	padding: 0px 22px 0px 12px;
	border: none;
	background: url(images/bg_11.png) no-repeat right top;
	text-decoration: none;
	font: normal 16px/25px "Marvel", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer .legal {
	clear: both;
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
	color: #292929;
}

/** BOX STYLE 1 */

.box-style1 {
	padding: 40px 40px 15px 40px;
	background: #171717 url(images/bg_08.jpg) no-repeat right bottom;
}

.box-style1 h2 {
	margin: 0px 0px 5px 0px;
}

.box-style1 h3 {
	margin: 0px 0px 26px 0px;
}

/** BOX STYLE 2 */

.box-style2 {
	background: #171717 url(images/bg_10.jpg) no-repeat right bottom;
}

.box-style2-bgtop {
	padding: 40px 40px 25px 40px;
	background: url(images/bg_09.jpg) no-repeat left top;
}

.box-style2-col1 {
	float: left;
	width: 270px;
	text-align: center;
}

.box-style2-col2 {
	float: right;
	width: 270px;
	text-align: center;
}

/** BOX STYLE 3 */

.box-style3 {
	margin: 0px 0px 1px 0px;
	padding: 20px 20px 5px 20px;
	background: #191919 url(images/bg_12.jpg) no-repeat right bottom;
	height: 174px;
}

/** BOX STYLE 4 */

.box-style4 {
	padding: 40px 40px 5px 40px;
	background: #171717;
}

.box-style4 h2 {
	margin: 0px 0px 5px 0px;
}

.box-style4 h3 {
	margin: 0px 0px 0px 0px;
}

/** BOX STYLE 5 */

.box-style5 {
	padding: 40px 40px 5px 40px;
		background: #171717 url(images/bg_08.jpg) no-repeat right bottom;
}

.box-style5 h2 {
	margin: 0px 0px 5px 0px;
}

.box-style5 h3 {
	margin: 0px 0px 0px 0px;
}
/** BOX 1 */

#box1 {
}

/** BOX 2 */

#box2 {
}

/** BOX 3 */

#box3 {
	padding-top: 40px;
}

/** BOX 4 */

#box4 {
}

/** BOX 5 */

#box5 {
}

/** BOX 6 */

#box6 {
}

/** BOX 7 */

#box7 {
}

