@charset "utf-8";
/* CSS Document */

body{
	background:#141414;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

img {
	border:none;
}

#wrap{
	width:1200px;
	border:1px solid #FFF;
	border-bottom:none;
	border-top:none;
	margin:0 auto;
}

#top-div{
	height:940px;
	background:url(images/top-bg.jpg) repeat-x;
}

#logo{
	background:url(images/logo.png) no-repeat;
	width:337px;
	height:269px;
}

#tag{
	background:url(images/tag.png) no-repeat;
	height:154px;
	width:255px;
	margin:30px 0 0 15px;
}

#buckets{
	width:1056px;
	margin:0 auto;
	margin-top:0px;
	color:#fff2dc;
}

.bucket{
	text-align:center;
	line-height:16px;
	width:204px;
	margin:0 30px;
	float:left;
	font-size:11px;
}

.bucket h3{
	color:#ffc25b;
}

img.title{
	margin-top:10px;
}

#btm-div{
	background:url(images/btm-bg.jpg) repeat-x;
	width:1200px;
	/*height:435px;*/
	background-color: #141414;
}

#btm-rediv{
	background:url(images/watermark.png) no-repeat ;
	color:#FFF;
	float:left;
	margin:0 auto;
	width: 1200px;
}

#btm-rediv h2{
	margin:0;
	padding:20px 0 20px 100px;
}

#btm-rediv p{
	width:500px;
	margin:0 40px 0 50px;
	line-height:18px;
	text-align:justify;
	float:left
}

img#tag-bottom{
	margin:17px 0 0 43px;
	float: left;
}

#contact{
	width:257px;
	float:left;
}

#menu-btm{
	color:#fff;
	clear:both;
	text-align:center;
	margin-top:15px;
}

#menu{
	float:right;
	width:390px;
	margin:45px 430px 0 0;
}

#menu-btm ul, #menu-btm li{
	list-style:none;
	display:inline;
	text-decoration:none;
}

#menu-btm ul{
	border-bottom:1px solid #4b4b4b;
	width:75%;
	padding:0 0 12px 0;
	margin:0;
	clear:both;
}

#menu-btm li a{
	margin:0 8px;
	color:#FFF;
	text-decoration:none;
}

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

#steps img{
	margin:6px 0;
}

#promo{
	width:328px;
	margin-left:40px;
	float:left;
}

#top-banner{
	background:url(images/banner.jpg) no-repeat;
	width:1200px;
	height:686px;
	position: relative;
}

/*#steps{
	width:413px;
	margin:30px 0 0 43px;
	float:left;

}*/

#steps{
	position: absolute;
	top: 320px;
	right: 0px;
	width:423px;
	margin:30px 0 0 43px;
	background: #9B651B;
}

#footer{
	text-align:center;
	background:#101010;
	color:#696969;
	line-height:18px;
	padding:10px 0;
	clear:both;
	position:relative;
	margin-top: 70px;
}

.footer-home{
	margin-top:2px;
}

.footer{
	margin-top:246px;
}

#footer span{
	font-size:10px;
	line-height:14px;
}

#content{
	width:1000px;
	margin:0 0 20px 100px;
	border-bottom:1px solid #CCC;
	padding-bottom:20px;
	line-height:22px;
	min-height:350px
}

#content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	margin:20px 0 0 0;
}

#realtooltip{
	background:url(images/popup_bg.png) no-repeat;
	width:310px;
	position:absolute;
	top: 10px;
	right: 10px;
	height:167px;
}

#realtooltip table{
	margin: 75px 0 0 20px;
}

#realtooltip input.input{
	width:200px;
}

#realtooltip img{
	float:right;
	margin:5px 5px 0 0;
}

.clear{
	clear:both;
}