/*
 * $Id: home.css,v 1.6 2006-01-31 11:20:10 sven Exp $ 
 */
body {
	height:99.9%;
}
div.dhtmlMenu {
	position:relative;
	z-index:20;
	padding: 10px 0 10px 10px;
}
div.intro {
	postion:relative;
	z-index:20;
	padding:5px;
	margin:0;
	color:#330033;
	font-weight:800;
	font-size:12px;
	line-height:155%;
}
div.intro .title {
	margin:0;
	padding:0;
	width:100%;
	font-size:15px;
	padding-bottom:15px;
}
table#mainTable {
	width:770px;
}
table#mainTable td.newsLeft,
table#mainTable td.newsRight {
	vertical-align:top;
}

table#mainTable td.leftStroke {
	width:425px;
	height:234px;
	background:url(/images/home/backgrounds/homeLeft.jpg) left top no-repeat;
}
table#mainTable td.rightStroke {
	background:url(/images/home/backgrounds/homeRight.jpg) left top no-repeat;
	vertical-align:top;
	padding-top:47px;
}
table#mainTable td.newsLeft {
	height:60px;
}
div.products {
	position:relative;
	z-index:22;
	height:126px;
	width:770px;
	background:url(/images/home/backgrounds/productsBottom.jpg) left top no-repeat;
}

/* start news block markup */
	li.newsTitle {
		list-style:none;
		display:block;
		float:left;
		width:120px;
		height:60px;
		color:#66CC00;
		font-weight:800;
		font-size:15px;
		padding: 2px 0 0 0;
	}
	li.newsItemOne,
	li.newsItemTwo {
		display:block;
		list-style:none;
		height:60px;
		color:#66CC00;
		font-size:11px;
		font-weight:800;
		line-height:160%;
	}
	li.newsItemOne {
		width:260px;
	}
	li.newsItemTwo {
		width:330px;
	}
	li.newsItemOne a,
	li.newsItemTwo a {
		color:#330033;
	}
	li.newsItemOne p.title,
	li.newsItemTwo p.title {
		margin:0;
		padding:0;
		width:100%;
		color:#330033;
		font-weight:800;
		font-size:12px;
		letter-spacing:1px;
	}
/* end news block markup */

/* staret product table markup */
table#products {
	width:770px;
	margin-top:10px;
}
table#products td.title {
	width:150px;
	vertical-align:top;
	padding-top:5px;
}
table#products td.productCol {
	font-size:10px;
	width:150px;
}
table#products td.productCol p {
	padding:0;
	margin:0;
	width:150px;
	text-align:right;
}
table#products td.emptyCol {
	width:30px;
}
table#products td.productCol li {
	list-style:none;
	display:Block;
}
table#products td.productCol li.left {
	float:left;
	width:105px;
	text-align:right;
}
table#products td.productCol li.left img {
	align:right;
}
table#products td.productCol li.link {
	float:right;
	padding-top:70px;
	width:35px;
	text-align:left;
}
li.left a:visited img, li.left a img {
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.8;
}
li.left a:hover img { filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1;
}

/* end product table markup */

/* Start leftSroke markup */
	table#leftSroke {
		width:150px;
		height:75px;
	}
	table#products td {
		text-align:left;
	}
	table#products td.order {
		height:40px;
		vertical-align:top;
	}
	table#products td.mailFriend {
		height:35px;
		padding-left:30px;
		vertical-align:bottom;
	}
	table#products td.mailFriend img {
		cursor:pointer;
	}
	table#products td.mailFriend a {
		display:block;
		width:100%;
		color:#96D94E;
		font-size:11px;
		font-weight:800;
	}
/* End leftSroke markup */