/* top elements */
* { padding: 0; margin: 0; border: 0 }

body {
	background: #1f1d1b;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	/*font-size: 70%;*/
	color: #000000; 
	margin: 0 auto;
	text-align: center; 
}

/* links */
a, a:visited {	
	color: #1F4285;
	background: inherit;
	text-decoration: none;	
}

a:hover {
	/*color: #3482f8;*/
	color: #1F4285;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3, .thanks {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #454913;
}

h1 {
	font-size: 150%;	
	font-weight: bold;
	color: #1F4285;
	text-align: left;
}

h2 {
	font-size: 100%;
	color: #454913;
	font-weight: bold;
	text-align: left;
}

.h3 {
	font-size: 120%;	
	color: #3A3A3C;
	font-weight: normal;
	text-align: left;	
}

h3 {
	font-size: 130%;	
	color: #1F4285;
	font-weight: normal;
	text-align: left;	
}
h4 {
	font-size: 100%;	
	color: #fff;
	font-weight: normal;
	text-align: left;	
}

h5 {
	font-size: 100%;	
	color: #fff;
	font-weight: normal;
	text-align: left;	
}

p  {
	font-size: 100%;
	text-align:left;
	color: #000000;
}

h1, h2, h3, p {
	padding: 8px;		
	margin: 0;
}



/* start - table */
table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;		
}

.content {
	margin-left: auto;
	margin-right: auto;	
	height: auto;
	width: 820px;
	

}

th strong {
	color: #fff;
}

th {
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
	font-size: 120%
}

tr {
	margin: 0;
	padding: 0;
	border: 0;
}

td {
	margin: 0;
	padding: 0;
	border: 0;
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

#wrap {
	width: 820px;
	background: url(../images/colbg.gif) center top;
	background-repeat: repeat-x;
	background-color: #bdbec0;
	margin: 0 auto;
	height: auto;
	border-top: 1px solid #9d9696;
}

#wrap a {
	color: #454913;
}


/* product table
------------------------------------------------------------------------------------------*/
#product_layout  {
	width: 820px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;	
}

#product_layout td  {
	width: 409px;
	margin: 0;
	padding: 0;
	border: 0;
}
#product_layout td#rangeheader {
	margin: 0;
	padding: 0;
	width: auto;
	height: 30px;
	background: #bdd73c;
}

#product_layout tr  {
	border-top: 1px solid #FFF ;
	width: 820px;
	margin: 0;
	padding: 0;
	
}

#product_layout .colhead {
	float: left;
	width: 409px;
	height: 30px;
	background: #1f1d1b;
}

#product_layout .new_logo {
	position: relative;
	top: -25px;
	left: 500px;
}

#product_layout h2 {
	margin-top: 5px;
	color: #1F4285;  
	text-align:right;
	font-size: 150%;
	font-weight: bold;
	font-style:italic;
}

#product_layout h3,
#product_layout h3 a  {
	color: #FFF;  
	margin: 0;
	text-align:left;
	padding: 5px 8px; 
	font-size: 110%;
}

#product_layout h3 a:hover {
	color: #CCC;  
	text-decoration: none;	
}


/* header & nav start
---------------------------------------------------------------------------------*/
#header1 {
	background-color: #ffffff;
	height: 45px;
	width: 820px;
	background-image:url(../images/header_1.gif);
	margin: 0 auto;
	position: relative;
	z-index: 102;
}

#header1 a, a:visited {
	color: #3399FF;
	background: inherit;
	text-decoration: none;
	font-size: 100%;	
	font-weight: bold;
}

#header1 a:hover {
	color: #3482f8;
	background: inherit;
	text-decoration: underline;	
	font-size: 100%;	
	font-weight: bold;
}

#header2 {
	height: 24px;
	width: 820px;
	background-image:url(../images/header_2.gif);
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 101;
}

#header2 ul {
	clear: both;
	float: left;
	list-style: none;
	width: 760px;		
	height: auto;
	margin-left:220px;
	padding: 0;	
	display: inline;
	
}

#header2 ul li {
	cursor: pointer;
	display: inline;
	margin: 0; padding: 0;
}

