body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	z-index: 1;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #DCBD00;
	scrollbar-3dlight-color: #DCBD00;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DCBD00;
	scrollbar-track-color: #FFFFFF;
	background-image: url(../images/page_bck.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#logo{
	margin: auto;
	width:960px;
	height: 50px;
}

#menutop{
	margin: auto;
	width:960px;
	height: 35px;
	background-color: #333;
}

#header{
	margin: auto;
	width:960px;
	height: 240px;
	background-image: url(../images/header.jpg);
}
#header_pad{
	margin: auto;
	width:960px;
	height: 10px;
	background-image: url(../images/header_padding.jpg);
}
#content{
	margin: auto;
	width:960px;
	min-height:500px;
	height: auto;
}
#content a:link, #content a:active, #content a:visited {
       text-decoration: none;
       color: green;
}
#content a:hover {
       text-decoration: none;
       color: #003366;
}
#textContent{
	padding-top: 20px;
	margin-right: 30px;
	padding-bottom: 20px;
	margin-left: 20px;
}


#mainpad{
	z-index: -2;
	float: left;
	width:960px;
	height:250px;

}

#contactform{
	margin: auto;
	height: 650px;

}

#retail_application{
	margin: auto;
	height: 750px;

}
#footer{
	margin: auto;
	width:960px;
	height: 80px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#site_map {
	margin: 0 auto;
	width: 960px;
	height:auto;
	color: #FFFFFF;
	background-image: url(../images/footer_bck.jpg);
	background-repeat: repeat-x;
}
#credits{
	margin: 0 auto;
	width: 960px;
	height:40px;
	line-height:40px;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#credits a:link, #credits a:active, #credits a:visited {
	color: #CCC;
	text-decoration:none;
}#credits  a:hover{
	color: #fff;
	text-decoration:none;
}
.headertext{
	color: #EDE9DE;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	line-height: 18px;
}

.break{
	height: 2px;
	width: auto;

}

.list{
	font-family: Verdana, Helvetica, "Arial Narrow", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
}
/* clears  */
.clear {clear:both; }
.clear03 {clear:both; height:3px; }
.clear10{clear:both; height:10px; }
.clear-line {clear:both; height:5px; border-bottom:1px solid #CCC; margin-bottom:5px; }
.clear20{clear:both; height:20px; }
.clear30 {clear:both; height:30px; }

