@charset "UTF-8";
/* CSS Document */

html, body{ 
	height:100%;
}

body { 
	margin:0; 
	padding:0; 
	text-align:center;
	background-color:#FFF;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#container { 
	margin:20px auto; 
	width:700px; 
	text-align:left; 
}

#logo {
	width:180px;
	height: 170px;
	float:left;
	border-bottom:solid 1px #f00;
}
#nav {
	width:180px;
	height: 500px;
	float:left;
}
#contentspacer{
	height: 170px;
	width: 500px;
	border-bottom:solid 1px #f00;
	float:left;
	margin-left:20px;
}
#contentmain {
	width:500px;
	height: 500px;
	float:left;
	margin-left:20px;
	margin-top:15px;
}

a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #F00;
}

#nav ul {
	margin-top:0px;
	list-style-type:none;
	padding-left:0px;
	color:#F00;
	text-transform: uppercase;	
	font-size: 1.3em;
}
#nav li {
	border-bottom:solid 1px #f00;
	padding: 10px;	
}

h1 {
	margin-top:0px;
	font-size: 1.3em;
		
}

.menuitemname {
	width:380px;
	float:left;
}
.menuitemprice {
	width:40px;
	float:right;
}
.menusection {
	clear:left;
	margin-bottom:30px;	
}
.menusection h1{
	margin-bottom:5px;
}
.menubreak {
	height:30px;
	width:400px;
	float:left;
}
.menuitembreak {
	height:10px;
	width:400px;
	float:left;
}
.sectiondetails {
	color:#666;
	margin-bottom:5px;
}
#gallery img {
	margin-bottom:20px;	
}

ul {
	margin-top:0px;
	list-style-type:none;
	padding-left:0px;
	color:#F00;
	text-transform: uppercase;	
	font-size: 1.3em;
}
li {
	/*border-bottom:solid 1px #f00;*/
	padding: 10px;	
}

.functionitemtitle {
	font-size: 1.3em;
}
.functionitem img {
	margin-bottom:20px;	
	margin-bottom:10px;	
}
hr {
	color: #f00;
	background-color: #f00;
	height: 1px;
	border: none;
}
