/*
*	DOMIGATOR
*/

* { margin: 0; padding: 0; }

html{
}
body { font: 16px Arial, Helvetica, sans-serif; background-color:#37421A;color:#121212;margin-left: auto;margin-right: auto;text-align: center; text-align:center;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}

input, button, textarea { font: 1em Verdana, sans-serif;}
input, button { vertical-align: middle; }
legend { display: none; }
fieldset { border: none; }
ul{
	list-style-type: none;
}
a { color: #FF9000; text-decoration:none; }

a:visited{
	color:#FF9000;  text-decoration:none;
}a:hover{
color: #FFFFFF; text-decoration:underline;
}
a img { border: 0; }
table { border-collapse: collapse; width: 100%; }
hr { display: none; }
.clear{
clear: both;
}


:focus {
	outline: 0;
}


/*
*	HEADINGS
*/


h1 {
	padding: 0;
	margin: 0;
	width: 253px;
	height: 97px;
	font-size: 3px;
	position:relative;top:0px;left:30px;
	float:left;
	margin-left:115px;
}

h1 a {
	display: block;
	width: 253px;
	height:97px;
	color: #fff;
	border-bottom:0px;
}

h1 a:visited {
	display: block;
	width: 253px;
	height: 97px;
	color: #fff;
	border-bottom:0px;
}

h1 a span{
	background: url(images/logo.jpg) no-repeat;
	position:absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 10;
	border-bottom:0px;
}

/*
*	LAYOUT
*/



#header{
	width:770px;
	text-align: left;
	height: 340px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin:0px auto;
	position:relative;
}


#main{
	text-align: left;
	width:845px;
	margin:0px auto;
	background-image: url(images/mains.jpg);
	background-repeat: no-repeat;
	height:713px;
	position:relative;
}


.signup{
	position:absolute;top:275px;right:70px;
}

.input{
	border:3px solid #4B5729;
	width:250px;
	height:20px;
	padding:5px;
	background-color: #86964F;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:23px;
}

.input:focus{

	background-color: #37421A;
	color:white;
}

.mail {color: #FFFFFF}

#intro{
	width:340px;
	position:absolute;top:350px;right:0px;

}

#intro p{
	margin-bottom:18px;
}

#intro2{
	width:380px;
	position:absolute;top:290px;right:30px;

}

#intro2 p{
	margin-bottom:18px;
	color:white;
}

#footer p{
	position:absolute;top:710px;left:130px;
	text-align: right;
	font-size: 12px;
	color:#92A551;
}

/* Css Menu */
#pay {
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 53px;
	display: inline;
	margin-top:-0px;
	position:absolute;
	top:700px;
	left:390px;
	width: 182px;
}
#pay li {margin: 0; padding: 0;display: inline;list-style-type: none;}

#paypal a  {
	width: 155px;
	margin-right:10px;

}



