﻿/* start entire page setup */
#page
{
	width:900px;
}
/* end entire page setup */
/* Banner Start */
#banner
{
	width:900px;
	float:left;
	font-family: Verdana;
	font-size:large;
	color:#454444;
	text-align:center;
	height:130px;
	position:absolute;
	left:100px;
	top:0px;
}
/* Banner End */
/* Bottom Banner Start */
#bottombanner {
	width:900px;
	text-align:center;
	height:130px;
	position:absolute;
	left:100px;
	top:860px;
}
/* Bottom Banner End */
/* Left Area Start */
#left {
	width:170px;
	position:absolute;
	left:100px;
	top:210px;
	height: 2000px;
	width:150px;
}
/* Left Area End */
/* Content Area Start */
#content {
	width:600px;
	position:absolute;
	left:270px;
	top:210px;
	height: 2000px;
}
/* Content Area End */
/* Left Content Area Start */
#contentleft {
	width:270px;
	position:absolute;
	left:270px;
	top:210px;
}
/* Left Content Area End */
/* Right Content Area Start */
#contentright {
	width:280px;
	position:absolute;
	left:555px;
	top:210px;
}
/* Right Content Area End */
/* Right Area Start */
#right {
	width:130px;
	position:absolute;
	left:870px;
	top:210px;
	height: 2000px;
	text-align:right;
}
/* Right Area End */
/* h1 - h6 Start */
h1 {
	font-family: "Gill Sans MT";
	font-size:36pt;
	color: #000000;
	background-color:#99CCFF;
	text-align:center;
	margin-bottom:0px;
	margin-top:0px;
}
h2 {
	color:#454444;
	text-align:center;
	font-family: "Gill Sans MT";
	font-size:12pt;
	vertical-align:top;
	text-decoration:none;
	margin-bottom:0px;
	margin-top:0px;
}
h3 {
	color:#454444;
	text-align:left;
	font-family: "Gill Sans MT";
	font-size:16pt;
	vertical-align:top;
	text-decoration:none;
	margin-bottom:6px;
	margin-top:0px;
	background-color:#99ccff;
	text-align: center;
}
h4 {
	color:#ffffff;
	font-family: "Gill Sans MT";
	font-size:12pt;
	margin-bottom:6px;
	margin-top:0px;
	text-indent:6px;
	text-align: center;
	background-color:#454444;
}
h5 {
	color:#454444;
	font-family: Arial;
	font-size:10pt;
	text-align:left;
	margin-bottom:6px;
	margin-top:6px;
}
h6 {
	color:#454444;
	text-align:left;
	font-family: "Gill Sans MT";
	font-size:8pt;
	margin-bottom:6px;
	margin-top:6px;
	vertical-align:top;
	text-decoration:none;
}
/* h1 - h6 End */
.h4 {
	color:#99ccff;
	font-family: "Gill Sans MT";
	font-size:12pt;
	text-decoration: none;
}
.h5 {
	color:#454444;
	font-family: "Gill Sans MT";
	font-size:12pt;
}
.h6 {
	color:#454444;
	font-family: "Gill Sans MT";
	font-size:8pt;
}
#retailername {
	color:#454444;
	font-family: Arial;
	font-size:12pt;
	text-align: center;
	margin-bottom:12px;
	margin-top:12px;
	text-decoration: none;
}