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

html, body {  
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;  
	width: 100%;  
	padding: 0;  margin: 0;}
#bg {  
	z-index: -999;  
	min-height: 100%;  
	min-width: 1500px;  
	width: 100%;  
	height: auto;  
	position: fixed;  
	top: 0;  
	left: 0;}
#wrapper {
	position: relative;
	width: 900px;
	min-height: 100%;
	height: auto;
	height: 100%;
	background-image: url(../graphics/HighTide_logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: -30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0;
	color: #333;

}

#menu{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	float: none;
	padding-top: 175px;
}
#menu ul{
  display:inline;
}
#menu li{
  display:inline;
}
#menu a{
	display:inline-block;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
	color: #FFFF2D;
	padding-left: 20px;
	text-shadow: #000000 0px 2px 2px;
	margin-bottom: 5px;
}
#menu a img{
	display:inline-block;
	text-decoration: none;
	outline: 0;
	border: 0;
	background-image: url(../graphics/fb_btn.png);
	background-repeat: no-repeat;
}
#menu a:hover{
	text-decoration: none;
	font-size: large;
	font-weight: bold;
	color: #b79f01;
}
#menu a:hover img{
	display:inline-block;
	text-decoration: none;
	outline: 0;
	border 0;
	background-image: url(../graphics/fb_btn_2.png);
	background-repeat: no-repeat;
}

#indexgallery {
	width: 100%;
	min-height: 300px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	padding: 0;
}

#indexgallery img{
        margin-top: 15px;
	border-color: #000000;
	border-width: 3px;
	border-style: solid;
}

#content {
	float:left;
	position: relative;
	width: 600px;
	padding:10px;
	padding-bottom:30px;   /* Height of the footer */
	/*background-color: #013A9B;*/
}

#content p{
	float:left;
	text-align: justify;
	top:0;
	left:0;
	color: #FFFFFF;
	margin-left: 30px;
} 

#specials {
	float:right;
	width: 250px;
	padding:10px;   /* Height of the footer */
	top:0;
	right:0;
	color: #020F13;
	text-align: center;
	background-color: #FFFF2D;
	font-weight: bold;
	font-size: large;
	border-color: #020F13;
	border-width: 2px;
	border-style: solid;
} 
#specials ul {
	list-style:none;
	background-color: #FFFFD7;
	padding: 3px;
        font-weight: normal;
	font-size: medium;
	border-color: #020F13;
	border-width: 1px;
	border-style: solid;
        padding-bottom:10px;   
}

/*#specials ul li {
	text-align: left;
	font-weight: normal;
	font-size: medium;
	color: #020F13;
}*/

#address {
	color: #FFFFFF;
	margin-top: 50px;
}
#supplies {
	float:left;
	width: 225px;
	margin-left: 50px;
}

#supplies img {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	margin-top: 5px;
}
#supply-list {
	float:right;
	width: 400px;
	padding:10px;   /* Height of the footer */
	top:0px;
	right:0px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: large;
	margin-right: 50px;
	margin-top: 5px;
} 
#supply-list ul {
	list-style:none;
	padding: 5px;
}
#supply-list li {
	text-align: left;
	font-weight: normal;
	font-size: medium;
	color: #FFFFFF;
}
.clearfooter {
height: 30px;
clear: both;
}
#footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:30px;   /* Height of the footer */
	color: #FFFFFF;
