/* - -- --- ---- ----- RESET ----- ---- --- -- - */

body, h1, h2, h3, h3, h4, h5, h6, p, ul, ol, li, form, input, img{
	border:0;
	margin:0;
	padding:0;
	border: none;
}

img {
	border: none;
}

/* - -- --- ---- ----- MAIN LAYOUT ----- ---- --- -- - */

body{
	font: 13px tahoma, arial;
	color: #151515;
	background: url(img/noise.jpg) repeat #efefef;
}

.wrap{
	width: 960px;
	margin: 0 auto;
}

/* - -- --- TITLE --- -- - */

#title{
	margin: 30px 0;
	text-align: center;
}


/* - -- --- CONTENT --- -- - */

#main{
	padding: 35px 40px;
	border: 1px solid #e8e8e8;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#mainBottom{
	height: 15px;
	margin-bottom: 50px;
	background: url(/img/main-shadow.png) no-repeat 0 0;
}

.content{
	width: 490px;
	float: left;
	padding-right: 50px;
}

ul.features{
	list-style: none;
}

ul.features li{
	margin: 0 0 20px;
	padding: 10px 0 10px 60px;
	line-height: 1.3em;
	overflow: hidden;
	background-position: left center;
	background-repeat: no-repeat;
}

ul.features li.star{
	background-image: url(/img/star.png);
}

ul.features li.chart{
	background-image: url(img/chart.png);
}

ul.features li.lock{
	background-image: url(/img/lock.png);
}

.side{
	width: 335px;
	float: right;
}

/* - -- --- FORMS --- -- - */

.form{
	margin: 0 0 10px;
	width: 300px;
	background: #f6f5f0;
	border: none;
	border-width: 0 1px 1px 0;	
	border-style: solid;
	border-color: #d9d9d9;
	padding: 12px 16px;
	font: normal 14px tahoma;
	color: #444;
	position: relative;
}

.form::-webkit-input-placeholder{
	color: #444;
}

.form:-moz-placeholder{
	color: #444;
}

.form.error{
	border-color: #c86c6c;
}

textarea.form{
	height: 65px;
}

.captchaContainer label{
	padding: 13px 0 0;
	font: normal 14px quicksand, arial;
	text-transform: uppercase;
	float: left;
}

span.captchaField{
	padding: 1px 5px 0;	
	float: right;
	font: normal 14px quicksand, arial;
}

.form.captcha{
	width: 90px;
	float: right;
	margin: 0 0 0 6px;
}

.button{
	height: 37px;
	float: left;
	margin: 10px 10px 5px 0;
	padding: 0 18px;
	font: bold 16px/1em arial;
	color: #fff;
	text-shadow: 0 1px 1px #222;
	background: url(/img/button-bg.jpg) repeat-x 0 0;
	border: 0;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}

.button:hover{
	background-position: 0 -38px;
}


input:focus, input:active, textarea:focus{
    outline: none;
}

input::-moz-focus-inner { 
	border: 0;
}

textarea{
    resize: none;
    -moz-resize: none; /* FF4 - via @sambowler */
    overflow: auto;
}


/* - -- --- TYPOGRAPHY & OTHER STYLES --- -- - */

a{
	text-decoration: none;
	color: #7e1818;
}

a:hover, a:focus{
	text-decoration: underline;
    outline: none;
}

h1{
	display: inline-block;
	padding: 15px 20px;
	font: normal 35px/1em QuicksandBook, arial;
	text-transform: uppercase;
	color: #353535;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	text-shadow:3px 1px 5px #AAAAAA;
}

.success{
	text-align: center;
	padding: 0 0 20px 0;
	font: normal 25px/1.1em QuicksandBook, arial;
	text-transform: uppercase;
	color: #353535;
	text-shadow:3px 1px 5px #AAAAAA;
}


h2{
	font: normal 25px/1.1em QuicksandBook, arial;
	color: #343434;
	margin-bottom: 25px;
}

h1 strong, h2 strong{
	font-family: QuicksandBold, arial;
}

#footer h2{
	font-size: 20px;
	font: 25px/1.1em QuicksandBold, arial;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 3px #222;
	margin: 0 0 17px;
}

h3{
	font: bold 16px/1.3em QuicksandBook, arial;
	color: #151515;
	margin: 0 0 25px;
}

h4{
	font: bold 13px/1em tahoma, arial;
	letter-spacing: 1px;
	color: #151515;
	margin: 0 0 5px;	
}


.oh{
	overflow: hidden;
}

.clear{
	clear: both;
}
