html {
    overflow-y:scroll;
}
html {
    overflow:-moz-scrollbars-vertical;
}

body {
	background-color: #E8E3D6;
	background-image: url(images/background.jpg);
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #7C6950;
	margin: 0px;
}

.bodySmall {
	font-size: 10px;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* ****************************************
Link Styles
**************************************** */
a {
	color: #D17D05;
	text-decoration: none;
}
a:hover {
	color: #7C6950;
	text-decoration: none;
}
a.redLinkArrow {
	color: #AB1521;
	text-decoration:none;
	background-image: url(images/arrow_red.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}
a.redLinkArrow:hover {
	color: #7C6950;
	text-decoration: none;
}
a.yellowLinkArrow {
	color: #D17D05;
	text-decoration: none;
	background-image: url(images/arrow_gold.gif);
	background-repeat: no-repeat;
	padding: 0px 10px 0px 10px;
}
a.yellowLinkArrow:hover {
	color: #7C6950;
	text-decoration: none;
}
a.yellowLinkShoppingCart {
	color: #D17D05;
	text-decoration: none;
	/*background-image: url(images/shopping_cart_icon.gif); background-repeat: no-repeat;*/
	padding: 0px 10px 0px 10px;
}
a.yellowLinkShoppingCart:hover {
	color: #7C6950;
	text-decoration: none;
}
a.yellowLinkArrowRight {
	color: #D17D05;
	text-decoration: none;
	background-image: url(images/arrow_gold.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 10px 0px 0px;
}
a.yellowLinkArrowRight:hover {
	color: #7C6950;
	text-decoration: none;
}
a.whiteLinkArrow {
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/arrow_white.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}
a.whiteLinkArrow:hover {
	color: #E8E3D6;
	text-decoration: none;
}
a.redLinkNav {
	color:#AB1521;
	text-decoration: none;
	padding: 9px 10px 0px 10px;
	background-image: url(images/trans.gif);
	background-repeat: repeat-x;
	display: block;
	height: 21px;
}
a.redLinkNav:hover {
	color: #7C6950;
	text-decoration: none;
	background-image: url(images/trans.gif);
	background-repeat: repeat-x;
}

.redBtn, .redBtn_hover {
	cursor: pointer;
	width: 200px;
	height: 50px;
	background-color: #AB1521;
	border-style: none;
	background-image: url(images/redBtn_arrow.gif);
	background-repeat: no-repeat;
}
.redBtn_hover {
	background-image: url(images/redBtn_arrow_over.gif);
	background-repeat: no-repeat;
}
.redBtn_s, .redBtn_hover_s {
	cursor: pointer;
	width: 150px;
	height: 50px;
	background-color: #AB1521;
	border-style: none;
	background-image: url(images/redBtn_short_arrow.gif);
	background-repeat: no-repeat;
}
.redBtn_hover_s {
	background-image: url(images/redBtn_short_arrow_over.gif);
	background-repeat: no-repeat;
}

#footer a, #shoppingCart a {
	color: #7C6950;
	text-decoration: none;
	margin: 5px;
}
#footer a:hover, #shoppingCart a:hover {
	color: #554531;
}

/* ****************************************
Lay Out Elements
**************************************** */
#header {
	position: relative;
	margin: auto;
	width: 762px;
	padding: 0px;
	z-index: 100;
}
#content {
	position: relative;
	margin: auto;
	width: 762px;
	background-color: #FFFFFF;
	padding: 0px;
	z-index: 10;
}
#footer {
	position: relative;
	margin: auto;
	line-height: 145%;
	width: 762px;
	padding: 8px;
	text-align: center;
}

