@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   Website reset rules
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Website setup */

body { 
	background: #ebebe5 url(img/headback.png) repeat-x top center; 
}

#Page { 
	width: 900px;
	margin: 0 auto;
}

h1 { 	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	color: #c62219;
	padding: 0 0 15px 20px;
}
.Line1 {
	border-bottom: 1px solid #dcdcd3;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width:820px;
	margin: 10px auto;	
}
.Line2 {
	border-bottom: 1px solid #dcdcd3;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width:820px;
	margin: 1px auto;	
}
#Logo {
	background: url(img/logospace.jpg) no-repeat top center;
	width: 900px;
	height: 140px;
	position: relative;
	top: 42px;
}
#Logo a { 
	position: relative; 
	top: 28px; 
	left: 40px; 
}

#Footer { 
	background: url(img/footend.jpg) no-repeat center;
	width: 900px;
	height: 45px;
	margin: 0 auto;
	position: relative;
	clear: both;
	margin-top: 60px;
}
#Footer span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	top: 15px;
	left: 20px;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #42010c;
	filter: dropshadow(color=#42010c, offx=1, offy=1); 
}
#Footer span a, #Footer span a:visited, #Footer span a:active {
	color:#FFFFFF;
	text-decoration: none;
}
#Footer span a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#Footer p {
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #663300;
	margin-top: 40px;
	line-height: 16px;
}
#Footer p a, #Footer p a:visited, #Footer p a:active {
	text-decoration: none;
	color: #663300;
	border-bottom: 1px dotted #663300;
}
#Footer p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #663300;
}

table { 
	border-collapse:collapse; 
	margin-left:20px;
}
table, th, td { 
	border: 1px solid #C0C0C0;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align:middle;	
}
.R1 td{
	padding: 5px;
	font-size:0.65em;
}
.R2 td{
	padding: 5px;
	font-size:0.85em;
}
.R3 td{
	padding: 7px 0 7px 0;
	font-size:0.7em;
}
.BrdR {
	border-right: 1px solid #595959;
}
.BrdL {
	border-left: 1px solid #595959;
}
.BrdB {
	border-bottom: 1px solid #595959;
}
/* Top menu navigation */
.Menu {
	width: 880px;
	height: 50px;
	position: absolute;
	z-index:4;
	margin: 0 auto;
	/*overflow: hidden;*/
	margin-left: 3px;
}
#topnav .Lang { float:right; }
#topnav .Lang img { position: relative; top: 5px; margin-left: -5px; margin-right: -4px; }

ul#topnav {
	margin: 0 auto; 
	padding: 0; 
	list-style: none;	
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
	width: 894px;
	background: url(img/a_bg.gif) repeat-x;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
}
ul#topnav a { color: #7bc441; }
ul#topnav span {
	display: none;
}

ul#topnav.v2 span {
	background: url(img/a_bg.gif) repeat-x left top;
}
ul#topnav.v2 a{
	color: #555;
	background: url(img/a_bg.gif) repeat-x left bottom;
}

/* Main content */
#Article {
	width: 900px;
	margin: 0 auto;
	padding:0;
	clear:both;
	position: relative;
	top: 50px;
}
.ArticleHeader {
	background:url(img/tp.png) no-repeat center;
	width: 900px;
	height:15px;
}
.ArticleFooter {
	background:url(img/btm.png) no-repeat center;
	width: 900px;
	height:15px;
}
.ArticleContent {
	background:url(img/mdl.png) repeat-y center;
	width: 900px;
	height:auto;
}
.ArticleContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	max-width: 820px;
	margin: 0 auto;
	padding: 10px;
	line-height: 16px;
}
.ArticleContent a, .ArticleContent a:active, .ArticleContent a:visited {
	color: #C50E0C;
	text-decoration: none;
}
.ArticleContent a:hover {
	border-bottom: 1px dotted #C50E0C;
}
.InnerSpace {
	padding: 20px;
}
p.Inner1, p.Inner2, p.Inner3 {
	line-height: 1.8em;
	padding:0;
}
p.Inner1 {
	padding-left: 12px; 
}
p.Inner2 {
	padding-left: 150px; 
}
p.Inner3 {
	padding-left: 40px; 
}
.Content { 
	font-size:0.8em; font-family: Verdana, Tahoma, Arial; width:820px; margin:0 auto; line-height:1.6em;
}
.Section1 {
	width: 245px;
	position: relative;
	margin: 0 10px 0 20px;
	padding: 10px 0 25px 10px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 18px;
	text-align:justify;
}
.Section2 {
	width: 280px;
	position: relative;
	margin: 0 10px 0 10px;
	padding: 10px 0 25px 10px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 18px;	
}
.Section3 {
	width: 250px;
	position: relative;
	margin: 0 0px 0 10px;
	padding: 10px 0 25px 10px;	
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 18px;	
}
.Section1 h3, .Section2 h3, .Section3 h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8A0202;
	padding: 5px 0 10px 0;
	line-height: 20px;
	border-bottom: 1px solid #CECEC9;
}	

