@charset "utf-8";

/* BASE LAYOUT */
/* -------------------------------------- */

#container {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 800px;
}

/* HEADER */
/* -------------------------------------- */

#averyMsg {
	float: left;
	font-size: 10px;
	margin: 5px 0 0 -480px;
	overflow: hidden;
	width: 300px;
}

#header {
	margin-top: 24px;
	padding-top: 1px;
	width: 100%;
}

#headerBarBottom {
	background: url(/web/images/home-page/whiteBar.gif) no-repeat;
	height: 9px;
	overflow: hidden;	
}

#searchBox {
	display: none;
}

#searchButton {
	background: #6C3;
}

#topLogo {
	float: left;
	padding: 0 333px 0 10px;
}

/* upper header menu */
#container #headerMenu1 {
	float: left;
	margin: 27px 0 0 -501px;
	overflow: hidden;
	width: 500px;
}

#headerMenu1List {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headerMenu1List li {
	border-right: 1px solid #039;
	float: right;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 -1em 0 1em;
	padding: 0 1em;
	text-transform: lowercase;
}

#headerMenu1List li a {
	color: #039;
	text-decoration: none;
}

#headerMenu1List li a:hover {
	color: #F93;
	text-decoration: none;
}

/* lower header menu */
#container #headerMenu2 {
	background: #6C3 url(/web/images/home-page/grayBar.gif) no-repeat;
	clear: both;
	height: 19px;
	margin: 0 7px;
	overflow: visible;
	padding-top: 28px;
	width: 786px;
}

#headerMenu2List {
	list-style-type: none;
	margin-left: 10px;
}

* html #headerMenu2List {
	padding-left: 10px; /* this nudges the menu over for IE6 */
}

#headerMenu2List li {
	border-left: 1px solid #95DC72;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 1em 0 -1em;
	padding: 0 .7em;
	text-transform: lowercase;
}

#headerMenu2List li:first-child {
	border-left: none;
}

#headerMenu2List li a {
	color: #ECF5E7;
	text-decoration: none;
}

#headerMenu2List li a:hover {
	color: #555;
	text-decoration: none;
}

#menuGift {
	/*display: none;*/
	float: left;
	margin: -2px 3px 0 -4px;
}

/* MAIN CONTENT */
/* -------------------------------------- */

#mainContent {
	background: url(/web/images/home-page/dropShadow.gif) repeat-y;
	overflow: hidden;
	padding: 0 30px 1px 30px;
}

/* FOOTER */
/* -------------------------------------- */

#footer {
	background: url(/web/images/home-page/dropShadowBottom.gif) no-repeat;
	padding-top: 1px;
	text-align: center;
	width: 800px;
}

/* footer menu */
#container #footerMenu {
	margin: 3em auto;
	margin-bottom: 1em;
	overflow: hidden;
	text-align: left;
	width: 630px;
}

#footerMenuList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footerMenuList li {
	border-left: 1px solid #666;
	float: left;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0 1em 0 -1em;
	padding: 0 1em;
	text-transform: lowercase;
}

#footerMenuList li a {
	color: #666;
	text-decoration: none;
}

#footerMenuList li a:hover {
	color: #F93;
	text-decoration: none;
}