/*
 This is global stylesheet
 Define all language independent styles here
 All styles including language dependent items must be defined in CSS/style_{lang_id}.css files
 */ * {
    padding: 0px;
    margin: 0px;
}

ol {
    padding-left: 30px;
}

ul {
	list-style:circle;
    list-style-type: outside;
    padding-left: 30px;
}

body {

    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #003f82;
}

a:hover {
    text-decoration: underline;
}

#horiz_menu img {
    border: 0px;
}

#main {
    width: 1005px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    background-image: url(/imgs/footer_bg.jpg);
    background-repeat: repeat-x;
    overflow: auto;
    margin-top: 40px;
    border-top: 4px solid #9a9a9a;
    padding-top: 30px;
}

.footer_copyright {
    border-top: 1px dashed #4e5661;
    padding-top: 10px;
    height: 15px;
    padding-bottom: 10px;
    font-size: 10px;
    overflow: hidden;
    color: #FFF
}

.foot_center {
    width: 1005px;
    margin-left: auto;
    margin-right: auto;
}

.footer_content {
    float: left;
    width: 335px;
    margin-bottom: 20px;
}

.ie7 .footer_content {
    margin-bottom: 10px;
}

#global {
    position: relative;
}

#header_bg {
    background-image: url(/imgs/head_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

.lang {
    border-right: 1px dashed #7c8087;
    width: 75px;
    padding-right: 15px;
}

#lang_search {
    margin-left: auto;
    margin-right: auto;
    width: 1005px;
    position: relative;
}

#logo_link {
    position: absolute;
    width: 130px;
    height: 100px;
    top: 20px;
}

#search {
    padding-left: 10px;
    float: left;
}

.search_checkbox {
    background-color: #FFF;
    height: 23px;
    padding: 0px;
    margin: 0px;
    border: 2px solid #374b63;
    border-right: 0px;
    padding-left: 5px;
    width: 15px;
}

.search_checkbox input {
    padding: 0px;
    margin: 0px;
}

.search_input {
    background-color: #FFF;
    width: 120px;
    height: 24px;
    padding: 0px;
    margin: 0px;
    border: 2px solid #374b63;
    border-left: 0px;
}

.search_input input {
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 120px;
    font-size: 11px;
}

.search_button input {
    padding: 0px;
    margin: 0px;
    height: 24px;
    padding: 0 5px 3px 5px;
    background-image: url(/imgs/search_bg.jpg);
    background-repeat: repeat-x;
    border: 2px solid #374b63;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
}

/*
 
 .search_textbox_div { border:2px solid #374b63; background-color:#FFF; padding-left:5px; }
 
 .search_textbox { padding:0px; margin:0px; display:inline; }
 
 .search_textbox input { width:105px; font-size:12px; border:0px; }
 
 .search_but { background-image:url(/imgs/search_bg.jpg); background-repeat:repeat-x; border:2px solid #374b63; height:2px; color:#FFF; font-size:11px; font-weight:bold; }
 
 */
.search_table {
    font-size: 12px;
    color: #898989;
}

.search_table td {
    padding: 5px;
}

.search_q_bg {
    background-image: url(/imgs/search_q_bg.png);
    width: 302px;
    height: 22px;
    padding-left: 30px;
    padding-top: 4px;
    border: 0px;
}

.textbox_150 {
    background-image: url(/imgs/textbox_150.png);
    width: 141px;
    height: 18px;
    padding: 4px;
    border: 0px;
}

#topMenuLine {
    position: absolute;
    padding: 3px;
    left: 0px;
    overflow: hidden;
    width: 110px;
    display: block;
    z-index: 10;
    margin-top: 8px;
    background-color: #353f4c;
    display: none;
}

.clear {
    clear: both;
}

/* HORIZONTAL NAVIGATION */
#horiz_nav {
    margin: 0px;
    padding: 0px;
}

#horiz_nav li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    z-index: 20;
}

#horiz_nav a {
    display: inline-block;
    position: relative;
    left: auto;
    padding: 15px 10px 14px 10px;
    text-decoration: none;
    margin: 0px;
    background: url(../imgs/date_bg.png) right no-repeat;
}

