/* Global reset */
img{border:none;}
a{
	color:#000;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
input, textarea, select{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color: #000;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	background:#ccd4d7 url(../images/bg-body.png) repeat-x;
	min-width:849px;
}
/* General settings */
#main-container{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mc-holder-1{
	width:1089px;
	position:relative;
	float:left;
	left:50%;
}
.mc-holder-2{
	width:1089px;
	position:relative;
	float:left;
	left:-50%;
}
#wrapper{
	width:1089px;
	margin: 0 auto;
	background:url(../images/bg-wrapper.png) no-repeat 0 25px;
}
#wrapper .inner{
	width:849px;
	margin: 0 auto;
	height:750px;
}
#header{
	width: 100%;
	overflow:hidden;
	padding:0 0 15px;
}
.logo{
	float: left;
	margin: 27px 0 0 5px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	width:276px;
	height:59px;
	display: inline;
}
.logo a{
	display: block;
	height:100%;
	overflow:hidden;
	color: #fff;
}
#main{
	height:515px;
	overflow:hidden;
	background: url(../images/bg-main.png) no-repeat;
	margin:0 0 4px;
}
#content{
	float: left;
	width:368px;
	height:482px;
	margin: 25px 0 0 53px;
	background: url(../images/bg-content.png) no-repeat 14px 100%;
	display: inline;
}
.description{
	background: url(../images/bg-description.png) no-repeat;
	width: 307px;
	height:100px;
	overflow:hidden;
	color: #890877;
	font-size:18px;
	line-height:20px;
	font-style: italic;
	padding:0 15px 0 47px;
	margin: 0 0 24px;
}
.description p{margin: 21px 0 0;}
.how-it-work{padding:0 0 18px 74px;}
.how-it-work h2{
	background:url(../images/text-how-it-work.png) no-repeat;
	margin: 0 0 9px;
	text-indent: -9999px;
	width:210px;
	height:20px;
	overflow:hidden;
}
.how-it-work ul{
	margin:0;
	padding:0 0 0 15px;
	list-style: none;
	font-weight: bold;
	font-size:13px;
	color: #cd7797;
	word-spacing: -1px;
}
.how-it-work ul span{color: #cd7797;}
.how-it-work ul .last{color: #9f1f7a;}
.how-it-work li{padding:0 0 6px;}
.search-form{
	height:205px;
	width:282px;
	overflow:hidden;
	background: url(../images/bg-search.png) no-repeat;
	color: #000;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 48px;
}
.search-form .holder{padding:19px 0 0 20px;}
.search-form h3{
	margin: 0 0 11px -4px;
	text-indent: -9999px;
	background:url(../images/text-start-search.png) no-repeat;
	height:16px;
	overflow:hidden;
}
.search-form .row{
	width: 100%;
	overflow:hidden;
	padding:0 0 3px;
}
.search-form label{
	float: left;
	width:94px;
	line-height:11px;
}
.search-form select{
	float: left;
	width:154px;
}
.search-form .row .text-holder{
	background: url(../images/bg-text-field.png) no-repeat;
	width:154px;
	height:17px;
	overflow:hidden;
	float: left;
}
.search-form .txt{
	float: left;
	background: none;
	border: 0;
	width: 130px;
	padding:1px 14px 1px 10px;
	font-size:10px;
}
.search-form .btn-submit{
	display: block;
	background: url(../images/btn-submit.png) no-repeat;
	border: 0;
	line-height:0;
	cursor: pointer;
	padding:0;
	width:251px;
	height:36px;
	text-indent: -9999px;
	margin: 9px 0 0 -2px;
}
.flash-holder{
	float: left;
	width:424px;
	height:507px;
	margin: 0;
}
#footer{
	width: 100%;
	overflow:hidden;
	margin: 0;
	font-size:11px;
	color: #797979;
	line-height:16px;
}
.w1{
	float:left;
	position:relative;
	left:50%;
}
.w2{
	position:relative;
	left:-50%;
}
* html .w2{float:left;}
#footer p{
	margin: 0;
	display: inline;
}
#footer ul{
	margin:0;
	padding:0 0 0 16px;
	list-style: none;
	display: inline;
	overflow:hidden;
}
#footer li{
	background: url(../images/separator-footer.gif) no-repeat 0 2px;
	padding:0 14px 0 15px;
	display: inline;
	margin-left:-1px;
}
#footer li.first-child,
#footer li:first-child{
	padding-left:0;
	background: none;
}
#footer a{color: #797979;}