@charset "UTF-8";

/* CSS. MEKAIA 2009 */ 
/* Default elements */
html { height:100% 	}
body {  font:12px/19px Arial, Helvetica, sans-serif;	color:#333333; height:100%; }

a, a:visited, a:active {color:#84062a; }	
a:hover {color:#84062a; text-decoration:none;}
h1, h2, h3, h4, h5 {font-size:22px; line-height:28px;}
h1 { color:#390212}
h2, h3, h4 { color:#810629; font-size:15px; line-height:22px; font-weight:bold;}
h3, h4 {  font-size:13px; line-height:19px; }
	
/* Pseudo */
.bottom-grad {  }
.pattern { }

	.wrapper {margin:0 auto; width:960px; padding:25px 0 0 0}
	
		.sidebar { width:197px; text-align:center}
			.sidemenu { display:none}			
			.sidebar .contact {  display:none}
		
		.main { width:742px; position:relative; z-index:0;}
			.lang {  display:none}
			.menu {  display:none} 		
			.banner {  display:none }				
			.content { margin-top:25px; background-color:#fff; border:1px solid #f2f2f2;}
				.content .top-pic { display:none }
				.content .pagemenu { display:none}				
				.content .subpage { background:url(../img/subpage-back.jpg) top repeat-x; padding:25px}
				.content ol { margin: 20px 15px}
				.content ul {margin:20px 0}
				.content ul ul {margin:10px 0}
				.content ul li {  padding: 0 15px; background:url(../img/ul-bullet.png) left 2px no-repeat;}
				.content ul ul li {  background:url(../img/ul-ul-bullet.png) left 2px no-repeat;}
				.content li {line-height:14px; margin:8px 0;  }
				.content table {background-color:#a70736; padding:7px 0 0 0}
				.content th {  font-weight:bold; color:#fff; background-color:#a70736; padding:1px 13px 7px}
				.content td { background-color:#fafafa; padding:7px 13px;}
				.content .evenrow td { background-color:#f5f5f5;}
				.content .lastrow td {border-bottom:3px solid #a70736;}
				.content .result {font-size:15px; font-weight:normal; color:#333333}
				.content .newshead { background:url(../img/newshead-back.png) repeat-x; color:#fff; font-weight:bold; line-height:44px; padding:0 15px 7px; font-size:18px }
					.newshead a { color:#fff; text-decoration:none; font-size:12px }
					.newshead img {vertical-align:middle; margin:0 0 2px 0}
				.content .newswrapper, .newswrapper-back { padding:4px 20px 12px; }
				.content .newswrapper-back { background:#fff url(../img/newsitem-back.png) bottom repeat-x;}
					.newsitem { width:337px; float:left; }					
						.newsitem .thumbn { border:1px solid #eaeaea; padding:3px; -moz-border-radius:7px; -webkit-border-radius:7px;	border-radius:7px; margin:0 13px 0 0 }
						.newsitem .readmore { text-decoration:none; font-size:11px; font-weight:bold; color:#333333}
				.content .bottom-but { font-weight:bold; font-size:11px; text-align:right; margin:20px -25px 0 -25px; border-top:1px solid #f4f4f4; padding: 17px 20px 0}
					.content .bottom-but img { margin:0 13px 0 4px}
			.footer { font-weight:bold; font-size:11px; color:#999999; margin: 10px; text-align:right}		
			
				

/* OO */
.rad7 {-moz-border-radius:7px;	-webkit-border-radius:7px;  border-radius:7px; }
.mb10 {	margin-bottom:10px;	}
.mb30 {	margin-bottom:30px;	}
.mr20 {	margin-right:20px;	}
.redline {border-bottom:solid 1px #b11f16;}
.black{color:#333333}
.red{color:#810629}
.clear {clear:both;	}
.fr {float:right;}
.fl {float:left;}
.fs11 {	font-size:11px; line-height:16px} 
