/*
===================================================
Mezze: GLOBAL
===================================================
*/

/*
---------------------------------------------------
General
---------------------------------------------------
*/

html
	{
	height: 100%;
	}

body
	{
	height: 100%;
	background: #dbd9d8;
	margin: 0;
	padding: 0;
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #484848;
	}

div#wrapper
	{
	width: 792px;
	margin: 0 auto;
	}

div#main_content
	{
	width: 792px;
	margin: 0 0 0 -1px;
	}

a.boxed_button
	{
	background: #f4f4f4;
	border: 8px solid #f4f4f4;
	color: #261d10;
	text-decoration: none;
	}
a.boxed_button:hover
	{
	background: #a4174e;
	border: 8px solid #a4174e;
	color: #fff;
	}

div.content_holder
	{
	border: 3px solid #f4f4f4;
	background: #ececec;
	margin-top: 1px;
	height: 100%;
	}

table.main_table
	{
	width: 794px;
	}
table.main_table td
	{
	border: 3px solid #f4f4f4;
	background: #ececec;
	padding: 0 0 7px 0;
	vertical-align: top;
	}

p
	{
	margin: 0 0 10px 0;
	}

form
	{
	margin: 0;
	padding: 0;
	}

/*
---------------------------------------------------
Header
---------------------------------------------------
*/

div#header
	{
	width: 786px;
	height: 116px;
	border: 3px solid #f4f4f4;
	background: #2e1501;
	overflow: hidden;
	}

div#logo_holder
	{
	display: inline;
	float: left;
	margin: 49px 0 0 22px;
	}

a#logo
	{
	display: block;
	width: 174px;
	height: 35px;
	background: url(../images/mezze_logo.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin-top: 14px;
	}

/*div#mezze_locations
	{
	width: 270px;
	height: 9px;
	background: url(../images/locations.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin-top: 10px;
	}*/

/*
---------------------------------------------------
Navigation
---------------------------------------------------
*/

div#nav_holder
	{
	float: right;
	display: inline;
	margin: 78px 12px 0 0;
	}

ul#nav
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#nav li
	{
	display: inline;
	float: left;
	}

ul#nav li a
	{
	display: block;
	height: 25px;
	text-indent: -999em;
	overflow: hidden;
	}
ul#nav li a#nav_about
	{
	width: 69px;
	background: url(../images/nav_about.gif) 0 0 no-repeat;
	}
ul#nav li a#nav_artists
	{
	width: 75px;
	background: url(../images/nav_artists.gif) 0 0 no-repeat;
	}
ul#nav li a#nav_services
	{
	width: 87px;
	background: url(../images/nav_services.gif) 0 0 no-repeat;
	}
ul#nav li a#nav_contact
	{
	width: 78px;
	background: url(../images/nav_contact.gif) 0 0 no-repeat;
	}

ul#nav li a#nav_about:hover,
ul#nav li a#nav_artists:hover,
ul#nav li a#nav_services:hover,
ul#nav li a#nav_contact:hover,
body#about ul#nav li a#nav_about,
body#artists ul#nav li a#nav_artists,
body#services ul#nav li a#nav_services,
body#contact ul#nav li a#nav_contact
	{
	background-position: 0 -25px;
	}

/*
---------------------------------------------------
Footer
---------------------------------------------------
*/

div#footer
	{
	width: 786px;
	border: 3px solid #f4f4f4;
	background: #ececec;
	}

div#footer_nav_holder
	{
	margin: 7px 0 0 7px;
	background: #f4f4f4;
	border: 8px solid #f4f4f4;
	float: left;
	}

ul#footer_nav
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#footer_nav li
	{
	display: inline;
	margin: 0 2px;
	}
ul#footer_nav li a,
ul#footer_nav li a:link,
ul#footer_nav li a:visited
	{
	color: #261d10;
	text-decoration: none;
	}
ul#footer_nav li a:hover,
ul#footer_nav li a:active
	{
	color: #744f19;
	text-decoration: underline;
	}

div#footer_info
	{
	line-height: 2em;
	float: left;
	margin: 40px 0 0 18px;
	}
span.copyright
	{
	color: #b3b3b3;
	}

div#footer_info a,
div#footer_info a:link,
div#footer_info a:visited,
div.content a,
div.content a:link,
div.content a:visited
	{
	color: #a4174e;
	text-decoration: none;
	}
div#footer_info a:hover,
div#footer_info a:active,
div.content a:hover,
div.content a:active
	{
	color: #cf3a74;	
	text-decoration: underline;
	}

div#footer a.boxed_button
	{
	float: right;
	display: inline;
	margin: 40px 18px 0 0;
	}