/* - -- --- ---- ----- RESET ----- ---- --- -- - */

body, h1, h2, h3, h3, h4, h5, h6, p, ul, ol, li, form, input, img{
	border:0;
	margin:0;
	padding:0;
	border: none;
   }


/* - -- --- LOAD CUSTOM FONT --- -- - *


/* - -- --- ---- ----- MAIN LAYOUT ----- ---- --- -- - */

body{
	font: 13px tahoma, arial;
	color: #666699;
	background: url(../bg-repeat.jpg) repeat #efefef;
}

.wrap{
	width: 960px;
	margin: 0 auto;
}


/* - -- --- TITLE --- -- - */

#title{
	margin: 50px 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;
}



.side{
	width: 335px;
    text-align: center;
    margin-left: auto ;
    margin-right: auto ;
}


/* - -- --- 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: #666699;
	position: relative;
}

.form::-webkit-input-placeholder{
	color: #666699;
}

.form:-moz-placeholder{
	color: #666699;
}

.form.error{
	border-color: #c86c6c;
}

textarea.form{
	height: 150px;
}

.captchaContainer label{
	padding: 13px 0 0;
	font: normal 14px quicksand, arial;
/*	text-transform: uppercase; */
	float: left;
    font-weight: bold;
}

span.captchaField{
	padding: 12px 5px 0;	
	float: right;
	font: normal 14px quicksand, arial;
    font-weight: bold;
}

.form.captcha{
	width: 50px;
	float: right;
	margin: 0 0 0 6px;
    font-weight: bold;
}

.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(../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;
}

#loader{
	display: none;
	width: 16px;
	height: 37px;
	margin: 10px 0 0 10px;
	float: right;
	background: url(../loader.gif) no-repeat 0 center;
}

#result{
	line-height: 37px;
    
    font-size: x-large;
}

#result .success{
	color: green;
	display: none;
}

#result .fail{
	color: red;
	display: none;
}


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: #666699;
	border-top: 1px solid #666699;
	border-bottom: 1px solid #666699;
}

h2{
	font: normal 25px/1.1em QuicksandBook, arial;
	color: #666699;
	margin-bottom: 25px;
}

h1 strong, h2 strong{
	font-family: QuicksandBold, arial;
}

h3{
	font: normal 16px/1.3em QuicksandBook, arial;
	color: #666699;
	margin: 0 0 25px;
    font-weight: bold;
}

h4{
	font: bold 13px/1em tahoma, arial;
	letter-spacing: 1px;
	color: #151515;
	margin: 0 0 5px;	
}

h5{
	font: normal 11px/1em tahoma, arial;
	color: #bcbcbc;
	margin: 0 0 10px;
	text-align: right;
}

.left{
	float: left;
}

.right{
	float: right;
}

.oh{
	overflow: hidden;
}

.clear{
	clear: both;
}

#website{ display:none; }