/* =Basic HTML
----------------------------------------------------------------------*/

body
{
	background: #e9e1d4;
	color: #b8a28d;
	margin: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h2 span,
h3 span
{
	font-size: 12px;
}

h2,
h2 a
{
	color: #aa7A4f;
}

h3 a
{
	color: #6a8799;
}

ul
{
	margin: 0;
	list-style: none;
}

/* =Header
----------------------------------------------------------------------*/

#header,
#header .container
{
	background: #fff url(../../img/landing/header.gif) repeat-x 50% 27px;
	height: 170px;
}

#header
{
	width: 100%;
}

#header .container
{
	position: relative;
}

#header img
{
	position: absolute;
	top: 0;
	right: 0;
}

/*
#header h1
{
	background: url(../../img/landing/logo.gif) no-repeat;
	display: block;
	font-size: 0;
	text-indent: -99999px;
	position: absolute;
	top: 27px;
	left: 0;
	width: 280px;
	height: 91px;
}
*/

#header a.ms_header_logo
{
	background: url(../../img/landing/logo.gif) no-repeat;
	display: block;
	font-size: 0;
	text-indent: -99999px;
	position: absolute;
	top: 27px;
	left: 0;
	width: 280px;
	height: 91px;
}

/* =Header, Rotating Images
----------------------------------------------------------------------*/

#header ul
{
	background: #000;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 350px;
	margin: 0;
	width: 600px;
	height: 170px;
	z-index: 0;
}

#header ul img
{
	position: static;
}

#header li
{
	width: 600px;
	height: 170px;
}

#header .container div
{
	background: url(../../img/landing/photo_frame.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 170px;
	z-index: 2;
}

/* =Content
----------------------------------------------------------------------*/

#content,
#content .container
{
	background: #fff;
}

#content
{
	padding: 30px 0;
	width: 100%;
}

#bookstore_content {
	width: 1000px;
	}

#amazon_content {
	float: left;
	width: 800px;
	}

#side_promos {
	float: right;
	width: 200px;
	}

/* =Content Span-11
----------------------------------------------------------------------*/

#content .span-11
{
	background: url(../../img/landing/photo_corner.gif) no-repeat left bottom;
}

#content .span-11 h2
{
	padding: 0 0 0 20px;
}

#content .span-11 ul
{
	position: relative;
}

#content .span-11 li
{
	display: none;
	padding: 0 0 20px 22px;
	width: 400px;
	height: 455px;
}

#content .span-11 li.alt
{
	display: block;
}

#content .span-11 img
{
	display: block;
	margin: 0;
	width: 400px;
	height: 455px;
}

/* =Content Span-6
----------------------------------------------------------------------*/

#content .span-6
{
	background: url(../../img/landing/menu.gif) no-repeat 2px 54px;
	padding: 54px 0 0;
}

#content .span-6 a
{
	color: #919191;
	display: block;
	overflow: hidden;
	padding: 10px 20px;
}

#content .span-6 a strong
{
	color: #5b5b5b;
	display: block;
	font-size: 15px;
}

#content .span-6 a:hover
{
	background: #fff;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	color: #aca298;
	margin: 0 -2px 0 0;
	padding: 8px 18px 8px 20px;
	text-decoration: none;
}

#content .span-6 a:hover strong
{
	color: #7a5d43;
}

#content .span-6 ul
{
	border-left: 2px solid #ddd;
	height: 455px;
}

#content .span-6 li
{
	margin: 0 0 0 -2px;
}

/* =Footer
----------------------------------------------------------------------*/

#footer,
#footer .container
{
	background: url(../../img/landing/footer.gif) repeat-x;
}

#footer
{
	width: 100%;
}

#footer .container
{
	padding: 20px 0;
	text-align: center;
}
