/* CSS Document */

body {
	margin: 0px;
	background-color: #999999;
	background-image: url(images/BG_tile.gif);
}
#container {
	width: 840px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	float: left;
	height: 93px;
	width: 840px;
	background-color: #000000;
}
#headerCart {
	float: right;
	height: 41px;
	width: 130px;
	background-repeat: no-repeat;
	background-image: url(images/header_cart_BG.gif);
	padding-top: 5px;
	padding-left: 10px;
}
#menu {
	float: left;
	height: 27px;
	width: 840px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(images/menu_right.jpg);
}
#mainImage {
	float: left;
	height: 140px;
	width: 840px;
	background-color: #FFFFFF;
}
#contentContainer {
	float: left;
	width: 840px;
	background-color: #FFFFFF;
}
#lefthandBar {
	float: left;
	width: 170px;
	background-color: #FFFFFF;
	border-right-color: #416784;
	border-right-style: solid;
	border-right-width: 5px;
	border-bottom-color: #416784;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	margin-bottom: 10px;
}
.contentBoxRight {
	float: right;
	text-align: right;
	margin-left: 10px;
	margin-top: 10px;
}
#mainContent {
	background-color: #FFFFFF;
	float: left;
	width: 640px;
	padding-left: 10px;
}
#footer {
	float: left;
	height: 50px;
	width: 820px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #818181;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
}
.productsHR {
	background-image: url(images/products_HR.gif);
	background-repeat: no-repeat;
	height: 10px;
}
/*
/* fonts */
.LucidaBlack12 {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
.LucidaBlack12 a:link {
	text-decoration: none;
	color: #CC0000;
}
.LucidaBlack12 a:visited {
	color: #CC0000;
	text-decoration: none;
}
.LucidaBlack12 a:hover {
	color: #000000;
	text-decoration: none;
}

.thanks {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #BA3727;
}

.productHeading {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #8a1f4d;
	font-weight: bold;
}
.productHeading a:link {
	color: #8a1f4d;
	text-decoration: none;
	font-weight: bold;
}
.productHeading a:visited {
	color: #8a1f4d;
	text-decoration: none;
}
.productHeading a:hover {
	color: #000000;
	text-decoration: none;
}
.cart {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}
.footer {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666666;
}
.footer a:link {
	color: #000000;
	text-decoration: none;
}
.footer a:visited {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	color: #BA3727;
	text-decoration: none;
}
.imageLeft20 {
	margin-left: 20px;
}
.LucidaBlack12Bold {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}
.LucidaBlack12Bold a:link {
	text-decoration: none;
	color: #CC0000;
}
.LucidaBlack12Bold a:visited {
	color: #CC0000;
	text-decoration: none;
}
.LucidaBlack12Bold a:hover {
	color: #000000;
	text-decoration: none;
}
.LucidaRed12 {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #BA3727;
}
.thumbnailBorder {
	padding: 5px;
	border: thin solid #CCCCCC;
}
.imageRight10 {
	margin-right: 10px;
}
#historyContent {
	background-color: #FFFFFF;
	float: left;
	width: 630px;
	padding-left: 10px;
}
