@import url("reset.css");
@import url("common.css");

/* Begin Global Styles 
************************/
body {
	background: #fff;
	color: #666666;
	font: 68.75% "Verdana", sans-serif;
	margin: 0;
	padding: 0 0 50px;
	text-align: center;
}
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg-body.jpg) no-repeat 100% 0;
	font-size: 1.1em;
}
#home #container {
	background: url(../images/bg-body-home.jpg) no-repeat 100% 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	margin: 0 0 15px;
	font-size: 2.3em;
	font-weight: normal;
	color: #1B75BB;
}
h2, h3, h4, h5, h6 {
	font-size: 1em;
}
a:link, a:visited {
	color: #1B75BB;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #67B1E9;
}
.form-text, textarea {
	border: 1px solid;
	border-color:  #5498CC #3070A1 #3070A1 #5498CC
}
ul {
	list-style: none;
}
ul li {
	background: url(../images/bullet-level-one.gif) no-repeat 0 .5em;
	margin-left: .4em;
	padding-left: 1.1em;
}
ul ul li {
	background: url(../images/bullet-level-two.gif) no-repeat 0 .5em;	
}
/*********************
End Global Styles */



/* Begin Heading Styles 
************************/
#header {
	position: relative;
	float: left;
	margin-top: 9px;
	width: 100%;
	height: 55px;
	background: url(../images/bg-header.png) repeat 0 0;
	z-index: 5;
}
#home #header {
	margin-top: 180px;
}
#branding-logo {
	float: left;
	padding: 0 0 0 40px;
}
#branding-logo img {
	display: block;
	margin-top: 4px;
}
#nav-main {
	float: left;
	padding-left: 30px;
	height: 55px;
	overflow: hidden;
}
#nav-main li {
	position: relative;
	float: left;
	margin: 19px 0 18px;
	height: 16px;
	border-right: 1px solid #fff;
	background: none;
}
#nav-main li.last {
	border-right: 0;
}
#nav-main li a {
	padding: 0 25px;
}
/*********************
End Heading Styles */



/* Begin Main Content Styles 
************************/
#content-main {
	clear: both;
	width: 625px;
	padding: 45px 0 0 118px;
	text-align: justify;
}
#home #content-main {
	width: 400px;
	padding: 45px 0 0 40px;
}
#home #image-food {
	position: absolute;
	top: 290px;
	left: 480px;
}
#decoration {
	position: absolute;
	top: 40px;
	right: 0;
}
#home #decoration {
	top: 0;
}
#content-main .inline {
	text-align: left;
}
/* Contact Form */
#form-contact .form-item {
	margin: 3px 0;
}
#form-contact .form-text {
	width: 225px;
}
#form-contact textarea {
	height: 100px;
}
#form-contact label {
	width: 150px;
	float: left;
}
#form-contact .form-actions {
	margin-left: 150px;
}
/*********************
End Main Content Styles */



/* Begin Footer Styles 
************************/
#footer {
	clear: both;
	margin-top: 100px;
	width: 100%;
}
#contact-info {
	padding: 12px 0 20px 35px;
	background: #5497cc;
	color: #fff;
}
#contact-info img {
	display: block;
	margin-bottom: 8px;
}
#legal {
	text-align: right;
	padding-right: 15px;
	font-size: .95em;
}
/*********************
End Footer Styles */
