* {
 margin: 0;
}

a:link {
	color: #b88826;
	text-decoration: none;
	border-bottom:1px dotted #b88826;
}
a:visited {
	text-decoration: none;
	color: #b88826;
	border-bottom:1px dotted #b88826;
}
a:hover {
	text-decoration: none;
	color: #f6ba3d;
	border:0;
	
}
a:active {
	text-decoration: none;
	color: #f6ba3d;
	border-bottom:1px dotted #b88826;
}

a:active { outline: none; }
a:focus { outline: none; }

body, html{
	height: 100%;
	width:100%;
	padding: 0;
    margin: 0;
	display:block;
	font-family:"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #e1bd9e;


}

.main_offers{
	background-image:url(../images/offersbg.jpg); 
	background-repeat:no-repeat; 
	background-position:top center;
	width:900px; 
	height:450px; 
	position:relative; 
	margin:0 auto;


}

h3{
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;

}

h2{
	font-family:"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #e1bd9e;
	font-weight:normal;
}

.h1_text{
	position:absolute; 
	top:0px; 
	left:0px;
	text-indent:-9999px;
	overflow:hidden;
}

.h2_text{
	position:absolute; 
	top:0px; 
	left:0px;
	text-indent:-9999px;
	overflow:hidden;
}

.mail{
	line-height:30px;

}

.mail a{
	font-size:19px; 
	color:#acd51e; 
	border-bottom-color:#acd51e;
	
}

.mail a:visited{
	font-size:19px; 
	color:#acd51e; 
	border-bottom-color:#acd51e;
	
}


.mail a:hover{
	color:#c5e948;

}