#horiz_nav ul {
    position: absolute;
    display: block;
    border-top: 0px;
    padding: 0px;
    padding-bottom: 7px;
    background: url(../imgs/transp_bg.png);
    left: 0px;
    top: 27px;
    display: none;
}

#horiz_nav ul li {
    display: block;
    float: none;
    padding: 0px;
    margin: 0px;
}

#horiz_nav ul li a {
    white-space: nowrap;
    display: block;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    color: #ffffff;
    background: none !important;
}

#horiz_nav ul li a:hover {
    white-space: nowrap;
    color: #ffe400;
    background: #000 !important;
}

#horiz_nav ul .selected {
    background-color: #000;
}

.nav_left {
    list-style: none;
    font-size: 10px;
    margin: 0px;
    padding: 10px;
    padding-top: 5px;
    padding-left: 0px;
}

.nav_left li {
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    background-image: url(/imgs/left_nav_ico.png);
    background-repeat: no-repeat;
}

.nav_left li a {
    display: inline-block;
    padding-left: 20px;
    text-decoration: none;
    padding-bottom: 7px;
    padding-top: 7px;
    color: #454545;
    position: relative;
    z-index: 10;
}

.nav_left li a:hover {
    color: #003f82;
}

.nav_left .selected a {
    color: #003f82;
}

.nav_left .par_selected a {
    color: #003f82;
}

.nav_left ul ul {
    display: none;
}

/* END HORIZONTAL NAVIGATION */
#admin_menu {
    border: 1px solid #ccc;
    padding: 3px;
    color: #000;
    background-color: #E6E6E6;
    position: relative;
    z-index: 700;
    font-family: Arial;
    font-size: 10px;
    height: 20px;
}

#admin_menu a {
    font-weight: bold;
}

/* CALENDAR STYLES: START */
.calendar_box {
    text-align: center;
    width: 231px;
}

.calendar_head {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #c5c5c5;
    text-align: left;
    margin-bottom: 10px;
}

.calendar {
    clear: both;
    text-align: center;
    background: #c4ccd7;
    border: 1px solid #E6E6E6;
    background-image: url(/imgs/cal_bg.jpg);
    padding: 0px;
    margin: 0px;
}

.calendar thead td {
    color: #464749;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    width: 33px;
    height: 10px;
}

.calendar td {
    padding: 0px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    height: 33px;
    clear: #343434;
}

.calendar_days {
}

.calendar_days_link {
    background-image: url(/imgs/cal_td_bg.png);
    background-repeat: no-repeat;
}

.calendar_days_link a {
    color: #FFF;
}

.calendar_select {
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: left;
}

.calendar_select select {
    background: none;
    width: auto;
    height: 22px;
    display: inline;
    border: 1px solid #a5acb2;
    padding: 0px;
    margin: 0px;
    color: #454545;
    background-color: #FFF;
}

.calendar_days_today {
    background-image: url(/imgs/cal_td_today.png);
    background-repeat: no-repeat;
    color: #FFF;
}

.calendar_button input {
    background-image: url(/imgs/cal_submit.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 22px;
    padding-top: 3px;
    height: 29px;
    border: 0px;
    cursor: pointer;
}

.calendar_forms {
    background-color: #bcc5ce;
    border: 1px solid #b2bac5;
    text-align: left;
}

/* CALENDAR STYLES: END */
/* GALLERY STYLES (guro)*/
.gal_main {
    background-color: #EEEEEE;
    margin: 20px;
    padding: 5px;
}

.gal_main span {
    font-weight: bold;
    display: block;
}

.gal_titles {
    margin: 20px;
}

.gal_all_thumbs {
    margin: 20px;
}

.gal_thumb {
    background: #EEEEEE;
    width: 150px;
    margin: 5px;
    padding: 10px;
    float: left;
    padding: 5px;
    text-align: center;
    height: 140px;
}

.gal_thumb_title {
    display: block;
    clear: both;
    font-weight: bold;
}

.login_box {
    width: 180px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.loged_in {
    padding: 10px;
}

/* GALLERY STYLES END*/
/* POLL STYLES */
#gPoll {
    width: 90%;
    margin: auto;
    padding: 5px;
}

.gPoll_bt {
    margin-top: 15px;
    border: 1px solid #000000;
    padding: 2px;
    background-color: #B20000;
    color: white;
}

#gPoll span {
    color: #B20000;
    text-align: center;
    display: block;
    margin: -5px;
    padding: 5px;
}

