/***********************************************/
/* styles.css                                  */
/* Use with Durapart templates                 */
/* Developed by Objectnet AS (C) 2006          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

h1 {
	padding: 0;
	margin: 0;
	color: #c1cd23;
	font-size: 11px;
	font-weight: bold;
}
h2 {
	padding-bottom: 10px;
	margin: 0;
	color: #c1cd23;
	font-size: 16px;
	font-weight: bold;
}
#menuContainer {
	position: absolute;
	top: 76px;
	left: 5px;
	height: 16px;
	width: 750px;
	background-color: #c1cd23;
	text-align: right;
	color: #FFF;
	padding-top: 4px;
}
#menuContainer a {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-left: 1px solid #FFF;
}
#menuContainer a:hover {
	text-decoration: none;
	color: #eff2c4;
}
#menuContainer a:active {
	text-decoration: none;
	color: #eff2c4;
}
.subMenu {
	width: 200px;
	height: 20px;
	background-color: #f2f2f2;
	padding-top: 5px;
	margin-bottom: 5px;
}
.subMenu a {
	color: #707070;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;	
}
.subMenu a:hover {
	font-weight: bold;
	color: #c1cd23;
	text-decoration: none;

}
.subMenu a:active {
	font-weight: bold;
	color: #c1cd23;
	text-decoration: none;

}
.sm {
	width: 200px;
	height: 20px;
	background-color: #FFF;
	padding-top: 5px;
	border-bottom: 1px solid #f2f2f2;
}
.sm a {
	color: #c1cd23;
	font-weight: normal;
	text-decoration: none;
	padding-left: 8px;	
}
.sm a:hover {
	font-weight: normal;
	color: #c1cd23;
	text-decoration: underline;
}
.sm a:active {
	font-weight: normal;
	color: #c1cd23;
	text-decoration: underline;
}
.thumbs {
	font-size: 11px;
	color: #545454;	
}
.thumbs a {
	color: #c1cd23;	
	text-decoration: underline;
	font-weight: normal;
}
.thumbs a:hover {
	text-decoration: none;
}
