* {
 margin: 0;
}

a:link {
	color: #d18f11;
	text-decoration: none;
	border-bottom:1px dotted #b88826;
}
a:visited {
	text-decoration: none;
	color: #d18f11;
	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: 13px;
	color: #e1bd9e;
	overflow:hidden;

}

.main_products{
	background-image:url(../images/productsbg.jpg);
	background-repeat:no-repeat; 
	background-position:top center; 
	width:950px; 
	height:750px;
	position:relative; 
	margin:0 auto;
}

h2{
	font-size:18px;
	color:#fee096;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;

}

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

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

.content {
	position:absolute;
	top:60px;
	left:125px;
	width:850px;
	height:700px;
}

.ifword{
	display:none;
	
}

.content_text{
	margin-left:15px;
	margin-bottom:12px;
}

.services_list{
	list-style-image:url(../images/bullet.png);
	padding-left:40px;
	
}

