/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2e3133;
}

body {
	background-color: #ffffff;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

h1 {
	font-size: 37px;
	font-weight: bold;
	letter-spacing: -2.5px;
	line-height: 29px;
	color: #2e3133;
	margin: 0 0 0 -1px;
	padding: 0;
}

h1 .lighter {
	color: #8a9499;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 32px;
	margin: 0 0 1px 5px;
	padding: 6px 0 0 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing:-0.5px;
	line-height: 18px;
	color: #5c6366;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #5c6366;
	letter-spacing: -1px;
	line-height: 21px;
	margin: 0 0 -21px 5px;
	padding: 6px 6px 0 0;
}

#header {
	width: 794px;
	height: 102px;
	background-color: #eaeaea;
	margin: 5px;
	padding: 5px;
}

#header a:link {
	text-decoration: none;
	color: #5c6366;
}

#header a:visited {
	text-decoration: none;
	color: #5c6366;
}

#header a:hover {
	color: #ffffff;
	background-color: #b32424;
}

#header a:active {
	text-decoration: none;
	color: #5c6366;
}

#headerInfo {
	margin: -49px 0px 0px 479px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5c6366;
	line-height: 16px;
}

#item {
	width: 804px;
	margin: 0 5px 32px 5px;
	padding: 0;
}

.itemSubHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing:-0.5px;
	line-height: 18px;
	color: #5c6366;
	position:relative;
	margin: 0 0 0 8px;
	padding: 0;
	top: -1px;
}

.itemBody {
	margin: 8px 5px 12px 5px;
}

/* the following selector is seen by EVERY browser */

.itemCredits {
	margin: 4px 5px 32px 3px;
	width: 470px;
	color: #5c6266;
	float: left;
}

/* the Owen hack -- http://www.albin.net/CSS/OwenHack.html */
/* the following selector is NOT seen by Opera 6 (and below) or by IE6/win */
/* required to display properly on IE6 */

head:first-child+body .itemCredits {
	margin: 4px 5px 32px 5px;
	width: 474px;
	color: #5c6266;
	float: left;
}

.imgFrameMain {
	border: 3px solid #d7d8d9;
	margin: 0 0 0 5px;
}

.imgFrameSub1 {
	border: 3px solid #d7d8d9;
	margin: 0 0 139px 5px;
}

.imgFrameSub2 {
	border: 3px solid #d7d8d9;
	margin: -134px 0 0 484px;
}

.imgFrameSub3 {
	border: 3px solid #d7d8d9;
	margin: -134px 0 0 644px;
}

.cta {
	margin: 5px 0px 0 0;
}

.cta a:link {
	text-decoration: none;
}

.cta a:visited {
	text-decoration: none;
}

.cta a:hover {
	background-color: #ffffff;
}

.availability {
	color:#b32424;
}

.availability a {
	color:#b32424;
	text-decoration:none;
}

.availability a:hover {
	color:#fff;
	background-color:#b32424;
}
