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

#logo{
	margin: auto;
	width:960px;
	height: 50px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#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;
	background-image: url(../images/main_bck.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#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;
}

.headertext{
	color: #EDE9DE;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	line-height: 18px;
}

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

}
#credits, #credits a:link, #credits a:visited{
	width:960px;
	padding-top: 23px;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	background-image: none;
}
#credits a:hover{
	color:  #063;
	text-decoration:none;
}

.list{
	font-family: Verdana, Helvetica, "Arial Narrow", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
}