body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-image: url(../images/body_bck.jpg);
	z-index: 1;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #1F397D;
	scrollbar-3dlight-color: #1F397D;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #1F397D;
	scrollbar-track-color: #FFFFFF;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
}
#container {
	width: 980px;  
	background: #FFFFFF;
	margin: 0 auto; 
	padding: 0;
	text-align: left; 
}
#header {

	z-index:20;
	top:0px;
	margin:0;
	width: 980px;
	height: 125px;
}
#tagline {
	color:#23FCFF;
	font-size: 18px;
	padding-left: 30px;
}
#retailer {
	color: #FFF;
	text-align: right;
	font-size: 14px;
	margin:20px;

}
#menu_top{
    z-index:120;
	top:125px;
	width: 980px;
	height:35px;
	background-image: url(../images/menu_bck.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
}
#main{
	position:fixed;
	z-index:-50;
	top:160px;
	width: 980px;
	bottom:40px;
	height:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	padding:0;
	background-image: url(../images/main_bck.jpg);
	background-repeat: repeat-y;
}


#menu_left{
	position:fixed;
	width: 190px;
	margin-left: 0px;
	float: left;
}

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


#footer {
	position:fixed;
	bottom:0;
	z-index:5;
	width: 980px;
	height:40px;
	color: #FFFFFF;
	background-image: url(../images/footer_bck.jpg);
	background-repeat: repeat-x;
}

#botpagebck{
	position:absolute;
	bottom:0;
	z-index:5;
	width: 100%;
	margin-top:-40px;
	left:0;
	height:40px;
	padding: 0;
	z-index:-5;
	background-image: url(../images/footer_bck.jpg);
	background-repeat: repeat-x;
}
#toppagebck {
	position:fixed;
	margin-bottom:-160px;
	left:0;
	top:0px;
	width: 100%;
	background-image: url(../images/header_bck.jpg);
	background-repeat: repeat-x;
	height: 160px;
	z-index:-5;
}

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


.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, a:active, a:visited {
	font-size: 12px;
	font-style: normal;
	color: #006600;
	text-decoration: none;
}

.class1 A:hover {
	color: #000;
	text-decoration: none;
}
#cclogos {
	float: left;
	width: 180px;
	position: fixed;
	bottom: 35px;
}

#credits{
	width: 600px;
	float: left;
	position: fixed;
	bottom: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4876B2;
	text-align: center;
}
#credits a:link, a:visited{
	color: #4876B2;
	text-decoration:none;
}#credits  a:hover{
	color: #060;
	text-decoration:none;
}

