
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: 'Rosario', sans-serif;
	font-size: 14px;
	color: #979797;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 150%;
}

strong {
}

a {
	color: #42BAC7;
}

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 {
	overflow: hidden;
	padding: 60px 0px;
}

.homepage #wrapper {
	padding: 30px 0px;
}

.container {
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	overflow: hidden;
	background: #2A2A2A url(images/header-wrapper-bg.jpg) repeat;
}

#header-wrapper-gradient-bg {
	height: 294px;
	background: url(images/header-wrapper-gradient-bg.jpg) repeat-x left top;
}

#header-main-content {
	width: 960px;
	height: 294px;
	margin: 0px auto;
	background: url(images/header-main-bg.jpg) no-repeat left top;
}

.homepage #header-wrapper {
}

.homepage #header-wrapper-gradient-bg {
	height: 664px;
}

.homepage #header-main-content {
	height: 664px;
}

#header {
	overflow: hidden;
	height: 194px;
}

/** LOGO */

#logo {
	float: left;
	width: 480px;
	height: 100px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	padding: 80px 0px 0px 0px;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 54px;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 220px;
	height: 110px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 100px 0px 0px 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input.blank {
	color: #575757;
}

#search-text {
	width: 200px;
	height: 35px;
	padding: 0px 0px 0px 15px;
	background: url(images/search-icon-bg.png) no-repeat 185px 50% rgba(0,0,0,.6);
	border: none;
	border-radius: 5px;
	box-shadow: 0px 1px 0px 0px #444444;
	line-height: 35px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.4);
	font-size: 16px;
	font-family: 'Rosario', sans-serif;
	color: #807D7D;
}

#search-submit {
	display: none;
	width: 50px;
	height: 25px;
}

/** MENU */

#menu {
	width: 960px;
	height: 50px;
	margin: 0px auto;
	background: #C5586A url(images/menu-wrapper-bg.png) repeat;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	padding: 0px 30px;
	background: url(images/menu-divider-bg.png) no-repeat left 50%;
	line-height: 50px;
}

#menu a {
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: left;
	width: 610px;
}

.two-column2 #content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 290px;
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 140px;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	color: #A7A7A7;
}

/** FOOTER CONTENT */

#footer-content-wrapper-bg {
	overflow: hidden;
	background: #D6D6D6 url(images/footer-content-bg.png) repeat;
}

#footer-content-topbg {
	background: url(images/footer-content-top-bg.png) repeat-x left top;
}

#footer-content {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 55px 0px;
}

#footer-content h2 {
	padding: 0px 0px 15px 0px;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 28px;
	color: #525151;
}

#footer-content #column1 {
	float: left;
	width: 270px;
	margin-right: 50px;
}

#footer-content #column2 {
	float: left;
	width: 270px;
}

#footer-content #column3 {
	float: right;
	width: 270px;
}

/** BAR CONTENT */

#bar-wrapper-bg {
	overflow: hidden;
	background: #454545 url(images/bar-wrapper-bg.png) repeat;
}

#bar-content {
	width: 960px;
	height: 241px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	background: url(images/bar-main-bg.png) no-repeat left top;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	color: #BDBDBD;
}

#bar-content h2 {
	padding: 0px 0px 15px 0px;
	font-size: 28px;
	color: #FFFFFF;
}

#bar-content .bar-number {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: url(images/bar-number-bg.png) no-repeat left top;
	line-height: normal;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #6D6C6C;
}

#bar1 {
	float: left;
	width: 320px;
}

#bar2 {
	float: left;
	width: 320px;
}

#bar3 {
	float: left;
	width: 320px;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	height: 38px;
	background: url(images/list-style1-line.png) repeat-x left top;
}

ul.style1 a {
	display: block;
	padding: 0px 0px 0px 20px;
	background: url(images/list-style1-arrow.png) no-repeat left 16px;
	line-height: 38px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #F2F2F2;
	color: #878787;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .first {
	background: none;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	color: #42BAC7;
}

ul.style2 li {
	padding: 40px 0px 80px 0px;
	border-top: 1px solid #E3E3E3;
}

ul.style2 .first {
	border-top: 0px;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 15px 0px 0px 0px;
}

ul.style3 a {
	color: #979797;
}

/** BANNER */

#banner {
	overflow: hidden;
	width: 960px;
	height: 419px;
	margin: 0px auto;
	background: url(images/homepage-s--Copy_15.jpg) no-repeat left top;
}

#banner #col1 {
	float: left;
	width: 470px;
}

#banner #col1 h2 {
	padding: 62px 0px 15px 0px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	font-size: 45px;
	color: #FFFFFF;
}

#banner #col1 p {
	line-height: normal;
}

#banner #col2 {
	float: right;
	width: 490px;
}

/** TEXT STYLES */

.text-style1 {
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	font-size: 28px;
	color: #B8B8B8;
}

.text-style1 span {
	color: #62DAE7;
}

.text-style2 {
	line-height: 180%;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	margin-top: -5px;
	font-size: 18px;
	color: #A1A1A1;
}

/** LINK STYLE 1 */

.link-style1 {
	display: block;
	width: 150px;
	height: 40px;
	margin-top: 33px;
	background: #C5586A url(images/menu-wrapper-bg.png) repeat;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 18px;
	color: #FFFFFF;
}

/** LINK STYLES 2 */

.link-style2 {
	display: inline-block;
	width: 80px;
	height: 30px;
	margin-top: 10px;
	background: #323232 url(images/link-style2.png) repeat;
	border-radius: 5px;
	box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,.3);
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 14px;
	color: #FFFFFF;
}

/** LINK STYLE 3 */

.link-style3 {
	float: left;
	display: block;
	width: 80px;
	height: 30px;
	margin-top: 2px;
	background: #C5586A url(images/menu-wrapper-bg.png) repeat;
	border-radius: 5px;
	box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,.2);
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 14px;
	color: #FFFFFF;
}

/** SLIDERTRON */

#slider {
	position: relative;
	width: 490px;
	margin: 0px auto;
	padding: 60px 0px 0px 0px;
}

#slider .viewer {
	width: 470px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
	border: solid 10px #f4f4f4;
	border-radius: 5px;
}

#slider .viewer .reel {
	display: none;
	height: 240px;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 470px;
	height: 240px;
}

#slider .indicator {
	margin: 30px auto 0 auto;
}

#slider .indicator ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#slider .indicator ul li {
	display: inline-block;
	width: 12px;
	height: 13px;
	text-indent: -9999em;
	margin: 0 2px 0 2px;
	background: url(images/indicator-default-bg.png) no-repeat left top;
}

#slider .indicator ul li.active {
	background: url(images/indicator-active-bg.png) no-repeat left top;
}

/** TWO-COLUMN */

#two-column {
}

#two-column #colA {
	float: left;
	width: 450px;
}

#two-column #colB {
	float: right;
	width: 450px;
}

/** IMAGE STYLE 1 */

.image-style1 {
	float: left;
	display: inline-block;
	margin-left: 5px;
	margin-right: 30px;
	padding: 6px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #F3F3F3;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}

/** BOX STYLE 1 */

.box-style .title {
	padding: 0px 0px 15px 0px;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 28px;
	color: #525151;
}

/** BOX 1 */

#box1 .first {
	padding-top: 10px;
}
