/* CSS Document */

/* This is for all pages*/

body {
	text-align: left;
	background-color: #cedeff;
	margin: 0px;
	padding: 0px;
	font: small/1.4 Verdana, "Lucida Grande", Tahoma, sans-serif;
}

body a {
	 color: #488fce;
}

#wrapper {
	position: relative;
	width: 945px;
	margin: 10px auto; 
	color: #555; 
	border-top: solid 2px #CCC; 
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background-color: #FFF;
} 

	/* Start COMMENTED BACKSLASH HACK \*/
	* html #wrapper  { height: 1%; }
	/* CLOSE COMMENTED BACKSLASH HACK */

/* ---------------- 
2 columns left and right
---------------------------- */

#side_bar {
	float: left;
/*	width: 22%;*/
	width: 200px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	background-color: #FFF;
	height: 1%;
}

#contentmain {
	float: right;
/*	width: 78%;*/
	width: 738px;
	color: #333;
	background-color: #FFF;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#contentmain p{

	color: #555;
font-size:13px;
	background-color: #FFF;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}


   * html #contentmain { height: 100%; }
   
  /* ---------------- 
full width for product page
---------------------------- */

#prodmain {
	float: left;
	width: 97%;
	color: #333;
	background-color: #FFF;
	padding: 0;
	margin: 0px 15px;
}
   * html #prodmain { height: 100%; }
   
/* ----------  Header --------- */

#header {
	position: relative;
	background-color: #fff;
	width : 945px;
	text-align: left;
	margin: 0px 0px;
	padding: 0px 0px;
}
	
#phone {
	position: absolute;
	left: 500px;
	top: 5px;
	margin:0;
	padding:0;
 }

#search  {
	position: absolute;
	top: 12px;
	right: 15px;

}
	
#search input{
	font: 12px "Lucida Grande", Tahoma, sans-serif;
    margin: 0;
    padding: 0;
	border: 1px #488fce solid;
}

 #search input.text{
	font: 10px "Lucida Grande", Tahoma, sans-serif;
}

#red {
 	position: relative;
	width: 100%;
	background-color: #555;
	height: 30px;
	margin: 0;
	padding: 0;
	clear: left;
}
	
#red h2 {
	float: left;
	color: #fdb43d;
	line-height: 1.55em;
	margin: 3px 0px 0px 10px;
	padding: 0px 0px;
	font: medium/1.5 "Lucida Grande", Tahoma, sans-serif;
}

#red h4 {
	float: left;
	color: #fff;
	line-height: 1.55em;
	margin: 3px 0px 0px 10px;
	padding: 0px 0px;
	font: medium/1.5 "Lucida Grande", Tahoma, sans-serif;
}

#red h2 #small {
	color: #fff;
	line-height: 1.55em;
	margin: 3px 0px 0px 10px;
	padding: 0px 0px;
	font: 10px "Lucida Grande", Tahoma, sans-serif;
}

	
* html #red h2 {
	margin: 3px -10px 0px 10px;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 0;
	font: 16px "Lucida Grande", Tahoma, sans-serif;
}

#red h4 #small {
	color: #fff;
	line-height: 1.55em;
	margin: 3px 0px 0px 10px;
	padding: 0px 0px;
	font: 12px "Lucida Grande", Tahoma, sans-serif;
}

	
* html #red h4 {
	margin: 3px -10px 0px 10px;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 0;
	font: 16px "Lucida Grande", Tahoma, sans-serif;
}

	* html #red {
 	margin-bottom: -3px;

	}
	
 * html #red bold #small {

	color: red;
	margin: 3px 0px 0px 10px;
	padding: 0px 0px;
	font: 10px "Lucida Grande", Tahoma, sans-serif;
}

 
/* Top Horizontal nav */


ul#nav  {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
 /* Contain floated list items */

#nav li {
	font: Verdana, "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	border-right: 2px solid #FFF;
font-weight:bold
}

#nav a {
	float: left;
	width: 116px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}

#nav  #nav_order a {
	border: none;
}

#nav a:hover {
  color: #FFFFFF;
  background-color: #488fce;
}

#body_home #nav_home a, 
	#body_guarantee #nav_guarantee a,
    #body_sale #nav_sale a,
    #body_popular #nav_popular a,
    #body_ship #nav_ship a 
    #body_volume #nav_volume a 
    #body_orders #nav_orders a 
    #body_contact #nav_contact a {
  background: #B2131C;
  color: #FFFFFF;
  font-weight: bold;
}


/* ---------------- 
This is for the index page
---------------------------- */


/* ---------------- 
This is left side bar
---------------------------- */


#side_bar h4  {
	float: left;
	width: 170px;
	font: 14px  "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #488fce;
} 
	
ul.pulldown  {
	margin: 0;
	padding: 5px 0px;
	list-style: none;
	width: 85%;
    background-color:#ffffff;
}

