/* CSS Document */

body {
	margin: 0;
	font: 75.5% Arial, Helvetica, sans-serif;/* Resets 1em to 10px */	
	background-color:#B5E1E0;
	background-repeat:repeat;
	background-image:url(../images/bgnew.gif);
	background-repeat:repeat-x;
}
a:link {
	color:#006699;
}
a:visited {
	color:#006699;
}
h2 {
	font-size: 16px;
}
div#container
{
margin-left: auto;
margin-right: auto;
width: 840px;
text-align: left;
}

#header {
	color:#88201f;
	height:163px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#logo {
	padding-top: 35px;
}
#toptxt {
	margin-top: 10px;
}
#promotions {
	text-align: center;
}
#promotions ul {
	display: inline;
}
#promotions ul li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
}
#photos-table tr td {
	text-align: center;
	vertical-align:top;
}
#photos {
	text-align: center;
}
#photos img {
	text-align:center;
	margin: 5px 2px;
}
#photoshome img {
	text-align:center;
	margin: 0;
	border: 0;
}
#txtcontent {
	padding: 0 15px 0 0;
	width: 400px;
	float:left;
}
#nav {
	position: relative;
	top: 7px;
}
#cont {
	width: 810px;
	padding-left: 50px;
}
#pricing {
	width: 250px;
	vertical-align:top;
	font-size: 14px;
	font-weight: bolder;
	margin: 0;
	padding:0;
}
#items {
	width: 180px;
	vertical-align:top;
	margin: 0;
	padding: 0;
}
#items li {
	list-style: none;
	padding:8px 0;
	border-bottom: 1px dashed #FFFFFF;
}
#prices {
	width: 65px;
	float: right;
	vertical-align: top;
	margin: 0;
	padding:0;
}
#prices li {
	list-style: none;
	text-align:right;
	padding:8px 0;
	border-bottom: 1px dashed #FFFFFF;
}
#txtright {
	float: right;
	width: 480px;
}
#txtright h1 {
	font-size: 1.5em;
}
#txtright h2 {
	font-size: 16px;
}
.mapnav {
	padding: 0;
	margin: 0;
	float: right;
	width: 190px;

}
.mapnav tr td, .mapnav tr th {
	padding-bottom: 15px;
}
.mapnav tr td {
	padding-left: 10px;
}
.mapnav tr td a {
	text-decoration: none;
}
#mapnav li {
	list-style: none;
	display: inline;
	padding: 5px 25px 2px 0;
}
#mapnav li a {
	text-decoration: none;
	font-weight: bolder;
}
#press li {
	list-style: none;
	display: inline;
	padding: 0;
}
.nailevents {
	font-size: 14px;
	font-weight: bolder;
	line-height:24px;
}
#naileventbox {
	height: 90px;
}
#nailleft {
	position: relative; left: 150px;
}
#nailright {
	position: relative; top: -72px; 
}

/* fixes float hanging element bug \*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */