@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0E1217;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 6px;
}
.topNav a {
	color: #FFFFFF;
	text-decoration: none;
}
.topNav a:hover {
	text-decoration: underline;
}
.categoryNav {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #4c4c4b;
}
.categoryNav a {
	color: #4C4C4B;
	text-decoration: none;
}
.categoryNav a:hover {
	color: #264A73;
}
.mainContent {
	padding-top: 12px;
	padding-bottom: 12px;
}
.productImg {
	border: 1px solid #666666;
}
.featuredTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
}
.featuredPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #462324;
}
.intro {
	background-color: #F6F5F5;
	border: 1px solid #CBCACA;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 9px;
}
.bottomNav a {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomNav a:hover {
	text-decoration: underline;
}
.subHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #660000;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.bottomRule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.topRule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.sideRule {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.detailsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #330000;
}
.detailsDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.detailsPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #040505;
}
.detailsForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.productsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #462324;
}
.cartLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #244A73;
	text-decoration: underline;
	font-weight: bold;
}
.bottomRule2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.productsHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #264A73;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.checkoutHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.checkoutForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.checkout {
	border: 1px solid #999999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
}
.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #462324;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
.checkoutConfirmation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.checkoutConfirmation:hover {
	color: #264A73;
}
.cartUpdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #244A73;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

