* {
	margin: 0;
	padding: 0;
	font-family: arial, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
}

.small {
	font-size: 10px;	
}

body { 
	background: #ffffff; 
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

div#container {
	width: 701px;
	background: transparent;
	position: relative;
	font-size: 12px;
}

div#main {
	padding: 10px 10px 10px 10px;
}

div#layout1 {
	width: 209px;
	position: relative;
	float: left;
	display: block;
}

div#layout2 {
	width: 591px;
	display: block;
	float: left;
}

div#copy {
	color: #000000;
	font-size: 11px;
	position: relative;
	padding: 5px 10px 10px 10px;
}

div#navigation ul {
	position: relative;
	width: 492px;
	height: 39px;
}

div#navigation ul li {
	list-style: none;
	position: relative;
	top: 0;
	float: left;
}

div#navigation ul li, 
div#navigation a {
	display: block;
	height: 38px;
}

div#navigation ul li a	{
	text-indent: -9999px;
}

div#nav ul li {
	list-style: none;
	position: relative;
	top: 0;
	display: block;
}

li#navhome 			{width: 88px; height: 38px; background: url(../images/nav_home.jpg);}
li#navabout 		{width: 115px; height: 38px; background: url(../images/nav_about.jpg);}
li#navmenu 			{width: 128px; height: 38px; background: url(../images/nav_menu.jpg);}
li#navcontact 		{width: 134px; height: 38px; background: url(../images/nav_contact.jpg);}




/* DROPDOWN */
.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " v";
	/*content: " " url(downimage.gif);*/ /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:14px;
	z-index:100;
	background-color: white;
	width: 110px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #003300;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}

div#description {

}

div#menuheader {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 10px 0px;
}

div#price {
	font-weight: normal;
	text-align: right;
	padding: 0px 0px 10px 0px;
}

ul#items {
}

li#items {
	list-style: square;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	font-weight: bold;
}

.items {
	font-weight: bold;
}

.price {
	font-weight: normal;
}

div#menu {
	padding: 0px 0px 0px 20px;
	
}

div#items {
	font-weight: bold;
}

span#right {
	text-align: right;
	float: right;
}


div#leftcolumn {
	width: 277px;
	position: relative;
	background: transparent;
	text-align: left;
	float: left;
}

div#rightcolumn {
	width: 277px;
	display: block;
	float: left;
	position: relative;
	background: transparent;
}

div#footer {
	width: 980px;
	background: #fff;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	clear: both;
}

.red {
	font-size: 11px; 
	font-family: verdana, arial, helvetica; 
	color: red;
}

#header {
	margin: 0 0 15px 0;
}

a.misc				{font-size: 12px; color: #727258; text-decoration: none; font-family: arial, verdana, helvetica;}
a:link.misc 		{font-size: 12px; color: #727258; font-family: arial, verdana, helvetica;}
a:visited.misc 		{font-size: 12px; color: #727258; font-family: arial, verdana, helvetica;}
a:active.misc 		{font-size: 12px; color: #727258; text-decoration: underline; font-family: arial, verdana, helvetica;}
a:hover.misc 		{font-size: 12px; color: #727258; text-decoration: underline; font-family: arial, verdana, helvetica;}
