body
{
	background-color:#161616;
	margin:0 auto;
	background-image:url(../img/ndback.jpg);
	background-repeat:repeat-x;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

td
{
	vertical-align:top;
}

.container
{
	margin:0 auto;
	width:780px;
}

.header
{
	width:780px;
	height:105px;
}

.nav
{
	width:780px;
	height:59px;
}

ul#navList
{
	margin:0px;
	padding:0px;
	vertical-align: top;
}

#navList li
{
  	list-style-type:none;
	display: inline;
	margin:0px;
	padding:0px;
	vertical-align: top;
}

a.home,a.about,a.services,a.contact
{
	height:59px;
	text-decoration:none;
	float: left;
	margin:0px;
	padding:0px;
}

a.home:hover,a.about:hover,a.services:hover,a.contact:hover
{
	background-position: 0px -59px;		
}
a.home
{
	width: 134px;
	background:url(../img/home.jpg);
}
a.about
{
	width: 186px;
	background:url(../img/about.jpg);
}
a.services
{
	width: 242px;
	background:url(../img/services.jpg);
}
a.contact
{
	width: 218px;
	background:url(../img/contact.jpg);
}


.content
{
	background-color:#f0ab19;
	background-image:url(../img/back.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 20px 20px 20px;
	line-height:140%;
}

.footer
{
	color:#FFFFFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/footback.jpg);
	background-repeat:no-repeat;
	height:100px;
	padding:15px 20px 20px 20px;
	text-align:right;
	font-weight:bold;
}

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

a:hover
{
	color: #b31a01;
	text-decoration:none;
}

.footer a:link,.footer a:visited,.footer a:active
{
	color: #ffffff;
	text-decoration:none;
}

.footer a:hover
{
	color: #f0ab19;
	text-decoration:none;
}

.content li
{
	font-weight:bold;
	line-height:200%;
	color:#b31a01;
}

h1
{
	font-size:15px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	border-bottom:dotted 1px #b31a01; 
	border-top:none; 
	border-left:none; 
	border-right:none;
}

h2
{
	color:#b31a01;
	font-size:14px;
	text-transform:uppercase;
}

h3
{
	color:#b31a01;
	font-size:13px;
	text-transform:uppercase;
}

h4
{
	color:#b31a01;
	font-size:12px;
	text-transform:uppercase;
}

h5
{
	color:#b31a01;
	font-size:11px;
	text-transform:uppercase;
}

.red
{
	color: #b31a01;
}

.buttons
{
	height:151px;
	width:780px;
}

.hour{
	width:390px;
	height:151px;
	text-decoration:none;
	float:left;
	background-image:url(../img/24button.jpg);
}

.book{
	width:390px;
	height:151px;
	text-decoration:none;
	float:left;
	background-image:url(../img/bookbutton.jpg);
}

.hour:hover
{
	background-position: 0px -151px;
}

.book:hover
{
	background-position: 0px -151px;
}

#name,#email,#phone,#comment
		{
		width: 250px;
		height: 18px;
		border: solid 1px #b31a01;
		background-color:#ffffff;
		padding: 1px;
		font-size: 10px;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		}
		
#comment
		{
		height: 160px;
		}

ul.twoGrid {
	width: 730px;
	height: 720px;
	display: block;
	padding: 0 0 0 30px; margin: 0;
}
ul.twoGrid li {
	width: 365px;
	height: 340px;
	list-style: none;
	float: left;
	display: block;
}
ul.twoGrid li img {
	width: 300px;
	height: 200px;
	border: 1px solid #000;
	margin: 5px 0 20px;
	overflow: hidden;
}
/*****--------------------------------

	 MAIN NAV

--------------------------------*****/
ul#navList {
	height: 60px;
	width: 780px;
	display: block;
	overflow: hidden;
}
ul#navList li {
	float: left;
	list-style: none;
}
ul#navList li a {
	text-indent: -9999px;
	background: url(../img/nd-nav.gif) no-repeat;
	display: block;
	height: 60px;
}
/*LINK STATE */
ul#navList li a.home {
	width: 114px;
	background-position: 0 0;
}
ul#navList li a.sales {
	width: 115px;
	background-position: -114px 0;
}
ul#navList li a.about {
	width: 163px;
	background-position: -229px 0;
}
ul#navList li a.services {
	width: 200px;
	background-position: -392px 0;
}
ul#navList li a.contact {
	width: 188px;
	background-position: -592px 0;
}
/*HOVER STATE */
ul#navList li a.home:hover {
	background-position: 0 -60px;
}
ul#navList li a.sales:hover {
	background-position: -114px -60px;
}
ul#navList li a.about:hover {
	background-position: -229px -60px;
}
ul#navList li a.services:hover {
	background-position: -392px -60px;
}
ul#navList li a.contact:hover {
	background-position: -592px -60px;
}
/*SELECTED STATE */
ul#navList li a.home:active {
	background-position: 0 -120px;
}
ul#navList li a.sales:active {
	background-position: -114px -120px;
}
ul#navList li a.about:active {
	background-position: -229px -120px;
}
ul#navList li a.services:active {
	background-position: -392px -120px;
}
ul#navList li a.contact:active {
	background-position: -592px -120px;
}


