@import url('base.css');
@import url('type.css');
@import url('menu.css');
@import url('content.css');
@import url('form.css');
@import url('data.css');

div#content.home div.spacer {
	padding:10px 0;
}

div#content.home div.column1 {
	margin-right:15px;
	width:560px;
}

div#content.home div.column2 {
	padding-top:15px;
	width:200px;
}

div#content.home ul.news {
	margin:10px 0;
	height:140px;
}

div#content.home ul.news li {
	margin-right:5px;
}

div#content.home ul.news li.intro {
	margin-left:10px;
	width:300px;
}

#content.home div.products {
	height:100px;
	width:800px;
	text-align:center;
	clear:both;
/*	background:#d7e2e6;*/
}

#content.home div.products ul {
	margin:0 auto;
	width:800px;
	float:left;
}

#content.home div.products li {
	margin-right:8px;
	width:89px;
	text-align:center;
	float:left;
}

#content.home div.products li img {
	height:80px;
	width:80px;
}

#content.home div.products li p {
	font-size:10px;
	font-weight:700;
}

#content.home div.news {
	height:200px;
	width:800px;
	clear:both;
}

#content.home div.news h2 {
	margin:0 0 4px 0;
}

#content.home div.news div.items {
	margin:10px 0;
	width:500px;
	float:left;
	border:1px solid black;
}

#content.home div.news div.spacer {
	margin:10px 0 10px 20px;
}

#content.home div.news div.items ul.news {
	width:480px;
}

#content.home div.news div.intro {
	margin:10px 0 0 20px;
	width:240px;
	float:left;
}

#content.home div.news div.intro p {
	width:240px;
}