/* Colour Scheme */
   /* Sections */
.co     {  background:#9BA234;  }	/* co is default */
.beech  {  background:#8BA2D3;  }
.oak    {  background:#C8CF95;  } /* Was #C5E5CC */
.pine   {  background:#C5A0B5;  }
.contemporary   {  background:#E3CC51;  }

   /* Colours */
.stone  {  background:#D3C9C4;  }
.brown  {  background:#8B736B;  }

a, a:link { color:#000; text-decoration:none; }
a:visited { color:#000; }
a:hover	  { color:#9BA234; }
a:active  { color:#000; }
#paginator a, #paginator a:hover, #paginator a:visited, #paginator a:active { color:white;font-weight:bold; }

/* Site layout */
.clear		   { clear:both; height:18px; }
#navigation    { float:left; width:151px; height:800px; color:#9BA234; }
#navigation *  { text-indent:28px; }
#navigation ul { /*margin: 12px 0;*/ }
#content	   { width:auto; }
.navTitle	   { margin:12px 0; }
.mouseover	   { cursor: hand; }

/* Title */
#header {  width:100%; height:151px;  }

div.home	{background:url(../images/general/20y.gif) #9BA234 no-repeat 92% 50%}

#logo   {  width:151px;height:151px;float:left;  }

#address_top  {position: absolute;top:20px;right:200px;color:white;font-size:92%;padding-right:100px}
#phone_top	  {position: absolute;top:-10px;right:20px;color:white;border-left:1px solid white;padding:44px}
#phone_top h1 {font-weight:bold}

#csr_title	   {   color:white;position:absolute;left:163px;top:98px;	}
#title		   {   width:570px;float:right;	}
#page_title    {   width:269px;float:right; }
#page_title h1 {   font-size:36px; color:white;position:relative;top:40px; }
#page_title img { position:relative;top:78px; }

.page_title { }
.contemporary .page_title { margin-top:-26px; }
.code_row   {  position:relative;top:0.75em;  }

/* Home page is special */
.home_img     { position:relative;top:-6px; }
body#home	  { background:url(/images/home/leaf_bg.gif) no-repeat 100% 152px #FFF }

/* Products */
#listing 	  {  }
#listing img { border:0; float:left; width:122px;height:122px; padding-right:8px; padding-bottom:8px; }

#paginator {  }

h2      {  font-size:122%;margin-top:0.5em;  }
h4      {  font-size:167%;  }
li      {  font-size:77%; line-height:18px;  }

#detail			{ width:268px;height:800px; float:right; }
iframe#product	{ width:268px;height:800px;border:0;margin:0; }

/* Product details, measurements */

.measurements  { width:252px; margin:0.5em 0; }
.measurement_n { width:50%; }
.measurement_v { width:50%; text-align:right; }

.product_name  { font-size:135%;margin:0.4em 0; }

/* Content pages */
#content h1 { font-size:135%;margin:0.5em 0; }
#content h2 { font-size:122%; }
.home_text	{ width: 628px;margin-left: 152px }
.home_text p.first_para	{ font-size:larger;margin-top:16px }


#content_text { width: 70%; }

ol { list-style-type:decimal; }
p  { margin-left: 0; margin-bottom: .55em; margin-right: 0; margin-top: .55em; }
strong { font-weight:bold; }
.accessible { top: -99px; position: absolute; }
.home_tbl .tbl_left { border-collapse: collapse; padding-right: 1em; text-align: left; }