html, body {
	height:100%;
	padding: 0;
	margin: 0;
	background-color: #300;
	text-align: center;
} 
body {
	background-color: #300;
	color: #000;
	font: 100%/1.45 Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}
#wrapper {
	min-height: 100%;
	width: 955px;
	background: #DBB360;
	margin: auto;
	text-align: left;
	position: relative;
}
* html #wrapper {
	height: 100%;
}
br {
	clear: left;
}
a:link {
	color: #ffc;
}
a:visited {
	color: #960;
}
a:hover {
	color: #C00;
}
a:active {
	color: #C00;
}
h1 {
	font-size: 2em;
	color: #333;
	line-height: 1.15em;
}
h2 {
	font-size: 1.5em;
	color: #333;
	line-height: 1.15em;
}
#navigation {
	float: left;
	width: 955px;
	height: 34px;
	text-align: center;
	background-color: #300;
	background-image: url(/_inc/img/nav_bg.png);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	line-height: .3em;
}
#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navigation a:link {
	text-decoration: none;
	color: #E1BF60;
}
#navigation a:visited {
	text-decoration: none;
	color: #E1BF60;
}
#navigation a:hover {
	text-decoration: none;
	color: #E1BF60;
}
#navigation a:active {
	text-decoration: none;
	color: #E1BF60;
}
#banner {
	height: 200px;
	width: 955px;
	text-align: center;
	padding: 20px 0 20px 0;
	background-color: #300;
}
#content {
	float: left;
	width: 955px;
}
#content .text {
	padding: 20px;
}
#footer {
    height:45px;
    width:955px;
    margin:auto;
    padding-bottom:10px;
    text-align: center;
    clear: left;
    margin-top:-55px;
    position:relative;
}
#clearfooter { /*needed to make room for footer*/
    clear:both;
    height:55px;
}
.footertxt {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}

.skiplink {
	display:none;
}

img {
	border:0;
}

.first_p {
	margin-top: 0px;
}

/* ********** cart styles ********** */
#prod_thumb {
	float: left;
	height: 160px;
	width: 160px;
}
#prod_details {
	float: left;
	width: 210px;
}
#prod_container {
	float: left;
	width: 400px;
	padding: 10px;
	margin: 20px 20px 0 0;
	background-color: #C93;
}
.page_thumb {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/* shopsite more info page small print */
.ss_mi_small {
	font-size: .76em;
	line-height: 1.26em
}
.moreinfotxt {
	text-align: justify;
	padding: 0 60px 0 60px;
}
