	/* Pre-CSS Setup



-----------------------------------------------------------------------------*/



*{

	margin: 0;

	padding: 0;

	border: 0;

	font-weight:normal;

	font-size:14px;

}



	/* text and color setup



-----------------------------------------------------------------------------*/



body{

	background-color: #d8bb81;

	background-image:url(../images/layout/bg_02.png);

	background-repeat:repeat-x;

	font-size:14px;

	font-family:georgia;

	/*line-height:21px;*/
	
	

	color:#000000;

}

strong
{
  font-weight: bold;
}

h1 {

	text-align:left;

	letter-spacing:0px;

	font-family:georgia;

	font-size:40px;

	line-height:30px;

	margin-bottom:15px;

}

h1 img {
  padding-top:8px;
  vertical-align: middle;
}

h1.producttitle {

	text-align:left;

	letter-spacing:0px;

	font-family:georgia;

	font-size:20px;

	line-height:15px;

	margin-bottom:15px;

}

span.productprice {
  
  font-weight: bold;
  
}



h2 {

	text-align:left;

	letter-spacing:0px;

	font-family:georgia;

	text-transform:uppercase;

	font-size:20px;

	line-height:20px;

	margin-bottom:5px;

}



h3 {

	text-align:left;

	letter-spacing:0px;

	width:100%;

	text-align:center;

	font-family:georgia;

	font-size:20px;

	line-height:30px;

	margin-bottom:25px;

	color:#ffd800;

}



a:link{

	font-size:18px;

	font-weight:normal;

	text-decoration:none;

	color:#000000;

}



a:visited{

	font-size:18px;

	font-weight:normal;

	text-decoration:none;

	color:#000000;

}



a:hover{

	font-size:18px;

	font-weight:normal;

	text-decoration:underline;

	color:#000000;

}



a.sidelink:link{

	font-size:18px;

	font-weight:normal;

	text-decoration:none;

	color:#ffffff;

}



a.sidelink:visited{

	font-size:18px;

	font-weight:normal;

	text-decoration:none;

	color:#ffffff;

}



a.sidelink:hover{

	font-size:18px;

	font-weight:normal;

	text-decoration:underline;

	color:#ffffff;

}



.boldtext{

	font-weight:bold;

}



ul{

	list-style:disc;

	list-style-position:outside;

	margin-left:60px;

	text-align:left;

	line-height:23px;

}



li{

	text-align:left;

	padding-top:5px;

}





ul.sidemenu{

	list-style:none;

	list-style-image:url(../images/layout/bullet.png);

	list-style-position:inside;

	margin-left:0px;

	text-align:left;

	line-height:20px;

	color:#ffffff;

}



* html ul.sidemenu{

	line-height:30px;

}



li.sidemenu{

	text-align:left;

	font-size:18px;

}



	/* Layout



-----------------------------------------------------------------------------*/



.page{

	width:100%;

	height:100%;

	text-align:center;

}



.outside{

	width:956px;

	height:537px;

	text-align:center;

	background:url('../images/layout/outsidebgfox.png') no-repeat;

	background-position: 20px 0px;

	margin:0 auto;

}



* html .outside{

	background-position:19 0;

	background-image:url('../images/layout/outsidebg.png');

	background-repeat:no-repeat;

}



.container{

	width:882px;

	text-align:left;

	margin:0 auto;

}



.top{

	width:882px;

	height:194px;

	line-height:0px;

	float:left;

}



.logo{

	width:314px;

	height:194px;

	float:left;

}



.topright{

	width:568px;

	height:194px;

	background-image:url(../images/layout/topright.png);

	background-repeat:no-repeat;

	float:left;

}



.menudiv{

	*margin-bottom: -3px;
	
	width:882px;

	height:121px;

	float:left;

}


.left{

	width:314px;

	height:121px;

	background-image:url(../images/layout/left.png);

	background-repeat:no-repeat;

	float:left;

}



