@charset "UTF-8";
/************** GLOBAL *************/
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color:#4f4f51;
}
a {
	text-decoration: none;
	color:#995723;
}
a:hover {
	color:#1D1D1E;
}
/* styles for IE 5 Mac */
 /*#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 */
 /* following rules are invisible to IE 5 \*/
/* #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -280px;
   text-align: center;
   min-width: 800px;
 }*/
 /* end IE 5 hack */ 
	  
#container { 
	width: 800px; 
	margin: 20px auto;
	text-align: left;
	position:relative;
} 
#header { 
	padding:0; margin:0;
	height:122px;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
	background-color:#4f4f51;
}
#header h1 a {
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:54px;
	display:block;
}
#header h1 span {
	position:absolute;
	left:-9999em;
}
#header #contactDetails {
	color:#fff;
	font-size:10px;
	text-align: right;
	position:absolute;
	right:10px;
	top:10px;
	line-height: 1.4em;
}

#sidebar1 {
	float: left; 
	width: 126px; 
	padding:0 15px;
	margin:0;
}
#sidebar2 {
	float: right; 
	width: 126px; 
	padding:0 15px;
	margin:0;
	
}
#mainContent {
	margin: 0 156px;
	padding:0 20px;
	
	
} 
/* IE 6 only */
* html #mainContent {
	position:absolute;
	left:0;
	top:122px;
	width:448px;
	

}
/****/
#mainContent h2 {font-size:10px;text-transform: uppercase;}
#sidebar2 h3 {color:#995723;font-size:12px;text-transform: uppercase;font-weight:normal;}
#container p {
	font-size:11px;
	line-height: 1.4em;
}
#footer {
	text-align:center;
	padding-top:23px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	color:#1D1D1E;
	font-size: 10px;
	letter-spacing: 0.1em;

}

#footer a {
	text-decoration: none;
	color:#1D1D1E;
}
#footer a:hover {
	color:#995723;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/************** HOMEPAGE styles ****************/
#homepage #sidebar1, #homepage #sidebar2, #homepage #mainContent {
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height:385px;
}
/* IE 6 only */
* html #homepage #sidebar1, * html #homepage #sidebar2, * html #homepage #mainContent {
	height:385px;
}
/****/
#homepage #sidebar1 {
	background-image: url(../images/homepage-sidebar1-bg.jpg);
}
#homepage #sidebar2 {
	background-image: url(../images/homepage-sidebar2-bg.jpg);
}
#homepage #mainContent {
	background-image: url(../images/homepage-main-bg.jpg);
}
#homepage #sidebar2 #internetSpecials, #homepage #mainContent #introduction {
	padding:220px 0 0 0;
}
/* IE 7 and IE 6 only */
*:first-child+html #homepage #sidebar2 #internetSpecials, *:first-child+html #homepage #mainContent #introduction {
	padding:210px 0 0 0;
}
* html #homepage #sidebar2 #internetSpecials, * html #homepage #mainContent #introduction {
	padding:210px 0 0 0;
}
/****/

/************** CATEGORY HOME styles ****************/
#category-home #sidebar1, #category-home #sidebar2, #category-home #mainContent {
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height:385px;
}
/* IE 6 only */
* html #category-home #sidebar1, * html #category-home #sidebar2, * html #category-home #mainContent {
	height:385px;
}
/****/
#category-home #sidebar1 {
	background-image: url(../images/category-sidebar1-bg.jpg);
}
#category-home #sidebar2 {
	background-image: url(../images/homepage-sidebar2-bg.jpg);
}
#category-home #mainContent {
	background-image: url(../images/category-main-bg.jpg);
}
#category-home #sidebar2 #internetSpecials, #category-home #mainContent #introduction {
	padding:220px 0 0 0;
}
/* IE 7 and IE 6 only */
*:first-child+html #category-home #sidebar2 #internetSpecials, *:first-child+html #category-home #mainContent #introduction {
	padding:210px 0 0 0;
}
* html #category-home #sidebar2 #internetSpecials, * html #category-home #mainContent #introduction {
	padding:210px 0 0 0;
}
/****/

#category-home #category-list {
	list-style-type:none;
	padding:220px 0 0 0;
	margin:5px -15px;
}
#category-home #category-list li {
	margin-bottom:4px;
}
#category-home #category-list li a {
	display:block;
	background-color:#c7c4bb;
	padding:4px 2px 4px 20px;
	color: #4f4f51;
	text-transform: uppercase;
	font-size:10px;
	letter-spacing: 0.05em;
	height:12px;
}
#category-home #category-list li a:hover {
	background-color: #4f4f51;
	color: #FFF;
}
/* IE 7 and IE 6 only */
*:first-child+html #category-home #category-list {
	margin-top:8px;
}
* html #category-home #category-list {
	padding:215px 0 0 0;
	margin-top:12px;
}
/****/

