﻿form
{
	padding: 0px;
	width: 800px;
	margin: 0px auto;
	/*position: relative;*/
}

/* Page Layout */
#mainbody
{
	background-position: left top;
	padding: 0px 0px 0px 0px;
	background-image: url('images/home/home-background.jpg');
	margin: 0px;
	border: #333333 1px solid;
	width: 800px;
	height: 760px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
}

/* Header */
#header
{
	margin-top: 50px;
}

/* Home Menu */
.homeMenu
{
	position: relative;
	text-align: right;
	margin-right: 80px;
	font-family: Verdana;
	height: 340px;
}
.homeMenu ul
{
	list-style-type: none;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
}
.homeMenu ul li
{
	color: #ccc;
	margin-right: 10px;
}
.homeMenu li A
{
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
.homeMenu ul li A:hover
{
	color: #993300;
}
.homeMenu ul li .sub 
{
	list-style-type: none;
	font-size: 11px;
	line-height: 14px;
	margin-right: 0px;
}
.homeMenu .sub li
{
	margin-right: 0px;
	padding-right: 0px;
}
.homeMenu .highlight
{
	color: #993300;
}
.homeMenu .highlight2
{
	font-style: italic; 
	color: #993300;
}

/*Content */
#content
{
	width: 440px;
	position: relative;
	float: right;
	padding-right: 20px;
}

/* Footer */
#footer
{
	width: 782px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	padding-bottom: 10px;
	color: #cc6600;
	line-height: 14px;
	padding-top: 10px;
	font-family: Verdana Arial Helvetica sans-serif;
	text-align: center;
	background-color: #ffcc66;
}

.summerSale
{
	position: absolute; 
	top: 300px; 
	height: 114px; 
	width: 403px; 
	background-image: url('/marketing/email_20080730/images/ad_background.gif'); 
	cursor: pointer;
}