/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/



/*--------------------------------------------------------------------------------------
	NEW -- Level 91
--------------------------------------------------------------------------------------*/

/*-- Header--*/

#wrapper
{
	width:760px;
	margin:0 auto;
	background:white;
}

.leftColumn
{
	float:left;	
	width:197px;
	margin:0 5px 0 0;
}

.rightColumn
{
	float:left;	
	width:548px;
}

.clear
{
	clear:both;	
}

.subWrap
{
	padding:5px;
}

#header
{
	width:760px;
	height:217px;
	background:url(images/header_bg.jpg) bottom right no-repeat;
	cursor:pointer;
}

#logo
{
	padding:40px 0 0 15px;
}

#search input
{
	float:left;	
}

#search
{
	margin:0 0 0 76px;	
}

#searchbox
{	
	height:24px;
	padding:6px 15px 0;
	width:157px;
	background:url(images/search_bg.gif) no-repeat;
	border:none;
	color:#807f6b;
}

/*---------------------BODY------------------*/

h2
{
	font-size:12px;
	color:#FD930C;
}

.numbers
{
	margin:0;
	padding:5px;
	list-style:none;
	width:750px;
}

.numbers li
{
	float:left;
	margin:0 7px 0 0;
}

.numbers li.end
{
	margin:0;
}

.boxText a
{
	display:block;
	margin:1px 0;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

.categoriesLine
{
	width:197px;
	background:#eee9e4;
	display:block;
}

.categoriesLine a
{
	padding: 3px 8px;
	
}

td
{
	padding:0;
}

.textspecials span
{
	height:	45px;
	overflow:hidden;
	display:block;
}

.product-main-wrapper{
	width:546px;
	height:auto;
	position:relative;
	float:left;
	margin-bottom:32px;
}

* html div.product-main img { 
   width: expression( document.body.clientWidth > 109 ? "110px" : "auto" ); /* sets max-width for IE */
}

.product-main img
{
	max-width:110px;
	max-height:auto !important;
}

.product-main{
	width:248px;
	height:160px;
	position:relative;
	float:left;
	background-color:#eee9e4;
	margin-bottom:1px;
	margin-right:1px;
	background-image:url(images/panel-generic.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:12px;
	overflow:hidden;
}

.product-detail{
	width:100px !important;
	height:138px;
	position:relative;
	float:left;
	padding-right:0 !important;
}

.product-detail-title{
	width:110px;
	height:70px;
	position:relative;
	float:left;
	overflow:hidden;
}

.product-image{
	width:100px;
	height:138px;
	position:relative;
	float:right;
}

.product-image img{
	border:1px solid #d2cac2;
	float:right;
}

/*--products--*/

TD.smallText, SPAN.smallText, P.smallText 
{
	background:#eee9e4;
	padding:10px;
}

#products
{
	width:547px;
	margin:0 0 32px;
}

#products .smallText
{
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

/*--fonts--*/

.intro
{
	padding:12px;	
}

h1
{
	font-size:14px;
	color:#fd930c;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
}


p
{
	font-size:12px;
	color:#404040;
	line-height:20px;
	margin:0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
}

/*--categories--*/

#categories
{
	margin:0 0 0;
}

/*---------------*/

.contact .infoBox
{
	background:none;
}

.contact .infoBox .main input
{
	width:250px;
	margin:5px 0;
}

.contact .infoBox textarea
{
	width:250px;	
	height:100px;
	margin:5px 0;
}

.contactBtn
{
	padding:10px 0 0;	
}


/*--------------------------------------------------------------------------------------
	End -- Level 91
--------------------------------------------------------------------------------------*/



.boxText { font-family: Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #747474;
  text-decoration: none;
  border:none;
}

a img
{
  border:none;
}

.floatleft-paginate{
	float:left;
	text-transform:uppercase;
	font-weight:normal;
	font-size:10px;
}

.floatright-paginate{
	float:right;
	padding-bottom:10px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:10px;
}

A:hover {
  color: #888888;
  text-decoration: underline;
}

.content-wrapper{
	width:547px;
	overflow:hidden;
}

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #D3D1D1;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #E9E6E3;
  //shopping-cart content color
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #E9E6E3;
  //shopping-cart content color
}

tr.productListing-odd, tr.productListing-even {
	background: #ffffff;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #E9E6E3;
  //shopping-cart header/footer color
  border-spacing: 1px;
  
}

.productListing-heading {
	border-bottom:1px solid #ffffff;  
	text-align:left;
  color: #807F6B;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #E9E6E3;
  padding:5px;
}

TD.productListing-data {
border-right:1px solid #e9e6e3; 
border-bottom:1px solid #e9e6e3;  
text-align:left;
vertical-align:top; 
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #AC0800;
  padding:12px;
} td.productListing-data {
	font-size: 14px;
	font-weight: bold;
} td.productListing-data a, td.productListing-data a:visited {
	color: #373737;
	font-size: 14px;
	font-weight: bold;
} td.productListing-data s {
	font-size: 12px;
} td.productListing-data .productSpecialPrice {
	font-size: 14px;
	font-weight: bold;
}

.productListing-data img{
	border:1px solid #d2cac2;
}

A.pageResults {
  color: #747474;
}

A.pageResults:hover {
  color: #747474;
}

A.pageResults:visited {
  color: #747474;
}




TD.pageHeading, DIV.pageHeading {
  font-size: 13px;
  color: #FF9900;
  font-weight: bold;
  text-decoration: sharp;
  height: 30px;
  width: 509px;
  background: #E9E6E3;
  background-repeat:no-repeat;
  padding:5px 12px;

}

#menuBar {
  background: url('images/menu_bg.jpg') repeat-x;
  height:34px;
}

.submit
{
	width:27px;
	height:24px;
	background: url(images/submit_bg.gif);
	border:none;
	cursor:pointer;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}


TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }















