@font-face {
 font-family: "Agency FB";
 src: url("/fonts/AGENCYR.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Agency FB";
 src: url("/fonts/AGENCYR.TTF") /* TTF file for CSS3 browsers */
}
body {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	padding-top: 0px;
	
}
#container_inner {
	padding: 10px;
}

#header {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: relative;
	margin-bottom: 10px;
}
#header_name {
	background-image: url(../images/header_name.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 960px;
}
#header_name_admin {
	background-image: url(../images/header_name_admin.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 960px;
}
#header_flag {
	background-image: url(../images/header_flag.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 960px;
	position: relative;
	padding: 0px;
}
#header_coat_of_arms {
	position: absolute;
	left: 50%;
	margin-left:-45px;
	display: none;
	top: 0px;
}
#news_label {
	position: absolute;
	top: 0px;
	right: 0px;
}


.tickercontainer { /* the outer div with the black border */
	width: 390px;
	height: 26px;
	padding: 0;
	overflow: hidden;
	float: right;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Tahoma";
	font-size: 10px;
	text-transform: uppercase;
	line-height: 20px;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 390px;
	overflow: hidden;
	height: 30px;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 300px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: "Tahoma";
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #333;
	font-family: "Tahoma";
	font-size: 10px;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
ul.newsticker a:hover{
	color:#900;	
}
ul.newsticker span {
	margin: 0 10px 0 0;
	color: #999;
} 
#info_wrapper {
	width: 960px;
	position: relative;
	margin-top: 20px;
}
#info_news {
	width: 605px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
#info_sidebar {
	float: left;
	width: 330px;
	margin-left: 20px;
}
.info_sidebar_block{
	width:330px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	margin-bottom: 20px;
	position: relative;
	float: left;
	font-family: "Tahoma";
	font-size: 12px;
}.info_header {
	height: 30px;
	background-image: url(../images/header_background.png);
	background-repeat: repeat-x;
	position: relative;
	margin-right: 18px;
}
.header_arrows{
	float: right;
	margin-top: -10px;
	margin-right: -19px;
}
.header_label {
	float: left;
	margin-left: 10px;
	font-family: "Agency FB";
	line-height: 30px;
	height: 30px;
	font-size: 20px;
	color: #900;
}
.info_text {
	padding: 10px;
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 20px;
}
.read_more {
	text-decoration: none;
	color: #900;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	float: right;
}
.read_more:hover{
	color:#FFBF00;
}
.pdf_link{
	color: #333;
	text-decoration: none;
}
.pdf_link:hover{
	color:#900;
}
#forms_footer {
	margin: 10px;
}
#forms_footer a{
	text-decoration:none;
	color:#900;
}
#forms_footer a:hover{
	text-decoration:underline;	
}
#footer {
	width: 980px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #046548;
	position: relative;
	float: left;
	font-family: "Tahoma";
	font-size: 12px;
	margin-top: 30px;
}
#footer_inner {
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 5px;
	padding: 20px;
	float: left;
	width: 940px;
	position: relative;
}
#footer_left {
	width: 300px;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
#footer_left ul {
	display: block;
}
#footer_left ul li {
	/*margin-left: 15px;*/
	list-style-type: circle;
}
#footer_left ul li a{
	text-decoration:none;
	color:#666;
}
#footer_left ul li a:hover{
	color:#900;	
}
.footer_label {
	font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
#footer_right {
	float: right;
	width: 300px;
	font-size: 12px;
	line-height: 20px;
}
#footer_right a{
	color:#900;
	font-weight: bold;
	text-decoration: none;
}
#footer_right a:hover{
	color:#FFBF00;
}
#footer_split {
	width: 980px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer_info {
	font-size: 11px;
}

#footer_info a{
	color:#900;
	text-decoration: none;
}
#footer_info a:hover{
	color:#FFBF00;
}
#footer_coa {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -24px;
	margin-top: -50px;
}
.creator{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/kartogram_web_logo.png);
	background-repeat: no-repeat;
	float:right;
}
.creator2{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/inclout.png);
	background-repeat: no-repeat;
	float:right;
}
.creator_hover{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/kartogram_web_logo_hover.png);
	background-repeat: no-repeat;
}
.creator2_hover{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/inclout_hover.png);
	background-repeat: no-repeat;
}
.news_block_header {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	background-color: #b3b3b3;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
	position: relative;
}
.news_block {
	margin-left: 10px;
	margin-bottom: 20px;
}
.news_block_header_label {
	text-shadow: 0px 0px 6px #000;
	float: left;
	width: 400px;
}
.news_block_body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.news_block_header_date {
	float: right;
	font-size: 12px;
	color: #333;
	margin-right: 40px;
}

