@charset "utf-8";
/* CSS Document */

body {
	background-color: #aac3d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#masterContainer {
	background-color: white;
	width: 750px;
}

#header { }

#headerDate {
	position: absolute;
	left: 10px;
	top: 8px;
}

#breadcrumbs {
	color: #4396ca;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 3px;
}

#horizontalRule {
	height: 1px;
	background-color: #c7c7c7;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
}

#leftNavigation {
	width: 141px;
	float: left;
}

#contentDivider {
	width: 1px;
	float: left;
	background-color: #c7c7c7;
	margin-right: 9px;
	margin-left: 4px;
	height: 310px;
}

#contentMain{
	width: 519px;
	float: left;
}

#footer {
	clear: both;
}

#footerTop {
	text-align: center;
	font-size: 9px;
	color: #4396ca;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footerBottom{
	color: #a0a0a0;
	font-family:"Courier New", Courier, monospace;
	font-size: 8px;
	padding-left: 10px;
	padding-top: 10px;
	height: 16px;
	background-image: url("../images/footerBackground.gif");
}

a.tabText {
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.tabText:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

.productTitle {
	color: black;
	font-size: 16px;
	font-weight: bold;
}

.summaryDescription {
	color: black;
	font-size: 12px;
}

.productPrice {
	color: #bb0404;
	font-size: 12px;
	font-weight: bold;
}

.subhead {
	color: black;
	font-weight: bold;
	width: 120px;
}

.leftButtons {

}

a.leftButton {
	color: #4396ca;
	text-decoration: none;

	display: block;
	width: 124px;
	height: 20px;
	border: #4396ca;
	border-style: solid;
	border-width: 1px;
	padding-left: 8px;
	padding-top: 4px;
	margin-bottom: 4px;
}

a.leftButton:hover {
	text-decoration: underline;
	color: white;
	font-weight: bold;
	background-color: #4396ca;
}

a.footerLink {
	color: #ffaf01;
}

a.footerExternalLink {
	color: #4396ca;
	text-decoration: none;
}

a.footerExternalLink:hover {
	text-decoration: underline;
}