#header2 ul li a {
	display: block;
	float: left;
	width: auto;
	height:auto;
	margin-top: 1px;
	margin-left: 1px;
	padding: 3px 11px;
	font: bold 13px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #497dc3;
}

#header2 ul li a:hover, 
#header2 ul li a:active {
	background: url(../images/nav-hover.gif);
	background-repeat: repeat-x;
	color: #1F4285;	
}

#header2 ul li#current a {	
	background: url(../images/nav-hover.gif);
	background-repeat: repeat-x;
	color: #1F4285;	
}

/*Sub level menu*/
#header2 ul li ul {
	cursor: pointer;
	display: inline;
	margin: 0; 
	padding: 0;
	visibility: hidden;
	z-index: 100;
}

/*header3*/
#header3 {
	background-color:#ffffff;
	height:25px;
	width:820px;
	margin: 0 auto;
	position: relative;
	background-image:url(../images/header_2a.jpg);
	z-index:100;
	display:inline-block;
}

#header3 ul {
	clear: both;
	float: left;
	list-style: none;
	width: 760px;		
	height: auto;
	margin-left:285px;
	padding: 0px;
	display: inline;
}

#header3 ul li {
	cursor: pointer;
	display: inline;
	margin: 0; 
	padding: 0;
}

#header3 ul li a {
	display: block;
	width: auto;
	height:auto;
	margin-top: 1px;
	margin-left: 1px;
	padding: 3px 8px;
	font: 13px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #ffffff;
}

#header3 ul li a:hover {
	color: #ffffff;
}

#header3 ul li a:active {
	color: #1F4255;	
}

#header3 ul li#current a {	
	color: #1F4285;	
}

/*Sub level menu*/
#header3 ul li ul {
	cursor: pointer;
	display: inline;
	margin: 0; 
	padding: 0;
	visibility: hidden;
}

#logo {
	position: absolute;
	top: 8px;
	left: 30px;
}
#description {
	width: 550px;
	text-align: right;
	position: absolute;
	right: 42px;
	top: 0px;
	font: Bold 20px Arial, Helvetica, sans-serif;
	color: #1f1d1b;
}
/* header-end */


/* footer 
---------------------------------------------------------------------------------*/
#footer-wrap {
	clear: both;
	width: 818px;
	font-size: 100%;	
	text-align: left;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;				
	border-top: 1px solid #fff;
}

#footer-wrap a:hover {
	color: #1F4285;	
}

#footer-wrap h3 {
	color: #FFF;  
	margin: 0;
	padding: 5px 10px; 
	font-size: 100%;
	font-weight: normal;
}

#footer-wrap p  {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-size: 80%;
	vertical-align:top;
	padding-top: 5px;
	padding-left: 10px;
	color: #000000; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 820px;
	
}
#footer-columns a {

	font-weight: normal;
	color: #1F4285;
}

#footer-columns .col1 {
	float: left;
	/*width: 300px;*/
	width: 408px;
	height: 240px;
	border-right: 1px solid #FFF ;
	border-bottom: 1px solid #FFF ;
	background-image: url(../images/colbg.gif);
	background-repeat: repeat-x;
}

#footer-columns .col2 {
	border-bottom: 1px solid #FFF ;
	float: left;
	/*width: 405px;*/
	width: 204px;
	height: 240px;
	background-image: url(../images/colbg.gif);
	background-repeat: repeat-x;
}

#footer-columns .col3 {
	border-left: 1px solid #FFF;
	border-right: 1px solid #CCC ;
	border-bottom: 1px solid #FFF ;
	float: right;
	width: 204px;
	height: 240px;
	background-image: url(../images/colbg.gif);
	background-repeat: repeat-x;
}

#footer-columns .colhead1 {
	float: left;
	/*width: 300px;*/
	width: 408px;
	height: 30px;
	background: #1f1d1b;
	margin-bottom: 8px;
}

#footer-columns .colhead2 {
	float: left;
	/*width: 405px;*/
	width: 204px;
	height: 30px;
	background: #1f1d1b;
}

#footer-columns .colhead3 {
	float: right;
	width: 204px;
	height: 30px;
	background: #1f1d1b;
	margin-bottom: 8px;
}

