﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:1px;
	width:100%;
	
}
.mainDiv
{
	float: left;
	width:100%;
	height:880px;
	min-height:880px;
}
.headerDiv
{
	width: 995px;
	height: 120px;
	min-height:120px;
	float: left;
	background-image: url(images/header.gif);
}
.bodyDiv
{
	width: 995px;
	height:780px;
	min-height: 780px;
	float: left;
	background-image: url(images/Background.gif);
	background-repeat:repeat;
}
.navigationDiv
{
	width: 16%;
	
	min-height:780px;
	float: left;

	
}

.navigationDiv td
{
	padding-left:10px;
	padding-right:10px;
}
.contentDiv
{
	
	width:84%;
	min-width:825px;
	min-height:780px;
	float: left;
	
	
}
.footerDiv
{
	font-family:Verdana;
	width: 995px;
	height: 50px;
	float: left;
	font-size:10px;
	text-align:center;
	background-image: url(images/footer.gif);
}
.link
{
	width: 130px;
	height: 25px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top:6px;
	font-size:12px;
	font-weight:bold;
	color:Black;
	background-image: url(images/view.gif);
}
.link:hover
{
	width: 130px;
	height: 25px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/hover.gif);
	color: black;
}
.linkactive
{
	width: 130px;
	height: 25px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top:6px;
	font-size:12px;
	font-weight:bold;
	color:navy;
	background-image: url(images/visited.gif);
}
.sublink
{
	width: 100px;
	height: 20px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	
	font-size: 10px;
	font-weight: bold;
	color: Black;
	background-image: url(images/subview.gif);
}
.sublink:hover
{
	width: 100px;
	height: 20px;
	cursor: pointer;
	display: block;
	color: black;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/subhover.gif);
}
.sublinkactive
{
	width: 100px;
	height: 20px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
	color: navy;
	background-image: url(images/subactive.gif);
}

.diplaybuttons
{
	display:none;
	text-align:right;
	
}

.cartviewmain
{
	 width:815px;
	 min-height:720px;
	 background-repeat:repeat;
	 float:left;
}
.cartview
{
	width:605px;
	height:300px;
	float:left;
}
.cartheader
{
	width: 605px;
	height: 36px;
	float: left;
	background-image: url(images/Cartheader.gif);
	background-repeat:no-repeat;
}
.cartfooter
{
	width: 605px;
	height: 36px;
	float: left;
	background-image: url(images/cartfooter.gif);
}
.cartmiddle
{
	width: 605px;
	min-height:228px;
	float: left;
	background-image: url(images/cartmiddle.gif);
	background-repeat:repeat;
	
}

.cartmiddle td
{
	border-bottom: #993333 thin solid;
	
}
.shipaddress
{
	width: 175px;
	height: 130px;
	padding-top:20px;
	float: left;

}

.granttotaldiv
{
	width: 175px;
	height: 120px;
	padding-top:20px;
	float: left;

}
.ordermiddle
{
	width: 605px;
	min-height:228px;
	float: left;
	background-image: url(images/cartmiddle.gif);
	background-repeat:repeat;
	
}
.ordermiddle td
{
	border-bottom: #993333 thin solid;
	
	border-right: #993333 thin solid;
}
.contentboxheader
{
	width: 800px;
	height: 25px;
	float: left;
	background-image: url(images/contentboxheader.gif);
	background-repeat:no-repeat;
}
.contentboxfooter
{
	width: 800px;
	height: 25px;
	float: left;
	background-image: url(images/contentboxfooter.gif);
}
.contentboxbody
{
	width: 800px;
	min-height:630px;
	float: left;
	background-image: url(images/contentboxbody.gif);
	background-repeat:repeat;
	
}
.PlaceOrderPara
{
	text-align:justify;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	width:750px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	
}
.pagebuttonspeech
{
	text-align:center;
	width:815px;
	
}
.pagebuttonspeech img
{
	text-decoration:none;
	border:0px;
}
.pagebutttonclass
{
	border-top: #339999 3px solid;
}