ul.pulldown li {
	text-align: center;
	margin: 0;
	padding: 5px 5px;
}

ul.pulldown li select {
	font-size: xx-small; /*feed to IE 5.5*/
	f\ont-size: 9pt; /*feed to compliant browsers*/
}

ul.resource {
	width: 170px;
	font: 12px  "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: #555;
	margin: 0px;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
 }
 
ul.resource li {
	font: 12px  "Lucida Grande", Tahoma, sans-serif;
}

* html ul.resource li {
	font: 12px  "Lucida Grande", Tahoma, sans-serif;
	width: 99%;
	margin-bottom: -3px;
	padding: 0;
}

ul.resource a {
	text-align: left;
	display: block;
  	color: #555;
  	text-decoration: none; 
  	background-color: #ffffff;
	line-height: 1.5em;
}

ul.resource li a {
  	color: #555;
}

ul.resource li a:visited {
  	color: #555;
}

ul.resource li a:hover {
  	background-color: #fff;
  	color: #488fce;
	text-decoration: none;
}

ul.resource .resource_order a {
	border: none;
}

ul.resource a:hover {
	color: #488fce;
	background-color: #fff;
}

h3.view  {
	font: 14px  "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	margin: 5px 0px;
	padding: 5px 0px;
	background-color: #555;
	width: 85%;
	clear: left;
}

ul#recentview   {
	margin: 2px 2px;
	padding: 0;
	list-style-type: none;
	width: 172px;
	background-color: #fff;
	border: 1px solid #488fce;
	}
	
ul#recentview li img {
	height: 80px;
	border: 0;
	display: block;
}

ul#recentview li {
	font:  75% "Lucida Grande", Tahoma, sans-serif;
	text-align: left;
	color: #555;
	margin: 5%;
	padding: 5px 0px;
	display: block;
	border-bottom: 1px dotted #488fce;
}

* html ul#recentview li {
	font: 70% "Lucida Grande", Tahoma, sans-serif;
	text-align: left;
	color: #555;
	margin: 5%;
	padding: 5px 0px;
	display: block;
	border-bottom: 1px dotted #488fce;
}

ul#recentview li a   {
	text-decoration: none;
	color: #488fce ;
}
	
#side_logos {
	width: 90%;
	padding-top: 20px;
} 
	
#side_logos img {
	padding: 10px;
}


/* ---------------- 
left column - secondary pages
---------------------------- */
#sideCat, #sideCat ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	width: 176px;
	float: left;
}

#sideBorder { 
	margin: 0;
	padding: 0;
	width: 176px;
	float: left;
	border: 1px solid #555;
}


#sideCat li {
	position: relative;
	float: left;
	width: 176px;
	font: 12px "Lucida Grande", Tahoma, sans-serif;
}


#sideCat li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 175px;
	margin-top : -1.85em;
}
	
#sideCat li ul ul { /* third-and-above-level lists */
	left: -999em;
}

	
#sideCat li a {
	display : block;
	color : #555;
	text-decoration : none;
	background-color : white;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	text-align: left;
	width: 160px;
	font: 12px  "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
}



#sideCat li li a {	
	background-color:  #ffffff;
}

#sideCat li a:hover {
	color: #488fce;
	background-color: #ffffff;
}

#sideCat li:hover ul ul, #sideCat li:hover ul ul ul, #sideCat li.sfhover ul ul, #sideCat li.sfhover ul ul ul {
	left: -999em;
}
	
#sideCat li:hover ul, #sideCat li li:hover ul, #sideCat li li li:hover ul, #sideCat li.sfhover ul, #sideCat li li.sfhover ul, #sideCat li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

*:first-child+html #sideCat li:hover { position:static;  }

.recentView {	
	font: 12px "Lucida Grande", Tahoma, sans-serif;
	text-align: center;
	text-decoration: underline;
	color: #488fce;
}

	
/* ---------------- 
This rt column - main content
---------------------------- */

#topHeading  {
	margin-top: 0px;
}

#topHeading h1 {
	font: 18px "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #488fce;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
	background-color: #cccccc;
}
  
  * html #topHeading   {
	margin-top: 15px;
}
    
#topHeading h2 {
     font: 110% "Lucida Grande", Tahoma, sans-serif;
  	 font-weight: bold;
     color: #fff;
     text-align: left;
     margin-top: 0px;
     margin-bottom: 10px;
     padding: 8px 0px;
     width: 99%;
}
  /* older one
  #topHeading p {
	font: 95% "Lucida Grande", Tahoma, sans-serif;
	color: #333;
	line-height: 1.5em;
	margin-left: 10px;
	margin-top: 10px;
	width: 200px;
  }
  
   * html #topHeading  p {
	font: 90% "Lucida Grande", Tahoma, sans-serif;
	margin-bottom: 0px;
   } */
   
