@charset "UTF-8";
.test2 {
	width: 680px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 20px;
	height: 50px;
	display: block;
	position: relative;
	background-image: url(../images/transparentpng.png);
	background-repeat: repeat;
}

#container {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	width: 720px;
	position: relative;
	background-image: url(../images/beach2.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid white;
	text-align: left;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	background-position: center top;
	background-color: #DEDEDE;
}
#nav ul {
	display: inline;
	margin-left: 13px;
	padding-left: 0px;
	margin-top: 3px;
}
#nav li {
	display: inline;
	padding-right: 20px;
	margin-left: 0px;
	padding-left: 0px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #064B8B;
	font-size: 14px;
}

#nav a:hover {
	color: #1C3304;
}
#content {
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 0px;
	width: 100%;
}
#content p {
	color: #003E7C;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#content h2 {
	color: #003E7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.products  ul {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
.products  li {
	list-style-position: inside;
	list-style-type: none;
	width: 184px;
	height: 70px;
	color: #074C8A;
	font-size: 30px;
	margin-top: 5px;
	padding-top: 8px;
	overflow: hidden;
	float: left;
	margin-right: 35px;
	background-repeat: no-repeat;
	margin-left: -15px;
	padding-left: -10px;
}
.products  a {
	text-decoration: none;
	float: left;
	margin-left: 4px;
	margin-top: 2px;
	color: #064B8B;
	width: 85px;
	margin-right: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.products  img  {
	text-decoration: none;
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 10px;
	padding-right: 2px;
}
#logo img {
	margin: 0px;
	padding: 0px;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
}
#logo span {
	position: absolute;
	left: -3000px;
}
#flashcontent {
	display: block;
	width: 335px;
	color: #00CC66;
	height: 235px;
	margin-left: auto;
	margin-right: 20px;
	padding: 5px;
	float: left;
	margin-top: 30px;
	border: 1px solid #CCCCCC;
}
