/*

main style sheet

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Headers
Navigation
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/backgrounds/body.gif) #6ACD59 repeat-x left top;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: inherit;
	outline: none;
}

a:hover {
	background: #FFFDEF;
	color: #000;
	text-decoration: underline;
}

/*---------------

PAGE STRUCTURE

---------------*/

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) transparent no-repeat center top;
	width: 100%;
}

#content {
	margin: 0 auto;
	width: 770px;
}

#top-right {
	float: left;
	height: 96px;
	width: 556px;
	text-align: right;
}

#top-middle {
	float: left;
	height: 135px;
	text-align: justify;
	width: 556px;
}

#middle {
	float: left;
	height: 235px;
	text-align: justify;
	width: 770px;
}

#bottom {
	float: left;
	padding: 20px 0;
	width: 770px;
}

#bottom div {
	float: left;
	padding: 0 30px 0 0;
	text-align: left;
	width: 355px;
}

#footer-wrapper {
	background: url(../images/backgrounds/footer.jpg) transparent no-repeat center bottom;
	height: 155px;
	width: 100%;
}

#footer {
	margin: 0 auto;
	width: 770px;
}



/*---------------

HEADERS

---------------*/

h1 {	
	background: url(../images/headers/h1.gif) transparent no-repeat left top;
	float: left;
	height: 199px;
	text-indent: -9999px;
	width: 214px;
}

h2 {
	font-size: 18px;
	padding: 0 0 10px 0;
}

#top-right h2 {
	font-size: 13px;
	padding: 3px 0 0 0;
}

#top-right h3 {
	font-size: 11px;
}

#top-right h4 {	
	background: url(../images/headers/top-right-h4.png) transparent no-repeat left top;
	float: left;
	height: 59px;
	position: relative;
	left: 88px;
	text-indent: -9999px;
	text-align: left;
	width: 256px;
}

* html #top-right h4 {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/headers/top-right-h4.png', sizingMethod='image');
	background-image: none;
}

#top-middle h2 {
	text-align: right;
}

/*---------------

TEXT TREATMENTS

---------------*/

#content p {
	font-size: 12px;
	line-height: 17px;
	padding: 0 0 20px 0;
}

#bottom div ul {
	font-size: 15px;
	list-style-type: none;
	padding: 0 0 0 20px;
}

#bottom div li {
	padding: 0 0 10px 0;
}

#bottom #menus {
	width: 216px;
}

#bottom #menus li {
	float: left;
	padding: 0;
	width: 216px;
}

#bottom #menus li a {
	color: blue;
	float: left;
	height: 30px;
	padding: 3px 0 0 40px;
	width: 256px;
}

#appetizers {background: url(../images/backgrounds/appetizers.gif) transparent no-repeat left top;}
#rolls {background: url(../images/backgrounds/rolls.gif) transparent no-repeat left top;}
#beverages {background: url(../images/backgrounds/beverages.gif) transparent no-repeat left top;}

#bottom #menus li a:hover {
	color: #FAFDCC;
}

#footer p {
	font-size: 18px;
	font-weight: bold;
	padding: 105px 175px 0 0;
	text-align: right;
}

/*---------------

IMAGES

---------------*/

#middle img {
	border: 10px solid #000;
	float: right;
	margin: 0 0 0 20px;
}