/* Initial reset
---------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li {
	margin: 0;
	padding: 0;
	font: 100%/120% Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
}
p, pre, blockquote {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
fieldset, img {
	border:0;
}
input, select, textarea {
	font-size: 100%;
}
/* General
---------------------------------------------------------- */
html {
	font-size:100.01%;
	text-align: center;   /* (1) Explorer 5.5 */
}
body {
	background:#f5ecbe url(../img/main-background.gif) repeat-x top left;
	color:#67592b;
}
body#home {
	background:#f5ecbe url(../img/home-background.gif) repeat-x top left;
}
a {
	color:#af120a;
}
a:hover {
	color:#ff0c00;
}
.wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;  /* (2) Explorer 5.5 */
}
.vertical-space {
	margin-top:20px;
}
/* Header
---------------------------------------------------------- */
#header {
	overflow:hidden;
	margin-bottom:16px;
	height:100%;
}
h1 {
	background:url(../img/hillel-caterers-logo.gif) no-repeat;
	float:left;
	margin:48px 0 0 0;
	display:inline;
	font-size:.875em;
	font-style:italic;
}
h1 a {
	text-indent: -9000px;
	display: block;
	width:269px;
	height:42px;
}
/* Navigation
---------------------------------------------------------- */
#navigation {
	float: right;
	margin:87px 0 0 0;
	display:inline;
}
#navigation li {
	float: left;
}
#navigation a {
	font-family:Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1.125em;
	color:#5e5625;
	display:block;
	text-decoration:none;
	margin-left:24px;
}
#navigation a:hover {
	color:#af120a;
}
body#home #m-home a, body#about #m-about a, body#services #m-services a, body#gallery #m-gallery a, body#contact #m-contact a {
	color: #af120a;
}
/*Welcome
---------------------------------------------------------- */
#welcome {
	background:url(../img/welcome-picture.jpg) no-repeat;
	border:5px solid #cfc078;
	text-indent: -9000px;
	display: block;
	width:910px;
	height:260px;
	margin-bottom:20px;
}
/* Inner Heading
---------------------------------------------------------- */
#heading {
	background:#000 url(../img/heading-background.gif) repeat-y top left;
	width:910px;
	border:5px solid #cfc078;
	margin-bottom:20px;
}
#heading h2 {
	font-family:Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1.75em;
	color:#ebdd97;
	padding:8px 14px;
}
/* Content
---------------------------------------------------------- */
#content {
	overflow:hidden;
	margin-bottom:40px;
	height:100%;
}
#main-content {
	width: 620px;
	float: left;
}
#main-content p {
	margin-bottom:16px;
	font-size:.875em;
}
#main-content .photo {
	float:left;
	background:#dbcf87;
	padding:5px;
	margin:8px 10px 10px 0;
}
h3 {
	font-family:Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1.75em;
	color:#5e5625;
	margin-bottom:12px;
}
h5 {
	font-family:Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1.125em;
	color:#5e5625;
	margin:24px 0 12px 0;
}
.picture-gallery {
	width: 560px;
	overflow:hidden;
}
.picture-gallery img {
	float:left;
	background:#dbcf87;
	padding:5px;
	margin:0 10px 10px 0;
}
.testimonial {
	background:url(../img/separate.gif) no-repeat bottom left;
	padding-bottom:30px;
	margin-bottom:8px;
}
#main-content .testimonial p {
	margin-bottom:4px;
}
#main-content .testimonial p.indented {
	text-indent:24px;
	margin:12px 0;
}
#sidebar {
	width:280px;
	float:right;
}
h4 {
	font-family:Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1.5em;
	color:#5e5625;
}
#sidebar p {
	font-size:.875em;
}
#sidebar img.kof-k {
	margin-top:8px;
}
.simple-list {
	font-size:.875em;
	margin-left:12px;
}
.simple-list li {
	background:url(../img/bullet.gif) no-repeat 0 8px;
	padding-left:10px;
	margin-bottom:16px;
}
/* Submenu
---------------------------------------------------------- */
#submenu {
	overflow:hidden;
	width:620px;
	margin-bottom:20px;
}
#submenu li {
	float: left;
	margin-right:2px;
}
#submenu a {
	font-size:.875em;
	display:block;
	padding:3px 7px 3px 7px;
}
#submenu .submenu-selected a {
	color: #fff;
	text-decoration:none;
	background-color:#af120a;
}
/* Footer
---------------------------------------------------------- */
#footer {
	background:#5b5636;
	padding:16px 0 20px 0;
	font-size:.8125em;
	color:#fff;
	overflow:hidden;
	height:100%;
}
#footer-info {
	float:left;
	width:580px;
	margin-top:4px;
	position:relative;
}
#footer-info .social {
	overflow:hidden;
	height:100%;
	position:absolute;
	right:30px;
	top:0;
}
#footer-info .social a {
	float:left; /* to avoid underline on image */
	line-height:32px;
}
#footer-info .social img {
	margin-right:8px;
	float:left; /* to avoid underline on image */
}
#footer-powered {
	float:right;
	overflow:hidden;
	width:328px;
}
#text-powered {
	float:left;
	width:200px;
	text-align:right;
	padding-right:4px;
	margin-top:4px;
}
#img-powered {
	float:right;
	width:124px;
}
#footer a {
	color: #dfd085;
}
#footer a:hover {
	color:#fff7d2;
}
/* Form
---------------------------------------------------------- */
form {
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:.875em;
	margin:0;
}
fieldset {
	margin:0;
	padding:0;
}
label {
	display: block;
	margin-top:16px;
}
input.text {
	width:300px;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	border:1px solid #96845c;
	height:1.4em;
}
textarea {
	width:300px;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	border:1px solid #96845c;
}
input.submit {
	display: block;
	margin-top:6px;
}

