html {overflow-y: scroll;}

body {
	background: #fdfbf2;
	margin-left: 0; margin-right: 0;
	padding-left: 0; padding-right: 0;
}

a {
	color: #b30838;
}

.product_title {
	background: url(../images/product-title.gif) no-repeat right center;
}
.product-top-links {
	color: #b30838;
}
.product-top-links a {
	text-decoration: none;
	color: #b30838;
}

/* ------ Page Layout (DIVs) ------ */

#main_container
{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#top {
	clear:both;
	height: 17px;
	padding-bottom:13px;
	background: url(../images/top.gif) bottom no-repeat #fdfbf2;
	position: relative;
}

#phone {
	padding: 0 0 7px 30px;
	float:left;
	z-index: 10;
	position: absolute;
}

#topnav {
	float:left;
	position:absolute;
	right: 47px;
	bottom: 13px;
}
.topbutton {
	display:block;
	float:left;
	width: 101px;
	height: 21px;
	background: url(../images/topbutton.gif) no-repeat;
}
.topbutton a {
	display:block;
	text-align:center;
	padding-top: 4px;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
}

#bottom {
	clear:both;
	background: url(../images/bottom.gif) no-repeat top center #fdfbf2;
	padding: 23px 0 20px 35px;
	font-size: 10px;
	color: #4c4c4c;
}
#bottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}

#middle_container
{
	background: url(../images/bg.gif) repeat-y #fff;
	padding: 0 0 40px 0;
}

#left {
	float:left;
	width: 183px;
}

#logo {
	position:relative;
	height: 113px;
	margin-bottom: 15px;
}
#logo img {
	position:absolute;
	bottom: 0px;
	right: 0px;
}

#nav {
	padding-left: 25px;
}

#feeds {
	padding-top: 40px;
	padding-left: 30px;
	font-size: 10px;
	color:#707070;
}
.feedtitle {font-weight:bold;}
.feedcontent {padding-bottom: 22px; padding-right: 15px;}
.morelink a {
	color: #686868;
}
.morelink {
	text-align:right;
	padding-top: 2px;
}


#right {
	float:left;
	width: 591px;
	background: url(../images/linefill.gif) repeat-y left top;
}

#rightline {
	float:left;
	padding-right: 2px;
}

#pagebanner {
	float:left;
	margin-top: 22px;
	width: 526px;
	position:relative;
}
#pagebannertext {
	position:absolute;
	z-index: 100;
	left: 0px;
	bottom: 15px;
	padding: 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b30838;
	height: 45px;
}

#content {
	padding: 20px 68px 5px 48px;
	min-height: 322px;
}
*html #content {
	height: 322px;
}

.clear {
	clear:both;
}