body {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/img01.jpg) repeat;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #5B5B5B;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-weight: 200;
	color: #222222;
}

p, ol, ul {
	margin: 0px;
	padding: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}
h2 span {
	color: #088ef5;
}

/** WRAPPER */

#wrapper {
	margin: 0 auto;
	width: 1050px;
	top: 100px;
	background: #fff;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 100px;
}

#header {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	position: relative;
	background: #088ef5;
}

/* Logo */

#logo {
	margin: 0px;
	padding: 10px 100px;
	position: absolute;
}
/* Menu */

#menu {
	padding: 100px 0px 0px 100px;
	float: right;
	width: 500px;
}

#menu {
	float: right;
	width: 700px;
	margin: 0 auto;
	padding: 40px;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 10px 0px 0px 50px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 0px 0px 0px;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #585858;
	border: none;
}

#menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #f79827;
	border-radius: 5px;
}

#menu a:hover {
	background: #f79827;
	border-radius: 5px;
}

/* Page */

#page {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
}

#page a {
	color: #222222;
}

/** CONTENT */

#content {
	float: left;
	width: 650px;
	padding: 60px 30px 0px 0px;
	color: #222222;
}

#content h2 {
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

#content .subtitle {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #f79827;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 260px;
	padding: 20px 30px 20px 30px;
	background: #088ef5;
}

#sidebar h3 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 1.5em;
	color: #FFFFFF;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 5px 0px 20px 0px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	background: #FFF;
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
}

#footer p {
	margin: 0;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #088ef5;
}

#footer a {
	color: #088ef5;
	text-transform: uppercase;
}

#footer-wrapper {
	background: url(../images/img02.png) repeat;
}

#footer-content {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	color: #088ef5;
}

#footer-content a {
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 26px;
	color: #262626;
}

#footer-content h2 span {
	color: #088ef5;
}

#footer-content #fbox1 {
	float: left;
	width: 620px;
}

/* Banner Style */

#banner-wrapper {
	overflow: hidden;
	height: 350px;
	background: url(../images/img02.png) repeat;
}

#banner {
	top: 100px;
	overflow: hidden;
	width: 1000px;
	height: 350px;
	margin: 0px auto;
	background: url(../images/5.jpg) no-repeat left top;
}

/* Button Style */

.button-style {
	display: inline-block;
	margin-top: 10px;
	padding: 7px 30px;
	background: #088ef5;
}

.button-style a {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

/* List Style */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #2481AB;
}

ul.style1 a {
	text-decoration: none;
	color: #81AFC5;
}

ul.style1 a:hover {
	color: #E0F5FF;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}
