/* CSS Document */
body {
	color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image:url(../img/main_bkg.gif);
	background-repeat:repeat-x;	
}
table {
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited, a:hover {
	color: #FFFFFF;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/******************* TOP + MENU */
.top {
	background-image:url(../img/top_bkg.gif);
	background-repeat:repeat-x;
	border-top: 5px solid #AC1C00;
}
.menu {
	text-align:center;
	height: 28px;
}
.menu A:link, .menu A:visited, .menu A:hover {
	text-decoration: none;
	color: #AC1C00;
}
.menu A:hover {
	color: #CA7900;
}
a.menuActive:link, a.menuActive:visited, a.menuActive:hover  {
	font-weight: bold;
	color: #CA7900;
}
a.menuActive:hover  {
	color: #AC1C00;
}

/******************* BANNERS */
.banItem {
	padding-bottom: 2px;	
	padding-right: 2px;
}
.banImg, .banImg2 {
	border: 1px solid #441608;
}
.banImg2 {
	border: 1px solid #356555;
}
.banLink1, .banLink2 , .banLink3 {
	font-weight: bold;
    padding-right: 2px;	
	border-right: 2px solid #FFFFFF;	
	background-color:#AC1C01;
}
.banLink2 {
	background-color:#356555;
}
.banLink3 {
	background-color:#93CF11;
}
.banSepa {
	margin-top:2px;
	background-image:url(../img/ban_sepa.gif);
}
/******************* CONTENT */
.conItem1, .conItem2 {
	vertical-align:top;
/*	font-weight: bold;*/
    padding-right: 2px;	
	border-right: 2px solid #FFFFFF;	
	border-bottom: 2px solid #FFFFFF;	
	background-color:#86A562;
}
.conItem2 {
	padding-right: 0px;
	border-right: 0px;
	background-color:#9E1417;	
}
.conSep1 {
	background-image:url(../img/c_sepa1.gif);
}
.conSep2 {
	background-image:url(../img/c_sepa2.gif);
}
.conSub {
	line-height:16px;
	padding-bottom: 10px;
}
.conSub2 TD {
	padding-bottom:5px;
	
}
/******************* PROMO */
.promo {
	background-image:url(../img/prom_bkg.gif);
	background-repeat:repeat-x;
}
.promImg {
	margin: 0 13px 0 13px;
}

/******************* FOOTER */
.footer {
	padding-top: 10px;
	line-height: 15px;
	text-align:center;
	color: #FF8A00;
}
.footer A:link, .footer A:visited {
	text-decoration: none;
	color: #DA3300;
}
.footer A:hover {
	text-decoration: underline;
	color: #CA7900;
}
.foo_copy {
	color: #86A562;
}