#gPoll ul {
    padding: 0px;
    list-style: none;
    line-height: 20px;
    padding-top: 10px;
}

#gPoll li {
    padding-top: 10px;
    padding-left: 1px;
}

.gStolb {
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #2B81B0;
    height: 5px;
    font-size: 1px;
}

/* END POLL STYLES */
/* START PAGER STYLES */
.archive {
    display: block;
    margin-top: 20px;
    padding-top: 8px;
    text-align: center;
    color: #003f82;
    font-size: 12px;
    overflow: hidden;
    height: 30px;
    background-image: url(/imgs/pager_bg.jpg);
    background-repeat: no-repeat;
}

#pager_div {
    display: block;
    padding-top: 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    overflow: hidden;
    height: 30px;
    background-image: url(/imgs/pager_bg.jpg);
    background-repeat: no-repeat;
}

#pager_div a {
    font-size: 11px;
    padding: 2px 5px 3px 5px;
    color: #003f82;
    text-decoration: none;
    border: 1px solid #cdcdcd;
    background-color: #FFF;
    margin-left: 5px;
    margin-right: 5px;
}

#pager_div a:hover {
    color: #5c799a;
}

#pager_div span {
    padding: 3px 5px 3px 5px;
    font-weight: normal;
    font-size: 11px;
    color: #d0d0d0;
    background-color: #FFF;
    border: 1px solid #cdcdcd;
    margin-left: 5px;
    margin-right: 5px;
}

/* END PAGER STYLES */
/*
 
 Guro
 
 Clean Engine Css Styles Stars From Here
 
 I'll Delete Unused Styles Later
 
 */
/* Main Usable Styles */
.relat {
    position: relative;
}

.absol {
    position: absolute;
}

/* NAV ROOT */
#breadcrumbs {
    padding: 7px 15px 7px 15px;
    background-image: url(/imgs/breadcrumbs_bg.png);
    background-repeat: no-repeat;
    margin-top: 10px;
    font-size: 12px;
}

#breadcrumbs a, #breadcrumbs a:link {
    font: 8pt verdana;
    color: #666;
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: #003f82;
}

/* START SITE MAP STYLES */
/*.site_map_level_0 { float:left; width:255px; }
 
 .site_map_level_1 { float:none; background-color:#999; }
 
 .site_map_level_1 a {}
 
 .site_map_level_2 {}
 
 .site_map_level_2 a {}*/
/* END SITE MAP STYLES */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 15px;
	background-image:url(../files/sitebg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment: fixed;
	background-color:#fff;
}

a {
    color: #0d1c47;
}

#all {
    width: 1013px;
   
    margin: auto;
}

#top {
    background: url(../imgs/bg_top2.png) -1px;
    height: 113px;
    position: relative;
}

#mid_bg{
	background: url(../imgs/bg_main2.png) repeat-y;
}
#mid {
    margin-left: 25px;
    margin-right: 27px;
}

#logo {
    left: 35px;
    top: 55px;
    position: absolute;
}

#bot {
    background: url(../imgs/bg_bot2.png) no-repeat 0px 0px;
    height: 38px;
    padding-top: 38px;
    padding-left: 0px;
    font-size: 11px;
    color: #6a6a6a;
	width:1014px;
	margin:auto;
}

#bot a {
    color: #0c70a4;
}

#cont {
    min-height: 300px;
    margin: 9px;
    margin-top: 10px;

}

#tops {
    margin: 15px;
    margin-top: 0px;
    text-align: justify;
}

#tops .title {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    padding-top: 5px;
    color: #000;
}

#welc {
    /*    background: url(../imgs/tops_bg.png) right repeat-y;*/
    float: left;
    height: 200px;
	width:930px;
}

#top_news {
    float: left;
    width: 460px;
	margin:10px;
}

.date {
    color: #787878;
    float: left;
    padding-top: 5px;
    margin-right: 7px;
    padding-right: 7px;
    background: url(../imgs/date_bg.png) right no-repeat;
    background-position: right 7px;
}

