/*
CSS - Greentech
AUTHOR - Cale Woodley
*/

@import url('reset.css');


body {
	background: #72b54d url(../images/core/body-background.gif) top left repeat-x;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: '.';
	display: block;
	clear: both;
}/* apply this to the div that contains 2 or more floating elements */ 



/**************************
	CONTAINER
**************************/
div#container {
	width: 780px;	
	margin: 0 auto;
	background: url(../images/core/container-background.gif) repeat-y;
}

div#container-left {width: 5px; height: 814px; background: url(../images/core/container-background_left.gif) no-repeat; float: left;}
div#container-right {width: 5px; height: 814px; background: url(../images/core/container-background_right.gif) no-repeat; float: right;}


/**************************
	HEADER
**************************/
div#header {
	background: url(../images/core/header-background.jpg) top left repeat-x;
	height: 116px;
	width: 770px;
	float: left;
	margin: 0 auto;
}


/**************************
	NAVIGATION
**************************/
div#navigation {
	float: left;
	width: 770px;
	height: 32px;
	background: url(../images/nav/nav-background.jpg) top left repeat-x;
}

#navlist {
	height: 32px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#navlist li {
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
	}

#navlist a {
	float: left;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win only */
	}

#navlist a:hover {background-position: 0 -32px;}

#nav-home a {margin-left: 20px; width: 68px; background: url(../images/nav/nav-home.jpg) top left no-repeat;}
#nav-fertilpot a {width: 165px; background: url(../images/nav/nav-fertilpot.jpg) top left no-repeat;}
#nav-advantages a {width: 224px; background: url(../images/nav/nav-advantages.jpg) top left no-repeat;}
#nav-fertiss a {width: 83px; background: url(../images/nav/nav-fertiss.jpg) top left no-repeat;}
#nav-uses a {width: 64px; background: url(../images/nav/nav-uses.jpg) top left no-repeat;}
#nav-contact a {width: 111px; background: url(../images/nav/nav-contact.jpg) top left no-repeat;}


/**************************
	CONTENT
**************************/
div#content-container {
	width: 770px;
	float: left;
}

a, a:visited {color: #0063a8; text-decoration: underline;}
a:hover {text-decoration: none;}

div#content-container div#contentbox-left {
	width: 203px;
	float: left;
	background: url(../images/core/content-left_top.jpg) top left no-repeat;
}

div#content-container div#contentbox-left img.fertil {
	float: right;
}

div#content-container div#contentbox-left div.contentbox-left-text {
	margin-top: 336px;
	width: 180px;
}

div.contentbox-left-text p {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4b4b4b;
	margin-bottom: 26px;
	
}

div#content-container div#contentbox-right {
	width: 560px;
	float: left;
	padding-bottom: 20px;
}

div#contentbox-right div#contentbox-text {
	width: 477px;
	margin: 18px 0 0 39px;
}

div#contentbox-text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #98b81a;
	border-bottom: 1px dotted #cdcdcd;
	margin-left: 55px;
}

div#contentbox-text h1.h1inner {
	margin: 0 0 10px 0;
}

div#contentbox-text h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 55px;
	color: #005216;
}

div#contentbox-text h3 {
	margin: 20px 0 -10px 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #479C27;
	border-bottom: 1px dotted #cdcdcd;
	width: 320px;
}

div#contentbox-text img.logo {
	float: left; margin-right: 10px;
}

div#contentbox-text p, div#contentbox-text li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #005216;
	margin: 12px 0 25px 0;
}

div#contentbox-text li {margin: 10px 0 12px 0;}

div#contentbox-text ol.numbered-list li {
	list-style: decimal;
	margin-left: 30px;
}

div#contentbox-text ul li {
	list-style-type: disc;
	margin: 10px 0 0 30px;
}

div#contentbox-text blockquote {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #005216;
	border-top: 2px solid #EFF2EC;
	border-bottom: 2px solid #EFF2EC;
	padding: 10px;
	margin: 20px 10px 10px 10px;
	background: #F7F7F7;
	text-align: justify;
}

div#contentbox-text blockquote .quote_author {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	text-align: right;
	font-style: italic;
}

div#contentbox-text .gallery {
	width: 390px;
	margin: 0 auto;
}

div#contentbox-text .gallery img {
	border: 2px dashed #ddd;
}

div#contentbox-text div.linebreak {
	clear: both;
	height: 66px;
	width: 253px;
	margin: 10px auto 0 auto;
	background: url(../images/core/hr.gif) center no-repeat;
}

div#contentbox-text img.img-right {
	float: right;
	margin: 10px 0 10px 10px;
}	

div#contentbox-text img.img-left {
	float: left;
	margin: 20px 10px 10px 0;
}	


/**************************
	FOOTER
**************************/
div#footer {
	width: 780px;
	height: 61px;
	clear: both;
	margin: 0 auto;
	background: url(../images/core/footer-background.jpg) top left no-repeat;
}

div#footer .footer-logo {
	margin: 11px 0 0 26px;
	float: left;
}

div#footer .webfirm-logo {
	margin: 13px 26px 0 0;
	float: right;
}

div#footer p {
	color: #cfdcd5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	padding: 15px 0 0 70px;
}

div#footer a, div#footer a:visited {
	color: #cfdcd5;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover {text-decoration: underline;}


/**************************
	MICROFORMATS
**************************/
.type {display: none;}