#topHeading p {
	font: 100% "Lucida Grande", Tahoma, sans-serif;
	color: #333;
	line-height: 1.5em;
	margin-left: 10px;
	margin-top: 10px;
	width: 200px;
}
* html #topHeading  p {
	font: 80% "Lucida Grande", Tahoma, sans-serif;
	margin-bottom: 0px;
   }
   
#contentmain .topDetail {
    font: 12px Tahoma,"Lucida Grande",  sans-serif;
	color: #333;
	font-weight: bold;
}

#contentmain .topDetail2 {
    font: 8px "Lucida Grande", Tahoma, sans-serif;
	color: #333;
	font-weight: normal;
}
   
#topHeading .flashHome  {
	float: right;
	width: 450px;
	margin: 5px 40px 10px 0px;
}
* html #topHeading .flashHome  {
	float: right;
	width: 450px;
	margin: 5px 15px 10px 0px;
}

/* 
category image navigation - changed to dl instead of ul
*/

#catlist {
	margin:0px;
	padding:0;
	width: 737px;
	clear: both;
}

* html #catlist {
	margin: 0px;
	padding:0;
	width: 99%;
	clear: both;
	}
	  
#catlist dl {
	float: left;
	margin: 5px 16px 5px 0px;
	padding: 0;
	width: 129px;
}
* html	#catlist dl {
	float: left;
	margin: 5px 13px 5px 0px;
	padding: 0;
	width: 129px;
}
	
#catlist dt a {
	display: block;
	font: 9px "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	text-align : center;
	line-height: 2em;
	text-decoration: underline;
	color: #488fce;
	background-color: #ffffff;
}
	
#catlist dt a:hover, #catlist dt a:hover a:visited  {
	color: #555;
	background-color: #fff;
}

#catlist dd.img {
	margin: 5px 10px ;
	padding: 0px;
height: 104px;
}
	


#catlist a:hover img, #catlist dd a:link:hover img   {
	border: 1px solid #488fce;
	margin: -1px;
	padding: 0;
}

/* 
featured products - home page
*/

#featProd {
	position: relative;
	float: left;
	width: 737px;
	background-color: #fff;
	color: #488fce;
}
	
#featProd h2 {
	font: 18px "Lucida Grande", Tahoma, Arial, sans-serif;
  	font-weight: bold;
  	color: #488fce;
	text-align : center;
	margin: 0px;
	background-color: #cccccc;
width:739px;
}


* html #featProd h2 {
	font: 18px "Lucida Grande", Tahoma, Arial, sans-serif;
  	font-weight: bold;
  	color: #488fce;
	text-align : center;
	margin: 0px;
	background-color: #cccccc;
}

.chairLong {
	float: left;
	margin: 12px;
	padding:0;
	height: 60px;
	width: 710px;
	border: 1px solid #cccccc;
	text-align: center;
	color: #000000;
	font: 14px "Lucida Grande", Tahoma, sans-serif;	
}
	
.chair1 {
	float: left;
	margin: 12px;
	padding:0;
	height: 280px;
	width: 158px;
	border: 1px solid #cccccc;
	text-align: center;
	color: #488fce;
	font: 14px "Lucida Grande", Tahoma, sans-serif;	
}
	
* html .chair1 {
	float: left;
	padding:0;
	margin: 0px 9px;
	margin-top: 12px;
	height: 280px;
	width: 158px;
	border: 1px solid #cccccc;
	text-align : center;
	color: #488fce;
}

.chair1 img {
	margin: 0px auto;
height: 160px;
	padding: 0;
	text-align : center;
}

.chairText {
	padding:0;
	text-align : center;
	color: #488fce;
}

.chairText h4 a {
	text-align : center;
}
	
* html .chairText h4 a {
	text-align : center;
}
	
.chairText p {
	font: 12px "Lucida Grande", Tahoma, sans-serif;
	padding: 0;
	color: #555;
	text-align : center;
}
* html .chairText p {
	font: 12px "Lucida Grande", Tahoma, sans-serif;
	padding: 0;
	color: #555;
	text-align: center;
}

.chair1 h4 a {
	color: #555;
	text-decoration: none;
	text-align: center;
}

.chair1 h4 a:hover, a:visited  {
	color: #555;
	text-decoration: none;
	text-align: center;
}

.featuredPrice {
	font: 115% "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	color: #488fce;
	text-decoration: none;
	text-align: center;
}

#box {
 	position: relative;
	float: left;
	width: 737px;
	height: auto;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	border: 1px #555 solid;

}


}

* html #box {

padding-bottom: 12px;
}

.chairInfo {
	font: 12px "Lucida Grande", Tahoma, sans-serif;
	line-height: 14px;
	padding: 0;
	color: #555;
	text-align: left;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}




.chairInfo a {
	color: #488fce;
	text-decoration: underline;
}


