/*
	Essence Catering - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca
*/


/* =General
---------------------------------------------------------------------------------------------------- */
body {
    background: #DD3638;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
}

#wrapper {
	background: #ffffff;
	position: relative;
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0;
	/*border: 1px solid #000000;*/
}

#header {
	position: relative;
	width: 100%px;
	height: 30px;
	background: #DD3638;
}

#features {
	font-size: 11px;
    color: #999966;
	width: 300px;
	height: 220px;
	overflow: auto;
	margin: 10px 15px 0 20px;
	padding: 0 5px 0 0;
}

#content {
	position: relative;
	margin: 23px 15px 0 20px;
	width: 300px;
}

#content p {
    font-size: 11px;
    color: #999966;
}

#content img {
    margin: 0 0 7px 0;
}

#content-right {
    position: relative;
    padding: 65px 0 0 0;
}

#contact-info {
	position: absolute;
	top: 330px;
}

#base-bar-left {
    position: absolute;
    top: 330px;
    background: #C16630;
    width: 140px;
    height: 23px;
    font-size: 1px;
}

#base-bar-right {
    position: absolute;
    top: 300px;
    left: 251px;
    background: #C16630;
    width: 64px;
    height: 23px;
}

#image-container {
    width: 251px;
    height: 191px;
}

#img-pos {
    position: absolute;
    top: 355px;
}

#scrollArea {
position: absolute;
top: 5px;
left: 15px }

.bg-bar {	
	background: url('../images/wrapper/bg-bar.gif') repeat-x;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#left-nav {
	position: relative;
	text-align: right;
	padding: 67px 0 0 0;
}

#left-nav img {
    margin: 5px 0 0 0;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
    font-size: 11px;
    color: #cccc99;
    text-decoration: underline;
}

a:hover {
    font-size: 11px;
    color: #999966;
    text-decoration: underline;
}

a.red-nav {
	font-size: 11px;
    color: #DD3638;
	font-weight: bold;
    text-decoration: none;
}

a:hover.red-nav {
	font-size: 11px;
    color: #DD3638;
    text-decoration: underline;
}

a.org-nav {
	font-size: 11px;
    color: #cc6633;
}

a:hover.org-nav {
	font-size: 11px;
	color: #DB926F;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 7px 0 14px 0;
}

#copyright {
    font-size: 9px;
    color: #ffffff;
    padding: 3px 0 0 20px;
}

h1 {
	margin: 0;
	font-size: 14px;
	color: #cc9933;
}

/* =Misc
---------------------------------------------------------------------------------------------------- */
img {
	margin: 0;
	padding: 0;
}

 ul#home-lst {
 	font-size: 10px;
	width: 310px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #cc6633;
}

ul#home-lst li {
	background: url('../images/list-bullet.gif') 0 5px no-repeat;
	padding: 2px 0 0 13px;
	font-size: 10px;
}

 ul#home-lst a {
 	font-size: 10px;
 }