html, body
{

background:#75CCE0 url('../images/bodyBG.jpg');
background-repeat: repeat-x;
margin:0px;
padding:0px;
font-family: Verdana;


}

a.info{
    position:relative; /*this is the key*/
    z-index:0;
    color:#000;
    text-decoration:none}

a.info:hover
{
	z-index:2;
}

#errors li 
{
	color:red;
	text-align:center;
	padding:3px;
}
/*Opening Times List*/
.opening
{
	margin:30px 20px 0px 0px;
}
.opening li
{
	padding:5px;
}

a.info span{display: none}

a.info:hover span
{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em; 
	right:2em; 
	width:18em;
	border:1px solid #0cf;
	background-color:#cff; 
	color:#000;
	text-align: center;
	z-index:5;

}

.error
{
    color:red;
}

a:link
{
	color:#000;
	text-decoration:none;
}
a:visited
{
	color:#000;
	text-decoration:none;
}
a:active
{
	color:#000;
}

#wrap
{
	margin:135px auto 0px auto;
    background: url('../images/bubbles.jpg') repeat-x; /*BodyBGcenter*/
    background-color: #69c5dc; /*82d4e5*/
    padding-top:0px;
	min-height:100%;
	overflow:hidden;
}
#header
{
	width:968px;
	height:77px;
}



 #wrapper
  {
	background: #fff;
	width:968px;
	margin:0 auto 0;
	border: 1px solid #000;
}

#pool 
{
	background-image:url(../images/poolMart.jpg);
	background-repeat: no-repeat;
	padding:0px;
	margin:77px 0px 0px 0px;
	width:232px;
	height:247px;
	float:left;
}

/*
this was used with new logo
to put the waves in
#waves
{

	background: url('../images/waves.jpg') repeat-x;

	height:47px;
	width:968px;
}
*/

#top hr
{
	color:#4cc660;
	height:1px;
}
#top a
{
	color:#4cc660;
	text-decoration:none;
}

.green
{
	color:#4cc660;
}

.mapDetails
{
	font-family: Georgia;

}
.mapDetails li
{
	padding-top:5px;
}

.contactDetails
{
	padding:10px;
}
.contactDetails:hover
{
	background:#ccc;
}

.contactDetails li
{
	padding-top:5px;
}

#logo 
{
  padding:0px;
  margin:0px 0 0 -232px;
  width:307px;
  height:115px;
  float:left;

}
#stores
{
	width:380px;
	height:100px;
	padding:10px;
	float:right;
	margin-top:77px;


}

#menu{

  width:800px;
  float:left;
  margin-top:-40px;
  margin-left:170px;
  padding:0px;

}

#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	z-index:1;
}
#menu a {
	display:block;
	width:150px;
	text-align:center;
    background-image:url(../images/menu_link_back.gif);
	background-color:#CFE8EF;
	text-decoration:none;
	font-weight:bold;
	color:white;
	padding:4px;
}
#menu a:hover {
	color:black;
	background-color:#E99414;
    background-position:0px -25px;
}
#menu ul ul {
	position:absolute;
	width:149px;
	visibility:hidden;
}
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility:visible;
}
#menu table {
	position:absolute;
	left:-1px;
	top:24px;
	border-collapse:collapse;
}

#menu ul ul a {
	background-position:0px -25px;
	color:black;
}
#menu ul ul a:hover {
	background-position:0px 0px;
	color:white;
}


.clear{
  clear: both;
}

.boxout{
  float:left;

}
.boxout img{
  margin:6px;
  padding-bottom:65px;
}

.boxout1{
  float:right;
}


#content
{
	float:left;
	padding:10px;
	width:412px;
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 70px ;
  
}
#content p
{
	font-family: Geneva;
	line-height:20px;
	color:#333;

}

#content h1
{
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	padding: 6px;
	text-align:center;

}

h2
{
	color:blue;
	font-size:22px;
	font-family:Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	padding:8px;
	text-align:center;

}


#content p
{
	padding:8px;
}

#PS
{
	font-weight:bold;
	font-size:14px;
}


#sidebar
{
	width:340px;
	float:left;
	margin:20px 0 0 100px;

}

#sidebar h1
{
	width:327px;
	background: url(../images/sidebarBG.jpg);
	height:67px;
	text-align:center;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 30px;
	font-weight:bold;
	padding:10px;
}

#parts
{
	margin-top:30px;
}

#form
{
	width:320px;
	padding:16px;
	background:#ccc;
	-moz-border-radius: 40px 10px;
	margin-top: 40px;

}


#footer
{
	font-size:10px;
	width:800px;
	padding:10px;
	height:25px;
	margin: 0 auto;
	margin-top:30px;
	text-align:center;
}

#footer a
{
	padding-left: 40px;
	text-decoration: none;

}
input
{
	margin-bottom:10px;
	margin-left:10px;
}
select
{
	margin-bottom:10px;
	margin-left:10px;
}
textarea
{
	margin-bottom:10px;
	margin-left:10px;
}