td{
 font-family:arial;
 font-size: 11px;
 color: #1F1F1F;
}

.text{
  color: #B5511E;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none
 }
 .text2{
  color: #BC7E3B;;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none
 }
 
 .ch{
  color: #FF9900;
  font-size: 14px;
  font-weight: bold;
 }
 
  .ch2{
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-family:Arial, Helvetica, sans-serif;
 }
 
   .ch22{
  color: #FF9900;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: left
 }
 
   .ch3{
  color: #ff6c14;
  font-size: 18px;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
 }
    .ch4{
  color: #5F5F5F;
  font-size: 11px;
  font-weight: bold;
 }
     .ch5{
  color: #E70F14;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none
 }
     .ch6{
  color: #FF9900;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none
 }
      .close{
  color: #AC0800;
  font-size: 11px;
  text-decoration: none
 }

      .text-popup{
  color: #AC0800;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none
 } 
   .menu{
	color: #000000;
	border-color: #60584B;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
 }
 
   .menu-yellow{
	color: #FF9900;
	border-ccolor: #60584B;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
 }

   .copy{
  color: #695945;
  border-color: #695945;
  font-size: 11px;
 }
 .se{
  width: 110px;
  font-size: 9px;
  color: #282E3E; 
 }
 


 body{
  background: #F2F3EB url(images/body_bg.jpg) repeat-x;
 }

.ml99{
 color:#1F1F1F;
 font-size:12;
 font-family:Arial; 
 }


 .image_border{
  border:1px solid #A99B85; 
 }

 td#header td {
	position: relative;
}

#delivery-holder {
	position: relative;
}

#delivery-australia-wide {
	background: url(/store/images/deliver-australia-wide.png) no-repeat;
	height: 80px;
	left: -43px;
	position: absolute;
	top: -48px;
	width: 230px;
}

div.steps {

} div.steps a {
	float: right;
	margin: 5px 0 11px 6px;
} div.steps a.first {
	margin-left: 5px;
}


div.categoriesLineChild a {
	background: url(images/grey-arrow.jpg) no-repeat 10px 10px;
	padding-left: 25px;
}

td.productListing-heading a {
	background: #eee9e4 url(images/sort-arrows.jpg) no-repeat 100% -2px;
	padding: 0 40px 0 0;
}



/* new styles by Marc Watts */
div.footer {
	clear: both;
	font-family: Verdana;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	width: 954px;
} div.footer p {
	color: #949484;
	font-size: 14px;
} div.footer span.location-type {
	color: #fcb034;
} div.footer span.where {
	font-size: 12px;
} div.footer span.price-guarantee {
	color: #00aeef;
	font-size: 16px;
	font-weight: bold;
} div.footer span.delivery {
	color: #949484;
	font-size: 16px;
	font-weight: bold;
}

ul.foooter-links {
	margin: 30px 0 0 0;
	padding: 0;
} ul.foooter-links li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
} ul.foooter-links a, ul.foooter-links a:visited {
	border-bottom: 1px solid;
	color: #949484;
	display: block;
	float: left;
	font-size: 10px;
	margin: 0 15px 0 0;
	text-decoration: none;
} ul.foooter-links a:active, ul.foooter-links a:focus, ul.foooter-links a:hover {
	border-bottom: 1px dotted;
	text-decoration: none;
} ul.foooter-links span {
	color: #949484;
	display: block;
	float: left;
	font-size: 10px;
	margin: 0 15px 0 0;
}

.wattsy-linker {
	margin: 10px 0 0 0;
	font-size: 10px;
} .wattsy-linker p {
	color: white;
	font-size: 1em;
	margin-left: 10px !important;
}