* html .chairInfo a {
	color: #488fce;
	text-decoration: underline;
}



.chairInfo a:hover, a:visited  {
	color: #488fce;
	text-decoration: underline;
}


/* 
category and sub cat page
*/  


h3.ship   {
	font: 14px "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #B2131C;
	font-weight: bold;
	line-height: 1.75em;
	margin-bottom: .7em;
	border-bottom: 1px solid #B2131C;
	width: 98%;
  }

.brdCrumb   {
	width: 98%;
	margin:0;
	padding: 0;
 }
 
 .brdCrumb p a  {
	 color: #B2131C;
 }
 
.brdCrumb  p {
	font: 90% "Lucida Grande", Tahoma, sans-serif;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	color: #555;
	}
	
#whiteHeader1 {
	margin:0;
	margin-bottom:15px; 
	}
	
#whiteHeader1 p {
	margin:0;
	font: 95% "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.25em;
	padding: 0px 0px 5px 0px;
	margin-top: .2em;
}
span.whiteHeader1 {
	font: 150% "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0em;
}

#whiteHeader2 {
	margin-top: 0px;
	margin-left: 0px;
	height: 80px;
	width: 400px;
}

.whiteHeader2 {
	position: absolute;
	top: 115px;
	margin: 0px 0px;
	padding: 0px 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	width: 420px;
}

.whiteHeader2 strong{
	line-height: 24px;
}

.whiteHeader2 a {
	color: #ccc;
}

.whiteHeader2 a:hover {
	color: #B2131C;
}

#viewAll { 
	font: 100% "Lucida Grande", Tahoma, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0;
}

span #viewAll a { 
	font:110% "Lucida Grande", Tahoma, sans-serif;
	text-decoration: none;
	color: #B2131C;
}

#content2 {
	float: left;
	font: 90% "Lucida Grande", Tahoma, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 0;
	width: 710px;
	height: 1%;
}
	
#content2a {
	width: 85%;
	margin: 0;
	padding:0;
}

/* 
category  page
*/  


#catHead {
	width: 85%;
	margin: 0;
	padding:0;
}

#catHead h2  {
	font: 120% "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0em;
	padding: 0;
}
	
#catHead p  {
	font: 95% "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.25em;
	padding: 0px 0px 5px 0px;
	margin-top: .2em;
}
	
#category {
	width: 98%;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
 .subcat1   {
	font: 90% "Lucida Grande", Tahoma, sans-serif;
	padding: 0px;
	border-bottom: 1px solid #B2131C;
	clear: both;
}

#subcategoryName  {
	float: left;
	margin: 10px 0px;
 	width: 200px;
	height:90px;
}

#subcategoryName img   {
	margin: 10px 70px 0px 0px;
	padding: 0px;
}

.subcategory  {
	font: 13px "Lucida Grande", Tahoma, sans-serif;
 	float: left;     
	margin-top: 10px;
	width:500px;
	margin-bottom: 10px; 	 
 }
 
.priceBreakdown  .subcategory  a {
	font: 13px "Lucida Grande", Tahoma, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #B2131C;
	}

.subcategory a #viewAll  {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.9em;
	font-weight: normal;
}	
 

#content2 .priceBreakdown   {
	font: 90% "Lucida Grande", Tahoma, sans-serif;
	height:130px;
	padding: 0;
	margin: 10px 0px;
	border-top: 1px solid #B2131C;
	clear: both;
}

.priceBreakdown a {
text-decoration: none;
	color: #B2131C;
}
.imgPlace  { 
 	padding: 10px 0px;
 	margin: 5px 5px;
 	width: 35%;
 }	
	
.imgPlace img   { 
	margin: 0px auto;
	padding: 0;
}

.catText {
 	float: right;
 	margin-right: 15px;
 	margin-top: 10px;
 	margin-bottom: 10px;
 	width: 60%;
 }
 
.catText h3 a {
	font: 100% "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	line-height: 0.75em;
	margin-bottom : 0;
	text-decoration: none;
	color: #B2131C;
}

* html .catText h3  {
	font: 1.2em "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.7em;
	font-weight: bold;
	margin-bottom: .75em;
	margin-top: 5px;
	text-decoration: none;
	color: #B2131C; 
}
	
.catText a {
	text-decoration: none;
	color: #B2131C;
}
 
.catText p {
	font: 90% "Lucida Grande", Tahoma, sans-serif;
	color: #333;
	margin-top: 0px;
}	
	
span.Finish  {
	font: 95% "Lucida Grande", Tahoma, sans-serif;
	line-height: 2em;
}
	
	* html span.Finish  {
	font: 85% "Lucida Grande", Tahoma, sans-serif;
	line-height: 2em;
}
	
	
span.Finish a {	
	color: #B2131C;
	text-decoration: none;
}

	
/* 
sub-category page
*/  
content3