/* ****************************************
Posistion Elements
**************************************** */
.clear {
	clear: both;
}
.box {
	margin: 0px;
	padding: 0px;
}
.contentBox {
	padding: 10px;
}
.contentBoxProducts {
	padding: 10px 10px 10px 10px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.productDetailBox {
	padding: 15px 15px 0px 20px;
	font-size: 10px;
}
	
/* ****************************************
Element Border Styles
**************************************** */
.tB {
	border-top: 10px solid #FFFFFF;
}
.lB {
	border-left: 10px solid #FFFFFF;
}
.bB {
	border-bottom: 10px solid #FFFFFF;
}
.rB {
	border-right: 10px solid #FFFFFF;
}
.tBm {
	border-top: 5px solid #FFFFFF;
}
.tBs {
	border-top: 2px solid #FFFFFF;
}
.rBs {
	border-right: 2px solid #FFFFFF;
}
.bBs {
	border-bottom: 2px solid #FFFFFF;
}
.lBs {
	border-left: 2px solid #FFFFFF;
}
/* ****************************************
Element Background Styles
**************************************** */
.bRl {
	background-image: url(images/G-bRL.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #E8E3D6;
}
.bLl {
	background-image: url(images/G-bLL.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #D6D0C2;
}
.bRm {
	
}
.bLm {
	
}
.bRs {
	
}
.bLs {
	background-image: url(images/G-bLs.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #D6D0C2;
	background-position: left bottom;
}
.bH1 {
	background-image: url(images/header1_bg.jpg)
}

/* ****************************************
h Styles
**************************************** */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #222549;
	margin: 20px 0px 0px 20px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #222549;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #AB1521;
	margin: 9px 0px 0px 10px;
	padding: 0px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #222549;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h5 {
	padding: 3px 0px 0px 10px;
	margin: 0px;
	height: 17px;
}
h5, h5 a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
h5 a:hover {
	color: #DDDDDD;
}
.h5Blue {
	background-image: url(images/bar_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 17px;
}
.h5Red {
	background-color: #AB1521;
}
.h5Yellow {
	background-color: #CF8C0A;
}
h6 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}

/* ****************************************
Font Styles
**************************************** */
.yellow {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #DBA947;
}
.yellow2 {
	color: #D17D05;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.red {
	color: #AB1521;
}
.navy {
	color: #222549;
}
.grey {
	color: #555555;
}
.green {
	color: #7C6950;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

/* ****************************************
Various Styles
**************************************** */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.marginLeft {
	margin-left: 10px;
}
.paddingLeft {
	padding-left: 10px;
}
.marginRight {
	margin-right: 10px;
}
.marginZero {
	margin: 0px;
}
.marginTop {
	margin-top: 10px;
}
.tdWhite {
	background-color: #FFFFFF;
}
.tdBeige {
	background-color: #E8E2D7;
}
.tdBlueBar {
	background-image: url(images/bar_blue.jpg);
}
.tdYellowBar {
	background-image: url(images/bar_yellow.jpg);
}
.tdRedBar {
	background-image: url(images/bar_red.jpg);
}
#relatedCategories {

}
#productHeader {
	padding: 0px;
	margin: 26px 0px 0px 0px;
	white-space: nowrap;
	list-style-type: none;
}
#productHeader li {
	display: inline;
	padding: 0px 10px;
}
.productList {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.productList a {
	display: block;
	height: 23px;
	padding: 7px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/products_link_bg.jpg);
	list-style-type: none;
}
.productList a:hover {
	background-image: url(images/products_link_bg_hover.jpg);
}
.productList li {
	list-style: none;
}
ul.productList {
	background-image: url(images/products_link_bg_blank.jpg);
	height: 180px;
}  
.goldList {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}
.goldList li {
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-image: url(images/bullet_gold.gif);
	line-height: 110%;
}
form {
	margin: 0px;
}
.formSearch {
	height: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #7C6950;
	border-width: 1px;
	border-style: solid;
	border-color: #7C6950;
	background-color: #ffffff;
}
.formElementQuantity {
	width: 35px;
	padding: 2px 5px 2px 5px;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #666666;
	border-width: 1px;
	border-style: solid;
	border-color: #6699cc;
}
select.formElement {
	height:auto;
}
.formElement {
	width: 205px;
	height: 15px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #7C6950;
	background-color: #ffffff;
	border-top: solid 1px #27355E;
	border-bottom: solid 1px #DEEAF9;
	border-left: solid 1px #27355E;
	border-right: solid 1px #DEEAF9;
	padding-left: 5px;
}
.formElementText {
	width: 205px;
	height: 100px;
}