.boxText {
	background: #949384;
	padding: 10px 5px 20px 5px;
}
.boxText .categoriesLine {
	background: 0;
} .boxText .categoriesLine a, .boxText .categoriesLine a:visited {
	background: 0;
	border-bottom: 1px solid #e2a948;
	color: #ffffff;
	display: block;
	text-decoration: none;
} .boxText .categoriesLine a:active, .boxText .categoriesLine a:focus, .boxText .categoriesLine a:hover {
	color: #fcb034;
	text-decoration: none;
}

strong {
	color: #fcb034;
	font-weight: bold;
}

div.main-content-home {
	float: left;
	height: 515px;
	padding: 20px 0 0 30px;
	width: 290px;
}
div.main-content {
	float: right;
	min-height: 403px;
	padding: 20px 40px 20px 40px;
	width: 650px;
}
div.aside {
	float: right;
	padding: 20px 25px 0 0;
	width: 360px;
}

div.aside p.price {
	color: #00aeef;
	font-size: 19px;
	font-weight: bold;
	text-align: right;
} div.aside p.quality {
	color: #fcb034;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
} div.aside p.delivery {
	color: #949484;
	font-size: 16px;
	text-align: right;
} div.aside p.accept {
	color: #949484;
	float: right;
	font-size: 14px;
	text-align: right;
	width: 215px;
}

div.product-details {
	background: url(images/template/bg-product-details.png) repeat-y top right;
	float: right;
	min-height: 403px;
	padding: 0 0 120px 0;
	position: relative;
	width: 735px;
} div.product-details-wrap {
	margin: 0 0 0 40px;
	position: relative;
	z-index: 200;
} div.product-details div#bg-product-fade {
	background: url(images/template/bg-product-details-fade.png) no-repeat;
	height: 403px;
	left: 260px;
	position: absolute;
	top: 0px;
	width: 474px;
} * html div.product-details div#bg-product-fade {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled='true', sizingMethod='crop', src='images/template/bg-product-details-fade.png' );
	z-index: 0;
} div.product-details img {
	left: 5px;
	position: absolute;
	top: 3px;
} div.product-details td.smallText {
	background: 0;
} div.product-details td.productListing-data {
	border: 0;
} div.product-details h1 {
	color: #949484;
	font-size: 16px;
	font-weight: bold;
} div.product-details p {
	color: #949484;
} div.product-details div.product-description {
	float: right;
	padding: 10px 20px 0 0;
	position: relative;
	width: 200px;
} div.product-details p.product-model {
	font-size: 14px;
	left: -84px;
	position: absolute;
	top: 27px;
} div.product-details p.price, div.product-details p.price .productSpecialPrice {
	color: #fd930c;
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0 0 0;
} div.product-details p.price s {
	display: none;
	font-size: 20px;
	line-height: 2em;
}