.subcat2 {
	float: left;
	width:24%;
	height: 230px;
	margin: 0;
	border: 1px solid #ccc;
 }
 
img.imgCenter {
	margin: 10px 5px 0px 5px;
	border: 0;
 }
 
.catText2 {
	width: 90%;
	margin: 0px auto;
 }
 
.catText2 h4  {
	font: 100% "Lucida Grande", Tahoma, sans-serif;
 	font-weight: bold;
 	line-height: 1.25em;
 	margin-bottom: 0;
 	color: #555;
 }
 
.catText2 h4 a {
    	color: #B2131C;
    	text-decoration: none;
}
 
.catText2 p {
 	font: 90% "Lucida Grande", Tahoma, sans-serif;
 	margin-top: 0px;
}
 
 
/* 
footer
*/


#footer {
	clear: both;
	background-color: #fff;
	width: 100%;
}

#footer_side_bar {
	float: left;
	width: 22%;
	margin: 0px;
	padding: 0;
	background-color: #fff;
	height: 1%;
}

#footer_contentmain {
	float: right;
	width: 78%;
	color: #555;
	background-color: #fff;
	padding: 0;
	margin: 0px;
}


#footer a   {
	font: 10px "Lucida Grande", Tahoma, sans-serif;
	color: #555;
	text-decoration: none;
}

* html #footer a   {
	font: 10px "Lucida Grande", Tahoma, sans-serif;
	color: #555;
	text-decoration: none;
	}

#footer a:hover {
	color: #488fce;
}
	
#footer .hdg  {
	font: 100% "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	line-height :1.25em;
	margin-bottom:0;
}

* html #footer .hdg  {
	font: 80% "Lucida Grande", Tahoma, sans-serif;
	}

#bottominfo  {
	float: left;
	margin: 0px;
	padding: 0;
	width: 737px;
	font: 12px "Lucida Grande", Tahoma, sans-serif;
	color: #488fce;
	font-style: italic;
font-weight:bold
}

* html #bottominfo  {
	float: left;
	margin: 0;
	padding: 0;
	width: 737px;
	font: 12px "Lucida Grande", Tahoma, sans-serif;
	color: #555;
}
	
#bottominfo .footcol a{

	margin: 0;
	font: 11px "Lucida Grande", Tahoma, sans-serif;
	list-style-type: none;

}



	
.footcol {
	float: left;
	margin-left: 10px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
	
.footcol ul {
	list-style-type: none;
	padding: 0px 0px 10px 0px;
	margin: 0;
}


.footcolrt {
	float: left;
	font: 10px "Lucida Grande", Tahoma, sans-serif;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 62px;
	padding: 0;
}

* html .footcolrt {
	float: left;
	font: 100% "Lucida Grande", Tahoma, sans-serif;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 62px;
	padding: 0;
}


#middleRest .footcolrt {
	float: left;
	font: 100% "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.5em;
	margin: 10px 10px 0px 0px;
	width: 400px;
	padding: 0;
}

* html #middleRest .footcolrt {
	float: left;
	margin: 10px 10px 0px 0px;
	width: 400px;
	padding: 0;
}

#bottom  {
	clear: both;
	width: 100%;
	height: 85px;
	background-color: #fff;
}

#bottom  p  {
	font: 75% "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.5em;
	color: #555;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 10px 0px;
	}

* html #bottom  p  {
	font: 65% "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.5em;
	color: #555;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 10px 0px;
	}

#bottom img {
	width: 714px;
	height: 70px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 50px;
}

/* 
product page
*/

#prodTop  {
	clear:both;
}

#prodLeft {
	float: left;
	width: 46%;
	padding: 0px;
	font: 95% "Lucida Grande", Tahoma, sans-serif;
}

#prodRt   {
	float: right;
	width: 48%;
	margin-left: 3%;
	font: 95% "Lucida Grande", Tahoma, sans-serif;
}


#prodmain .topDetail {
	font: 12px "Lucida Grande", Tahoma, sans-serif;
	color: #333;
	font-weight: bold;
}

#prodmain .topDetail2 {
	font: 8px "Lucida Grande", Tahoma, sans-serif;
	color: #333;
	font-weight: normal;
}
 
span.ProdName {
	font: 140% "Lucida Grande", Tahoma, sans-serif;
	color: #000;
	font-weight: bold;
}
span.ourPrice {
	font: 120% "Lucida Grande", Tahoma, sans-serif;
	color: #B2131C;
	font-weight: bold;
 
}
span.listPrice {
	font: 90% "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	color: #333;
}

span.save {
	font: 90% "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	color: #B2131C;
}

span.youSave {
	font: 100% "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	color: #B2131C;
	line-height: 24px;
}

span.shipInfo {
	font: 90% "Lucida Grande", Tahoma, sans-serif;
}
	 		
