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

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

h1,h2,h3 {
	font-weight:200;	
}

p {
	margin-bottom:20px;	
}

a {
	color:#FFF;
}

h2 {
	margin-bottom:25px;	
	font-size:150%;
}

h3 {
	font-size:120%;
}

body {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	background-color: #231F20;
	font-size: 15px;
	color: #FFFFFF;
	font-weight:200;
}

#frame {
	width: 900px;
	margin: 0px auto;
}

#menu {
	margin:30px 0px;
	list-style-type:none;
	overflow:hidden;
	padding:0px;
	
}

#menu li {
	float:left;
	margin-right:61px;
	font-size:16px;
	padding-left:20px;
	background:url(img/bullet.png) no-repeat left center;
}

#menu li a {
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:200;
}

#menu li a:hover {
	text-decoration:underline;	
	font-weight:300;
}

#menu li a.selected {
	text-decoration:underline;
	font-weight:300;
}

#content {
	clear:both;
	overflow:hidden;
}


#footer {
	width:900px;
	overflow:hidden;
	clear:both;
	margin:20px 0px;
}

#logo {
	float:left;	
}

#logo a {
	background-image:url(/img/logo.jpg);
	display:block;
	height:100px;
	width:425px;
	text-indent:-9999px;
}

#contact {
	float:right;
	font-size:150%;
	text-align:right;
	margin: 25px 0px;
}

#contact span {
	font-size:170%;
}


/*HOME PAGE*/

.slideshow {
	height:	594px;
	width:900px;
}

.slideshow img {
	border: 3px #3c3c3c solid;	
}


/*ABOUT PAGE*/

#aboutText {
	width:465px;
	float:left;
}

#aboutSpecials {
	width:420px;
	float:right;
}

#photoRow {
	overflow:hidden;
	clear:both;
}

#photoRow img {
	border: 3px #3c3c3c solid;	
	float:left;
	margin-right:30px;
}


/*MENU PAGE*/

.menus h2 {
	margin-bottom:0px;
}

 .menus p {
	margin-top:0px; 
 }
 
 .menus td {
	padding:5px 0px;
	border-bottom:1px #373334 solid;
 }
 
 