﻿@charset "utf-8";
/* CSS Document - main */

body {
		background-image:url('../images/bg-top.jpg');
		background-repeat:repeat-x;
		color:#373737;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:18px;
}

.clearfloat { clear:both; height:0; font-size:1px; line-height:0px;}

a {
		text-decoration:none;
}

a:hover {
		text-decoration:underline;
}

#head h1 {
	text-indent:-999em;
	text-align:left;
}

#menu {
				padding-bottom: 8px;
				width: 890px;
				margin: 0px auto 0px auto;
				height: 36px;
				text-align: center;
				padding: 2px 23px 2px 0px;
}

#head {
		background-image:url('../images/head.jpg');
		background-repeat:no-repeat;
		width:890px;
		margin:0px auto;
		height:267px;
		text-align:right;
		padding:5px;
}

#head a {
		color:#FFFFFF;
		font-size:10px;
}

#tresc {
		background-image:url('../images/bg-tresc.jpg');
		background-repeat:repeat-x;
		width:860px;
		padding:20px;
		margin:0px auto;
}

#tresc p {
		padding-bottom:20px;
		text-align:justify;
}

#tresc img {
		margin:0px 20px 0px 20px; 
		float: left;
}

#tresc h2 {
		border-top:solid 2px #d71920;
		display:block;
		padding:5px 0px;
}

#tresc a {
		color:#373737;
		font-size:11px;
		text-decoration:none;
}

#tresc a:hover {
		text-decoration:none;
		border:1px;
}

#left {
		float:left;
		width:410px;
}
#right {
		float:right;
		width:410px;
}

#right img {
		float:right;
}

#foot-one {
		background-color:#a4a4a6;
		color:#fff;
}
#foot-one-in {
		background-color:#adadaf;
}
#foot-one-in a {
		display:block;
		float:left;
		width:200px;
		font-size:9px;
		line-height:12px;
		padding:10px;
}
#foot-two {
		background-color:#3c3d3f;
		color:#fff;
}
#foot-two-in {
		background-color:#505153;
		padding:12px 0px;
}
#foot-two-in p {
		display:block;
		width:33%;
		float:left;
}
#foot-three {
		background-color:#c4161d;
		color:#fff;
		height:20px;
}
#foot-three-in {
		background-color:#c52e33;
		height:20px;
}
.centerbox {
		margin:0px auto;
		width:900px;
		text-align:center;
		font-size:10px;
}
.centerbox a {
		color:#fff;
}



ul.rolloverMenu {
	margin: 0px;
	padding: 0px;
}

ul.rolloverMenu li {
	list-style: none;
	list-style-image: none;
}

ul.rolloverMenuHorizontal li {
	float: left;  
	width: 129px;
}

ul.rolloverMenu li a {
	display: block;
	height: 24px;
	background: url('../images/menu_1.gif') no-repeat;
	text-indent: -9999px;
}

ul.rolloverMenu li a.active,
ul.rolloverMenu li a:hover {
	background-position: 0 -24px;
}
