/*  Bas#c Stuff */

@import(general.css)

html {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 11px;
	font-family: Tahoma, Arial, SunSans-Regular, Sans-Serif;
	color: #353535;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
#q
{
	font-size: 11px;
	font-family: Tahoma, Arial, SunSans-Regular, Sans-Serif;
	color: #B17D44;
	font-weight:bold;
	

}
#content input
{
  height: 20px;
  font-size: 10px;
}

td
{
font-size: 10px;
}

#content ul
{
	font-weight: bold;
	margin:	0px;
}


.smallTitle
{
font-weight: bold;
}

/*p, pre, h1 {
	margin: 0px 10px 10px 10px;
}*/
h1 {
	font-size: 14px;
	padding-top: 10px;
	text-transform: uppercase;
	color: #A77E4A;
	background-color: transparent;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	padding-top: 10px;
	text-transform: uppercase;
	color: #FF922D;
	background-color: transparent;
	margin-left: 0px;
}
a, a img {
	font-size: 11px;
	text-decoration: none;
	border: none;
}
a {
	color: #914200;
}
a:hover {
	text-decoration: underline;
}
/*  Main Container for all elements */
#box {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: url('../images/background.gif') repeat-y;
	border-left: 1px solid #CD9050;
	border-right: 1px solid #CD9050;
}


/*  Header Section */

#head
{
padding-top: 23px;
}

.hMenu {
	margin-left: 480px;
	margin-top: -70px;
	width: 445px;
}
.hMenu a {
	display: block;
	float: left;
}
.back {
	height: 50px;
	float: left;
}
.back .space {
	float: left;
	display: block;
	width: 9px;
}
.back .cart {
	float: left;
	background: url('../images/checkout.gif');
	width: 116px;
	height: 49px;
}
.back .cart .items {
	font-size: 11px;
	color: #B08251;
	text-align: right;
	line-height: 12px;
	padding: 17px 37px 0px;
	width:		116px;
	*width:		80px;
	*padding: 18px 0px 0px;
	*margin-left: 37px;
}
#head h1 {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
	padding: 5px 15px;
	margin: 0px
}
#head p {
	padding: 10px;
	margin: 0px;
}
/* Left Column Elements*/
#left {
  width: 200px;
	float: left;
	color: #914200;
	margin-top: 15px;
	*margin-top: 50px;
}

#left a {
margin: 0px;
padding: 0px;
}

.leftContent
{
	padding-left: 22px;
	width: 170px;
	*width: 192px;
}

#left img {
}
ul li, ul li a {
	list-style: none;
	font-size: 11px;
	line-height: 20px;
	color: #B67E41;
	margin-left: 0px;
}
.featureImage img {
	border: 1px solid #A77E4A;
}
/**Center Column Elements*/
#content {
  	width: 380px;
  	*width:	400px;
	padding: 20px;
	*padding-left: 0px;
	overflow: auto;
	float: left;
	margin-left: 15px;
	*margin-left:	35px;
	margin-top: -25px;
	*margin-top: 15px;
}
#content img {
	margin-left: -4px;
	margin-left: 0px;
	maring-top:	3px;
	position: left;
}
#content h1 {
	font-size: 14px;
	margin-left: 0px;
	text-transform: uppercase;
	color: #09A200;
	background-color: transparent;
}
#right {
	width: 295px;
	padding: 0px;
	float: right;
	text-align: center;
	margin-top: 30px;
	*margin-top: 60px;
	padding-right: 14px;
}
#right img {
	margin-left: -3px;
}
.footer {
	color: #914200;
	text-align: center;
	padding-top: 10px;
}

.description
{
	/*margin-left:	10px;*/
}

.productTitle
{
	font-size:14px;
	font-weight:bold;
}

.imageLeft
{
	float: 			left;
	padding-right:	0px;
}

.moreLinkRight
{
	text-align:	right;
}

table.productVariationTable
{
	border-style:	solid;
	border-color:	#cd9050;
	border-width:	0px;
}

td.productVariationTable
{
	font-size:		11px;
}

th.productVariationTable
{
	font-size:		11px;
	background:		#f7f0e6;
}

.leftText
{
	margin-left:	20px;
	float:			left;
	width:			250px;
	padding-bottom:	20px;
}

.thin_brown_border
{
	border-style:	solid;
	border-color:	#cd9050;
	border-width:	1px;
}
#footer-menu ul
{
	list-style:		none;
	display:		inline;
	margin:			0px;
	padding:		0px;
}
#footer-menu li
{
	font-size:		20px;
	display:		inline;
	padding-left:	10px;
	padding-right:	10px;
}

#footer-menu a
{
	font-weight:	bold;
	text-transform:	uppercase;
	font-size:		11px;
}

.footer-menu
{
	text-align:		center;
	vertical-align:	center;
	width:			600px;
	height:			50px;
	background:		url('../images/footer-menu-background.jpg') repeat-y;
}