.hh {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8A0202;
	padding: 5px 0 10px 0;
	line-height: 20px;
	width: 830px;
	margin: 0 auto;
}
.ImageDesc {
	position: relative;
	float:right;
	padding-right: 30px;
}	
.ImageDesc a, .ImageDesc a:visited, .ImageDesc a:active {
	text-decoration: none;
}
.ImageDesc a:hover {
	text-decoration: none;
	border:0px;
}
	
/* Slider */
#SliderHolder { 
	padding: 5px; 
	margin-top: 50px; 
	margin-bottom: -40px;
	width: 892px; 
	height: 250px;
	overflow: hidden;
}

.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative; 
}
.coin-slider a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

.cs-buttons { 
	font-size: 0px; 
	padding: 10px; 
	float: left; 
}
.cs-buttons a { 
	margin-left: 5px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	border: 1px solid #B8C4CF; 
	color: #B8C4CF; 
	text-indent: -1000px; 
}
.cs-active { 
	background-color: #B8C4CF; 
	color: #FFFFFF; 
}

.cs-title { 
	width: 872px; 
	padding: 10px; 
	background-color: #000000; 
	color: #FFFFFF; 
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.cs-prev, 
.cs-next { 
	background-color: #000000; 
	color: #FFFFFF; 
	padding: 0px 10px; 
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
.cs-prev {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.cs-next {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#location {
	width: 385px; 
	height: 405px;
	position: relative;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	top: 20px;
	right: 20px;
	line-height:1em;
}
.datum {
	font-style:italic;
	color: #999;
}
/* Submenu */
#topnav .sub_nav { display: none; }#topnav .sub_nav { width:280px; padding:0px; position:absolute; z-index:10; margin-top:40px; margin-left:-1px; border:1px solid #C0C0C0; border-top:0; background:#FFF; }
#topnav .sub_nav dt { width:280px; padding:0px; background:none; }
#topnav .sub_nav dt a { width:255px; display:block; background:none; clear:left; border-bottom: 1px solid #EBEBEB; text-transform:none; padding: 6px 13px 5px 12px; font-family: Sans-serif; font-size: 1.1em; font-weight:normal; }
#topnav .sub_nav dt a:hover { background:#6a6a6a; color: #FFF; }
#topnav .sub_nav dt a:active { background:#8f0202; color: #FFF; }

.Title1 { 
	position:relative;
	float:left;
	width:150px;
	left:10px;
}
.Title2 { 
	position:relative;
	float:left;
	width:200px;
}
/* Table specification title */
.Title3 {
	background-color: #c62219;
	color:#fff;
}
.Title4 {
	background-color: #EBEBEB;
}
.Title5 {
	border-bottom:1px solid #c62219;
}
/* Cevi - tabs */
#tabs {
	font-size: 90%;
}
#tabs ul {
	float: left;
	background: #fff;
	width: 835px;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; /* tabs size */
	margin-left: 100px;	
	
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
	border-bottom:1px solid #FFF;	
}
#tabs ul li.active {
	border-bottom:1px solid #FF0000;
}
#tabs ul li.active a {
	color: #333333;
}
#tabs div {
	clear: both;
	padding: 15px;
	min-height: 200px;
	position:relative;
	top: 50px;
}
#tabs div h3 {
	margin-bottom: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;	
	color:#c1231a;
	text-align:center;
	position:relative;
	top: 30px;
	left:-10px;
}
#tabs div p {
	line-height: 100%;
	margin-left: 15px;
}
#tabs ul li a {
	text-decoration: none;
	padding: 5px;
	color: #000;
	font-weight: bold;
	line-height:14px;
}
.TabImg {
	position: relative;
	float:left;
	margin-top: -40px;
	margin-right: -100px;
}