/* CSS Document */
/* ------------------------------------- */

html {
	min-height: 100%
}

body {
	margin: 12px 0 0 0;
	padding: 0;
	font-family: Georgia, Times, sans-serif;
	background: url(../images/bg.jpg) center top repeat-x #5e2727;
}

p, label {
	font-size: 12px;
	line-height: 16px;
	color: #777;
}

h1 {
	margin: 0;
	font-size: 18px;
	color: #592d2d;
	font-weight: normal;
}

h2 {
	margin: 0;
	font-size: 16px;
	color: #592d2d;
	font-weight: normal;
}

h3 {
	margin: 0;
	font-size: 14px;
	color: #592d2d;
	font-weight: normal;
}

strong {
	color: #444;
	font-weight: bold;
}

li {
	font-size: 12px;
	color: #777;
	line-height: 20px;
}

img {
	border: 0;
}

label {
	display: block;
}


/* HYPERLINKS */
/* ------------------------------------- */

a {
	color: #790000;
}

a:hover {
	color: #a55b11;
	text-decoration: none;
}


/* IDS */
/* ------------------------------------- */

#container {
	margin: 0 auto;
	width: 810px;
}

#header {
	height: 114px;
	background: url(../images/header.gif) no-repeat;
}

#navigation {
	height: 36px;
	background: url(../images/nav-bg.gif) no-repeat;
}

#primary #content {
	padding: 24px 40px;
	height: 542px;
	background: url(../images/body-primary.jpg) no-repeat;
}

#secondary #content {
	padding: 24px 40px;
	height: 542px;
	background: url(../images/body-secondary.jpg) no-repeat;
}

#top_left {
	float: left;
	margin: 0;
	padding: 1px;
	width: 363px;
	height: 246px;
}

#top_right {
	float: right;
	width: 358px;
	height: 246px;
	border: 1px dotted #d9ae64;
}

#bottom_left {
	float: left;
	padding: 17px 17px 0 17px;
	width: 320px;
	height: 229px;
	border: 1px dotted #d9ae64;
}

#bottom_right {
	float: right;
	padding-top: 40px;
	width: 354px;
	height: 206px;
	border: 1px dotted #d9ae64;
}

#left {
	padding: 6px;
	float: left;
	width: 188px;
	height: 513px;
	border: 1px dotted #d9ae64;
}

#right {
	float: right;
	padding: 0 20px 0 0;
	width: 495px;
	height: 528px;
	overflow: auto;
}

#footer {
	margin: 10px 0 0 0;
	text-align: center;
}


/* CLASSES */
/* ------------------------------------- */

.clear {
	clear: both;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}


/* NAVIGATION */
/* ------------------------------------- */
#navigation ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
	text-align: center;
}

#navigation li {
	display: inline;
	margin: 0 15px;
}

#navigation a {
	padding: 0 0 4px 0;
	font-size: 18px;
	color: #cd9b44;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover {
	border-bottom: 4px solid #f7dcae;
}

#navigation .current {
	color: #a55b11;
}


/* MISC STYLES */
/* ------------------------------------- */
#bottom_left img {
	float: left;
	margin: 0 20px 0 0;
}

#footer p {
	margin: 0;
	font-size: 12px;
	color: #fbe0b2;
	letter-spacing: 1px;
}

#footer a {
	color: #a55b11;
}

#bottom_right p {
	padding: 10px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: right;
}

#bottom_right strong {
	font-weight: bold;
	color: #790000;
}


/* SIDE IMAGES */
/* ------------------------------------- */

.carry-out-bg {
	background: url(http://www.constantcravingcaterers.com/images/7.jpg) no-repeat 6px 6px;
}

.lillie-belles-bg {
	background: url(http://www.constantcravingcaterers.com/images/7.jpg) no-repeat 6px 6px;
}

.sample-menus-bg {
	background: url(http://www.constantcravingcaterers.com/images/8.jpg) no-repeat 6px 6px;
}

.about-bg {
	background: url(http://www.constantcravingcaterers.com/images/9.jpg) no-repeat 6px 6px;
}

.contact-bg {
	background: url(http://www.constantcravingcaterers.com/images/10.jpg) no-repeat 6px 6px;
}