* {
	margin: 0;
}
/*  ------------------------LAYOUT------------------------   */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-image: url(images/pom_back.jpg);
	background-color: #956624;
}
#wrap {
 	margin: 0 auto -100px;
 	min-height: 100%;
 	height: auto !important;
 	text-align: center;
 	width: 900px;
}
/*  ------------------------   HEADER  ------------------------    */
#header-container {
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg_header.jpg);
	background-repeat:repeat-x;
}
#header {
 	width: 900px;
 	height: 125px !important;
 	text-align: center;
 	margin-left: auto;
 	margin-right: auto;
	padding-top:20px;
	background-image: url(images/bg_header2.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}
#menu {
 	text-align: center;
	margin-top: 10px;
}
/*    ------------------------ MAIN CONTENT   ------------------------  */
#main {
 	float: left;
 	text-align: left;
 	width: 600px;
 	margin-bottom: 50px;
	
}
#main_content {
 	padding-left: 25px;
 	padding-right: 15px;
}
#mainHome {
 	width: 675px;
	padding:0px;
	float: left;
	text-align: left;
	margin-bottom: 50px;
}
#mainProducts {
 	width: 560px;
	padding:0px;
	float: left;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #593c13;
}
#mainStore {
 	float: left;
 	text-align: left;
 	width: 375px;
 	margin: 0px;
}
/*  ------------------------ SIDEBAR  ------------------------   */
#sidebar {
 	float: right;
 	margin-right: 25px;
 	margin-top: 0px;
 	text-align: left;
 	width: 250px;
}
#sidebar_content {
 	padding-left: 15px;
 	padding-right: 35px;
}
#sidebarStore {
 	float: right;
 	margin-right: 10px;
 	margin-top: 0px;
 	text-align: left;
 	width: 475px;
	background-color: #ffffff;
	border: 1px solid #593c13;
	padding: 3px;
}
/* ------------------------    FOOTER  ------------------------   */
#footer-container {
	clear: both;
	width: 100%;
	padding: 0px;
	background-image: url(images/bg_footer.jpg);
	background-repeat:repeat-x;
}
#footer {
	width: 900px; 
	margin-left: auto;
 	margin-right: auto;
	padding: 0px;
}
#footer_content {
 	padding-left: 10px;
 	padding-right: 10px;
}
#footerLeft {
	width: 350px;
	float:left;
	clear:left;
	text-align: left;
	margin-left: 25px;
}
#footerRight {
	width: 350px;
	float:right;
	clear:right;
	text-align: right;
	margin-right: 25px;
}
.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}
/*------------------------ HEADER and SUBHEADER------------------------*/
h1, h2, h3 {
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {font-size:13pt;}
h2 {font-size:10pt; margin-bottom: 5px; letter-spacing:.04em;}
h3 {font-size:10pt; color: #fff; margin-top:0px;}
h4 {	
	color: #330000;
	font-family: Tahoma, sans-serif;
	font-size:13pt;
	font-weight: bold;
	margin-bottom: 3px;
}
/* TEXT */
.body {
	font-family: Tahoma, sans-serif;
	color: #fff;
	font-size: 10pt;
}
.footer {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
}
.menu {
	font: 11pt Tahoma, sans-serif;
	font-weight: bold;
	color: #330000;
}
.bodyStore {
	font: 10pt Tahoma, sans-serif;
	font-weight: bold;
	color: #330000;
}
/* ------------------------ MENU ------------------------ */
ul#nav  {
    list-style: none;
	margin: 0px;
    padding:0px;
	font: 9pt Georgia, serif;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    letter-spacing:-.02em;
	
}
ul#nav li  {
    display: inline;
    margin: 0 10px;
}
ul#nav a {
    text-decoration: none;
    padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
    color: #660000;
}
ul#nav a#current  {
    color: #660000;
	border-bottom: 3px solid #660000;
}
ul#nav a:hover {
    border-color: #660000;
	border-bottom: 3px solid #660000;
    color: #660000;
}
/* ------------------------ LINKS  ------------------------*/
a:link {
	color: #FFCC99;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFCC;
} 
/*  ------------------------ FLOAT ------------------------*/
.floatleft {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
 clear: right;
}
.floatright {
 float: right;
 margin-left: 10px;
 margin-bottom: 10px;
 clear: left;
}
hr {
	border: 0;
	background-color: #c2ab8c;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
/*  ------------------------ BLOG FEED ------------------------*/
div#creditfooter {
display: none;
}
ul.rss_items {
	list-style: none;
}
#sidebar_home {
 	float: right;
 	margin: 0px;
	padding:10px 10px 35px 10px;
 	text-align: left;
 	width: 200px;
	background-color: #381505;
}
#sidebar_top {
 	float: right;
 	margin: 0px;
	padding: 0px;
 	text-align: center;
 	width: 220px;
	height: 110px;
	background-image: url(images/blog_top.jpg);
	background-repeat:no-repeat;
}
#store {
 	margin-left: auto;
 	margin-right: auto;
	text-align:center;
	}

