html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin:	0;
	padding: 0;
}

html {
	background-image: url(../img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;	
	background-color: #ffffff;
}


/* FLASH */
body.flash #header{
	margin: 0 0 0 0;
}

/* scrollbar */
html, body, textarea {
	/*
	scrollbar-face-color: #DCE165;
	scrollbar-shadow-color: #E0E08A;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #DCE165;
	scrollbar-darkshadow-color: #82A417;
	scrollbar-track-color: #E0E08A;
	scrollbar-arrow-color: #82A417;
	*/
}

/* layout */
#positioner {
	position: relative;
	text-align: left;
	margin: 8px auto;
	padding: 0;
	width: 988px;
	border: 1px solid #ffffff;
	background-color: #FFFFFF;
	/*overflow: hidden;*/
}
#header{
	position: relative;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 0;
	width: 100%;
	height: 116px;
	background-image: url("../img/prototypeHeader.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

/* home link with transparent gif */
#header A.homeLink{
	clear: both;
	position: absolute;
	top: 13px;
	left: 17px;
}
#header A.homeLink img{
	border: 0;
	height: 92px;
	width: 92px;
}
#header DIV.headline {
	clear: both;
	padding: 34px 0 0 224px;
}
#header DIV.notice-image {
	clear: both;
	position: absolute;
	margin: 3px 10px 0 0;
	padding: 0;
	top: 0;
	right: 0;
	width: 222px;
	height: 111px;
	background-image: url("../img/prototypeHeaderNotice.gif");
	background-position: center;
	background-repeat: no-repeat;
}
#header DIV.notice-text {
	margin: 15px 10px 10px 30px;
	height: 75px;
	width: 160px;
	font-family: HelveticaNeue, Helvetica, Arial, sans serif;
	color: #808080;
}
#main{
	position: relative;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 0;
	height: 376px;
}

body.flash #main{
	height: 388px;
}

#keyvisual {
	position: relative;
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	width: 122px;
}

/* content section layout */
#content-section{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0;
	border: solid 1px #820e88;
	width: 856px;
	height: 374px;
	overflow: auto;
	visibility: visible;
}
#content-section DIV.default{
	position: absolute;
	margin: 30px auto 0 120px;
	padding: 0 0 10px 0;
	width: 500px;
	text-align: left;
}
#content-section DIV.left{
	float: left;
	margin: 30px 45px 0 78px;
	padding: 0 0 10px 0;
	width: 339px;
}
#content-section DIV.right{
	float: left;
	margin: 30px 0 30px 0;
	padding: 0 0 10px 0;
	width: 338px;
}

/* google maps view - layout 3 */
#content-section DIV.search{
	font-size: 12px;
}
#content-section DIV.search DIV.csc-header{
	position: absolute;
	float: left;
	margin: 45px 45px 0 90px;
	padding: 0 0 10px 0;
}
#content-section DIV.search DIV.retailerlist{
	position: absolute;
	float: left;
	margin: 80px 45px 0 90px;
	padding: 0 0 10px 0;
}
DIV.googlemap{
	float: right;
	margin: 12px 12px 0 0;
	padding: 0;
}
#content-section DIV.backlink{
	position: absolute;
	float: none;
	margin: 10px;
	padding: 0 0 10px 20px;
	width: 100px;
	background-image: url("../img/backLinkArrows.gif");
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 80;
}

/* content section total main view (for flash)*/
#content-section-flash{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 988px;
	height: 394px;
}

/* navigation layout */
#content-section DIV.submenu{
	float: left;
	padding: 0;
	margin: 0;
}

#navigation{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	background-image: url("../img/prototypeMenuBackground.gif");
	background-repeat: repeat-x;
}
#mainmenu{
	float: left;
	padding: 0;
	margin: 9px 0 0 0;
	width: 838px;
}
#languagemenu{
	float: right;
	padding: 0;
	margin: 0;
	width: 150px;
}
#submenu{
	position: relative;
	margin: 1px 0 0 1px;
	padding: 4px 0 0 4px;
	width: 817px;
	height: 20px;
	background-color: #FFFFFF;
	z-index: 10;
}

.pages{
	width: 340px;
}
