@charset "utf-8";
/* CSS Document */

body {
	background-color: #F9F6EF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
/*type*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #724A26;
	padding-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B28552;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 30px;
}
/*navigation*/
#nav {
	width: 980px;
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#nav a {
	color: #401801;
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 33px;
	padding-bottom: 10px;
	padding-left: 34px;
	text-align: center;
}
#nav a:hover {
	color: #FFF;
	text-decoration: none;
}
#nav ul { /* all lists */
	list-style: none;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#nav li { /* all list items */
	float: left;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	position: relative;
	padding: 0px;
}
#sub_nav {
	color: #FFF;
	font-size: 12px;
	padding-left: 10px;
	line-height: 20px;
}
#sub_nav a {
	color: #FFF;
	text-decoration: none;
}
#sub_nav a:hover {
	text-decoration: underline;
}
/*main*/
#header_image {
	padding-bottom: 2px;
}
.container_body {
	padding-bottom: 3px;
	padding-top: 5px;

}
.container_lt {
	height: 100%;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #FFF;
}
.shopping {
	color: #FFF;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 12px;
}
.shopping a {
	color: #FFF;
	text-decoration: none;
}
.shopping a:hover {
	text-decoration: underline;
}
.content_lt {
	color:#FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.container_rt {
	border: thin solid #401801;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFF;
}
.container_rt a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
.container_rt a:hover {
	text-decoration: underline;
}
#img_float {
	float: right;
}
.featured_tl {
	border-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FBDEBF;
	padding-bottom: 10px;
	padding-right: 20px;
}
.featured_tm {
	border-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FBDEBF;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.featured_tr {
	border-width: thin;
	border-bottom-style: solid;
	border-color: #FBDEBF;
	padding-bottom: 10px;
	padding-left: 20px;
}
.featured_bl {
	border-width: thin;
	border-right-style: solid;
	border-color: #FBDEBF;
	padding-top: 10px;
	padding-right: 20px;
}
.featured_bm {
	border-width: thin;
	border-right-style: solid;
	border-color: #FBDEBF;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.featured_br {
	padding-top: 10px;
	padding-left: 20px;
}
#footer {
	color: #F2BF80;
	font-size: 12px;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
}

