html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg1_01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F5771;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Abel', sans-serif;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
	color: #333;
}

a {
	color: #A93779;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-top: 3px;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: url(images/bg1_02.jpg) no-repeat center top;
}

#wrapper-img {
	overflow: hidden;
	background: url(images/bg2_01.png) no-repeat right top;
}

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

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 133px;
	margin-bottom: 100px;
}

/** LOGO */

#logo {
	float: left;
	width: 133px;
	height: 133px;
	background: url(images/bg2_02.png) repeat;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
}

#logo h1 a {
	display: block;
	padding-top: 29px;
	letter-spacing: -3px;
	text-decoration: none;
	font-size: 67px;
	font-weight: 900;
	color: #FFFFFF;
}

#logo p {
	display: block;
	margin-top: -8px;
	padding: 0px;
	letter-spacing: 3px;
	font-size: 16px;
	color: #FFFFFF;
}

/** MENU */

#menu-wrapper {
	float: right;
	height: 54px;
	padding: 22px 0px 0px 0px;
	background: url(images/bg2_03.png) repeat;
}

#menu {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

#menu li {
	float: left;
	display: inline-block;
}

#menu > li {
	float: left;
	margin-right: 30px;
}

#menu > li.active {
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	color: #333;
}

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

#menu span {
	display: block;
	height: 31px;
	margin-left: 25px;
}

#menu .first {
}

#menu .border1 {
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B89947;
}

#menu .border2, #menu .border3 {
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4982BE;
}

#menu .border3 {
    border-left-color: #963a4b !important;
}

#menu .border3 {
	padding-left: 10px;
	border-left: 3px solid #00CC13;
}

#menu .border4 {
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #73B001;
}

/** DROPOTRON */

.dropotron li.opener {
	border-right: solid 3px #FFFFFF;
}

.dropotron {
	margin: 23px 0px 3px 0px;
	padding: 10px 0px 20px 0px;
	background: url(images/bg2_03.png) repeat;
	color: #fff;
	list-style: none;
}

.dropotron a, .dropotron span {
	display: block;
	padding: 8px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #fff;
}

.dropotron li {
}

.dropotron li:hover, .dropotron li.active {
	background: #0E191C;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(images/bg2_12.png) repeat-x;
	padding: 36px 0px 20px 0px;
	
}

.homepage #page {
	background: none;
}

/** CONTENT */

#content {
	float: left;
	width: 658px;
}

.two-column2 #content {
	float: right;
	width: 658px;
	padding-right: 20px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 240px;
	padding-right: 20px;
}

.two-column2 #sidebar {
	float: left;
	width: 240px;
	padding-left: 20px;
}

#sidebar h2 {
	display: block;
	padding: 0px 0px 20px 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	color: #0D181C;
}

/** FOOTER */

#footer {
	width: 726px;
	height: 230px;
	padding: 40px 116px 0px 116px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #828B8B;
}

#footer a {
	text-decoration: none;
	color: #828B8B;
}

#footer a:hover {
	text-decoration: underline;
}

/** BANNER */

#banner {
	height: 286px;
	color: #FFFFFF;
}

#banner h2 {
	display: inline-block;
	height: 68px;
	margin-bottom: 8px;
	padding: 0px 25px;
	background: url(images/bg2_04.png) repeat;
	letter-spacing: 2px;
	line-height: 68px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60px;
	color: #FFFFFF;
}

#banner h3 {
	display: inline-block;
	height: 62px;
	margin-bottom: 30px;
	padding: 0px 25px;
	background: url(images/bg2_05.png) repeat;
	letter-spacing: 2px;
	line-height: 62px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
	color: #FFFFFF;
}

#banner .text1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#banner .text2 {
	padding-right: 260px;
	line-height: 160%;
}

#banner .content {
}

/** FOUR COLUMNS */

#four-columns {
}

#four-columns #column1 {
	float: left;
	width: 232px;
	height: 232px;
	margin-right: 10px;
	background: url(images/homepage_03.png) no-repeat left top;
}

#four-columns #column1 h2 a {
	display: block;
	height: 194px;
	padding: 26px 0px 0px 20px;
	letter-spacing: -1px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #B89947;
}

#four-columns #column1 h2 span {
	color: #D34489;
}

#four-columns #column2 {
	float: left;
	width: 232px;
	margin-right: 10px;
	background: url(images/homepage_05.png) no-repeat left top;
}

#four-columns #column2 h2 a {
	display: block;
	height: 194px;
	padding: 26px 0px 0px 20px;
	letter-spacing: -1px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #4982BE;
}

#four-columns #column2 h2 span {
	color: #00BAFF;
}


#four-columns #column3 {
	float: left;
	width: 232px;
	background: url(images/homepage_07.png) no-repeat left top;
}

#four-columns #column3 h2 a {
	display: block;
	height: 194px;
	padding: 26px 0px 0px 20px;
	letter-spacing: -1px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #73B001;
}

#four-columns #column3 h2 span {
	color: #00CC13;
}

#four-columns #column4 {
	float: right;
	width: 156px;
	height: 202px;
	padding: 16px 38px 14px 38px;
	background: url(images/bg2_06.png) repeat;
}

#four-columns #column4 .list-bg {
	height: 205px;
	background: url(images/bg2_07.png) repeat;
	width: 180px;
}

/** BOX 1 */

#box1 {
	float: left;
	width: 46px;
	padding-left: 25px;
	padding-right: 29px;
	border-right: 1px solid #CBCFCF;
}

/** BOX 2 */

#box2 {
	float: left;
	width: 137px;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #CBCFCF;
}

/** BOX 3 */

#box3 {
	float: left;
	width: 120px;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #CBCFCF;
}

/** BOX 4 */

#box4 {
	float: left;
	width: 240px;
	padding-left: 25px;
}

/** BOX 5 */

#box5 {
}

/** BOX 6 */

#box6 {
	margin-bottom: 40px;
}

/** BOX 7 */

#box7 {
}

/** BOX 8 */

#box8 {
	overflow: hidden;
	width: 958px;
}


/** LIST STYLE 1 */

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

ul.style1 li {
	display: block;
	padding: 3px 0px;
	text-align: center;
}

/** LIST STYLE 2 */

ul.style2 {
	width: 46px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style: none;
}

ul.style2 li {
	float: left;
	padding: 0px 0px 3px 3px;
	line-height: 1;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	display: block;
	padding: 8px 0px;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	display: inline-block;
	height: 40px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 40px;
	font-size: 21px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: #4982BE;
}

.box-style1 .entry {
	overflow: hidden;
	margin: 0px 20px;
	padding-bottom: 30px;
}

.divider {
	overflow: hidden;
	width: 918px;
	margin: 0px auto;
	border-bottom: 1px solid #E3E7E7;
}
