html, Body	{
padding:0;
margin:0;
background-image:url(images/pattern.gif);
height:100%;
font-family:Arial;
font-size:12px;
line-height:18px;
}

A	{	color:#000;	}
A:hover	{	color:#990000;	}

.wrap	{	width:1024px; min-height:100%; margin:0 auto; background-color:#FFFFFF; background-image:url(images/homeimg.jpg); background-repeat:no-repeat;	}
*html #wrap {	height:100%;	}

/** Start Navigation **/
.toptool	{	padding:20px 55px 0 0;	}
.mainnav	{	margin:14px 0 0 55px; padding: 12px 0 0 0; height:42px;	}
.bottomnav	{	font-size:10px; width:908px; padding:8px 0 20px 0; margin:390px auto 0 auto; border-top:1px solid #858585; clear:both;	}
.bottomnav A	{	color:#858585; text-decoration:none; padding-right:30px;	}
.bottomnav A:hover	{	color:#990000;	}
/** End Navigation **/

.tagline	{	font-family:Georgia; font-size:18px; font-style:italic; line-height:22px; color:#FFF; text-align:center; margin:0 auto;	}
.sidenav	{	font-size:16px; line-height:20px; color:#FFF; padding:25px 0 0 55px;	}
.sidenav A	{	color:#FFF; text-decoration:none;	}
.sidenav A:hover	{	color:#000;	}

/* Nav */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
  /*margin-top: 12px;*/
}

#nav a {
	display: block;
	/*width: 135px;*/
	height: 15px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	padding: 8px 0 5px 0;
	
}

#nav a:hover {
  color: #000;
}

#nav li#navHome a:hover {
  background: url(images/dot.gif) no-repeat 17px top;
}

#nav li#navShop a:hover {
  background: url(images/dot.gif) no-repeat 17px top;
}

#nav li#navAbout a:hover {
  background: url(images/dot.gif) no-repeat 20px top;
}

#nav li#navBlog a:hover {
  background: url(images/dot.gif) no-repeat 14px top;
}

#nav li#navBookings a:hover {
  background: url(images/dot.gif) no-repeat 33px top;
}

#nav li#navContact a:hover {
  background: url(images/dot.gif) no-repeat 31px top;
}

#nav li { /* all list items */
	float: left;
	width: 135px; /* width needed or else Opera goes nuts */
	height: 15px;
}

#nav li li { 
	padding: 4px;
}

#nav li a { /* all list items */
	/*width: 16em;*/
}

#nav li li a {
  padding: 0;
  width: 16em;

}

#nav li#navShop li a:hover {
  background: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #888;
	width: 16em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.logohome	{	padding-top:80px; margin:0 auto;	}
.clear	{	clear:both;	}