#footer-columns .new_logo {
	position: relative;
	top: -35px;
	left: 305px;
}

#footer-columns .col_image01 {
	float: left;
	width: 140px;
	height: 90px;
	border-top: 1px solid #FFF ;
	margin-bottom: 8px;
}

#footer-columns .col_image02 {
	float: left;
	width: 190px;
	height: 210px;
	/*background: url(../images/spotted_gum_new_200x189.jpg);*/
	/*background: url(../images/2009-12-06_Nhan_028-low-res_189h.jpg);*/
	/*background: url(../images/spotted_gum_dining_table_189h.jpg);*/
	/*background: url(../images/windsor189x210.jpg);*/
	/*background: url(../images/windsor189x210sale.png);*/
	/*background: url(../images/spotted-gum-sunk18x8-outdoor-furniture-setting-sale.jpg);*/
	/*background: url(../images/8-seater-spotted-gum-outdoor-furniture-setting.jpg);*/
	background: url(../images/bench-with-back-outdoor-furniture.jpg);
	margin-bottom: 8px;
}

#footer-columns .col_02 {
	float: left;
	width: 206px;
	height: 189px;
	margin-left: 5px;
}

#footer-columns .col_03 {
	float: right;
	width: 206px;
	height: 189px;
	margin-left: 5px;
}

#footer-columns .col_image03 {
	float: left;
	width: 111px;
	height: 189px;
	margin-bottom: 8px;
}

/* bottom */
#footer-bottom {
	border-top: 1px solid #CCC;
	border-bottom: 15px solid #bdbec0;
	background-color: #bdbec0;
	clear: both;
	color: #666;	
	width: 818px;
	height: 10px;
	padding: 10px 0 10px 0;
	text-align: left;
	border-right: 1px solid #CCC;
}

#footer-bottom  a {
	color: #000000;
}
#footer-bottom  p {
	color: #000000;
}

/*----------- Vertical dropdown menu --------------*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	/*for menu buttons*/
	/*background: #9d9696;*/
	background: #1f1d1b;
	color: #FFF;
	text-align: center;
	text-decoration: none;}
	
#sddm li a .menu_current {
	background: #000000;
}

#sddm li a:hover
{	background: #cccccc;
}

#sddm ul li a:hover {
	background: url(../images/nav-hover.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;	
}

#sddm ul li a:active {
	background: url(../images/nav-hover.gif);
	background-repeat: repeat-x;
	color: #1F4285;	
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #908687;
	/*opacity: 0.8; filter: alpha(opacity=75);*/
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	/* background color for dropdown*/
	color: #1F4285;
	font: 11px arial;}

#sddm div a:hover
{	
	color: #FFFFFF
}

.minor_heading {
	font-family:"Arial";
	font-size:12.0pt;
	font-weight: bolder;
	text-align: left;
}

.table_text {
	font-family:"Arial";
	font-size:10.0pt;
	text-align: left;
}

.table_text {
	text-align: left;
	color: #000;
	font-family:"Arial";
	font-size:8pt;
	margin-left: 20px;
	padding: 8px;
}

.menu_current {
	border: 1; 
	border-width:1px; 
	border-style:solid; 
	border-color:#7d7a77; 
	border-radius: 2px 2px 2px 2px;
}

/* -- Product page table-like divs -- */
/* GENERIC STYLES */
  .cleaner {
    clear:both;
    height:0px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
    background:transparent;
    display:none;
    }

  /* THE DIV TO TABLE TECHNIQUE */

  #container {
    width: 800px;
    padding:0;
    display: table;
    }

  #row  {
    display: table-row;
    }

  #left {
    width:320px;
    padding:0;
    display: table-cell;
    }

  #right {
    width:80px;
    display: table-cell;
    }

  #middle {
    padding: 0px;
    width: 371px;
    display: table-cell;
    }

    /* IE ONLY */
  * html #container {
    }
  * html #row {
    }
  * html #left {
    float:left;
    }
  * html #right {
    float:right;
    }
  * html #middle {
    float: left;
    }
  * html .cleaner {
    display:block;
    }

.content {
	font-size: 80%;
}
