/* global */
a  {
	color: #669999;
	text-decoration: none;
	font-weight: bold;
}
body {
	background: #fff;
	margin: 0px 50px 50px 0px;
	padding: 0px;
	width: 100%;
}
img { 
	border: 0; 
}
#container {
	padding:0;
	background: #fff;
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0px;
	height: 100%;
}
.head {
	padding: 10px 0px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#address {
	position: absolute;
	left: 400px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	top: 15px;
	visibility: visible;
}
#bread {
	width: 715px;
	padding: 7px 15px 7px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

/* new global nav */
#nav {
	width: 100%;
	background-color: #EEF2F5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BFD5E3;
	border-bottom-color: #999999;
	padding: 3px 5px 3px 0px;
	margin: 0px;
}
#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}
#nav a, #nav a:active, #nav a.selected {
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif "#26459D";
	text-decoration: none;
	color: #666666;
	background-color: #EEF2F5;
}
#nav a:hover {
	overflow: hidden;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif "#E7F7DD";
	text-decoration: none;
	color: #000;
}
#nhome a  {
	margin-right: 40px;
	margin-left: 20px;
}
#nmenu a  {
	margin-right: 40px;
	margin-left: 20px;
}
#nevents a  {
	margin-right: 40px;
	margin-left: 20px;
}
#nspecials a  {
	margin-right: 30px;
	margin-left: 20px;
}
#nshop a  {
	margin-right: 30px;
	margin-left: 20px;
}
#ncontact a  {
	margin-right: 20px;
	margin-left: 20px;
}

/* hp */
#flash {
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B4D0E0;
	background-color: #DFECEC;
	z-index: 1;
}
#cell {
	width: 600px;
	z-index: 1;
	height: 145px;
}
#cell1, #cell2, #cell3, #cell4 {
	height: 150px;
	width: 165px;
	position: absolute;
	left: 393px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#cell1 {
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	left: 0px;
}
#cell2 {
	border: 1px solid #CCCCCC;
	left: 197px;
	background-color: #EEF2F5;
}
#cell3 {
	border: 1px solid #CCCCCC;
	left: 385px;
}
#cellhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #669999;
	font-weight: bold;
	padding: 2px;
}

/* footer */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding-right: 20px;
	padding-left: 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: absolute;
	bottom: -50px;
	visibility: visible;
}
.footer {
	padding-left: 150px;
}
.footer a {
}

#main {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	left: 20px;
	width: 650px;
	position: relative;
	visibility: visible;
}
.mainhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669999;
	font-weight: bold;
}
.mainheadb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bolder;
}
.mainheadi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: italic;
}
.divider {
	background-image: url(images/divgry.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.pic {
	float: right;
	visibility: visible;
	z-index: 0;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 170px;
	top: 15px;
	position: absolute;
	visibility: visible;
	z-index: 1000;
	margin: 0px 0px 0px 575px;
	float: right;
	background-color: #EEF2F5;
	padding: 5px;
}
#productlist {
	padding-right: 15px;
	padding-top: 15px;
	height: 110px;
}
.prodlist {
	padding-left: 150px;
}
#productlist img {
	float: left;
	margin-right: 5px;
}

