/* CSS Document */


* {
padding:0px;
margin:0px;
border:0px;
}



body {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;	
color:#336699;
text-align:center;
background-color:#666666;

}

#banner {
float:left;
width:100%;
height:200px;
background-color:#006666;
border:1px black solid;
}

#banner img {
float:left;
margin-top:30px;
margin-left:15px;
border:solid 1px black;


}

#logo {
float:left;
margin-left:10px;
margin-top:12px;
width:123px;
height:180px;
background-color:#FFffff;
border:solid 1px black;

}

#logo img {
margin:0px;
border:0px;

}




#mainContainer_plantsPage {
position:relative;
width:815px;
height:780px;
background-color:#006666;/*deeper green*/
margin-left:auto;
margin-right:auto;
text-align:center;
}



#contentContainer_plantsPage {
float:left;
width:815px;
height:578px;
background-color:#006666;
padding:0px;
margin:0px;
border:black 1px solid;
border-top:0px;

}


#title_plantPage {
float:left;
width:473px;
height:45px;
line-height:1.5em;
font-family:Arial, Helvetica, sans-serif;
font-size:28px;
font-weight:bold;
color:#99FFFF;
text-align:center;
background-color:#339966;
padding:5px 5px;
border:1px black solid;
border-top:none;
/*background-color:white;*/
}




ul#thumbNavContainer_plantsPage {
width:750px;
height:400px;
/*background-color:#DCDCDC;*/
padding:0px;
text-align:center;
list-style:none;
margin-left:auto;
margin-right:auto;
background-color:#006666;
/*background-color:white;*/

}


#thumbNavContainer_plantsPage li {
float:left;
width:150px;
height:112px;
margin-top:30px;
margin-left:35px;
border:thin solid #000000;
}

#thumbNavContainer_plantsPage li a {
float:left;
width:150px;
height:112px;


}


#thumbNavContainer_plantsPage img {
z-index:2;
}


#pickUp_delivery, #contactUs {
float:left;
width:19%;
height:45px;
font-size:12px;
font-weight:bold;
line-height:1.25em;
padding:5px 5px;
text-align:center;
background-color:#339966;
/*	color:#99FFFF;*/
color:#333333;
border-bottom:thin black solid;
}

#contactUs_indexPages {
float:left;
padding-top:15px;
height:35px;
}


#checkOutVariety {
float:left;
width:678px;
height:75px;
line-height:1.5em;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
color:#99FFFF;
text-align:center;
background-color:#339966;
padding-top:10px;
border-right:black 1px solid;
}

#addressPhone {
position:absolute;
top:0px;
left:140px;
width:677px;
height:15px;

}

#addressPhone table {
border:0px;
margin:0px;
padding:0px;

}

#addressPhone td {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:center;
color:white;
font-weight:bold;
border:0px;
margin:0px;
padding:0px;

}

#hours {
position:absolute;
top:120px;
right:14px;
height:75px;
width:180px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:1.5em;
text-align:center;
color:white;
font-weight:bold;
background-image:url(../../imageFiles/common/backgrounds/black50trans.png);
background-repeat:repeat;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfix {
display: inline-block;

}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