/************** PRODUCT LISTING styles ****************/
#product-home #sidebar1 {
	margin:20px 0 10px 0;
	border-right:1px solid #000;
}
#product-home #sidebar2 {
	margin:20px 0 10px 0;
	border-left:1px solid #000;
}
#product-home #mainContent {
	margin-top:20px;
	padding:0
}
#product-listing {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	position: relative;
}
#product-listing li {
	float:left;
	width:160px;
	margin:0;
	padding:0;
	margin-bottom:33px;
	background:transparent;
}
/* IE 6 only */
* html #product-listing li {
	width:142px;
}
* html #product-home #mainContent {
	padding:1px 20px;
}
/****/
#product-listing li a img {
	border:1px solid #000;
	padding:5px;
	display:inline;
}
#product-listing li a span {
	display:block;
	text-align:left;
	padding-left:20px;
	font-size:10px;
}

/************** PRODUCT INFO styles ****************/
#product-info #sidebar1 {
	margin:20px 0 10px 0;
	border-right:1px solid #000;
}
#product-info #sidebar2 {
	margin:20px 0 10px 0;
	border-left:1px solid #000;
}
#product-info #mainContent {
	margin-top:20px;
	padding:1px 20px;
	line-height:1.6em;
	letter-spacing:0.08em
}
#product-info #mainContent h2 {
	text-transform:none;
	font-size:13px;
	color:#995723;
	margin:0;
}
#product-info #mainContent p {
	margin-top:0;
	padding-bottom:10px;
}
#product-info #sidebar1 h3, #product-info #sidebar2 h3 {
	font-size:11px;
	color:#000;
	text-transform:none;
	font-weight:bold;
	margin-bottom:0;
	margin-top:20px;
}
#product-info #sidebar2 h3 {
 	margin-top:50px;
}

.product-photo img {
	border:1px solid #000;
	padding:5px;
	display:block;
	margin-bottom:3px;

}
.product-photo span {
	font-size:10px;
}

#product-info #category-list, #product-info #product-options {
	list-style-type:none;
	margin:0;
	padding:0;
}

#product-info #category-list li, #product-info #product-options li {
	margin-bottom:0px;
}
#product-info #category-list li a, #product-info #product-options li a {
	font-size:11px;
}

a.order-btn {
	float:right;
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/order_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 17px;
	width: 82px;	
	font-size:10px;
	line-height:normal;
	letter-spacing:normal;
	padding-top:2px;
	
}
a.order-btn:hover {
	background-image: url(../images/order_bg_over.gif);
	color: #FFFFFF;
}

#breadcrumbs {
	text-align:right;
	color:#995723;
	line-height:normal;
	letter-spacing:normal;
}
.redcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF0000;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #995723;
}
.caption a:link,
.caption a:visited,
.caption a:active
{
	color: #995723;
}
.caption a:hover
{
	color: #484848; text-decoration: none;
}


.Typelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #995723;
}
.Typelink a:link,
.Typelink a:visited,
.Typelink a:active
{
	color: #995723;
}
.Typelink a:hover
{
	color: #484848; text-decoration: none;
}

.boldContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5B5B5B;
}

.productContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #995723;
}


.TypeContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #995723;
	text-decoration:none;
}
.TypeContent a:link,
.TypeContent a:visited,
.TypeContent a:active{color: #995723;},
.TypeContent a:hover{color: #000066; text-decoration: none;}
 


.RedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #995723;
	text-decoration:none;
}
.RedLink a:link,
.RedLink a:visited,
.RedLink a:active{color: #995723;},
.RedLink a:hover{color: #6600FF; text-decoration: none;}
 



.pagingbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #995723;

	background-color: #FDE6C6; 
	border: 1px #985905 solid; 
	height: 8px; width: 22px; 
	padding-right: 3px; 
	padding-left: 3px;
	color: #985905;
	text-align: center;
}
.pagingbox:link
 {
    color: #995723; 
   text-decoration:underline;
 }
.pagingbox:visited 
{
	color: #995723; 
	text-decoration:underline;
}
.pagingbox:active
 {
	color: #995723; 
	text-decoration:underline;
 }
 .pagingbox:hover
 {
	color: #333399; 
	text-decoration:none;
 }

.modelbg3 {  background-color: #995723; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #000000}

.tdbg {  background-color: #E4B68F; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #000000}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
}
.textBox {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;

}