/*
 * vim: ts=3 sw=3 noet nowrap go+=b
 */

body {
	padding: 0px;
	margin: 0px;
	background-color: #c4d72a;
}

.content {
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 1000px;
	z-index: 1;
	position: relative;
}

.tabProducts, .tabAbout, .tabNews, .tabProductsGrey, .tabAboutGrey, .tabNewsGrey {
	margin: 0px;
	width: 200px;
	height: 60px;
	top: 111px;
	z-index: 3;
	position: absolute;
}

.tabProducts:hover, .tabAbout:hover, .tabNews:hover, .tabProductsGrey:hover, .tabAboutGrey:hover, .tabNewsGrey:hover {
	margin: 0px;
	width: 200px;
	height: 60px;
	top: 108px;
	z-index: 3;
	position: absolute;
	cursor: pointer;
}

.header {
	background: url(images/header.gif) no-repeat;
	width: 1000px;
	height: 150px;
	z-index: -1;
	cursor: pointer;
}

.tabProducts {
	background-image: url(images/tabProducts.png);
	left: 66px;
}

.tabAbout {
	background-image: url(images/tabAbout.png);
	left: 400px;
}

.tabNews {
	background-image: url(images/tabNews.png);
	left: 733px;
}

.tabProductsGrey {
	background-image: url(images/tabProductsGrey.png);
	left: 66px;
}

.tabAboutGrey {
	background-image: url(images/tabAboutGrey.png);
	left: 400px;
}

.tabNewsGrey {
	background-image: url(images/tabNewsGrey.png);
	left: 733px;
}

.columnBackground {
	margin: 0px;
	width: 1000px;
	background: url(images/columnBackground.gif) repeat-y;
	padding: 0;
	z-index: 10;
	top: 150px;
	position: absolute;
}

.columnLeft, .columnMiddle, .columnRight {
	margin: 0px;
	top: 150px;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	margin-bottom: 20px;
}

.columnLeft {
	width: 293px;
	left: 0px;
	font-size: 14px;
}

.columnMiddle {
	width: 292px;
	left: 334px;
}

.columnRight {
	width: 293px;
	left: 667px;
	font-size: 14px;
}

.columnMiddle p {
	text-align: center;
	margin-top: 70px;
}

.footer {
	background: url(images/footer.gif) no-repeat;
	width: 985px;
	height: 27px;
	bottom: 0;
	z-index: 11;
	position: absolute;
	font-size: 9px;
	font-weight: bold;
	color: white;
	padding-left: 15px;
	line-height: 9px;
}

.footer a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.footerNews {
   /* Counter the effect of "padding-left: 20px" in .contentBackground. */
   margin-left: -20px;
}

.productName {
	font-weight: bold;
	margin-top: 20px;
}

.newsHeadline {
	font-weight: bold;
	margin-top: 20px;
}

.newsDate {
	font-style: italic;
}

.columnRight p {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: justify;
}

.columnRight a {
	text-align: right;
	display: block;
	margin-top: 0;
	font-style: italic;
	color: #258b38;
	text-decoration: none;
}

.columnRight a:hover {
	text-align: right;
	display: block;
	margin-top: 0;
	font-style: italic;
	color: #258b38;
	text-decoration: underline;
}

.columnLeft a {
	text-align: right;
	display: block;
	margin-top: 0;
	font-style: italic;
	color: #258b38;
	text-decoration: none;
}

.columnLeft a:hover {
	text-align: right;
	display: block;
	margin-top: 0;
	font-style: italic;
	color: #258b38;
	text-decoration: underline;
}

.columnMiddle a {
	color: #258b38;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
}

h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	margin-left: 20px;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	margin-left: 40px;
}

.contentBackground {
	width: 960px;
	padding: 0;
	z-index: 10;
	top: 150px;
	position: absolute;
	background: white repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	float: left;
	margin-bottom: 40px;
	display: inline;
}

.contentBackground p {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-left: 40px;
	line-height: 14px;
}

.contentBackground ul {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-left: 40px;
}

.popupClose {
	text-align: right;
	display: block;
	margin-top: 0
   color: #258b38; 
   text-decoration: none; 
   font: italic 9px Helvetica, Verdana, Arial, sans-serif; 
} 

.clearfloats
{
   clear: both;
}

