html {
	background: url('../images/background.jpg') repeat-x;
}

body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.inner {
	width: 989px;
	margin: 0 auto;
}

a img {
	border: none;
}

marquee {
	 height: 90px;
	 width: 397px;
}

/* Lightbox */
#overlay {
	display: none;
	position: fixed;
	background: url('../images/lightbox-overlay.png') repeat;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.lightbox {
	display: none;
	position: absolute;
	z-index: 2;
	background: #000;
	width: 606px;
	height: 407px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px; 
	border: 6px solid #656D78;
}

.lightbox .lightbox-content {
	position: relative;
}

.lightbox .lightbox-content .close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 3;
}

.lightbox h2 {
	margin: 0;
	color: #FFF;
}

.lightbox p {
	color: #CCC;
	line-height: 160%;
}

#video-lightbox .lightbox-content .close {
	position: absolute;
	top: -15px;
	left: 420px;
	z-index: 999;
}

.lightbox object {
	position: absolute;
	top: 0;
	left: 0;
}

.lightbox .lightbox-copy {
	padding: 20px;
}

.lightbox .lightbox-content #gallery img {
	position: absolute;
	border: 4px solid #FFF;
}

.lightbox .lightbox-content #gallery img.fade {
	display: none;
}

#video-lightbox {
	width: 438px;
	height: 240px;
	margin-left: -219px;
}

#privacy-lightbox {
	width: 438px;
	height: 360px;
	margin-left: -219px;
}

/* Header */

#header {
	width: 989px;
	height: 86px;
}

#header #logo {
	float: left;
	margin-top: 37px;
}

#header #menu {
	background: url('../images/menu-bg.jpg') no-repeat;
	width: 705px;
	height: 42px;
	margin-top: 43px;
	float: right;
}

/* Middle */

#middle {
	background: url('../images/middle-full-bg.jpg') top center no-repeat;
	height: 443px;
}

#middle-inner {
	background: url('../images/middle-center-bg.jpg') no-repeat;
	width: 989px;
	height: 443px;
	position: relative;
}

#middle-inner #calculator a {
	position: absolute;
	background: url('../images/calculator-btn.png') no-repeat;
	width: 247px;
	height: 66px;
	padding: 10px 76px 0 20px;
	top: 311px;
	left: 285px;
	display: block;
	color: #FFF;
	font-size: 19px;
	line-height: 20px;
	text-decoration: none;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	outline: none;
	cursor: text;
}

#middle-inner #flash {
	position: absolute;
	top: 95px;
	left: 235px;
}

/* Content */
#content {
	background: #CACACA url('../images/content-bg.jpg') repeat-x;
	min-height: 277px;
	border-bottom: 1px solid #FFF;
}

#content-inner {
	padding-top: 11px;
}

/* Boxes */

#content-inner .box {
	height: 258px;
	float: left;
	margin-right: 11px;
}

#content-inner .box .box-content {
	padding: 13px 23px 23px 23px;
}

#content-inner .small-box .box-content {
	padding: 13px 19px 19px 19px;
}

#content-inner .special-box .box-content {
	padding: 20px 19px;
}

#content-inner .big-box {
	background: url('../images/big-box-bg.jpg') bottom repeat-y;
	width: 444px;
}

#content-inner .big-box .top {
	background: url('../images/big-box-top.jpg') bottom repeat-y;
	width: 444px;
	height: 7px;
}

#content-inner .small-box {
	background: url('../images/small-box-bg.jpg') bottom repeat-y;
	width: 244px;
}

#content-inner .small-box .top {
	background: url('../images/small-box-top.jpg') bottom repeat-y;
	width: 244px;
	height: 7px;
}

#content-inner .special-box {
	background: url('../images/special-box.jpg') no-repeat;
	width: 241px;
}

#content-inner .box img.right {
	float: right;
}

#content-inner .box h1 {
	width: 273px;
	color: #4B5461;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 13px 0;
}

#content-inner .special-box h1 {
	color: #FFF;
}

#content-inner .box h2 {
	font-size: 12px;
	font-weight: bold;
	color: #DB6200;
	margin: 0 0 37px 0;
}

#content-inner .box ul {
	margin: 0 0 1em 13px;
	padding: 0;
}

#content-inner .box p,
#content-inner .box li {
	color: #4B5461;
	line-height: 20px;
	margin: 0 0 5px 0 !important;
}

#content-inner .big-box p {
	margin: 0 0 1em 0 !important;
}

#content-inner .box .scroller {
	height: 90px;
	overflow: hidden;
}

/* Footer */
#footer {
	background: url('../images/footer-wrapper-bg.jpg') repeat-x;
	height: 173px;
	font-family: Arial, sans-serif;
}

#footer-wrapper {
	background: url('../images/footer-bg.jpg') top center no-repeat;
	padding-top: 29px;
	height: 144px;
}

#footer p.copyright {
	color: #ABAFB5;
	margin: 0 0 10px 0;
}

#footer p.credit {
	color: #B4A193;
	margin: 0;
}

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

#footer a:hover {
	color: #FFF;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
