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-attachment: fixed;
	background-image: url(../images/page_bck.png);
	background-repeat: repeat-x;
}

#header {
	margin: 0 auto;
	width: 982px;
	height: 120px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
}
#tagline {
	color:#23FCFF;
	font-size: 18px;
	padding-left: 30px;
}
#retailer {
	color: #FFF;
	text-align: right;
	font-size: 14px;
	margin:20px;

}
#menu_top{
	margin: 0 auto;
	width: 982px;
	height:40px;
	line-height: 30px;
	background-color: #333;
}
#main{
	margin: 0 auto;
	width: 982px;
	bottom:40px;
	min-height: 450px;
	height:auto;
	padding:0;
	background-image: url(../images/main_bck.jpg);
	background-repeat: repeat-y;
}


#menu_left{
	width: 200px;
	float: left;
}

#maincontents{
	float: right;
	height: 100%;
	width: 740px;
	padding: 20px;
}


#footer {
	margin: 0 auto;
	width: 982px;
	height:40px;
	color: #FFFFFF;
	background-image: url(../images/footer_bck.jpg);
	background-repeat: repeat-x;
}


.logotextBig{
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	margin:0;
	padding-left:20px;
	text-align: left;
	font-family: Arial, Helvetica-Normal, serif;
}
.logotextSml{
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding-left:20px;
	padding-right:20px;
	text-align: left;
	font-family: Arial, Helvetica-Normal, serif;
	line-height: 16px;
}

#textContent{
	margin: 20px;
}
#footertext{
	padding: 5px 20px 5px 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.break{
	height: 2px;
	width: auto;
}

#credits{
	width: 974px;
	height: 20px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#credits a:link, #credits a:active, #credits a:visited {
	color: #333333;
	text-decoration:none;
}#credits  a:hover{
	color: #000;
	text-decoration:none;
}

.mapbrd{
	background-color: #f3f3f3;
	border: 2px solid #FF0000;
	background-position: center;
	text-align: center;
}

.list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
}
.listBig{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
	line-height: 18px;
}
.class1 a:link, .class1 a:active, .class1 a:visited {
	font-size: 12px;
	font-style: normal;
	color: #006600;
	text-decoration: none;
}

.class1 a:hover {
	color: #000;
	text-decoration: none;
}
/* 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; }