p.hilite {
	font: 100% "Lucida Grande", Tahoma, sans-serif;
	color: #000;
	font-weight: normal;
	 		}
	 		
ul #pfeat {
   color: #B2131C;
   font-weight: normal;
}

#pfeat li {
	font: 1em "Lucida Grande", Tahoma, sans-serif;
 	color: #000;
	line-height: 1.5em;
	margin-left: 10px;
}

.prod_reviews {
	float: left;
    background-color: #f1efe2;
    width: 75%;
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
}

.prod_reviews h3   {
	margin-bottom: 0em;
	margin-left:10px;
	border-bottom: 1px solid red;
	width: 90%;
}

.prod_reviews p   {
	font: 0.9em "Lucida Grande", Tahoma, sans-serif;
 	color: #333;
	line-height: 1.2em;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
	padding: 5px 0px;
}

/* left image gallery  not using */


ul#gallery, ul#gallery li{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#gallery {
	margin: 2em 0; 
}
			
ul#gallery li {
	float: left;
	display: inline;
	height: 90px;
	margin-left: 5px;
	margin-bottom: 5px;
}	
 
ul#gallery a {
	float: left;
	display: inline;
	position: relative;
}	
 
ul#gallery a img {
	border: 1px solid #999;
	padding: 4px;
	background: #fff;
	width: 65px;	
}	

 /* left image gallery ends */		
 
span.test2 {
	font-style: italic;
	color: #000;
}

span.dimenHdg {
	font: 1.3em "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}

p.dimension  {
	font: 1em "Lucida Grande", Tahoma, sans-serif;
	margin-bottom: 0;
	padding: 5px 0px 5px 10px;
	border: 1px solid  #B2131C;
}

ul.prodResource {
	list-style-type: none;
	color: #000;
	line-height: 1.75em;
}
	
ul.prodResource  li a {
	color: #B2131C;
	text-decoration: none;
}

.ratings1 {
	float: left;
	display: inline;
	width: 180px;
	border: 1px solid black;
 
}
.ratings1 h2 {
	font: 1em "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	color: #555;
	margin-left: 15px;
	margin-bottom: 0;
}

.ratings2 {
	float: left;
	display: inline;
	width: 180px;
	border: 1px solid black;
	margin-left: 20px;
 
}
.ratings2 h2 {
	font: 1em "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	color: #555;
	margin-left: 15px;
	margin-bottom: 0;
}

span.durano {
	font: 1em "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	color: #B2131C;
}

span.valuno {
	font: 1em "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	color: #B2131C;
}

span.rwhite {
	font: .65em "Lucida Grande", Tahoma, sans-serif;
	color: #fff;
}

.ratings1 p.duragreen {
	font: .65em "Lucida Grande", Tahoma, sans-serif;
	color: #B2131C;
	width: 140px;
	background-color: #fff;
	margin-left: 15px;
}

.ratings2 p.valugreen {
	font: .65em "Lucida Grande", Tahoma, sans-serif;
	color: #B2131C;
	width: 140px;
	background-color: #fff;
	margin-left: 15px;
}

.options {
	border: 1px solid #333;
	margin-top: 15px;
}

.options p {
	margin-left: 15px;
}

h3.dimenHdg {
	font: 1em "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding: 5px 0px 5px 10px;
	color: #fff;
	background-color: #B2131C;
}

h3.dimenHdg2 {
	font: 0.9em "Lucida Grande", Tahoma, sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	color: #000;
	background-color: #EBEBEB;
}

h3.dimenHdg2 span a {
	font: 0.85em "Lucida Grande", Tahoma, sans-serif;
	font-weight: normal; 
	margin-left: 10px;
	color: #B2131C;
	text-decoration: none;
}

h3.dimenHdg2 img a {
	border: 0;
}

.dimenHdg p {
	font: 1em "Lucida Grande", Tahoma, sans-serif;
	margin-bottom: 0;
	padding: 5px 15px 5px 10px;
	color: #000;
}
	
#quantity h4 {
	font: 1.2em/1.2em "Lucida Grande", Tahoma, sans-serif;
	margin-left: 10px;
}

/* related products */

#relatedProd  {
	position: relative;
	font: .9em "Lucida Grande", Tahoma, sans-serif;
	width: 100%;
}

#relatedProd h3  {
	font: 1.2em "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
}

#relatedProd  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
}

#relatedProd li {
	float: left;
	display: inline;
	margin: 10px 10px;
	width: 155px;
 }

#relatedProd a img {
	border: 0;
	padding: 4px;
	background: #fff;
	width: 110px;
	clear: both;
}	


/* 
univerisal
*/
.floatleft  {
	float: left;
}

.clear {
	clear: both;
}

#clear2 {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 10px;
}

.space  {
	height: 20px;
}


/* The following pieces are used to create the 4 main sections of the middle part on this site */


