/* Layout Elements ------------------ */

html {
	height: 100%; /*makes the html the full window height*/
}

body {
	min-height: 100%; /*sets the body to the window height*/
	_height:100%; /*ie 6 hack - better in a specific stylesheet*/
	position: relative; /*tells the footer to use the body the reference when setting position*/
	margin: 0;
	min-width: 950px; /* ensures backgrounds appear off screen when reducing width and scrolling */
	background-image: url(images/layout/bodyshadow.jpg); 
	background-position: 0px 100px;
	background-repeat: repeat-x;
	background-color: #ebe7d2;
}

#bannercontainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	background-image: url(images/layout/bannergrad.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 2px solid #CCC;
}

#banner {
	width: 950px;
	height: 98px;
	text-align: left;
	margin: 0 auto;
}

#container {
	padding-bottom: 130px; /*creates space at the bottom of the main content the same height as the footer to prevent anything from disappearing behind it*/
	padding-top: 120px;
	width: 950px;
	text-align: left;
	margin: 0 auto;
	height: auto;

}

#content {
	margin: 0 0 0 20px;
	padding: 20px;
	background-color: #fff;
	width: 650px; /* fixes IE6 float drop bug */
	overflow: hidden; /* fixes IE6 float drop bug */
}

#featured {
	overflow: hidden;
}


#sidebarcontainer {
	float: right;
	width: 200px;
	height: 500px;
	display: inline; /* fixes IE6 float drop bug */
}

#aimlogo {
	width: 200px;
	height: 217px;
	background-color: #fff;
	padding-top:10px;
}

#subscribe {
	width: 200px;
	height: 290px;
	background-color: #ff9933;
	margin-top: 0px;
}

#previouseditions {
	width: 150px;
	background-color: #aad;
	margin-top: 30px;
	padding: 20px 25px;
}

#recommendedcontainer {
	margin-top: 25px;
}

#recommended{
	background-color: #efefef;
	padding-bottom: 5px;
	height: 100%;
}

.previewcontainer {
	padding: 10px 20px 10px 20px;
	min-height: 100px;
	height: 100%;
	overflow: hidden;
}

.preview {
	float: left;
}

.buybox {
	text-align: center;
	background-color: #bbc;
	margin-left: 490px;
	width: 120px;
	margin-bottom: 0;
}

.divider {
	font-size: 0;
	height: 0;
	width: 100%;
	border-bottom: 1px dashed #CCC;
	background: none;
}

#footercontainer {
	position: absolute;
	min-height: 100px;
	height: auto;
	bottom: 0;
	width: 100%;
	left: 0;
	background: #494949;
}

#footer {
	width: 870px;
	height: auto;
	overflow: auto;
	text-align: left;
	margin: 20px auto; 
	padding: 0 40px;
}

.photoshadow {
	float: right;
	margin: 0 0 20px 40px;
	width: 154px;
	height: 189px;
	border: 2px;
	background-image: url(images/layout/speaker-shadow.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.photo {
	margin: 7px;
}

#viewcart {
	text-align: center;
	margin: 20px auto 10px auto;
}

#subscribebox1 {
	background-color: #ff9933;
	margin: 20px 0 15px 0;
	text-align: center;
}

#subscribebox1content {
	margin: 13px 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}

#subscribebox2 {
	background-color: #ff9933;
	margin: 20px 0 15px 0;
	text-align: center;
}

#subscribebox2content {
	margin: 13px 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}


#newsletter {
	width: 200px;
	background-color: #aad;
	float: right;
	display: inline;
	overflow: hidden;
	margin-top: 40px;
}

#newslettercontent {
	height: 100%;
	background-color: #ebebff;	
	padding: 8px 8px 8px 8px;
	margin: 1px;
	text-align: left;
}

/* Font Elements ------------------ */

body {
	line-height: 150%;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .85em;
	/* color: #222; */
}

a {	
	color:#DB9614;
	/* color:#DB9614; */
	font-weight:bold;
	text-decoration:none;
}


a:hover {
	color:#FFBA20;
 	/* color:#FFBA20; */
	text-decoration:underline;
}

#content h1 {
	font-size: 1.7em;
	padding: 0;
	margin: .7em 0 .2em 0;
	font-weight: bold;
}

#content h2 {
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 .5em 0;
	font-weight: normal;
}

.duration {
	margin: .5em 0 .5em 0;
	line-height: 130%;
	color: #666;
}

.updateflash {
	color: #f00;
	font-weight: bold;
}

#recommendedcontainer h1 {
	font-size: 1.5em;
	padding: 10px 20px;
	color: #fff;
	background-color: #aad;
	margin: 0;
}

#recommended h2 {
	font-size: 1.4em;
	margin: 0 0 .1em 0;
	color: #447;
	font-weight: bold;
}

#recommended h3 {
	font-size: 1.3em;
	margin: 0;
	color: #447;
	font-weight: normal;
}

#recommended h4 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	color: #447;
	font-weight: bold;
	text-align: center;
}

.previewsummary {
	color: #447;
	margin: .5em 0 .75em 0;
} 

.previewduration {
	font-size: 1em;
	margin: .3em 0 .5em 0;
	color: #88A;
}

.price {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background-color: #bbc;
	/* margin: 20px 0 10px 0; */
}

.addtocart {
	/* margin: 0 0 20px 0; */
}

#previouseditions {
	color: #447;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 150%;
}

#previouseditions a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#sidebar2 a:hover {
	text-decoration: underline;
}

#footer a {	
	color: #eee;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerlinks {
	line-height: 140%;
	font-size: .85em;
	color: #adadad;
	font-weight: bold;
	margin-bottom: 10px;
}

#footernotes {
	line-height: 140%;
	font-size: .8em;
	color: #adadad;
}

#subscribebox1 a {	
	color: #fff;
	text-decoration: none;
}


#subscribebox1 a:hover {
	text-decoration: underline;
}

#subscribebox2 a {	
	color: #fff;
	text-decoration: none;
}


#subscribebox2 a:hover {
	text-decoration: underline;
}

.arrows-large {
	font-size: 22px;
	color: #ee3;
}

#newsletter h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 8px;
	text-transform: none;
}

#newsletter h2 {
	font-size: 14px;
	line-height: 130%;
	font-weight: normal;
	color: #223;
	margin-bottom: 5px;
	margin-top: 0;
}
