html,
body{
	height:100%;
	margin:0;
  background:#111;
}
body{
  min-width:976px;
	margin:0;
	color:#000;
	font:14px "Palatino Linotype", Verdana, Arial, Helvetica, sans-serif;
	background:#111 url(../images/bg-body.gif) repeat-x;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.wrap{
	width:100%;
	overflow:hidden;
}
#wrapper{
	width:976px;
	margin:0 auto;
	min-height:100%;
	position:relative;
	background: url(../images/bg-main-c.gif) repeat-y;
	overflow:hidden;
}
* html #wrapper{
	height:100%;
	overflow:visible;
}
#header{
  width:100%;      
	height:49px;
	overflow:hidden;
	padding:5px 0 12px;
	background: url(../images/bg-header.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
.logo{
	background: url(../images/logo.gif) no-repeat;
	width:159px;
	height:49px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
.logo a{
	display:block;
	height:100%;
}
.top-nav{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.top-nav li{
	float:left;
	background: url(../images/bullet.gif) no-repeat 0 50%;
	padding-left:14px;
	margin-left:9px;
}
.top-nav li:first-child{
	background:none;
}
.top-nav a{
	text-decoration:underline;
	font:10px Arial, Helvetica, sans-serif;
	color:#7a7a7a;
	float:left;
}
.top-nav a:hover,
.top-nav .active{
	color:#9acb6f;
}
.nav-wrap{
	width:780px;
	overflow:hidden;
	padding:16px 2px 0 0;
	float:right;
}
#nav{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#nav li{
	float:left;
	padding-right:33px;
}
#nav a{
	float:left;
	font:15px Arial, Helvetica, sans-serif;
	color:#989898;
	text-decoration:underline;
}
#nav a:hover,
#nav .active{
	color:#cecece;
}
.search-form{
	float:right;
}
.search-form span{
	float:right;
	background: url(../images/bg-input.gif) no-repeat;
	width:136px;
	height:14px;
	padding:3px 5px;
}
.search-form .text{
	float:left;
	margin:0;
	padding:0;
	background:none;
	border:0;
	text-align:right;
	color:#989898;
	width:136px;
	font:12px Arial, Helvetica, sans-serif;
}
#main{
	width:100%;
	background: url(../images/bg-main-t.gif) no-repeat 0 62px;
	padding:80px 0 70px;
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
#sidebar{
	width:206px;
	float:left;
}
.sub-nav{
	list-style:none;
	margin:0 0 12px;
	padding:0;
	height:1%;
	overflow:hidden;
	background: url(../images/bg-sub-nav.gif) repeat-y;
}
.sub-nav li{
	height:1%;
	vertical-align:middle;
	background: url(../images/separator.gif) no-repeat;
}
.sub-nav li:first-child{
	background:none;
}
.sub-nav a{
	display:block;
	width:191px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:12px 4px 11px 11px;
}
.sub-nav a:hover{
	text-decoration:none;
}
.sub-nav ul{
	list-style:none;
	margin:0;
	padding:0;
	background: url(../images/bg-sub-nav02.gif) repeat-y;
}
.sub-nav ul:after{
	content:"";
	display:block;
	clear:both;
}
.sub-nav ul li{
	background: url(../images/separator02.gif) no-repeat;
}
.sub-nav ul a{
	background: url(../images/bullet02.gif) no-repeat 12px 19px;
	font-size:11px;
	color:#d8d5d5;
	padding:12px 4px 12px 21px;
	width:181px;
}
.definition-box{
	width:690px;
	padding:10px 40px 14px 17px;
	margin:0 -47px 12px 0;
	background:#3d3d3d;
	position:relative;
}
#content .definition-box p{
	margin:0;
	font-size:12px;
	color:#e6e6e6;
	line-height:14px;
}
#sidebar .download{
	display:block;
	background: url(../images/bg-sub-nav.gif) repeat-y;
	padding:12px 4px 11px 11px;
	font-style:italic;
	color:#fff;
}
#sidebar .download:hover{
	text-decoration:none;
}
#content{
	width:724px;
	float:right;
	padding:0 23px 0 0;
	overflow:hidden;
}
.breadcrumbs{
	list-style:none;
	margin:0 0 13px;
	padding:0;
	height:1%;
	overflow:hidden;
}
.breadcrumbs li{
	float:left;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.breadcrumbs a{
	text-decoration:underline;
	float:left;
	color:#000;
}
#content h1{
	margin:0 0 24px;
	font-size:24px;
	font-weight:normal;
}
#content h2{
	margin:0 0 14px;
	font-size:18px;
}
#content p{
	margin:0 0 14px;
	line-height:17px;
}
#content .main-table{
	border-collapse:collapse;
	padding:0;
	margin:0 0 8px;
	border:solid #000;
	border-width:0 1px 1px 0;
}
#content .main-table td{
	background:#cdcdcd;
	border:solid #000;
	border-width:1px 0 0 1px;
	text-align:center;
	padding:3px 5px;
}
#content .main-table thead td{
	font-weight:bold;
}
#content .main-table .investment{width:248px;}
#content .main-table .price{width:100px;}
.bulleted-list{
	list-style:none;
	margin:0;
	padding:11px 0 0;
}
.bulleted-list li{
	padding:0 0 15px 10px;
	background: url(../images/bullet03.gif) no-repeat 0 10px;
}
.contact-form{
	padding:13px 0 0;
}
.contact-form .row{
	width:100%;
	overflow:hidden;
	padding-bottom:7px;
}
.contact-form label{
	float:left;
	width:205px;
	padding:3px 13px 0 0;
	text-align:right;
}
.contact-form span{
	float:left;
	width:226px;
	height:16px;
	padding:6px 10px;
	overflow:hidden;
	background:#c1c1c1;
}
.contact-form .text{
	float:left;
	margin:0;
	padding:0;
	border:0;
	background:none;
	width:226px;
	font-size:12px;
}
.contact-form .text-wrap{
	width:453px;
	height:89px;
	padding:6px 33px 10px 10px;
}
.contact-form textarea{
	width:453px;
	max-width:453px;
	height:96px;
	overflow:auto;
	background:none;
	border:0;
	margin:0;
	font-size:12px;
	line-height:14px;
}
.contact-form .submit{
  font-size:0;
  letter-spacing:-1000px;
	float:left;
	display:inline;
	margin:5px 0 0 217px;
	background: url(../images/bg-submit.gif) no-repeat;
	width:158px;
	height:29px;
	border:0;
	cursor:pointer;
}
.contact-form .image{
	float:left;
	display:inline;
	margin:0 10px 0 98px;
}
.contact-form .image img{
	display:block;
}
.contact-form .code{
	width:137px;
}
.content-list{
	list-style:none;
	margin:0 0 8px;
	padding:0;
  
}
.content-list li{
	padding-left:11px;
	background: url(../images/bullet04.gif) no-repeat 0 9px;
}
#content .image-center{
	margin:0 0 10px;
}
#content .image-center img,
#content .image-right img, 
#content-holder .image-right img{
	display:block;
}
#content .image-right,
#content-holder .image-right{
	float:right;
	padding:0 0 14px 18px;
}
#content .link-wrap{
	width:100%;
	overflow:hidden;
	padding:10px 0;
}
#content .gallery-link{
	text-decoration:underline;
}
#content .gallery-link:hover{
	text-decoration:none;
}
#content .title{
	display:block;
	margin-bottom:14px;
}
#content .title span{
	padding-right:25px;
}
#content .gallery{
	list-style:none;
	margin:0;
	padding:0 28px 0 0;
	float:left;
	width:314px;
}
#content .gallery img{
	float:left;
}
#content .gallery li{
	border:2px solid #4c2f92;
	float:left;
}
#content .gallery .mark{
	border:2px solid #fcff00;
}
#content .text-box{
	height:1%;
	overflow:hidden;
}
#content .video-holder{
	float:left;
	width:291px;
	padding-right:13px;
}
#container{
	float:left;
	padding:0 21px 14px 0;
}
#content .video-holder img, #content-holder .image-left img,
#content .image-left img{display:block;}
#content .image-left, #content-holder .image-left{
	float:left;
	padding:0 21px 14px 0;
}
.title-box{
	margin:0 -23px 10px -31px;
	background:#646464;
	padding-bottom:11px;
}
.title-box h1{
	margin:0 0 0 30px;
	font-size:36px;
	font-weight:bold;
	color:#fff;
}
.content-box{
	width:580px;
	float:left;
}
.content-box p span{
	padding-right:25px;
}
.content-box h2,
.title-holder h2{ 
	font-size:24px;
	font-weight:normal;
	margin:0 0 14px;
}
.aside{
	width:272px;
	float:right;
}
.aside .map-box{
	padding-bottom:84px;
	font-size:11px;
}
.aside .map-box img{
	display:block;
	margin-bottom:5px;
}
.aside .map-box strong{
	display:block;
}
.aside .map-box a{
	text-decoration:underline;
}
.aside .map-box a:hover{
	text-decoration:none;
}
.aside .btn-list{
	list-style:none;
	margin:0;
	padding:0;
}
.aside .btn-list li{
	height:1%;
	vertical-align:middle;
	overflow:hidden;
	padding-bottom:36px;
}
.aside .btn-list a{
	background: url(../images/btn.gif) no-repeat;
	width:215px;
	height:41px;
	padding:13px 0 0 57px;
	display:block;
	color:#fff;
	font:19px Tahoma, Arial, Helvetica, sans-serif;
}
.aside .btn-list a:hover{
	text-decoration:none;
}
#footer{
	width:100%;
	background: url(../images/bg-footer.gif) repeat-x;
	margin:-36px 0 0;
	height:36px;
	position:relative;
	z-index:2;
}
.footer-holder{
	width:976px;
	margin:0 auto;
	overflow:hidden;
	padding:14px 0 0;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	height:1%;
	overflow:hidden;
}
#footer ul li{
	float:left;
	background: url(../images/bullet05.gif) no-repeat 0 6px;
	padding:0 13px 0 17px;
}
#footer ul li:first-child{
	background:none;
	padding-left:0;
}
#footer ul a{
	color:#7a7a7a;
	text-decoration:underline;
	font:10px Arial, Helvetica, sans-serif;
	float:left;
}
#footer ul a:hover{
	text-decoration:none;
}
#footer p{
	margin:0;
	font-size:10px;
	color:#7a7a7a;
	float:right;
}
#content .email-success{
 color:#1a9e04;
 font-weight:bold;
 margin-bottom:14px;                
}
#content .email-error{
 color:#ff0000;
 font-weight:bold;
 margin-bottom:14px;            
}
#content-holder{
     padding:0 23px 0 82px;
     width:871px;
     overflow:hidden;
} 
