/* * * * * * * * * * * * * * * * *
* Intial Set up
/* * * * * * * * * * * * * * * * */

* {
	margin:0;
	padding:0;
}

body, html {
	height:100%;
}

body {
	background-color: #FFFFFF;
	color:#000000;
}

.clearfix:after {content:".";clear:both;display: block;height:0;visibility:hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* * * * * * * * * * * * * * * * *
* Main areas
/* * * * * * * * * * * * * * * * */

#container {
	width:960px;
	margin: 0 auto;
	font: 12px/14px arial;
	line-height:140%;
	color:#000;
}

#header #logo {
	height:115px;
}

#header #logo .blurb {
	margin-top:40px;
	float:right;
}

#header .nav {
	background: #fff url('../images/bg-nav.jpg') repeat-x top left;
	height:30px;
}

#header .nav ul {
	list-style-type:none;
}

#header .nav ul li {
	float:left;
}

#header .nav ul li a {
	padding:7px 52px 3px 53px;
	color:#000;
	text-decoration:none;
	height:20px;
	display:block;
	_display:inline-block;
}

#header .nav ul li a:hover {
	background: #fff url('../images/bg-nav-roll.jpg') repeat-x top left;	
}

body.products #header .nav ul li.products a,body.index #header .nav ul li.index a,
body.profile #header .nav ul li.profile a,
body.products #header .nav ul li.products a,
body.services #header .nav ul li.services a,
body.irrigation #header .nav ul li.irrigation a,
body.contact #header .nav ul li.contact a {
	background: #fff url('../images/bg-nav-roll.jpg') repeat-x top left;		
}

#mainimage {
	width:960px;
	height:225px;
}

#mainimage div {
	position: absolute;
	top:145px;
	display:none;
	width:960px;
	height:225px;
}

body #header #mainimage { 
	background:url('../images/header-default-image.jpg');
}

#content {
	margin:20px;
}

#content #left {
	float:left;
	width:200px;
}

#content #left.nocontent {
	display:none;

}

#content #right.fullcontent {
	margin-left:0;
}

#content #left .leftimage {
	margin-bottom:15px;
}

#content #right {
	margin-left:220px;
}

#footer {
	background: #fff url('../images/bg-footer.jpg') repeat-x top left;
	height:60px;
	padding:10px 20px;
	clear: both;
}

#footer table.contact tr td {
	border-top:1px solid #A1DEE9;
}

#footer table.contact tr.first td {
	border:0;
}

#footer table.contact tr td {
	font-size:11px;
	padding:2px 5px 2px 0;
}

#footer div.copy {
	padding-top:2px;
	float:right;
}



/* * * * * * * * * * * * * * * * *
* Product areas
/* * * * * * * * * * * * * * * * */

.listing {
	margin-top:10px;
}

.listing div.photo {
	margin-top:5px;
	float:left;
	width:130px;
}

.listing div.info {
	margin-left:130px;
}

.listing div.info div.title {
	font-weight:bold;
}

.detail {
	margin:0;
	padding:0;
	border:1px solid white;
}

.detail div.photo {
	padding-top:13px;
	float:left;
	width:130px;
}

.detail div.onephoto {
	width:auto !important;
}

.detail div.info {
	margin-left:130px;
}

div.photo img {
	margin:0 3px 3px 0;
}

.breadcrumb {
	margin-bottom:30px;
}

/* * * * * * * * * * * * * * * * *
* Formatting styles
/* * * * * * * * * * * * * * * * */

p {
	margin:10px 0;
}

a {
	color:#52C0D7;
}

a:hover {
	text-decoration:none;
}

h2, h3, h4, h5 {
	margin:20px 0 5px 0;
}

h3 {
	padding-left:5px;
}

h1 {
	font-size: 24px;
	line-height:26px;	
}

h2 {
	font-size:18px;
	line-height:20px;
}

div#right ul {
	margin-left:25px;
}

ul.files {
	list-style-type:none;
	margin:0 !important;
}

ul.files li {
	background: url('../images/pdf-icon.gif') no-repeat top left;
	padding-left:17px;
}

input, textarea {
	font: 12px/14px arial;
	color:black;
}
