@charset "utf-8";
body  {
	font: 100% "Palatino Linotype", "Times New Roman", Times, serif;
	/*	background: #ffffff url(images/bg.gif) repeat-y fixed center top;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color: #870000;
	text-decoration: none;
}
#contentpane {
	width: 520px;
	line-height: 1.2em;
	float: left;
	padding-left: 30px;
}
#ProductImages {
	font: 12px/1.2em "Palatino Linotype", "Times New Roman", Times, serif;
	color: #870000;
	width: 230px;
	float: left;
	text-align: center;
	/*z-index: 100;
	clear: none;*/
}
#rtPane {
	width: 220px;
	float: right;
	padding-top: 20px;
	text-align: center;
	background-position: center;
}
/*a,a:visited {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #870000;
	padding: 4px;
	text-decoration: none;
}
a:hover {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #870000;
	background-color: #FF9900;
	padding: 4px;
	text-decoration: none;
}
*/
.obl {
}
.obl #wrapper {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/bg.gif) repeat-y scroll center top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.obl #header {
	float: left;
	width: 780px;
}
/*Navigation area styles*/
.obl #wrapper #nav {
	float: left;
	width: 185px;
	margin: -20px 0 0 5px;
	padding: 0;
}

.obl #wrapper #nav ul {
	list-style: none;
}
	
.obl #wrapper #nav li a,.obl #wrapper #nav li a:visited {
	font: 18px/98px "Times New Roman", Times, serif;
	color: #870000;
	background: #FFFFFF url(images/nav_btn_bg.gif) no-repeat center center;
	margin-left: -10px;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	padding: 5px;
	width: 167px;
}
.obl #wrapper #nav li a:hover {
	font: 18px/98px "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	background: #FFFFFF url(images/nav_btn_bg.gif) no-repeat center center;
	margin-left: -10px;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	padding: 5px;
	width: 167px;
}
/*Content Area Styles*/
.obl #wrapper #content {
	float: left;
	width: 500px;
}
/*Footer Area Styles*/
.obl #wrapper #footer {
	float: none;
	text-align: center;
	font-size: 10px;
	color: #870000;
	clear: both;
}
.obl #wrapper #footer a,.obl #wrapper #footer a:visited {
	float: none;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #870000;
	margin-top: 50px;
	padding: 12px 30px 12px 30px;
}

.obl #wrapper #footer a:hover {
	float: none;
	text-align: center;
	font-size: 10px;
	text-decoration: underline;
	color: #333333;
	margin-top: 50px;
	padding: 12px 30px 12px 30px;
}

.obl #wrapper #feature {
	float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Product Category Link Styles*/

/*Product Categories Wrapper & General Styles*/
.productCategoryDesc {
	vertical-align: 25%;
	padding-left: 8px;
	float: none;
	width: 95px;
}
.obl #wrapper #content #ProductImages #p1 img {
	text-align: left;
}
.categoryBoxes {
	vertical-align: middle;
	display: table;
}
.Headings {
	font: bold 18px/1.5em "Palatino Linotype", "Times New Roman", Times, serif;
	color: #870000;
}
.Answers {
	margin-left: 15px;
	display: block;

}
.Indented {
	display: block;
	margin-left: 100px;
}
.ImgRt {
	float: right;
	padding-left: 6px;
	padding-bottom: 4px;
}
/*Background underscore for Privacy Policy*/
.pp {
	background: url(images/underscore.gif) no-repeat fixed left top;
}
/*Header Styles */
.obl #wrapper #header img {
	text-decoration: none;
	border: 0px none #FFFFFF;
}
.obl #wrapper #header a,.obl #wrapper #header a:visited {
	text-decoration: none;
}

.obl #wrapper #header a:hover {
	text-decoration: none;
}
/*Styles for shopping & other links*/

.obl #wrapper #content .Indented a, .obl #wrapper #content .Indented a:visited {
	color: #870000;
	text-decoration: none;
	padding: 2px 4px;
}
.obl #wrapper #content .Indented a:hover {
	color: #870000;
	background-color: #FF9900;
	text-decoration: none;
	padding: 2px 4px;
}
.obl #wrapper #content a, .obl #wrapper #content a:visited {
	color: #870000;
	text-decoration: none;
	padding: 2px 4px;
}
.obl #wrapper #content a:hover {
	color: #870000;
	background-color: #FF9900;
	text-decoration: none;
	padding: 2px 4px;
	text-align: center;
}

.obl #wrapper #content .shopButton a, .obl #wrapper #content .shopButton a:visited {
	text-decoration: none;
	padding: 0;
}
.obl #wrapper #content .shopButton a:hover {
	background-color: transparent;
	display: none
	text-decoration: none;
	padding: 0;
}
 
a Img {
	border: none;
}
