@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #17365d;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#SiteOutline {
	width: 918px;
	margin-right: auto;
	margin-left: auto;
}
#return {
	background-image: url(/custom/return.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}
#header {
	margin-top: 10px;
}

#return span {
	display: none;
}
.l-title-image {
	float: left;
	width: 150px;
	margin-left: 100px;
	font-size: 12px;
	text-align: center;
}
.r-title-image {
	float: left;
	width: 150px;
	font-size: 12px;
	text-align: center;
}
.title {
	float: left;
	width: 350px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}
#text {
	width: 650px;
	margin-left: 100px;
	margin-top: 20px;
}
.product {
	font-size: 12px;
	text-align: center;
	float: left;
	width: 150px;
	margin-left: 16px;
}
#products {
	margin-left: 100px;
}








.cleardiv {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	height: 0px;
}

