.container {
	height: auto;
	background-position:center;
	margin-right: auto;
	margin-left: auto;
	border: medium double #FF0000;
	background-color: #FFFFFF;
}
.header {
	height: 116px;
	width: 780px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.largeimage {
	height: 188px;
	width: 780px;
}
.slogan {
	height: 25px;
	width: 780px;
	background-image: url(images/slogan.jpg);
	background-repeat: no-repeat;
}
.maincontent {
	height: auto;
	width: 760px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.address_line {
	height: 25px;
	width: 780px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.bottom_red {
	height: 20px;
	width: 780px;
}

/*------ style to control special offer floating image ------- */

#topbar{
            position:absolute;
            padding: 2px;
            width: 780px;
            visibility: hidden;
            z-index: 100;
			background-color:#000000;
			filter:alpha(opacity=95);
			position: fixed;
}

.specialOfferImage {
            filter:alpha(opacity=70);
}

.specialOfferText {
            background-color:#000000;
			color:#FFFFFF;
            filter:alpha(opacity=100);
            z-index:200;
}           

/*----------- special offer page styling --------------*/
.specialContainer {
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: medium double #FF0000;
	background-color: #000000;
}
.specialSubHeader {
	font-family:"Bauhaus 93", "Arial Rounded MT Bold", "Bookman Old Style", Arial; font-size:24px;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:24px;
	}
.specialSubHeader2 {
	font:12px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}
.specialUpgrade {
	text-decoration:line-through;
	}

.specialSidebarHeader {
	font:14px georgia;
	color: #000000;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}

.specialBodyText {
	font:11px arial;
	color:#000000;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}

.specialSmallText {
	font:9px arial;
	color:#99CCFF;
	}