/* Defaults */
* {
	padding:0;
	margin:0;
}
body {
	background-image: url(../img/flowerWallPaper.gif);
	font: .85em/1.5em Georgia, serif;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Times, sans-serif;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
a {
color: #5b7700;
	text-decoration: none;
}
a:hover {
	color: #999;
}

/* Structure */
#wrapper {
	width: 900px;
	background-color: #FFF;
	border: 1px solid #000;
	margin: 10px auto 10px auto;
}
#banner {
	background-image: url(../img/flowerFactoryBanner.png);
	margin: 5px;
	border: 1px solid #000;
}
#title {
	width: 600px;
	float: left;
}
#nav {
	height: 150px;
	margin-left: 600px;
}
#subNav {
	background-color: #000;
	clear: both;
	margin: 0 5px 0 5px;
	height: 25px;
	text-transform: uppercase;
}
#contentWrapper {
	background: url('../img/sidebarBg.png') no-repeat bottom right;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 5px 0 5px;
	padding: 10px;
/* Min-height underscore hack */
	min-height: 450px;
	height: auto;
	_height: 450px;
}
#content {
	width: 575px;
	margin: 0 5px 0 5px;
}
#sidebar {
	width: 260px;
	float: right;
}
#footer {
	text-align: center;
	size: .8em;
	border-top: 1px solid #000;	
	margin: 0 5px 5px 5px;
	padding-top: 3px;
	clear: both;
}
#searchBox {
	margin-left: 626px;
}
#searchBox h4{
	float: right;
}
#searchBox input {
	margin: 2px 5px 0 0;
	float: right;
}
#title h1 {
	text-indent: -2000px;
	height: 150px;
}
#content p {
	font-size: 1.4em/1.5em;
	margin: 3px 0 12px 10px;
}
#content p img{
	margin: -3px 0 -12px -10px;
}
#content h3 {
	display: block;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	padding: 5px;
	background: url(../img/contentH3bg.jpg) no-repeat;
	font-size: 1.1em;
	letter-spacing: 1px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}
#content h4 {
	font-size: 1.1em;
	margin: 0 0 5px 0;
}
/* Navigation */
#banner #nav ul li {
	float: left;
}
#banner #nav ul li a, #banner #nav #about, #banner #nav #home, #banner #nav #art, #banner #nav #press, #banner #nav #order {
	display: block;
	padding: 4px;
	width: 88px;
	height: 67px;
}
#banner #nav ul li a:hover {
	background-image: url(../img/trans.png);
	color: #000;
}

/* SubNavigation */
#subNav h4{
	margin: 2px 25px 0 5px;
	float: left;
	color: #999;
}
#subNav ul, #subNav li, #gallery #sidebar ul, #gallery #sidebar li {
	float: left;
}
#subNav ul {
	margin-top: 2px;
}
#subNav ul li a {
	color: #FFF;
	margin-right: 25px;
}
#subNav ul li a:hover {
	color: #666;
}
#sidebar h3 {
	text-transform: uppercase;
}
img {
	border: none;
}
#sidebar li a {
	display: block;
	border: 1px solid #999;
	margin: 0 5px 5px 0;
	padding: 2px 4px 2px 4px;
}
#sidebar li a:hover {
	border: 1px solid #000;
	background: url(../img/contentH3bg.jpg) repeat-x;
	color: #000;
}
#footer a {
	color: #000;
	font-weight: bold;
}
#footer a:hover {
	color: #999;
}