#middle {
	position: relative;
	float: left;
	top: 0px;
	margin: 0 auto 0 auto;
	width: 948px;
	padding: 0px 0px;
	border: 0px;
	
}
#middleLong {
	margin: 0 auto 0 auto;
	width: 949px; 
	padding: 0px 0px;
	background: #fff url(/imagestest/middle_page.jpg) top left repeat scroll;
	border: 0px;
}

#indexmiddle {
	float: left;
	top:0px;
	margin: 0 auto 0 auto;
	width: 949px;
	padding: 0px 0px;
	border: 0px;
	position: relative;
}

#middleLeft {
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	width: 157px;
	border-right: 2px solid #e0e0e0;
}

#middleRest {
	width: 720px;
	margin-left:210px;
}

#middleBody {
	float: left;
	width: 720px;
	color: #333;
	padding: 0;
	margin: 0;
}
   
 * html #middleBody { 
 	height: 100%; 
}
 

#middleBody a {
	color: #B2131C;
	text-decoration: none;
}

#middleBody a:hover {
	color: #000;
	text-decoration: underline;
}

#middleProductpage {
	float: right;
	margin-right: 6px;
	margin-top: 0px;
	width: 700px;
	border: 0px;
	background: #fff url(/imagestest/middle_page.jpg) top left repeat scroll;
}

#middleProducts {
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 720px;
	border: 0px;
}

#middleCenter {
	margin: 0px 0px;
	padding: 0px 0px;
	border: 0px;
}

#middleRight {
	position: absolute;
	top: 0px;
	right: 15px;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 560px;
	width: 230px;
	border: 0px;
}

#middleBottom {
	margin-left: 5px;
	margin-top: 10px;
	width: 755px;
	border: 1px solid #bfbfb4;
	text-align: left;
	float: left;
}

#middleBottomLeft {
	float: left;
	position: relative;
	margin-left: 0px;
	margin-top: 5px;
	width: 275px;
}

#middleBottomLeft p {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}


#middleBottomRight p {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#middleBottomRight {
	float: left;
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	width: 275px;
}

#middleBottomHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #749961;
	margin-left: 15px;
	margin-top: 20px;
	line-height: 20px;
	font-weight: bold;
	width: 95%;
}

#chairs {
	float: left;
	width: 24%;
	height: 230px;
	margin: 0;
	border: 1px solid #ccc;
}
 
#BestSellers {
    clear: both;
	height: 21px;
	width: 120px;
	background: #fff url(/images/top_seller3.gif) top center no-repeat;
}
#BestSellersProd {
    clear: both;
	text-align: center;
	margin: 0px auto;
	padding: 0px 0px;
	height: 21px;
	width: 120px;
	background: #fff url(/images/top_seller3.gif) center no-repeat;
}

#categoryText {
	width: 90%;
	margin: 0px auto;
	text-align:center;
}

#categoryText a {
	color: #B2131C;
	text-decoration: none;
}

#categoryText a:hover {
	color: #000;
	text-decoration: underline;
}

.categoryBrown {
	padding: 0;
	margin: 0;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.categoryBrown a {
	text-decoration: none;
}

.categoryBrown img {
	margin: 5px 0px 5px 5px;
}

#DisplayImage {
	height: 100px;
}


.categoryBlack {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}



ul#nav2 {
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	float: left;
	width: 150px;
	color: #5a3d1b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul#nav2 li {
	margin-left: 18px;
	margin-top: 0px;
	padding: 0px;
	display: block;
	color: #402000;
 	background-color: #ffffff;
	line-height: 18px;
	text-decoration: none;
}

ul#nav2 li a {
	margin-top: 0px;
	padding: 0px;
	color: #402000;
 	background-color: #ffffff;
	line-height: 18px;
	text-decoration: none;
}

ul#nav2 li a:hover {
	color: #749961;
	text-decoration: underline;
}

ul#nav2 li .categoryBrown {
	margin-bottom: 10px;
	display: block;
	color: black;
 	background-color: #ffffff;
	line-height: 24px;
	text-decoration: none;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

ul#nav2 li .categoryBrown a {
	margin-top: 0px;
	padding: 0px;
	color: #B2131C;
 	background-color: #ffffff;
	line-height: 12px;
	text-decoration: none;
}

ul#nav2 li .categoryBrown a:hover {
	color: #000;
	text-decoration: underline;
}

/* product page */

#productWrapper {
	width: 720px;
	margin-top: 15px;
}

#productWrapper form {
	width:720px;
	margin-top: 15px;
	margin-left: 1px;
}

#productLeft {
	float: left;
	width: 300px;
	padding: 0px;
	font: 85% "Lucida Grande", Tahoma, sans-serif;
	vertical-align: top;
}

td #productLeft {
	width: 300px;
}


