#header {
	background-image: url(/Images/header/header-bkgd.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.white-bold {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

#checkout-wrapper {
	background-image: url(/Images/Checkout/checkout-middle.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#checkout-top {
	background-image: url(/Images/Checkout/checkout-top.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 14px;
}
#checkout-bottom {
	background-image: url(/Images/Checkout/checkout-bottom.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 14px;
}
.item-box {
	width: 101px;
	overflow: hidden;
}
.content-wrapper {
}
#products-wrapper {
	background: url(/Images/products_bar_blue.jpg) no-repeat top;
	width: 609px;
	height: 31px;
	margin-top: 10px;
}
.title-box {
	padding-top: 3px;
	padding-left: 20px;
}
.thumbnail-wrapper {
	float: left;
	width: 101px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.top-container {
	background: url(/Images/images/box-top-sm.jpg) no-repeat;
	height: 13px;
}
.bottom-container {
	height: 13px;
	background: url(/Images/images/box-bottom-sm.jpg) no-repeat left top;
}
.middle-container {
	padding: 5px;
	background: url(/Images/images/box-middle-sm.jpg) repeat-y;
	vertical-align: middle;
	text-align: center;
}
/*Clear Fix*/

 .clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide these rules from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}

/* End hide from IE-mac */
.products-container {
	padding: 10px 20px;
}
#web-title {
	float: left;
	width: 300px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	font-style: oblique;
	margin-top: 4px;
}
#header-container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 190px;
	background: url(/Images/header/header-background.jpg) no-repeat;
	position: relative;
}
#header-wrapper {
	height: 190px;
}
#header-nav {
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#header-contact {
	float: right;
	width: 260px;
	margin-top: 10px;
	height: 180px;
	position: relative;
	text-align: right;
}
form {
	margin: 0px;
	padding: 0px;
}
#header-title {
	width: 220px;
	float: left;
	height: 50px;
	position: absolute;
	top: 100px;
	left: 318px;
}
#header-website {
	width: 255px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	clear: left;
	font-style: oblique;
	position: absolute;
	left: 270px;
	top: 162px;
}
#content-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#viewcart {
	height: 29px;
	width: 87px;
	position: absolute;
	top: 50px;
	left: 70px;
}
#searchbox {
	width: 200px;
	position: absolute;
	top: 85px;
	left: 50px;
	z-index: 7;
}
