/*  
Author: Giancarlo Deleon
Author URI: http://www.giancarlodeleon.com/
Project: Lime & Basil - Vietnamese Restaurant
*/

html {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

div, p{
	margin:0px;
	padding:0px;
}

span{
	padding-right: 2px;
	padding-left: 2px;

}

a, a.menu{
	font-weight: bold;
	color: #84a357;
	text-decoration: underline;
	outline:none;
}

a:hover{
	color:#fff;
	text-decoration: underline;
}

a.menu, a.menu:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3F591A;
	padding: 4px;
	font-size: 17px;
	font-weight: normal;
}

a.menu:hover{
	color: #3F591A;
	background-color: #FFFFFF;
}

p.infotitle{
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 24px;
	padding-bottom: 2px;
}

p.byline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c42od;
	padding-top: 2px;
	color: #2c42od;
}

p.infonormal, menucenter{
	font-size: 16px;
	color: #2c42od;
}

p.menucenter{
	text-align:center;
}

p.copyright{
	font-size:13px;
	color: #fff;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

body {
	margin:0px;
	padding:0px;
	background-color: #3f591a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #2c420d;
}

#blankfull{
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
	background-color: #84a357;
	background-image: url(Lime-images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container{
	width:850px;
	height: 1000px;
	background:#FF6600;
}

#blank{
	width:850px;
	height:355px;
	position:relative;
	padding:0px;
	margin:0 auto;
}

#info{
	width:850px;
	height:325px;
	position:relative;
	padding:0px;
	margin:0 auto;
	text-align: left;
}

#infotext, #infotext2, #space{
	height:100%;
	width:277px;
	position:relative;
	float:left;
}

#infotext2{
	width:276px;
}

#space{
	width:10px;
}

#menu{
	width:850px;
	height:135px;
	position:relative;
	padding:0px;
	margin:0 auto;
	text-align: left;
}



#footerfull{
	width:100%;
	height:100%;
	position:relative;
	padding:0px;
	margin:0 auto;
	text-align: right;
}

#footer, #footerleft, #footerright{
	width:850px;
	height:100%;
	position:relative;
	padding:0px;
	margin:0 auto;
	color: #FFFFFF;
	font-size: 13px;
}

#footerleft{
	width:600px;
	text-align:left;
	float:left;
}

#footerright{
	width:250px;
	float:left;
}
