html,
body {
   margin:        0;
   padding:       0;
   width:         100%;
   height:        100%;
   background:   url(images/background.png) repeat-x;
   font-family:   Verdana, Arial;
   font-size:     10px;
}
div#header {
   z-index:       1;
   position:      absolute; left: 0; top: 0;
   background:    url(images/header.png) repeat-x;
   width:         100%;
   height:        135px; 
}
div#currdate {
   z-index:       2;
   position:      absolute; right: 20px;
   font-family:   Verdana, Arial;
   color:         #FFFFFF;
   font-size:     10px;
}
div#logo{
   z-index:       2;
   position:      absolute; left: 5px; top: 0px;
   background:    url(images/logo.png) no-repeat;     
   width:         516px;
   height:        130px; 
}
div#bannerad{
   z-index:       3;
   position:      absolute; left: 600px; top: 20px;
   width:         516px;
   height:        130px; 
}

div#navbar{
    z-index:      1;
    position:     absolute; left: 0px; top: 135px;
    background:   url(images/navbar.png) repeat-x;     
    width:        100%;
    height:       44px; 
}
div#nav {
   z-index:       2;
   position:      absolute; left: 15px; top: 11px;
   font-family:   Verdana, Arial;
   color:         #7B797B;
   font-size:     12px;
}
div#cart {
   z-index:       2;
   position:      absolute; right: 20px; top: 8px;
   font-family:   Verdana, Arial;
   color:         #7B797B;
   font-weight:   bold;
   font-size:     10px;
}
div#breadcrumb {
   z-index:       1;
   position:      absolute; left: 0px; top: 170px; 
   width:         100%;
   height:        44px; 
}
div#breadtext {
   z-index:       1;
   position:      absolute; left: 10px; top: 10px; 
   font-family:   Verdana, Arial;
   color:         #515868;
   font-weight:   normal;
   font-size:     12px; 
}
div#secure {
   z-index:       1;
   position:      absolute; right: 20px; top: 10px;
}
div#content {
   z-index:      1;
   position:     absolute; left: 0; top: 220;
   width:        100%;
}
div#content-full {
   z-index:       2;
   margin-left:   40px;
   margin-right:  40px;
   font-family:   Verdana, Arial;
   color:         #000000;
   font-size:     12px;
   line-height:   150%;
}
div#content-full2 {
   z-index:       2;
   float:         left;
   margin:        20;
   font-family:   Verdana, Arial;
   color:         #000000;
   font-size:     12px;
   line-height:   150%;
   width:         90%;
}
div#content-left {
   z-index:       2;
   float: left;
   padding-left:  40px;
   font-family:   Verdana, Arial;
   color:         #000000;
   font-size:     12px;
   line-height:   150%;
   width:         55%;
}
div#content-right {
   z-index:       2;
   float:         right;
   font-family:   Verdana, Arial;
   color:         #000000;
   font-size:     12px;
   width:         38%;
   padding:       20px;
   border-left-style:  dotted;
   border-left-width:  1px;
}
div#footer {
   z-index:      3;
   clear:        both;
   width:        100%;
   height:       20px; 
}
div#copyright {
   z-index:       4;
   position:      absolute; left: 40%; 
}



.alignleft {
    float:        left; 
}
.alignright {
    float:        right;
}

LI.HWR   {   
   line-height:   140%;
   margin-left:   8px;
   font-family:   Verdana, Arial;
   color:         #000000;
   font-size:     11px;
}

LI   {   
   line-height:   140%;
   font-family:   Verdana, Arial;
   color:         #000000;
   font-size:     11px;
}

P.title {    
   font-family:   Verdana, Arial;
   color:         #000000;
   font-size:     12pt;
   font-weight:   bold;
}


table.forsale {  position: relative; left: 3px; 
border-width:    1px;
border-color:    #6699CC;
border-style:    solid;
margin:          0px;
padding:         0px;
width:           210px;
}
table.noborder { position: relative; left: 12px;
border-style:    none;
margin:          0px;
padding:         5px;
}

a:link  {
   font:            normal;
   color:           #000000;
   font-family:     Verdana, Arial;
   font-size:       11px;
   font-weight:     bold;
   text-decoration: none; 
   border-bottom:   none
}
a:visited  {
   font:            normal;
   color:           #52525F;
   font-family:     Verdana, Arial;
   font-size:       11px;
   font-weight:     bold;
   text-decoration: none; 
   border-bottom:   none
}
a:hover  {
   COLOR:           #3158D8;
   font:            normal;
   font-family:     Verdana, Arial;
   font-size:       11px;
   font-weight:     bold;
   text-decoration: underline; 
   border-bottom:   none}
}
h1 {
   font:            normal;
   color:           #000000;
   font-family:     Verdana, Arial;
   font-size:       12pt;
   font-weight:     strong;
}