.clear {
    clear: both;
}

#top_bans {
    float: left;
    margin-top: 10px;
}

#top_nav {
    position: absolute;
    right: 250px;
    top: 76px;
}
# li{

	float:left;

}

#top_nav a{

	text-transform:uppercase;

	padding:10px;

	padding-top:7px;

	padding-bottom:7px;

	font-size:10px;

	display:block;

}

#top_nav li a{

	-moz-border-radius-topleft:3px;

	-moz-border-radius-topright:3px;

	-webkit-border-top-left-radius:3px;

	-webkit-border-top-right-radius:3px;	

}

#top_nav li:hover a{

	background:#191919 ;

	color:#fff;

}

#lang{

	position:absolute;

	right:40px;

	top:32px;

}

#search{

	position:absolute;

	right:40px;

	top:80px;

}

#search input{

	background:#f8e9a9;	

	color:#676767;

	font-size:10px;

	border:1px solid #f5e394;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	padding:3px;

	float:left;

	width:150px;

	margin-right:3px;

	margin-top:1px;

}

.submit{

	background:url(../imgs/go.png) !important;

	width:26px !important;

	height:21px !important;

	padding:0px !important;

	-moz-border-radius: 0px !important;

	-webkit-border-radius: 0px !important;

	border:0px !important;

	float:left;

}

#cont{
	width:745px;
	float:left;

}



#txt_head{
	padding:10px;
	border:3px solid #cfcfcf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin:10px;
	width:100%;
	margin-right:0px;
	
}
.content_text{
	padding:10px;
	padding-left:22px;
}

#right_menu {
	float:right;
	margin:10px 16px 10px 5px;
	width:174px;
}

#right_menu ul{
	background:#5f5f5f;	
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}

#right_menu li{
	border-bottom: 1px solid #676767;

}

#right_menu ul a{
	color:#fff;
	display:block;
	padding-left:6px;
	line-height:10px;
}

#right_menu a:hover{
	background:#292929;	
	text-decoration:none;
}



#right_menu ul .selected a{

	background:#292929;

}



.headings {

  margin-bottom: 8px;

  float: left; display: inline;

  font-family: Arial, sans-serif;

  font-size: 11px;

  font-weight: bold;

}



.date_in_list {

  padding-right: 6px;

  border-right: 1px dotted #787878;

  margin-right: 6px;

  float: left; display: inline;

  font-family: Arial, sans-serif;

  font-size: 11px;

  color: #787878;

}



.text_header {

  margin: 0; padding: 0;

  font-family: Arial, sans-serif;

  font-size: 12px;

  font-weight: bold;

  text-transform: uppercase;

  color: #0d1c47;

  padding-bottom: 10px;

}

/* by KOTE -->             ****/
/*****************************/ 
/********* SITEMAP **********/

ul.sitemap, ul.sitemap ul {
	margin: 0; padding: 0;
	font-size: 11px;
}
ul.sitemap li {
	font-weight: bold;
	padding-left: 16px;
	background: transparent url("../imgs/1bull.png") no-repeat 2px 5px;
	margin-top: 5px;
}
ul.sitemap li ul li {
	font-weight: normal;
	padding-left: 14px;
	background: transparent url("../imgs/2bull.png") no-repeat 0 4px;
	margin-top: 5px;
}
/***************************/

/*****************************/
/********* CONTACT FORM **********/
#cont textarea {
	width: 380px;
	height: 200px;
	padding: 2px 5px; 
	border: 1px solid #cfcfcf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.textinput {
	width: 386px;
	height: 18px;
	line-height: 16px;
	padding: 4px 2px; 
	border: 1px solid #cfcfcf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.fdb_title { font-size: 11px; }
#fdb_send {
	text-align: right;
	padding-right: 94px;
	margin-top: 10px;
}
#fdb_send input {
	background-color: #3e3e3e;
	color: #fff;
	padding: 3px 16px 6px 16px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.album_images  {
	float: left;
    height: 91px;
    margin-bottom: 13px;
	margin-top: 10px;
    margin-left: 23px;
    margin-right: 3px;
    overflow: hidden;
    width: 160px;
}
.news_img {
	width: 160px;
	float: left;
	margin-right: 10px;
}



