/* 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;
}

#container {
	position: relative;
	width: 800px;
	height: 520px;
	text-align: left;
	margin: 0 auto;
	padding-top: 82px;
	background-image: url(images/layout/background-trial.gif); 
	background-repeat: no-repeat;
}

#featured {
	float: left;
	width: 355px;
	margin-left: 15px;
	padding: 10px;
	display: inline;
	/* border: 1px solid; */
}

#recommended{
	float: right;
	width: 375px;
	padding-top: 33px;
	padding-bottom: 10px;
	margin-right: 20px;
	display: inline;
	overflow: hidden;
}

.previewcontainer {
	background-color: #f2f2f2;
	border-bottom: 1px solid #d8d9e1;
	border-left: 1px solid #d8d9e1;
	border-right: 1px solid #d8d9e1;
	padding: 10px 0 10px 10px;
	overflow: hidden;
	height:100%;
}

.preview {
	float: left;
	width: 350px;
	/* border: 1px solid; */
	/* background-color: #aae; */
}

.divider {
	font-size: 0;
	height: 0;
	width: 100%;
	border-bottom: 1px solid #d8d9e1;
	background: none;
}

.downloadbox {
	float: right;
	margin: 0 0 10px 20px;
	text-align: center;
}

.photo {
	border: 1px solid #999;
	padding: 1px;
}

#morepreviews {
	text-align: right;
	margin: 5px auto 0 auto;
	padding-right: 5px;
}

#viewcart {
	text-align: center;
	margin: 15px auto 0 auto;
}

#footerlink {
	position: absolute;
	top: 565px;
	left: 265px;
	width: 280px;
	height: 20px;
	cursor: pointer;
}

#subscribebox {
	width: 375px;
	background-color: #f93;
	float: left;
	display: inline;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
	background-image: url(images/layout/header-orange-bg.gif);
	background-repeat: repeat-x;
}

#subscribeboxcontent {
	margin: 4px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}

/* Font Elements ------------------ */

body {
	font-family:  Arial, Helvetica, sans-serif;
}

#featured h1 {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #a21853;
}

#featured h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #a21853;
}

.summary {
	font-size: 0.9em;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #a21853;
}

.duration {
	font-size: 0.7em;
	margin-bottom: .6em;
	color: #779;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.updateflash {
	font-size: 1em;
	color: #f00;
	font-weight: bold;
}

#recommended h1 {
	font-size: 0.9em;
	margin: 0;
	color: #447;
	font-weight: bold;
}

#recommended h2 {
	font-size: 0.85em;
	margin: 0;
	color: #447;
	font-weight: normal;
}

#recommended h3 {
	font-size: 0.9em;
	margin: 10px;
	color: #447;
	font-weight: bold;
}

.previewduration {
	font-size: 0.7em;
	margin: .3em 0 .8em 0;
	color: #88A;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.arrows-large {
	font-size: 22px;
	color: #ee3;
}

#subscribebox a {	
	color: #fff;
	text-decoration: none;
}


#subscribebox a:hover {
	text-decoration: underline;
}