TR.HWR {
   background-image: url("images/button-fill.png"); 
   border-bottom:    #6D6D6D; 
   border-top:       #6D6D6D; 
   border-right:     #000000; 
   border-left:      #6D6D6D; 
   font-family:      Verdana, Arial; 
   font-weight:      bold; 
   font-size:        13px; 
   cursor:           pointer; 
   cursor:           hand; 
   height:           30px;
} 

TR.sort { 
   background:      #F6F5E5; 
   border-bottom:   #6D6D6D; 
   border-top:      #6D6D6D; 
   border-right:    #6D6D6D; 
   border-left:     #6D6D6D; 
   font-family:     Verdana, Arial; 
   font-weight:     normal; 
   font-size:       12px; 
} 

img {border: 0}

div#droplist {
   position:      absolute; left: 20px; top: 20px; width: 220px;
   line-height:   100%;
   z-index:       5;
}
div#roselist {
   position:      absolute; left: 20; top: 43; width: 220px; _width: 200px; height: 333px; _height: 353px;
   margin:        0;
   padding:       10;
   background:    #EDEDE0;
   line-height:   200%;
   font-family:   Verdana, Arial;
   font-size:     10px;
   overflow-y:    scroll;
}
div#rosepic {
position:     absolute; left: 240px; _left: 220px; top: 20px; width: 500px;
}

div#rosedesc {
position:     absolute; left: 770px; _left: 750px; top: 20px; 
}

.rosecat {    
   font-family:   Verdana, Arial;
   color:         #555555;
   font-size:     13pt;
   font-weight:   bold;
   font-style:    italic;
}
.rosename {    
   font-family:   Verdana, Arial;
   color:         #000000;
   font-size:     16pt;
   font-weight:   bold;
}
.rosedesc {    
   font-family:   Verdana, Arial;
   color:         #000000;
   font-size:     11pt;
   font-weight:   normal;
}
table.rosebuy {    
   border-color:  #C0B5AA;
   border-style:  solid;
   border-width:  1px; 
   font-family:   Verdana, Arial; 
   font-weight:   normal; 
   font-size:     12px; 
   width:         250px;
}
table.rosebuy td { 
    padding:                 2px; 
} 
div#navarrows {
    position:     absolute; left: 400px; top: 400px; 
}

.filter {    
   font-family:   Verdana, Arial;
   color:         #000;
   font-size:     14pt;
   font-weight:   bold;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30; 
      line-height:   90%;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
      line-height:   90%;
	float: left;
	font: bold 11px verdana, arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 200px;
      line-height:   90%;
	background-image: url('images/button.png');
	color: #000;
      font: 11px verdana, arial;
      font-weight:     normal;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background-image: url('images/button-pushed.png')}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
      line-height:   90%;
	background: #FFFFFF;
	border: 1px solid #8F8E91}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
            line-height:   90%;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFFFFF;
		color: #000;
		font: 11px verdana, arial}

	#sddm div a:hover
	{	background: #E3E3E3;
		color: #000}
div#m1 {
            line-height:   50%;
}



table.directions td {
        font-family: Verdana, Arial;
        font-size: 10px;
        margin: 2px;
      }
      table.directions th {
        font-family: Verdana, Arial;
        font-size: 11px;
        margin: 2px;
	background-color:#DAD1C4;
      }
	
      img {
        color: #000000;
      }

table.rooting td {
        font-family:   Verdana, Arial;
        font-size:     11px;
        margin:        2px;
        line-height:   150%;
	  background-color: #FFFFFF;
      }


A.maillist:link
{
   font: normal;
   color:#FFFFFF;
   font-family: "Arial";
   font-size:10pt;
   font-weight: strong;
   text-decoration:none; 
   border-bottom: none}

A.maillist:visited
{
   font: normal;
   color:#FFFFFF;
   font-family: "Arial";
   font-size:10pt;
   font-weight: strong;
   text-decoration:none; 
   border-bottom: none}

A.maillist:hover
{
   COLOR: #FDF747;
   font: normal;
   font-family: "Arial";
   font-size:10pt;
   font-weight: strong;
   text-decoration: underline; 
   border-bottom: none}
}

H1.estore { font-family: Verdana, Arial; 
     font-weight: strong; 
     font-size: 14pt; }
H2.estore { font-family: Verdana, Arial; 
     font-weight: strong; 
     font-size: 10pt; }
H3.estore { font-family: Verdana, Arial; 
     font-weight: strong; 
     font-size: 10pt; }

TH.zone {background-color: #BCCFBC;}
TABLE.zone { 
          background-color: #E6E1B8; 
          font-family: Arial; 
          font-weight: normal; 
          font-size: 12px; }
