body {
	background: #E4E4D0;
	color: #000000;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	line-height: 1.5;
}

body, html, ul#navlist, ul#navlist .submenu ul, #sidebar-list, #sidebar-sublist, #quick-list {
	margin: 0;
	padding: 0;
}

/* ------------ WRAPS ------------ */

#wrap {
	width: 731px;
	margin: 0 auto;
	background: transparent url(/images/wrap-bg.jpg) top left repeat-y;
	margin: 60px auto 30px;
}

#content-wrap {
	width: 718px;
	margin-left: 7px;
	padding-bottom: 30px;
}

/* ------------ TEXT ------------ */

h1, h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 200%;
	color: #DC151D;
	font-style: italic;
	font-weight: normal;
	line-height: 1.0;
	margin-top: 0;
	padding-top: 7px;
	vertical-align: bottom;
}

a  {
	color: #DC151D;
	text-decoration: underline;
}

a:hover, a:focus, a:active { text-decoration: none; }

/* ------------ HEADER ------------ */

#header {
	background: transparent url(/images/header-bg.jpg) top left no-repeat;
	position: relative;
	padding-top: 53px;
}

#logo {
	position: absolute;
	top: -56px;
	left: 0px;
}

/* ------------ CONTENT ------------ */

#content {
	width: 468px;
	float: left;
	padding: 12px 12px 0 12px;	
}

/* ------------ CONTENT ------------ */

#sidebar {
	width: 219px;
	float: right;
	font-size: 90%;
}

.sidebar-text {
	background: #D8D8BF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.sidebar-text  h3 {
	color: #DC151D;
	font-size: 120%;
	margin: 0 0 10px 0;
}

ul#map { margin-left: 0; padding-left: 0; color: #DC151D; }
#map li { margin-bottom: 10px; font-weight: bold; list-style: none; }
#map li li { margin-bottom: 3px; font-weight: normal; list-style: disc; }

/* ------------ FOOTER ------------ */

#footer {
	background: transparent url(/images/footer-bg.jpg) top left no-repeat;
	height: 69px;
}

#footer p {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	color: white;
	font-size: 90%;
	font-weight: bold;
}

/* ------------ EXTRAS ------------ */

hr {
	background: #DC151D;
	color: #DC151D;
	height: 1px;
	margin: 20px 0;
	border: none;
}

#paypal-content {
	float: left;
	margin: 0 5px 10px 0;
}

#goodsearch-content {
	padding-top: 10px;
	clear: both;
}


#goodsearch-content img {
	float: left;
	margin: 0 13px 10px 0;
}



#home-pic { padding-bottom: 10px; }
	

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */
