/* CSS Document */

body {
margin-left: 0;
margin-top: 0;
background-color: #C0C0C0;
font-family: Goudy Old Style, "Times New Roman", serif;
}

a image {
border: none;
}

a {
color: #666666;
}

a-hover {
text-decoration:underline;
}

#catalogue {
font-size: 9px;
font-weight: bold;
color: #ffff66;
}

.cataloguethumb {
border: 2px solid #666666;
width: 100px;
height: 75px;
clear: both;
}

.catalogueentry {
width: 108;
text-align: center;
vertical-align: top;
float: left;
padding: 0 5px 0 5px;
font-size: 12.0pt;
font-family: "Times New Roman", Times, Goudy Handtooled BT, serif;
vertical-align: top;
height: 140px;
}

.clear {
border:none;
text-decoration:none;
}

.contact {
text-align:center;
font-family: "Times New Roman", Times, GoudyHandtooled BT, serif;
margin-top: 100px;
}

.copyright {
font-family: GoudyHandtooled BT;
color: #000000;
font-size: 9px;
margin-top: 15px;
}

.daylily {
border: none;
width: 169px;
height: 117px;
float:left;
}

h1 {
font-family: GoudyHandtooled BT, "Times New Roman", Times, serif;
color:#000000;
size:16px;
}

h2 {
font-size: 13px;
text-transform: uppercase;
}

#information_address {
font-weight: bold;
}

.main {
width: 600px;
text-align:center;
float: right;
border-left: 20px;
}

#name {
font-weight:bold;
font-size:24px;
}

.navigation {
width: 170px;
float: left;
clear:left;
margin-top: 20px;
}

.new {
border: 2px solid #ffff66;
width: 100px;
height: 75px;
clear: both;
}

.nhg {
float: left;
margin-left: 50px;
margin-top: 15px;
}

.plant {
vertical-align:top;
text-align: center;
font: Baskerville Old Face, "Times New Roman", Times, Serif;
font-size:24px;
margin-top: 30px;
}

.site {
width: 790px;
vertical-align:top;
}

.top {
width: 787px;
}

.where {
font-size:12px;
text-align:center;
margin-top:20px;
}

/* Changes added by matt@rightdynamic 12/05/08
*
* Display the plant name and price in b old text on the plant detail page...
*
*/
div.plant {
	font-weight: bold;
}
div.plant p { /* All other text on the plant detail apart from the name and price is in paragraphs so reset those to normal */		      
	font-weight: normal;
}
div.navigation img {
	display: block;
}
div.navigation div.where img {
	display: inline;
}