﻿body, a, h1, h2, h3, 
table, tr, th, td, 
img, div, span, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	margin: 10px 0;
	width: 832px;
}

#masthead {
	height: 111px;
	background-image: url("images/header-background.jpg");
	background-repeat: repeat-x;
}

#sidebar {
	margin: 32px 16px 8px 8px;
	width: 206px;
	height: inherit;
	position: relative;
	float: left;
	background: #ffffff;
}

#navigation {
	padding: 0 0 8px 20px;
	border: 1px gray solid;
}
#navigation ul {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	list-style-type: none;
	width: 100%;
}
#navigation li {
	margin: 0;
	margin-bottom: 6px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation form {
	margin-top: 12px;
}
#navigation a {
    color: gray;
}
#navigation a:hover {
	color: black;
    text-decoration: none;
}
#nav_plants_choices li {
	margin-bottom: 0;
}
#nav_plants_choices a {
	margin-left: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
}

#content {
	padding: 20px 0;
	width: 590px;
	position: relative;
	float: left;
}
#content h1 {
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Toman", Times, serif;
	font-size: 20px;
}
#content img {
	margin: 4px;
	padding: 0;
}

#footer {
	width: 100%;
	overflow: auto;
	clear: both;
	text-align: center;
	height: 111px;
	background-image: url("images/header-background.jpg");
	background-repeat: repeat-x;
}
#footer p {
	margin-top: 50px;
	font-size: 14px;
	font-weight: bold;
}

.plant {
	margin-bottom: 2px;
	font-size: 14px;
}
.plant .fullname {
}
.plant .newbadge {
	margin-left: 2px;
	vertical-align: middle;
}
.plant .image {
	padding-right: 8px;
	float: left;	
}
.plant .price {
	margin-left: 4px;
	float: right;
}
.plant .description {
}



