/*-----------------------------------------------------------------------------
Stylesheet for FOR GREATER GOOD
date:		11 aug 2006
author:		Tim Van den Broeck
email:		tim.vandenbroeck@gmail.com
-----------------------------------------------------------------------------*/


/* =General
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}

input, textarea {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(../pic/back_full.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

img {
	border: 0;
}

small {
	font-size: 80%;
}

li {
	margin-left: 15px;
}

p {
	margin-bottom: 20px;
}

h3 {
	border-left: 10px solid #16702B;
	padding-left: 3px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

h4 {
	background-color: #16702B;
	color: white;
	font-weight: 100;
	font-size: 11px;
	padding-left: 10px;
}


/* =positioning
-----------------------------------------------------------------------------*/

#wrapper {
	background-image: url(../pic/back_flower.gif);
	background-repeat: no-repeat;
	background-position: top center;
	
}

#container {
	width: 610px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-image: url(../pic/header.jpg);
	background-repeat: no-repeat;
	height: 266px;
}

#tag {
	width: 295px;
	padding-top: 42px;
	margin-left: 310px;
	padding-left: 5px;
	border-left: 5px solid #16702B;
	color: #16702B;
}

#title {
	width: 295px;
	margin-left: 310px;
	padding-top: 35px;
}

#title h2 {
	font-size: 11px;
	color: #16702B;
	font-weight: 100;
}

#menu {
	border-top: 5px solid #16702B;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 40px;
}

#menu li {
	list-style-type: none;
	display: inline;
	margin-left: 0px;
	margin-right: 15px;
}

#content {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	line-height: 140%;
}

#footer {
	text-align: center;
	font-size: 80%;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #999999;
	clear: both;
}

#pics li {
	list-style-type: none;
	margin: 0px;
}

#products li {
	list-style-type: none;
	margin: 0px;
}

.product {
	display: block;
	clear: both;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

.product img {
	margin-right: 5px;
}

.nodot {
	list-style-type: none;
	margin-left: 0px;
}

.pic_image {
	float: left;
	display: block;
	width: 140px;
	height: 160px;
	margin: 5px;
	text-align: center;
}

.pic_image span {
	width: 140px;
	height: 140px;
	display: block;
	background-position: center;
}

.pic_image a span {
	width: 140px;
	height: 140px;
	display: block;
	border: 3px solid #666666;
}

.pic_image a:hover span {
	width: 140px;
	height: 140px;
	display: block;
	border: 3px solid #16702B;
}

.img-text {
	clear: both;
	font-size: 80%;
}

.selected {
	text-decoration: line-through;
}

.clearboth {
	clear: both;
}



/* =links
-----------------------------------------------------------------------------*/

a {
	color: #38924D;
	text-decoration: none;
}

a:hover {
	text-decoration: line-through;
}

#menu a {
	color: white;
	text-decoration: none;
	background-color: none !important;
}

#menu a:hover {
	color: #16702B;
	text-decoration: none;
	background-color: none !important;
}

#footer a {
	color: #999999;
	text-decoration: underline;
}