@import url("screen.css");

#content {
	margin: 0 0 0 10px;
	width: 671px;
	background-image: url("../img/bg/content-products.png");
}

#content h1 {
	padding: 13px 0 14px 0;
	font-size: 150%;
	color: #5798ba;
}

#content h1 a {
	color: #5798ba;
}

#content ul {
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
	list-style: none;
}

#content ul li {
	margin: 3px 0 3px 0;	
	padding: 0 0 0 14px;
	font-size: 12px;
	background-position: left top;
	background-image: url("../img/bullets/arrows-products.png");
	background-repeat: no-repeat;
}

#content ul li a,
#content ul li a:link{
	color: #333333;
}

#content ul li.more a {
	font-weight: bold;
}

#two-columns {
	clear: both;
	padding: 47px 0 0 0;
}

#two-columns .cabinet {
	float: left;
	margin: 0 40px 0 40px;
	width: 244px;
}

#two-columns .laborator {
	float: left;
	margin: 0 40px 0 0;
	padding: 0 0 0 40px;
	width: 266px;
	border-left: 1px solid #d7e7ef;
}

#content .category {
	margin: 0 0 25px 0;
	padding: 1px 0 3px 0;
	background-position: left bottom;
	background-image: url("../img/bg/heading.png");
	background-repeat: no-repeat;
}

#content .category .text {
	float: left;
	padding: 0 10px 0 0;
	width: 166px;
}

#content .category .picture {
	float: left;
	padding: 0 0 0 0;
	width: 68px;
}

#content .category h2 {
	padding: 0 0 3px 0;
	font-size: 16px;
}

#content .category h2 a {
	color: #333333;
}

#content .category .picture p {
	padding: 3px 0 0 0;
}

#content .category .picture p img {
	padding: 3px;
	border: 1px solid #5798ba;
}