.menu{

	width:568px;

	height:121px;

	float:left;

}



div.main{

	width:654px;

	/*height:100%;*/

	float:left;
	
	display: block;

}



.contenttop{

	width:654px;

	height:47px;

	background-image:url(../images/layout/contenttop.png);

	background-repeat:no-repeat;

	float:left;

}



.content{

	width:564px;
	
	min-height: 413px;
	
	height: auto;

	padding-left:90px;

	background-image:url(../images/layout/contentbg.png);

	background-repeat:no-repeat;

	padding-bottom:60px;

	float:left;

}

/* for Internet Explorer */
/*\*/
* html .content {
height: 413px;
}
/**/




* html .content{

	width:654px;

}



.contentarea{

	width:550px;

	float:left;

}



.boxes{

	line-height:16px;

	height:400px;

	float:left;

}



* html .boxes{

	line-height:0px;

}



.sidebar{

	width:208px;

	padding-left:20px;

	background-color:#231f20;

	background-image:url(../images/layout/sidebarbg.png);

	background-repeat:no-repeat;

	float:left;
	
	display: block;
}



.sidebarcontent{

	width:188px;

	padding-bottom:20px;

	float:left;
	
	padding-right: 10px;
}



* html .sidebarcontent{

	width:208px;

}



.sidebarbottom{

	width:228px;

	height:29px;

	background-image:url(../images/layout/sidebarbottom.png);

	background-repeat:no-repeat;

	float:right;

}



.footer{

	width:882px;

	height:60px;

	padding-top:40px;

	background:url(../images/layout/footer.png) no-repeat center top;

	text-align:center;

	float:left;

}

.footer a {

  font-size:16px;

	font-weight:normal;

	text-decoration:none;

	color:#000000;

}

.footer a:visited {

  font-size:16px;

	font-weight:normal;

	text-decoration:none;

	color:#000000;

}

.footer a:hover {

  font-size:16px;

	font-weight:normal;

	text-decoration:underline;

	color:#000000;

}

/* Modules */

td.boxText {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

td.boxText a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

td.boxText a:visited {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

td.boxText a:hover {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-decoration: underline;
}

.fieldValue, .fieldKey {

  padding-top: 2px;

}

td.headerNavigation a {
  font-size: 12px;
}

td.headerNavigation a:visited {
  font-size: 12px;
}

td.headerNavigation a:hover {
  font-size: 12px;
}

td.pageHeading {
  font-weight: bold;
}

td.infoBoxHeading {

  color: #FFD800;
  font-family:georgia;
  font-size:20px;
  letter-spacing:0;
  line-height:30px;
  margin-bottom:25px;
  text-align:center;
  width:100%;
  
}

td.smallText a {
  
  font-size:14px;

	font-weight:normal;

	text-decoration:none;

	color:#000000;

}

td.smallText a:visited {
  
  font-size:14px;

	font-weight:normal;

	text-decoration:none;

	color:#000000;

}

td.smallText a:hover {
  
  font-size:14px;

	font-weight:normal;

	text-decoration:underline;

	color:#000000;

}

.infoBoxContents {
  color: #fff;
}

/*
  Admin Styles
**************************************************************************************************/

.shippingBox
{
  border: solid 1px black;
  padding: 5px;
}

.shippingBoxHeader
{
  color: #ffd800;
  font-weight: bold;
}
.shippingBoxHeaderRow
{
  background-color: #231F20;
  height: 25px;
}

.shippingBoxText { color: #FFFFFF;font-family: Verdana, Arial, sans-serif; font-size: 12px;text-align: justify; }

.shippingBoxCell
{
  padding: 5px; color: #FFFFFF;
}

.product_desc { color: #000000; font-size: 14px; font-family: Verdana; text-align: justify; font-weight: bold;}
.shippingSale { color: red; font-weight: bold; }

.product_thumb
{
	padding: 0 10px 0;
}

img, div, a, input { behavior: url(css/iepngfix.htc) }