/*CSS FORMAT*/

*{
margin:0;
padding:0;
}

body {
	color:#000000;
	margin:0;
	padding:0;
	text-decoration: none;
	font: 62.5% verdana, arial, sans-serif;
	scrolling:yes;
}

#container {
width:960px;
margin:0 auto;
}
#header {
	width:960px;
	height:200px;
	background: url(images/header_home.jpg) no-repeat;
}
body#dochome #container #header {
	width:960px;
	height:185px;
	padding-bottom: 15px;
	background: #000 url(images/header_home.jpg) no-repeat;
}

body#about #container #header {
	width:960px;
	height:185px;
	background: #000 url(images/header_about.jpg) no-repeat left top;
	padding-bottom: 15px;
}

body#menu #container #header {
	width:960px;
	height:185px;
	background: #000 url(images/header_menu.jpg) no-repeat left top;
	padding-bottom: 15px;
}

body#locations #container #header {
	width:960px;
	height:185px;
	background: #000 url(images/header_locations.jpg);
	padding-bottom: 15px;
}

body#taste #container #header {
	width:960px;
	height:185px;
	background: #000 url(images/header_taste.jpg) no-repeat left top;
	padding-bottom: 15px;
}

body#contact #container #header {
	width:960px;
	height:185px;
	background: #000 url(images/header_contact.jpg) no-repeat left top;
	padding-bottom: 15px;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:active {
color:#FFFFFF;
text-decoration:none;
}

#header h1 a:hover {
color:#FFFFFF;
text-decoration:underline;
}

h1 {
	font:normal 2.2em/2.8em verdana, arial, sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	padding:10px;
}

a {
	outline:none;
	color: #09F;
	text-decoration: none;
}
a:hover {
	color: #09F;
	text-decoration: underline;
}
#navigation{
	font: normal 14px/20px verdana, arial, sans-serif;
	float:left;
	background: #000;
	width: 960px;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation ul li {
list-style-type:none;
margin: 0 10px 0 10px;
}

#navigation ul li a {
color:#09F;
display:block;
width: 100px;
float:left;
text-align:center;
padding-top:5px;
height:27px;
margin: 0 10px 0 10px;
}

#navigation ul li a:link, #navigation ul li a:visited {
color:#09F;
text-decoration:none;
}
#navigation ul li a:active, #navigation ul li a:hover {
color:#09F;
text-decoration:underline;
}
#navigation ul li#current a:link, #navigation ul li#current a:visited, #navigation ul li#current a:active, #navigation ul li#current a:hover, #navigation ul li#current a:focus {
font:bold;
color:#000;
background-color:#FFF;
text-decoration:none;
}

#nav {
	width:860px;
	font: bold 1.2em/1.6em verdana, arial, sans-serif;
	margin-left:25px;
	margin-bottom:55px;
	float:left;
	margin-top: 25px;
}

#nav ul {
margin:0;
padding:0;
}
#nav ul.small {
	padding:0;
	float: left;
	width: 150px;
	margin: 15 10;
}


#nav ul li {
	font:normal 1.2em/1.8em verdana;
	color:#000000;
	list-style-type:none;
}
#nav ul.small li {
	font:normal 1.0em/1.8em verdana;
	color:#000000;
	list-style-type:none;
	padding-right: 5px;
	padding-left: 5px;
}

#nav ul li span {
margin:0;
color:#0066FF;
}

#nav ul li span.black {
margin:0;
color:#000000;
font-weight:bold;
}

#nav h3 {
margin:10px 0 5px 0;
background-color:#C0C0C0;
color:#000000;
padding:5px;
}
#main {
	background: #FFF;
	margin: 0px;
	padding: 0px 31px;
	width: 898px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #000;
	clear: both;
}

#main h1 {
	background: #FFF;
	color: #000;
	padding-top: 20px;
}
#main img.left {
	padding-right: 15px;
	padding-bottom: 15px;
}

#main h3 {
}
#main p {
	padding: 5px 15px 15px;
	float: left;
	width: 350px;
}



#footer {
width:960px;
clear:both;
}

#footer p {
	font:normal 1.4em/2em verdana, sans-serif;
	background-color:#000000;
	color:#FFFFFF;
	padding:10px;
}
.left {
	float: left;
}

