*{ margin:0; padding:0; outline:none;}

body {
	background: #89b51e url(images/back.gif) repeat;
	font: 100%/1em Tahoma, Geneva, sans-serif;
	line-height:1.4em;
	color:#036;
}
a, a:link {
	color: #0082D6;
	text-decoration: none;
}
a:hover {
	color: #7BB523;
	text-decoration: underline;
}
#wrap {
	width:900px;
	margin:1% auto 0;
	position: relative;
}

h1 {
	font-family:Tahoma;
	font-size:80%;
	color: #FFFFFF;
	margin:0px 10px;
}

p {
	font-size:76%;
	margin:8px 20px 6px 6px;
}
p.requestquote {
	background: #FFF url(images/requestquote_bg.jpg) no-repeat;
	height:98px;
	padding:30px 180px 0px 10px;
	font: bold 14px Tahoma, Geneva, sans-serif;
	color:#FFF;
	line-height: 1.2em;
}
p.requestquote a {
	color:#FFF;
}
p.requestquote a:hover {
	color: #9C0;
	text-decoration:none;
}
ul {
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.4em;
	padding-top: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: 10px;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

