body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: url('/images/website/background.jpg');
	background-repeat: repeat-x;
	background-color: #DBD6CD;
}

a {
	color: #000;
	text-decoration:underline;
}

a:hover {
	color: #095BA6;
	
}

a img {
 border: none;	
}

input {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#container {
	margin: 0 auto;
	width: 1002px;
}
#icontent {
	background-color: #FFF;
	padding: 0px 30px 30px 30px;
}

/* content */
#header {
	width: 1002px;
	height: 288px;
	background: url('/images/website/header-thermoco.jpg') no-repeat;
	background-color:#FFF;
}

#logo {
	float:left;
	
}

#menu-home {
	float:left;
	padding:20px;
	color: #999;
}

#menu-home a{
	margin: 0 10px 0 10px;	
	font-size: 11px;
	color: #999;
	text-decoration:none;
}

#menu {
	background: url('/images/website/background-menu.png') no-repeat;
	width:584px;
	height: 180px;	
}

#menu-temp {
	background: url('/images/website/background-menu-temp.png') no-repeat;
	width:584px;
	height: 180px;	
}



#breadcrumbs {
	margin-left: 320px;
	font-size: 12px;
	color: #095BA6;
}
#breadcrumbs a {
	color: #095BA6;
	text-decoration: none;	
}

#content {
	float: left;
	width: 600px;
}
#content h1 {
	color: #095BA6;
	font-size: 18px;
	margin: 10px 0 15px 0px;
	font-weight: bold;
}

#content h2 {
	
	font-size: 16px;
	
}

/* boxes */
#news {
	float: left;
	width: 300px;
	background: url('/images/website/newsbox.png');
	padding: 0px 15px 15px 5px;
	color: #663300;
}

#news h1 {
	color: #AEA394;
	margin: 10px 0 15px 45px;
	font-size: 18px;
	font-weight: bold;
}

.news-item {
	background: url('/images/website/background-news.jpg');
	background-repeat: repeat-y;
	padding: 2px 15px 2px 45px ;
	margin-bottom:15px;
	width:190px;
	cursor: pointer;
	color: #333;
}

.news-item h2 {
	background: url('/images/website/news-h2.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	color: #095BA6;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 -30px;
	padding-left: 30px;
}
#extranet {
	background: url('/images/website/background-extranet.jpg');
	background-repeat: repeat-y;
	padding: 2px 15px 2px 45px ;
	margin-bottom:15px;
	width:190px;
	color: #FFF;
}

#extranet h2 {
	background: url('/images/website/extranet-h2.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 -30px;
	padding-left: 30px;
}




