/******************************************************************************/
/*  GENERAL SETTINGS                                                          */
/******************************************************************************/
body, p, h1, h2, h3, h4, h5, ul, ol, li, form {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: url('../images/bg_body.gif') center repeat-y;
	font-family: "Tahoma CE", Tahoma, Trebuchet, "Trebuchet MS", "Helvetica CE", Helvetica, "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	font-size: 14px;
	color: #00651d;
	height: 100%;
	text-align: center;
}
td {
	font-size: 14px;
	padding: 0;
}
th {
	font-size: 14px;
	text-align: left;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #e24500;
}
a:hover {
	color: #ee8b2b;
}
div.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/******************************************************************************/
/******************************************************************************/

#container {
	width: 924px;
	margin: 0 auto;
	text-align: left;
	border-collapse: collapse;
	height: 100%;
}

/******************************************************************************/

#header {
	background: url('../images/bg_header.jpg') no-repeat;
	height: 179px;
}
#header h1 {
	display: block;
	width: 204px;
	height: 85px;
	background: url('../images/logo.gif') no-repeat 0 32px;
	margin-left: 36px;
}
#header h1 span {
	display: none;
}

/******************************************************************************/

#mainPanel {
	width: 910px;
	vertical-align: top;
}

/******************************************************************************/

#content h2 {
	display: block;
	font-size: 19px;
	color: #3c3c3c;
	margin-bottom: 14px;
	padding-bottom: 2px;
	border-bottom: 1px solid #3c3c3c;
}

#content h3 {
	font-size: 15px;
	color: #3c3c3c;
	margin-bottom: 10px;
}

#content h4 {
	font-size: 14px;
	color: #3c3c3c;
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 12px;
	line-height: 160%;
}

#content ul, #content ol {
	margin-bottom: 12px;
}
#content ul li, #content ol li {
	margin: 0 0 3px 30px;
}
#content hr {
	height: 1px;
	background-color: none;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #3c3c3c;
}
#content p.goBack {
	text-align: right;
}

.content {
	float: left;
	width: 600px;
	margin: 30px 0 35px 17px;
}
div[class=content] {
	margin: 30px 0 35px 35px;
}
.contentFull {
	float: none;
	padding: 30px 35px 35px 35px;
}

/******************************************************************************/

.gallery {
	background-color: #dfefaf;
	padding: 18px 0px 0px 18px;
	_padding: 18px 0px 0px 18px;
	margin: 0 0 20px 0;
}
.gallery .item {
	float: left;
	width: 120px;
	margin: 0 23px 12px 0;
	_margin: 0 10px 6px 1px;
}
.gallery img {
	border: 6px solid white;
}

/******************************************************************************/

table.executions td {
	vertical-align: top;
	padding: 0 0 24px 0;
}
table.executions td.picture {
	padding-right: 16px;
}
table.executions td.info p {
	font-size: 12px;
}
table.executions img {
	display: block;
}

/******************************************************************************/

table.projections td {
	vertical-align: top;
	padding: 0 0 24px 0;
}
table.projections td.picture {
	padding-right: 16px;
}
table.projections td.info p {
	font-size: 12px;
}
table.projections img {
	display: block;
}

/******************************************************************************/

table.pricelist {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 16px 0;
}
table.pricelist td {
	font-size: 12px;
	background-color: #dfefaf;
	padding: 3px 6px;
	border: 1px solid white;
}
table.pricelist td.price {
	text-align: right;
}
table.pricelist th {
	color: white;
	font-size: 13px;
	background-color: #007237;
	padding: 3px 6px;
	border: 1px solid white;
}

/******************************************************************************/

.gardenNurseryDetail table.parameters {
	
}
.gardenNurseryDetail table.parameters {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 16px 0;
}
.gardenNurseryDetail table.parameters td {
	font-size: 12px;
	background-color: #dfefaf;
	padding: 3px 6px;
	border: 1px solid white;
}
.gardenNurseryDetail table.parameters th {
	width: 100px;
	color: white;
	font-size: 13px;
	background-color: #007237;
	padding: 3px 6px;
	border: 1px solid white;
}

/******************************************************************************/

.garden_nursery {
	
}
.garden_nursery .item {
	width: 138px;
	margin: 0 12px 0 0;
	float: left;
}
.garden_nursery .item .picture {
	background-color: #dfefaf;
	text-align: center;
	padding: 8px 0;
	height: 160px;
	_height: 180px;
}
.garden_nursery .item .name {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	height: 54px;
}

/******************************************************************************/

#menu {
	height: 40px;
	background: url('../images/bg_menu.jpg');
	border-width: 1px 0;
	border-color: #007336;
	border-style: solid;
}

#menu table {
	width: 100%;
	border-collapse: collapse;
}
#menu table td {
	text-align: center;
	font-size: 13px;
	padding: 0;
	width: 16%;
}

#menu a {
	display: block;
	height: 28px;
	_height: 39px;
	padding: 11px 0 0 0;
	color: #3c3c3c;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#menu a.active {
	background-color: #6ea981;
}
#menu a:hover {
	background-color: #6ea981;
}

/******************************************************************************/

#submenu {
	float: right;
	background: #edf4d0;
	margin: 35px 35px 35px 0;
	_margin: 35px 12px 35px 0;
	padding: 8px 0;
	width: 216px;
}

#submenu ul {
	list-style: none;
}
#submenu ul li {
	text-align: right;
	margin-right: 17px;
}
#submenu ul li a {
	_width: 182px;
	color: #3c3c3c;
	display: block;
	padding: 8px 21px 8px 18px;
	text-decoration: none;
	background-image: url('../images/bullet_menuitem.gif');
	background-repeat: no-repeat;
	background-position: right;
}
#submenu ul li a:hover {
	text-decoration: underline;
}
#submenu ul li a.active {
	background-image: url('../images/bullet_menuitem_active.gif');
	font-weight: bold;
}
#submenu ul li a.active:hover {
	text-decoration: none;
}

/******************************************************************************/

#footer {
	height: 32px;
	margin: 0 0 0 35px;
	font-size: 12px;
	background-color: #007336;
	padding: 0 36px;
	color: #f1f1cb;
}

#footer p.copyright {
	float: left;
}

#footer p.designby {
	float: right;
}

#footer a {
	color: #ffe29d;
}
#footer a:hover {
	color: #ffd266;
}

/******************************************************************************/