.blog_arrows {
	position: absolute;
	top: 0px;
	right: 8px;
}
.blog_footer {
	background-color: #EEE;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Tahoma;
	font-size: 12px;
	height:12px;
}
.blog_footer a{
	color:#900;
	text-decoration:none;
}
.blog_footer a:hover{
	text-decoration:underline;	
}


.update_news_title {
	font-family: Tahoma;
	font-size: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 940px;
}
.header_link{
	font-family: Tahoma;
	font-size: 20px;
	color:#333;
	text-decoration:none;
}
.header_link:hover{
	color:#900;	
}
.selection_button {
	font-family: Tahoma;
	font-size: 20px;
	color: #333;
	background-color: #EEE;
	display: block;
	padding: 20px;
	border: 3px solid #CCC;
	border-radius:10px;
	text-decoration: none;
	margin-right:20px;
}
.selection_button:hover{
	color:#900;	
}
.main_body_left {
	float: left;
	width: 650px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	font-family: Tahoma;
	font-size: 12px;
}
.main_body_right {
	float: left;
	width: 280px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-left: -1px;
}
#archive_table {
	font-family: Tahoma;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#archive_table a{
	text-decoration:none;
	color:#666;
	font-weight:bold;
}
#archive_table a:hover{
	color:#900;	
}
.doc_download{
	text-decoration:none;
	color:#000;
}
.doc_download:hover{
	color:#900;	
}
.quick_menu{
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
}
.quick_menu a{
	text-decoration:none;
	color:#333;
	font-family: Tahoma;
	font-size: 12px;
}
.quick_menu a:hover{
	color:#900;		
}

#screen_cover_preview {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index:53;
	opacity: 0.7;
	display:none;
}
.body_article {
	padding: 10px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
}
.body_article h1{
	font-size:14px;	
	color:#900;
}
.body_article a{
	text-decoration:none;
	color:#666;
}
.body_article a:hover{
	color:#900;
}
.top_button{
	display: block;
	float: right;
	background-image: url(../images/top_button.png);
	height: 20px;
	width: 80px;
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	background-repeat: no-repeat;
	font-weight: bold;
	cursor:pointer;
	margin-top: 20px;
	line-height: 20px;
	vertical-align: text-bottom;
	background-position: center;
	margin-bottom: 10px;
}
.top_button:hover{
	color:#999;	
}

.yellow_label {
	background-color: #FFE479;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	font-size:12px;
}
.yellow_label h1{
	padding:0px;
	margin:0px;
	color:#06C;
	float:left;
	margin-right:10px;
	font-size: 12px;
}
.about_table {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFF;
}
.about_table a{
	text-decoration:none;
	color:#333;
}
.about_table a:hover{
	color:#900;	
}
.contacts_showroom {
	position: relative;
	font-family: Tahoma;
	font-size: 12px;
}
.contacts_showroom a{
	color:#333;
	text-decoration:none;
}
.contacts_showroom a:hover{
	color:#900;
}
.contacts_showroom_block {
	padding: 20px;
	float: left;
	width: 350px;
	font-size: 12px;
	line-height: 20px;
}
.contacts_showroom_map {
	float: right;
	padding: 10px;
	width: 235px;
}
.contacts_showroom_label {
	font-weight: bold;
	font-size: 14px;
}
#about_ambassador {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
}
.staff_link{
	text-decoration:none;
	color:#900;
	font-size:10px;
}
.staff_link:hover{
	color:#333;	
}
.top_button2{
	display: block;
	float: right;
	background-image: url(../images/top_button.png);
	height: 20px;
	width: 80px;
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	background-repeat: no-repeat;
	font-weight: bold;
	cursor:pointer;
	line-height: 20px;
	vertical-align: text-bottom;
	background-position: center;
	margin-bottom: 10px;
}
