body   {
	color: #5D92C9;
	font-family: Arial, Helvetica, Verdana, san-serif;
	background-color: white;
	margin: 0;
}

p {
	color: black;
	font-size: 0.75em;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 35px;
	
}

h1 {
	font-weight: normal;
	font-size: 1.1em;
	margin-top: 30px;
	margin-bottom: 15px;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	color: #5D92C9;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	font-size: 0.75em;
}

img {
	border: 0px;
}

.site-border {
	text-align: justify;
	width: 770px;
	height: 480px;
	display: table;
	margin-top: 15px;
	border: 1px #509ED3 solid;
}

.header {
	width: 770px;
	height: 59px;
	display: table;
	border-bottom: 5px #509ED3 solid;
	background-image: url(../images/header-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

html>body .header {	
	height: 55px;
}

.header-logo {
	float: left;
	margin-top: 23px;
	margin-left: 50px;
	margin-right: 50px;
}

.header ul {
	font-size: 0.7em;
	list-style: none;
}

.header li {
	float: left;
	margin-top: 28px;
	margin-right: 30px;
}

html>body .header li {	
	margin-top: 16px;
}

.header-img {
	float: left;
	margin-left: 41px;
}

.site-body {	
	width: 770px;
	height: 55px;
	margin-top: 2px;
	border-top: 5px #509ED3 solid;
}

.site-body-left {
	width: 240;
	height: 415px;
	min-height: 413px;
	float: left;
	display: table;
	background-image: url("../images/bot-corner-image.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.featured-products {
	text-align: center;
	width: 160px;
	height: 300px;
	display: table;
	margin-top: 30px;
	margin-left: 40px;
	border: 1px #509ED3 solid;
	background-color: white;
}

.featured-products p {
	color: black;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 0px;
}

.featured-products img {
	margin-top: 10px;	
}

.featured-products-text {
	text-align: justify;
	width: 140px;
	height: 140px;
	margin-top: 10px;
	display: table;
}

html>body .featured-products-text {
	margin-left: 10px;
}

.site-body-right {
	width: 525px;
	height: 350px;
	float: right;
	display: table;
	background-image: url("../images/watermark.gif");
	background-repeat: no-repeat;
	background-position: center 60px;
}

.site-body-thumbs {
	text-align: right;
	width: 500px;
	height: 50px;
	float: left;
	display: block;
	padding-bottom: 10px;
}

.site-body-thumbs img {
	border: 1px black solid;
	margin-right: 5px;
}

.netbop {
	text-align: left;
	width: 770px;
	font-size: 0.6em;
	margin-top: 0px;
	margin-left: 0px;
}