@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}

body {
	height: 100%;
	color: #FFFFFF;
	background-color: #cccccc;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background-image: url(images/backgroundBody.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
td {
	padding: 4px;
}
p {
	margin-left: 5px;
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
a {
	color: #000000;
}
.formInput {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px;
}


#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#content {
	padding-bottom: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#topBanner {
	height: 123px;
	width: 900px;
	position: relative;
	background-color: #333333;
}
#mainMenu {
	position: absolute;
	width: 110px;
	left: 34px;
	top: 18px;
}
#linkHome {
	background-image: url(images/linkHome.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 110px;
}
#linkHome:hover {
	background-image: url(images/linkHome.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}
#linkStock {
	background-image: url(images/linkStock.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 110px;
}
#linkStock:hover {
	background-image: url(images/linkStock.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
}
#linkContact {
	background-image: url(images/linkContact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 110px;
}
#linkContact:hover {
	background-image: url(images/linkContact.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
}
#logoBanner {
	position: absolute;
	top: 30px;
	right: 40px;
}
#whiteContent {
	background-color: #FFFFFF;
	width: 900px;
	overflow: auto;
	height: 800px;
}
#contactDetails {
	position: absolute;
	width: 400px;
	left: 38px;
	top: 365px;
}
#mainContent {
	width: 830px;
	margin-left: 30px;
	color: #000000;
	padding-top: 20px;
}
.productBox1 {
	text-align: center;
	display: block;
	float: left;
	height: 320px;
	width: 270px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	position: relative;
}
.productBox2 {
	text-align: center;
	display: block;
	float: left;
	height: 320px;
	width: 270px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	position: relative;
}
.productBox3 {
	text-align: center;
	display: block;
	float: left;
	height: 320px;
	width: 270px;
	position: relative;
}
.productBox4 {
	text-align: center;
	display: block;
	float: left;
	height: 330px;
	width: 270px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.productBox5 {
	text-align: center;
	display: block;
	float: left;
	height: 330px;
	width: 270px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 20px;
	position: relative;
}
.productBox6 {
	text-align: center;
	display: block;
	float: left;
	height: 330px;
	width: 270px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 20px;
	position: relative;
}
.productImage {
	border: 1px solid #333333;
}

.productDetail {
	position: absolute;
	bottom: 30px;
	width: 260px;
	left: 10px;
}
.productDetail a {
	color: #a32322;
	font-size: 16px;
}
.productTitle {
	font-size: 16px;
	color: #435d04;
}
#footer {
	position: relative;
	margin-top: -30px;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	height: 30px;
	background-color: #333333;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.sortBox {
	float: left;
}

.pageBox {
	line-height: 16px;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #333333;
	color: #333333;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 10px;
}
.pageBox:hover {
	color: #333333;
}
.pageBoxOn {
	line-height: 16px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #333333;
	background-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.pageNumbers {
	height: 20px;
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
}
#detailDescription {
	float: left;
	width: 350px;
	font-size: 14px;
	line-height: 18px;
}
#detailImages {
	float: right;
	text-align: center;
	width: 440px;
}
#detailLarge {
	border: 1px solid #000000;
}

.horizontalLine {
	text-indent: -9999px;
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.detailContact {
	color: #a32322;
}
.hiddenImage {
	height: 1px;
	width: 1px;
	visibility: hidden;
}
.thumbnail {
	margin-bottom: 5px;
	border: 1px solid #000000;
}