div.product-details p.features {
	color: #fd930c;
} div.product-details ul {
	margin: 0 0 15px 0;
	padding: 0;
} div.product-details li {
	background: url(images/template/icon-orange-circle.png) no-repeat 0 6px;
	color: #949484;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}



div.container {
	background: #ffffff;
	margin: 0 auto;
	padding: 0 20px;
	width: 954px;
}
div.header {
	height: 95px;
}
div.header a.logo {
	background: url(images/template/logo-main.jpg) no-repeat;
	display: inline-block;
	float: left;
	height: 80px;
	margin: 9px 0 0 47px;
	text-indent: -9999em;
	width: 293px;
}
div.header img.building {
	display: inline-block;
	float: left;
	margin: 0 0 0 69px;
}
div.header div.contact {
	/* background: url(images/template/bg-contact.jpg) no-repeat; */
	float: right;
	height: 72px;
	padding: 10px 28px 0 0;
	width: 246px;
} div.header p {
	color: #fcb034;
	font-size: 16px;
	line-height: 1em;
} div.header p.phone {
	font-size: 20px;
} div.header p.fax {
	font-size: 16px;
} div.header p.email {
	font-size: 12px;
} div.header div.contact span {
	color: #949484;
	display: block;
	float: left;
	font-size: 12px;
	width: 51px;
}
div.navigation {
	background: #fdd799 url(images/template/bg-navigation.png) no-repeat;
	height: 40px;
	padding: 0 30px;
}
div.navigation ul {
	float: left;
	margin: 0;
	padding: 0;
}
div.navigation li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.navigation a,
div.navigation a:visited {
	background: url(images/template/bg-nav-main.jpg) no-repeat 100% 50%;
	border-bottom: 0;
	color: #949484;
	display: block;
	float: left;
	font-size: 16px;
	height: 37px;
	line-height: 37px;
	margin: 1px 0 0 0;
	padding: 0 9px;
	text-decoration: none;
} div.navigation li:last-child a {
	background: 0;
} div.navigation a:active,
div.navigation a:focus,
div.navigation a:hover {
	text-decoration: underline;
}
/*
div.navigation a.home {
	background: url(images/template/bg-navigation-item.jpg) no-repeat;
	width: 129px;
} div.navigation a.about {
	background: url(images/template/bg-navigation-item.jpg) no-repeat;
	width: 71px;
} div.navigation a.new {
	background: url(images/template/bg-navigation-item.jpg) no-repeat;
	width: 87px;
} div.navigation a.specials {
	background: url(images/template/bg-navigation-item.jpg) no-repeat;
	width: 100px;
} div.navigation a.wholesale {
	background: url(images/template/bg-navigation-item.jpg) no-repeat;
	width: 100px;
} div.navigation a.fitouts {
	background: url(images/template/bg-navigation-item.jpg) no-repeat;
	width: 100px;
}*/
div.search {
	float: right;
	padding: 12px 110px 0 0;
} div.search div {
	float: left;
} div.search label {
	padding-top: 4px;
	width: 75px;
	display: none;
} div.search input {
	background: url(images/template/bg-search.jpg) no-repeat;
	border: 0;
	color: #949484;
	float: left;
	height: 17px;
	margin: 0;
	padding: 0 2px;
	width: 109px;
} div.search div.submitter {
	clear: none;
} div.search div.submitter input {
	background: url(images/template/icon-search.jpg) no-repeat;
	cursor: pointer;
	height: 17px;
	width: 23px;
}

body {
	background: #dcddde;
	margin: 0;
	padding: 0;
}

div.content-wrapper {
	padding: 6px 30px 30px 30px;
	width: auto;
}
div.product-listing {
	border: 1px solid #f0eff2;
	float: left;
	height: 230px;
	margin: 0 10px 20px 0;
	padding: 7px;
	text-align: center;
	width: 190px;
} div.product-listing p.price, div.product-listing p.price span.productSpecialPrice {
	color: #fcb034;
	font-size: 18px;
	line-height: 1.2em;
} div.product-listing p.price s {
	color: #ff0000;
	display: block;
}

p.displaying {
	float: left;
} p.pages {
	float: right;
}

p.was-price {
	display: none;
	text-decoration: line-through;
}

div.contact-info {
	float: left;
	width: 300px;
} form#contact_form {
	float: right;
	width: 238px;
}

#opt-heading{
	width:760px;
	margin:0 auto;
	text-align: right;

}
#linker{
	font-size: 11px;
	text-align: right;
	margin-right:252px;
	padding-top:5px;
	font-family: arial;
}
.wd-h1{
	font-size: 10px !important;
	margin-top: 5px;
}
.wd-h2{
	color:#FD930C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:10px 0;
}

#body table.home-wrapper {
	background: url(images/template/bg-product-details-home.png) no-repeat top right;
}

div.clear { height:1px; overflow:hidden; }

.home-images {
	position: relative;
}
#homepage-chair {
	left: 452px;
	position: absolute;
	top: 301px;
	width: 250px;
} #homepage-table-draws {
	left: 58px;
	position: absolute;
	top: 311px;
	width: 288px;
} #homepage-filing-cabinet {
	left: 284px;
	position: absolute;
	top: 217px;
	width: 292px;
} #homepage-desk {
	left: 455px;
	position: absolute;
	top: 132px;
	width: 280px;
}

h2 {
	font-size: 18px;
}

div.search {
	display: none;
}

div.specials {
	background: url(images/template/bg-specials.jpg) no-repeat;
	height: 36px;
	margin: 6px 0 0 0;
} div.specials-wrapper {
	border-bottom: 6px solid #fdcb7f;
	height: 30px;
	margin: 0 0 0 198px;
} div.specials p {
	color: #00aeef;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 20px;
} div.specials a, div.specials a:visited {
	color: #00aeef;
	font-size: 16px;
	text-decoration: underline;
} div.specials a:active, div.specials a:focus, div.specials a:hover {
	color: #0579a5;
	font-size: 16px;
}

.home-images #delivery-truck {
	left: -213px;
	position: absolute;
	top: 457px;
} .home-images #assembly-provided {
	left: -28px;
	position: absolute;
	top: 471px;
}

.product-details #delivery-truck {
	bottom: 0px;
	left: 12px;
	position: absolute;
	top: auto;
} .product-details #assembly-provided {
	bottom: 12px;
	left: 186px;
	position: absolute;
	top: auto;
} #delivery-message {
	bottom: 0;
	font-size: 17px;
	left: 350px;
	position: absolute;
}
