body {
	font-family: verdana;
	font-size: 12px;
	color: #505050;
	background-color: #E9E9E9;
	margin: 0px;
}

h1 {
	color: #07224D;
	font-size: 18px;
	border-bottom: 2px solid #b7cadf;
	padding-left: 5px;
	margin-top: 10px;
}

p {
	line-height: 16px;

}

table.links {
	margin-left:auto;
	margin-right: auto;
	border-collapse: collapse;
	border: solid 1px #E9E9E9;
}

table.links td {
	border: solid 1px #E9E9E9;
	padding: 5px;
}

legend {
	color: #07224D;
	font-weight: bold;
	padding: 0.5em;
}

.specialsbox {
	width: 470px;
	height: 135px;
	border: solid 1px #E9E9E9;
	padding: 2px;
}

.productpic {
	width: 180px;
	height: 135px;
	float: left;
	display: block;
}

.productdescription {
	width: 290px;
	height: 135px;
	float: right;
	font-size: 12px;
	display: block;
}

.contentlinks {
	font-size: 6px;
}

#divWrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	display: block;
}

#divbggradient {
	background-image: url(gfx/bggradient.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#divheading {
	width: 800px;
	height: 81px;
	background-image: url(gfx/heading.jpg);
	background-repeat: no-repeat;
}

#divslogan {
	width: 800px;
	height: 29px;
	background-image: url(gfx/slogan.jpg);
	background-repeat: no-repeat;
}

#divtoppic {
	width: 800px;
	height: 117px;
	background-image: url(gfx/toppic.jpg);
	background-repeat: no-repeat;
}

#divcontents {
	width: 800px;
	background-color: #FFFFFF;
}

#divnav {
	width: 150px;
	float: left;
	background-color: #FFFFFF;
	border-left: #505050 dotted 1px;
}

#divnav ul {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
}

#divnav ul li {
	border-left: #505050 solid 5px;
	background-color: #e9e9e9;
	
}

#divnav a {
	padding: 5px;
	margin-top: 3px;
	margin-bottom:3px;
	display: block;
	border: #505050 dotted 1px;
	height: 18px;
}

a:link {
	color: #505050; 
	text-decoration: none; 
	font-size: 14px;
}

a:active  {
	color: #6188c7; 
	text-decoration: none; 
	font-size: 14px;
}

a:visited {
	color: #505050; 
	text-decoration: none; 
	font-size: 14px;
}
a:hover  { 
	color: #6188c7; 
	text-decoration: none; 
	font-size: 14px;
}

#divtextarea {
	width: 480px;
	border-left: #505050 dotted 1px;
	border-right: #505050 dotted 1px;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 380px;
	background-color: #FFFFFF;
}

#divrightbar {
	width: 141px;
	height: 100%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: #505050 dotted 1px;
	min-height: 402px;
	background-color: #FFFFFF;
}

#divForm {
	width: 380px;
	float: left;
}

#divfooter {
	width: 800px;
	height: 15px;
	font-size: 9px;
	display: block;
	padding: 0px;
	clear: both;
	border: 0px;
	position: relative;
	text-align: center;
	background-color: #505050;
	color: #E9E9E9;
}