body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #e0e0f1;
	margin: 0px;
	padding: 0px;
}

.top {
	background-image: url(../images/backgrounds/top.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0px;
	height: 32px;
}

.container {
	background-image: url(../images/backgrounds/container.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 712px;
}

.header {
	background-image: url(../images/backgrounds/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 84px;
	padding: 8px;
	margin-left: 6px;
	margin-right: 6px;
}

.page {
	background-image: url(../images/backgrounds/page.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 700px;
	min-height: 250px;
	margin-left: 6px;
	margin-right: 6px;
}

.navTab {
	float: left;
	margin: 0px 12px 0px 12px;
}

.activeTab {
	font-weight: bold;
	color: yellow;
	float: left;
	margin: 0px 12px 0px 12px;
}

.contentArea {
	color: black;
	padding: 3px 8px 0px 0px;
}

.breadcrumbs {
	font-size: 85%;
}

.content {
	line-height: 140%;
	background-image: url(../images/backgrounds/content.gif);
	padding: 0px 12px 0px 12px;
	margin-top: 32px;
	height: 100%;
}

.productPage {
	display: table;
	clear: both;
}
	
.productPhoto {
	width: 180px;
	margin-right: 24px;
	float: left;
}	

.productPhoto img {
	border: 1px solid #333;	
	margin-bottom: 12px;
}

.productInfo {
	width: 455px;
	float: left;
}	

.footer {
	font-size: 85%;
	text-align: center;
	background-image: url(../images/backgrounds/footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 50px 24px 24px 24px;
	clear: both;
}

.footerLeft {
	text-align: left;
	width: 20%;
	float: left;
}

.footerMiddle {
	text-align: center;
	width: 58%;
	float: left;
}

.footerRight {
	text-align: right;
	width: 20%;
	float: right;
}

.banner {
	margin: 10px;
	clear:both;
}

.bannerImage {
	width: 32px;
	height: 32px;
	border: 1px solid darkblue;
	float: left;
}

.bannerText {
	width: 200px;
	height: 26px;
	background-color: darkblue;
	padding-top: 8px;
	float: left;
}	

.orderForm {
	padding: 12px;
	color: white;
	background-color: darkblue;
}

.previousNext {
	border-top: 1px solid darkblue;
	padding-top: 8px;
	font-size: 85%;
	width: 100%;
	clear: both;
}

.previousLink {
	width: 50%; 
	float: left;
}

.nextLink {
	width: 49%;
	float: right;
	text-align: right;
}

.contactMap {
	border: 1px solid #333;	
}

