*{margin:0;padding:0;}

body
{
margin: 0;
padding: 0;
text-align:center;
background-color: #000000;
background-image:url(images/bg.png);
background-repeat:repeat;
background-position:top left;
color: #000000;
}

a:link img{
	border: 0;
	text-decoration: none;
}

a:visited img{
	border: 0;
	text-decoration: none;
}

a:hover img{
	border: 0;
	text-decoration: none;
}


#wrapper
{
width: 770px;
margin: 10px auto;
padding: 0;
border: 4px solid #1B9935;
}

#header
{
width: 770px;
height:464px;
margin: 0;
padding: 0;
border: 0;
background-image: url(images/gatorbg2.jpg);
}


#main
{
width: 770px;
min-height:600px;
padding: 0;
border: 0;
background-color: #F5FFF6;
}

#footer
{
clear: both;
width: 770px;
height: 40px;
margin: 0;
padding: 0;
padding-top: 4px;
border: 0;
border-top: 4px solid #1B9935;
background-color: #FFFF00;
}

#footer p{
	font-size:14px;
}

#pagetitle
{
width: 770px;
height: 20px;
margin: 0;
padding: 0;
border: 0;
border-bottom: 4px solid #1B9935;
background-color: #FFFF00;
}

#pagetitle p{
	font-size:16px;
	font-weight: bold;
}


.description {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px
}

#main p {
  text-align:left;
  margin: 10px;
  margin-top:0;
}

#main ul {
  text-align:left;
  margin-left:20px;
}

#main a{
	text-decoration: none;
	border: 2px solid #F5FFF6;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:11px;
	background:transparent url("images/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:2px solid #000000;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 10px 0 10px;
	height:28px;
	}
ul#menu li a:hover{
	background:transparent url("images/black.jpg") repeat-x top left;	
	}

#comingsoon{
	width: 770px;
	height: 500px;
	background-color: #F5FFF6;
}

#banner {
	border-bottom: 4px solid #1B9935;
	background-image: url("images/gatorban.jpg");
	background-repeat: no-repeat;
	background-position: top-center;
	width: 770px;
	height: 142px;
}

#msds {
text-align: left;
width: 770px;
background-color: #ffffff;
}

#about {
	text-align: left;
	padding: 20px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size: 18px;
}

#phone {
	color: white;
	font-weight: bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size: 18px;
	background-color: transparent;
	position: relative;
	top: 10px;
	left: 310px;
}

.height{
  min-height:600px;
}

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #000000;
width: 768px;
background: url(images/blue.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font:normal 12px Verdana;
border-right: 1px solid #000000; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/black.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #0E89E9;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
}