#productLeft h3 {
	font: 12px "Lucida Grande", Tahoma, sans-serif;
    font-weight: bold;
}

.productLeft a img  {
	text-align: center;
	margin: 10px auto 10px auto;
}


#productLeft table {
	margin-top: 5px;
}

.productLeft td img {
}

#productRight   {
	float: right;
	width: 380px;
	margin-left: 25px;
	font: 95% "Lucida Grande", Tahoma, sans-serif;
}

#productRight #productTitle  p  {
	font: 120% "Lucida Grande", Tahoma, sans-serif;
    line-height: 1.25em;
    color: #000;
    font-weight: bold;
} 

#productRight p.price1 {
	margin-left: -18px;
	margin-top: 10px;
}

#productRight  ul {
	font-weight: normal;
	color: #333;
	padding-top: 10px;
}

#productRight  ul li {
	font: 95% "Lucida Grande", Tahoma, sans-serif;   
}

td#productRight  a {
	font: 95% "Lucida Grande", Tahoma, sans-serif;
	font-weight: normal;
	color: #B2131C;
	text-decoration: none;
	line-height: 2px;
}

td#productRight img a {
	margin: 0;
	padding: 0;
}

#productRight p {
	font: 95% "Lucida Grande", Tahoma, sans-serif;
	margin-top: -5px;    
}

td#productRight span.productText2Gray {
	font: 100% "Lucida Grande", Tahoma, sans-serif;
	color: #000;
	font-weight: bold;
}

td#productRight span.productText2Black {
	font: 95% "Lucida Grande", Tahoma, sans-serif;
	color:#333;
}

td#productRight .chairOptions {
	padding:10px;
	border: 1px solid #B2131C;
	font: 95% "Lucida Grande", Tahoma, sans-serif;
	color:#000;
}

.chairOptions #chairOptionsLeft  {
	background-color: #C9C9C0;
	margin: 0;
	padding: 3px 0px 3px 10px; 
}


#chairOptionsLeft.chairOptionsBig  {
	font: 110% "Lucida Grande", Tahoma, sans-serif;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

#productRight .chairOptions select { 
	margin: 3px 0px;
	padding: 1px;
 	background-color: #f0f0f0;
	width: 85%;
	font: 90% "Lucida Grande", Tahoma, sans-serif;
	text-align: left;
}

td#productRight .chairOptions select#shipping { 
	padding:1px;
	margin: 5px 0px;
 	background-color: #f0f0f0;
	width: 85%;
	font: 90% "Lucida Grande", Tahoma, sans-serif;
} 

td#productRight .chairOptions a { 
	margin: 0px 0px 5px 0px;
	line-height: 16px;
} 

td#productRight #quantity  {
	font: 1em "Lucida Grande", Tahoma, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 5px 0px 15px 0px;
	color: #fff;
	background-color: #B2131C;
}


#quantity input.shoppingCart {
	margin-top:10px;
	background: #ffffff url(/imagestest/product_images/cart.jpg) center left no-repeat scroll;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	 margin-right: 10px;
	margin-left:15px;

	}
#quantity input {
	margin-left: 5px;
}
#productSuggestions {
	padding: 10px;
}

#productBottom #chairs {
	width: 160px;
}
#productBottom  {
	margin-top: 10px;
}
 
#productBottom #DisplayImage {
	width:100px;
}
	
.content1   { 
	font: 85% "Lucida Grande", Tahoma, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px; 
   }
   
#content1   { 
	font: 85% "Lucida Grande", Tahoma, sans-serif;
	margin-top: 10px;
   	margin-bottom: 5px; 
   }
   
#content3 {
}

#content3a {
	font: 85% "Lucida Grande", Tahoma, sans-serif;
}

#content3b {
	float:right;
	margin-right: 50px;
	font: 85% "Lucida Grande", Tahoma, sans-serif;;  
}

span.locationStrip {
	font: 85% "Lucida Grande", Tahoma, sans-serif;
	margin-left: 0px;  
	line-height: 2em;
	padding: 0;
	color: #555;
}

span.locationStrip a   {
	 color: #B2131C;
	 text-decoration: none;
 }
 
#indexmiddle #middleRest {
	width: 700px;
	margin-left: 210px;
}

table.cartTable {
	width: 700px;
	margin-right: 10px;
	font: 90% "Lucida Grande", Tahoma, sans-serif;
	color: #333;
}
 
table.cartTable th {
	padding: 3px 5px;
}

table.cartTable td {
	padding: 3px 5px;
}

tr.menuItem {
	color: #fff;
	background-color: #B2131C;
	text-align: center;
}
	
#mostpopularcategory {
	font-weight: bold;
	font-size: 15px;
	color: #B2131C;
	font-family: Arial, 'Times New Roman';
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2131C;
	width: 100%;
	text-decoration: none;
}

#mostpopulartable td {
	padding-top: 25px;
 }
