html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #181818 url(images/body-wrapper-bg.png) repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
}

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

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

strong {
	color: #131313;
}

a {
	color: #666666;
}

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;
}

/** WRAPPER */

#wrapper {
	background: url(images/wrapper-bg.png) repeat;
}

#wrapper-bgtop {
	background: url(images/wrapper-topbg.png) repeat-x left top;
}

.homepage #wrapper-bgtop {
	background: url(images/homepage-wrapper-bgtop.png) repeat-x left top;
}

#wrapper-glowbg {
	background:url(images/homepage-glow-bg.jpg) no-repeat center top;
}

#wrapper-bgbtm {
	overflow: hidden;
	background: url(images/wrapper-bottombg.png) repeat-x left bottom;
}

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

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	height: 160px;
	font-family: Arial, Helvetica, sans-serif;
}

/** LOGO */

#logo {
	float: left;
	width: 308px;
	height: 250px;
	background: url(images/logo-bg.png) no-repeat left top;
}
#logotwo {
	float: left;
	width: 308px;
	height: 250px;
	background: url(images/logo-white.png) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	width: 308px;
	height: 160px;
	padding-top: 44px;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 2px 1px rgba(0,0,0,.3);
	font-size: 38px;
	color: #FFFFFF;
}

/** MENU */

#menu {
	float: right;
	width: 652px;
	height: 160px;
}

#menu ul {
	float: right;
	height: 124px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 124px;
}

#menu a {
	display: block;
	float: left;
	height: 124px;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	text-decoration: none;
	font-size: 16px;
	color: #8C8A8A;
}

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

#menu span {
	display: inline-block;
	height: 59px;
	padding: 65px 20px 0px 20px;
}

#menu li.active a {
	background: url(images/menu-active-bg.png) repeat-x left top;
	color: #FFFFFF;
}

#menu li.active span {
	background:url(images/menu-arrow-bg.png) no-repeat center bottom;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 40px 0px 40px 0px;
}

.homepage #page {
	padding-top: 60px;
}

/** CONTENT */

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

.two-column2 #content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 145px;
	background: url(images/footer-line-bg.png) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	color: #414141;
}

/** FOOTER CONTENT */

#footer-content-wrapper {
	background: url(images/footer-content-wrapper-bg.png) repeat;
	border-top: 1px solid #FFFFFF;
}

#footer-content {
	overflow: hidden;
	padding: 60px 0px 50px 0px;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	color: #8C8A8A;
}

#footer-content h2 {
	padding-bottom: 30px;
	text-shadow: 1px 2px 0px rgba(0,0,0,1);
	font-size: 20px;
	color: #FFFFFF;
}

#footer-content #fbox1 {
	float: left;
	width: 270px;
	padding-right: 60px;
}

#footer-content #fbox2 {
	float: left;
	width: 270px;
}

#footer-content #fbox3 {
	float: right;
	width: 300px;
}

#footer-content #fbox3 p {
	line-height: 190%;
}

/** LIST STYLE 1 */

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

ul.style1 li {
	padding: 12px 0px;
	background: url(images/list1-divider-bg.png) repeat-x left top;
}

ul.style1 a {
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	color: #8C8A8A;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 2 */

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

ul.style2 li {
	float: left;
	height: 36px;
	padding: 10px 20px 0px 20px;
	background: url(images/list2-divider-bg.png) no-repeat left top;
}

ul.style2 .first {
	padding-left: 0px;
	background: none;
}

/** LIST STYLE 3 */

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

ul.style3 li {
	padding-bottom: 35px;
}

ul.style3 h3 {
	padding-bottom: 15px;
	font-size: 16px;
	color: #232323;
}

/** LIST STYLE 4 */

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

ul.style4 li {
	padding-bottom: 20px;
}

ul.style4 .date {
	display: block;
	width: 102px;
	height: 37px;
	background: url(images/list4-date-bg.png) no-repeat left top;
	line-height: 37px;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: none;
	color: #FFFFFF;
}

/** LIST STYLE 5 */

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

ul.style5 li {
	padding-bottom: 20px;
}

/** BOX STYLE 1 */

.box-style1 {

}

.box-style1 .title {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D3D5D5;
	letter-spacing: -1px;
	font-size: 25px;
	color: #131313;
}

/** BOX STYLE 2 */

.box-style2 {
	width: 300px;
	background: url(images/feature-box-bg.png) repeat;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

.box-style2 .gradient-bg {
	width: 240px;
	padding: 40px 30px 30px 30px;
	background: url(images/feature-box-gradient-bg.png) repeat-x left bottom;
	border: 1px solid #A4A5A6;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
}

.box-style2 .title {
	padding-bottom: 20px;
	letter-spacing: -1px;
	text-shadow: 1px 2px 0px #FFFFFF;
	font-size: 20px;
	color: #131313;
	font-family: Arial, Helvetica, sans-serif;
}

.box-style2 .title span {
	color: #C44242;
}

/** BANNER */

#banner {
	overflow: hidden;
	text-shadow: 1px 2px 0px #FFFFFF;
	height: 460px;
}

#banner h2 {
	margin-bottom: 15px;
	background: url(images/banner-divider-bg.png) repeat-x left bottom;
	line-height: 145%;
	letter-spacing: -2px;
	font-size: 38px;
	color: #131313;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#banner .text-style1 {
	letter-spacing: 0px;
	font-size: 16px;
	color: #818486;
}

#banner #col1 {
	float: left;
	width: 410px;
}

#banner #col2 {
	float: right;
	width: 476px;
	height: 405px;
	padding: 45px 12px 0px 62px;
	background: url(images/banner-slider-bg.png) no-repeat left top;
}

/** FEATURE */

#feature-wrapper {
	background: url(images/feature-wrapper-bg.png) repeat;
}

#feature-divider-bg {
	background: url(images/feature-divider-bg.png) repeat-x left bottom;
}

#feature {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 50px 3px 60px 3px;
}

#feature #column1 {
	float: left;
	width: 300px;
	padding-right: 30px;
}

#feature #column2 {
	float: left;
	width: 300px;
}

#feature #column3 {
	float: right;
	width: 300px;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	width: 240px;
	height: 100px;
	margin-bottom: 20px;
	top: 0;
	left: 0;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style1a span {
	background: url(images/image-border-style1.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-left: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

/** IMAGE BORDER STYLE 3 */

.image-style3 {
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

/** IMAGE BORDER STYLE 4 */

.image-style4 {
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

/** BUTTON STYLE 1 */

.button-style1 {
	display: block;
	width: 135px;
	height: 40px;
	margin-top: 20px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/feature-button-bg%20grey.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.button-style3 {
	display: block;
	width: 135px;
	height: 40px;
	margin-top: 20px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/feature-button-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/** BUTTON STYLE 2 */

.button-style2 {
	display: block;
	width: 340px;
	height: 57px;
	margin-top: 20px;
	background: url(images/banner-button-bg.png) no-repeat left top;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}

#slider {
	position: relative;
	width: 476px;
	margin: 0 auto;
}

#slider .viewer {
	width: 476px;
	height: 255px;
	overflow: hidden;
	margin: 0 auto;
}

#slider .viewer .reel {
	display: none;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 476px;
	height: 255px;
}

#slider .viewer .reel .slide span {
	position: absolute;
	width: 476px;
	height: 255px;
	top: 0;
	left: 0;
	background: url(images/banner-pics-border-bg.png) no-repeat left top;
}

/** BOX 1 */

#box1 {
	margin-bottom: 40px;
}

/** BOX 2 */

#box2 {
	margin-bottom: 40px;
}

/** BOX 1 */

#box3 {
}
