body {
	background: #332a35;
	margin: 0;
	padding: 0;
	color: #444;
	font: 0.8em 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	line-height: 1.6em;
}
#head {
	background: url('/_inc/_img/bg.gif') top repeat-x;
	height: 180px;
}
#top {
	background: url('/_inc/_img/banner.jpg') right 21px no-repeat;
}
#main {
	background: #fff;
}
#foot {
	background: url('/_inc/_img/foot-bg.gif') top repeat-x;
	color: #665b68;
	font-size: 0.8em;
	padding: 20px;
}
#foot .left {
	float: left;
	width: 33%;
	text-align: left;
}
#foot .right {
	float: right;
	width: 66%;
	text-align: right;
}
#foot a#starfish {
	background: url('/_inc/_img/starfish.gif') 0px 0px no-repeat;
	width: 79px;
	height: 34px;
	display: block;
	float: right;
	margin: 0 0 0 20px;
}
#foot a#starfish:hover {
	background: url('/_inc/_img/starfish.gif') 0px -100px no-repeat;
}
#foot a#foot-logo {
	background: url('/_inc/_img/foot-logo.gif') 0px 0px no-repeat;
	width: 97px;
	height: 34px;
	display: block;
	float: right;
	margin: 0 0 0 20px;
}
#foot a#foot-logo:hover {
	background: url('/_inc/_img/foot-logo.gif') 0px -100px no-repeat;
}
#foot a#starfish span, #foot a#foot-logo span {
	display: none;
}
#foot a {
	color: #928b93;
	text-decoration: none;
}
#foot a:hover {
	color: #b0abb1;
}
.width {
	width: 900px;
	margin: 0 auto 0 auto;
}
a img {
	border: none;
}
#logo {
	margin: 48px 0 26px 0;
}
#menu {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
}
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#menu li a {
	background: url('/_inc/_img/tabs.gif') 0px 0px repeat-x;
	height: 30px;
	float: left;
	text-decoration: none;
	color: #888;
	margin: 0 5px 0 5px;
}


#menu li.active a {
	background: url('/_inc/_img/tabs.gif') 0px -30px repeat-x;
	color: #444;
}

body#pg-home #menu li#nav-home a,
body#pg-about #menu li#nav-about a,
body#pg-news #menu li#nav-news a,
body#pg-products #menu li#nav-products a,
body#pg-services #menu li#nav-services a,
body#pg-specials #menu li#nav-specials a,
body#pg-contact #menu li#nav-contact a
{
	background: url('/_inc/_img/tabs.gif') 0 -30px repeat-x; color: #444;
}

#menu li a:hover {
	background: url('/_inc/_img/tabs.gif') 0px -30px repeat-x;
	color: #444;
}

#menu li a span {
	padding: 5px 15px 0px 15px;
	display: block;
}
#content {
	padding: 10px 0 10px 0;
}

.col {
	float: left;
	width: 280px;
	margin: 0 10px 0 10px;
}

* html .col{width:260px}

.widecol {
	float: left;
	width: 580px;
	margin: 0 10px 0 10px;
}

* html .widecol{width:560px}

.halfcol {
	float: left;
	width: 430px;
	margin: 0 10px 0 10px;
}

* html .halfcol{width:410px}

.fullcol {
	float: left;
	width: 880px;
	margin: 0 10px 0 10px;
}
.clear {
	clear: both;
}
.img {
	border: 4px solid #eae7d2;
}

.homeimg {
	border: 4px solid #eae7d2;
	float:left;
	margin:0 12px;
}

.leftimg{float:left;margin:0 5px 5px 0}
.rightimg{float:right;margin:0 0 5px 5px}

code {
	font: 12px "Courier New", Courier, monospace;
	color: #911;
}

h1{font-size:1.2em}
h2{font-size:1.1em;margin-bottom:0;padding-bottom:0}


a{color:#76627B}

div.newsletter{width:280px;float:left;padding:0 10px}
div.newsletter ol,li{margin:0;padding:0;list-style-type:none}
div.newsletter li{margin:0 0 7px 0}
div.newsletter label{position:absolute;float:left;width:40px;clear:both}
div.newsletter fieldset{border:0}
div.newsletter input{width:180px}

.facebook{border:2px solid #3B5998;margin-top:4px}
.facebook p,.facebook h1{margin-left:0.5em;margin-right:0.5em}

.google{border:2px solid #019a74;margin-top:4px}
.google p,.google h1{margin-left:0.5em;margin-right:0.5em}

ul.bulleted,ul.bulleted li{padding:0;margin:0;list-style-type:disc;list-style-position:inside}

.indented{margin:0 0 0 20px !important}