/* eric meyers code reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**/





/* - - - - - - - - - - - - - - - - - - - - - - - - -*/



body {
	background: url(img/bkg.jpg) repeat-x #180600; 
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, 'Lucida Sans', sans-serif;
}


#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	height: 89px;
}

#main{
	background-color: #fff; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border: 2px solid #fff;
	-moz-box-shadow: 3px 3px 3px #7f2810;
	-webkit-box-shadow: 3px 3px 3px #7f2810;
	box-shadow: 3px 3px 3px #7f2810;	
}

#horizontalnav {
	height: 46px;
	background: url(img/hnavbkg.jpg) repeat-x ;
	background-color: #380700;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom: 2px solid #fff;
}

#breadcrumb {
	font-size: 12px;
	color: #fff;
	margin-left: 20px;
	line-height: 46px;
}

#breadcrumb A:link, #breadcrumb A:visited  {
	color: #e3d66f;
}


#breadcrumb A:link:hover, #breadcrumb A:visited:hover {
	color: #fff;
}

#headernav {
	float: right;
	font-size: 13px;
	line-height: 46px;
	margin-right: 20px;
	color: #e3d66f;
}

#headernav A:link, #headernav A:visited {
	color: #fff;
	text-decoration: none;
}

#headernav A:link:hover, #headernav A:visited:hover {
	text-decoration: underline;
}

#contentwrapper {
	background: url(img/vnavbkg.jpg) repeat-y;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	width: 936px;
}

#content-left {
	width: 220px;
	float: left;
}

#verticalnav {
	background: url(img/cook.jpg) no-repeat #e3d66f;
}

#verticalnav.verticalnavbkg {
	background: url(img/vnavbkg.gif) repeat-y;
}

#verticalnav UL.mainnav {
	padding-top: 121px;
}

#verticalnav LI {
	font-size: 14px;	
	line-height: 30px;
	border-top: 1px solid #f8f2a3;
	border-bottom: 1px solid #bf9e3a;
	padding-left: 12px;
}

#verticalnav UL LI a.youarehere:link, #verticalnav UL LI a.youarehere:link:visited {
	color: #000;
}

#verticalnav LI.active LI{
	border-bottom: 0;
	border-top: 0;
}

#verticalnav A:link, #verticalnav A:visited {
	text-decoration: none;
	background: url(img/navbullet.gif) no-repeat 0px 3px;
	padding-left: 12px;
}

#verticalnav #subnav {
	font-size: 13px;
	border-bottom: 0px;
	
}

#verticalnav #subnav LI {
	border-top: 1px dashed #bf9e3a;
	font-size: 13px;
	padding-left: 13px;
}

#content {
	width: 716px;
	margin: 0px;
	background: url(img/dropshadowtop.jpg) repeat-x #fff;
	float: left;
	height: 1%
}

#content-text {
	padding: 20px;
	font-size: 14px;
	line-height: 19px;
	color: #000;
}

H1 {
	color: #000;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 4px solid #e3d66f;
	margin-bottom: 20px;
	line-height: 40px;
}

H2 {
	font-size: 23px;
	font-weight: normal;
	color: #aa2a05;
	background-color: #e3d66f;
	display: inline;
	padding:  3px 15px;
	line-height: 80px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

A:link , A:visited {
	color: #aa2a05;
}

A:link:hover, A:visited:hover {
	color: #000;
}

#content-text UL LI {
	background: url(img/bullet.gif) no-repeat 0px 2px;
	padding-left: 12px;
	font-size: 13px;
	line-height: 17px;
}

#footer {
	clear: both;
	font-size: 12px;
	color: #e37f24;
	padding: 15px;
}




















