/* Home page eZ publish stylesheet */
/* Basic layout */
body
{
	background-color: white;
	font-family: verdana, arial, helvetica, tahoma;
	font-size: 11px;
}
a
{
	font-family: verdana, arial, helvetica, tahoma;
	font-size: 11px;
	text-decoration: none;
	color: black;
}

h1
{
	font-family: verdana, arial, helvetica;
	font-size: 14px;
}

.main-container
{
	margin: auto;
	width: 1000px;
	text-align: center;
}
.logo
{
	float: left;
	background-image: URL(images/logo.jpg);
	width: 225px;
	height: 144px;
}
.top-menu
{
	float: left;
	background-image: URL(images/top-menu-bg.gif);	
	width: 645px;
	height: 144px;
}
.chemicals
{
	float: left;
	background-image: URL(images/chemicals.jpg);		
	width: 130px;
	height: 144px;
}
.clear
{
	clear: both;
}
.top-menu-item, a.top-menu-item
{
	float: left;
	font-size: 12px;
	#font-size: 11px;	
	text-transform: uppercase;
	color: white;
	padding: 65px 4px 0px 3px;
	margin: 0 0 0 15px;
	#margin: 0 0 0 20px;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, helvetica, tahoma;
}
.left-menu
{
	float: left;
	width: 198px;
	text-align: left;
	margin: 15px 20px 0 0px;
	background-image: URL(images/menu-header-bg.gif);		
	background-repeat: no-repeat;
}
.left-menuhead
{

	font-weight: bold;
	color: white;
	width: 168px;
	height: 35px;
	padding: 22px 0 0 25px;
	font-size: 12px;
	text-transform: uppercase;
}
.article-name, a.article-name
{
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0 5px 20px;	
}
.article-intro
{
	font-weight: normal;
	padding: 0px 10px 5px 10px;		
}

.main-content
{
	float: left;
	width: 750px;
}
.path
{
	font-weight: bold;
	padding-top: 10px;
	text-align: right;
	color: #f76310;
	width: 100%;
}
.article_item
{
	background-image: URL(images/article-item-bg.gif);
	border-bottom: solid 1px #d70b1d;
	background-position: 100% 100%;
	background-repeat: repeat-x;
	margin-bottom: 15px;

}
.read-more
{
	width: 100%;
	text-align: right;
	margin-right: 15px;
}
.footer
{
	width: 100%;
	background-image: URL(images/footer-bg.gif);
}
p, td, a, li, .p
{
	text-align: left;
	color: black;
}
/* Hellstrøm 24.8.2001 */