html, body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFF;
	margin-bottom: 0px;
}

#nav1 {
	height: 35px;
	width: 900px;
	background-color: #F00;
	padding-top: 10px;
}
#nav1Text {
	height: 30px;
	padding-left: 20px;
	list-style-type: none;
	color: #FFF;
	margin-top: 0px;
}

#nav1Text li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#nav1Text a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0px;
	
}
#nav1Text li:hover {
	position: relative;	
	background-color: #F77;	
}
#nav1Text #nav1Sub{
	display: None;
	list-style-type: none;
	padding-left:0px;
	padding-right:0px;
	
}
#nav1Sub li:hover {
	display:block;
}
#logo {
	height: 130px;
	width: 900px;
	background-image: url(../images/logo%20130716.png);
	float: none;
	background-repeat: no-repeat;
}
#stars {
	background-image: url(../images/stars.png);
	height: 147px;
	width: 184px;
	margin-left: 716px;
	margin-bottom: -30px;
	position: relative;
	margin-top: -140px;
	float: right;
}

#slideshow {
	height: 400px;
	width: 900px;
	margin-top: 0px;
}
#nav2 {
	background-color: #F00;
	width: 200px;
	float: left;
	list-style-type: none;
	padding-left: -40px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFF;
	padding-bottom: 10px;
}
#nav2 a:hover {
	background-color: #F77;
	border: 1px solid #FFF;
}
ul#nav2{
	height: 360px;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -15px;
}
#wrapper #nav2 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#wrapper #content p {
	padding-right: 20px;
	padding-left: 20px;
}


#content {
	background-color: #FFF;
	width: 680px;
	margin-left: 200px;
	padding-left: 20px;
	margin-top: -20px;
}
#wrapper #content table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	color: #FFF;
	background-color: #F00;
}

#products {
	background-color: #FFF;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#prod1 {
	height: 200px;
	width: 200px;
	float: left;
	margin-left: 20px;
}
#prod2 {
	height: 200px;
	width: 250px;
	margin-left: 325px;
}
#prod3 {
	height: 200px;
	width: 250px;
	float: right;
	margin-top: -200px;
	margin-right: 20px;
}
#prod4 {
	height: 200px;
	width: 900px;
	margin-top: 50px;
	background-repeat: no-repeat;
	margin-left: 0px;
	background-image: url(../images/banner.png);
}
#footer {
	background-color: #F00;
	height: 150px;
	width: 900px;
	color: #FFF;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #nav1 #nav1Text strong #nav1Text li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper #content h1 {
	color: #3394A3;
	margin-top: 40px;
}
#wrapper #footer table tr td {
	font-size: 12px;
	margin-right: 20px;
}
#wrapper #footer table {
	margin-left: 20px;
	margin-top: 20px;
}
#credits{
	height: 20px;
	width: 900px;
	color: #FFF;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	
}
#credits a {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
#wrapper #content p a {
	font-weight: bold;
	color: #3394A3;
	text-decoration: none;
}
#wrapper #content table tr td div h3 strong h3 {
	color: #3394A3;
}
#wrapper #nav2 div img {
	margin-top: -80px;
	padding-bottom: 20px;
}
