/* --- Tags --- */

body {
	background: #C30009 repeat-x url(../images/bg_main.gif);
	color: #333333;
	font: 11px/16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
}

a {
	color: #c30009;
	text-decoration: none;
}

a:hover {
	color: #c30009;
	text-decoration: underline;
}

h1 {
	
}

h2 {
	color: #c30009;
	font-size: 16px;
}

h3 {
	color: #c30009;
	font-size: 12px;
}

li {
	list-style: square;
}

/* --- Layout divs --- */

#logo_container {
	background: url(../images/actlogo.jpg) no-repeat;
	width: 338px;
	height: 166px;
	border: 0 #666666 solid;
}

#language {
	background: url(../images/bg_language.gif) no-repeat;
	height: 26px;
	position: absolute;
	top: 0;
	left: 898px;
	padding-top: 140px;
	padding-left: 25px;
	letter-spacing: 2px;
	width: 100px;
	text-transform: uppercase;
}

#language a {
	text-decoration: none;
	color: #333333;
}

#language a:hover {
	color: #c30009;
	text-decoration: none;
}

#graphic {
	background: url(../images/bg_graphic.jpg) no-repeat;
	height: 466px;
	width: 552px;
	position: absolute;
	left: 0;
	top: 166px;
}

#menu {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 10px;
	position: absolute;
	left: 338px;
	text-align: left;
	top: 66px;
	padding-left: 30px;
	width: 530px;
}

#menu a {
	color: #333333;
	text-decoration: none;
}

#menu a:hover {
	color: #c30009;
	text-decoration: none;
}

#sub_menu {
	width: 323px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	color: #ffffff;
	position: absolute;
	top: 166px;
	left: 0;
	padding-top: 15px;
	padding-right: 15px;
}

#sub_menu a {
	color: #ffffff;
	text-decoration: none;
}

#sub_menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#sub_menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	line-height: 16px;
}

#sub_menu ul li {
	list-style: none;
	}

#sub_menu ul li .on {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
}

#sub_menu ul li li {
	color: #ffffff;
	font-size: 10px;
	list-style: none;
	text-transform: none;
	letter-spacing: 1px;
}

#sub_menu ul li li .on {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	list-style: none;
}

#content_holder {
	background: #ffffff;
	width: 560px;
	top: 133px;
	left: 338px;
	position: absolute;
}

#content {
	padding-right: 30px;
	padding-left: 30px;
	line-height: 16px;
	font-size: 11px;
	padding-bottom: 30px;
	background: repeat-x url(../images/bg_contentend.gif) bottom;
	min-height: 455px;
	_height: 455px;
}

#footer {
	background: url(../images/bg_footer.gif) no-repeat;
	height: 50px;
	font-size: 9px;
	padding-left: 15px;
	color: #690005;
	letter-spacing: 1px;
}

#footer_text {
	padding-top: 13px;
}

/* --- Classes --- */

/* @group values table */

.values_table th {
	background: url(../images/bg_table_header.gif) repeat-x;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	padding: 5px 5px 5px 10px;
}

.values_table ul {
	list-style: circle;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 10px;
}

.values_table li {
	list-style: square;
}

.values_table_td {
	border-left: 1px solid #c30009;
	border-right: 1px solid #c30009;
	border-bottom: 1px solid #c30009;
	vertical-align: top;
	padding: 15px;
	background: #fcfcfc;
}
	
/* @end */

/* @group product table */

.prod_table th {
	background: url(../images/bg_table_header.gif) repeat-x;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	padding: 5px 5px 5px 10px;
}

.prod_table ul {
	list-style: circle;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}

.prod_table li {
	list-style: square;
}

.prod_table_c1 {
	border-left: 1px solid #999999;
	vertical-align: top;
	width: 100px;
	color: #333333;
	font-weight: bold;
	padding: 5px 5px 5px 10px;

}

.prod_table_c1_end {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: top;
	width: 80px;
	color: #333333;
	font-weight: bold;
	padding: 5px 5px 5px 10px;

}

.prod_table_c2 {
	border-left: 1px solid #c30009;
	border-bottom: 1px solid #999999;
	vertical-align: top;
	padding: 5px 5px 5px 10px;

}

.prod_table_c3 {
	border-left: 1px solid #c30009;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: top;
	padding: 5px 5px 5px 10px;

}
	
/* @end */

.hidden {
	display: none;
}

.on {
	color: #c30009;
}

.img_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.img_right {
	float: right;
	padding-left: 10px;
}