@charset "UTF-8";
/* CSS Main */

/*
-----------------------------------------------------------------------
Basic Tags
*/
body{
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
	background-color: #FFF;
	background-image:url(../pics/bg.jpg);
	background-position:center;
}

img{
	border:	0px;
}

.clear-left{
	clear:			left;
	width:			0px;
	height:			0px;
	line-height:	0px;
	font-size:		0px;
}
.clear-right{
	clear:			right;
	width:			0px;
	height:			0px;
	line-height:	0px;
	font-size:		0px;
}
.clear-both{
	clear:			both;
	width:			0px;
	height:			0px;
	line-height:	0px;
	font-size:		0px;
}

a{
	font-family: 	'Play', sans-serif; 
	font-weight: 	normal;
	font-size:		12px;
	color:			#787878;
	line-height:	18px;
	letter-spacing:	1px;
	text-decoration:none;
	
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
}
a:hover{
	color:			#ef7513;
}

input{
	width:200px;
	height: 24px;
	line-height:24px;
	
	font-family: 	'Play', sans-serif; 
	font-size:		12px;
	color:			#666;
 	font-weight:	400;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	padding-left:	5px;
	text-decoration:none;
	
	border:	0px solid #999;
	background-color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.submit{
	width:100px;
	height: 	24px;
	line-height:24px;
	
	font-family: 	'Play', sans-serif; 
	font-size:		12px;
	color:			#FFF;
 	font-weight:	400;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	text-decoration:none;
	text-align:		center;
	
	cursor:	pointer;
	
	background-color:	#930011;
	
	border: 0px;
	-webkit-border-radius: 	5px;
	-moz-border-radius:		5px;
	border-radius: 			5px;
	background: 			#DC0019;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DC0019), to(#82000f));
	background: -webkit-linear-gradient(#DC0019, #82000f);
	background: -moz-linear-gradient(#DC0019, #82000f);
	background: -ms-linear-gradient(#DC0019, #82000f);
	background: -o-linear-gradient(#DC0019, #82000f);
	background: linear-gradient(#DC0019, #82000f);	
}



/*
-----------------------------------------------------------------------
Fonts, Texts

Typs: 200, 400, 400italic, 600 
*/
h1{
	font-family: 	'Play', sans-serif; 
	font-weight: 	bold;
	font-size:		18px;
	color:			#824913;
	line-height:	18px;
	letter-spacing:	1px;
	
	margin:			0px 0px 0px 0px;
	margin-bottom:	20px;
	padding:		0px 0px 0px 0px;
}

h2{
	font-family: 	'Play', sans-serif; 
	font-weight: 	normal;
	font-size:		12px;
	color:			#787878;
	line-height:	18px;
	letter-spacing:	1px;
	
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
}

ol, ul{
	padding:		0 0 0 0;
	margin:			0 0 0 0;
}

li{
	margin:			0 0 0 0;
	padding:		0 0 0 0;
}

p{
	margin:			0 0 0 0;
	padding:		0 0 0 0;
}