

/* GLOBAL */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #848484;
	background-image: url('../img/body_bg.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
}

a {
	cursor: pointer;
}

img {
	border: 0px;
}

ul, form {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0xp;
	padding-top: 0px;
	padding-bottom: 0px;
}

input.text, select, textarea {
	width: 155px;
	height: auto;
	font-family: Arial,Tahoma;
	font-size: 11px;
	color: #5c5c5c;
	padding: 2px;
	border: 1px solid #999;
	padding-right: 0px;
}

textarea {
	width: 263px;
	height: 120px;
}

input.button {
	width: auto;
	height: 21px;
	line-height: 17px;
	padding: 0px 7px;
	background-color: #ae4035;
	background-image: url('../img/button_bg.jpg');
	background-repeat: repeat-x;
	border: 1px solid #892016;
	font-family: Arial,Tahoma;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}






/* LOCAL */

#top_bar {
	width: 100%;
	height: 6px;
	background-color: #878787;
	font-size: 1px;
}

#bottom_bar {
	left: 0px;
	width: 100%;
	height: 309px;
	background-image: url('../img/bottom_bg.png');
}





#container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}



#top {
	width: auto;
	height: 50px;
}

#top #logo {
	float: left;
	text-align: left;
	width: 248px;
	height: auto;
	padding-top: 10px;
	padding-left: 11px;
	font-size: 1px;
}

#top #menu {
	float: right;
	text-align: right;
	height: auto;
	width: auto;
	padding-top: 33px;
}

#top #menu ul {
	padding-right: 20px;
}

#top #menu ul li {
	width: auto;
	height: 17px;
	float: left;
	line-height: 17px;
	list-style: none;
	margin-left: 24px;
}

#top #menu ul li a {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#top #menu ul li a:hover, #top #menu ul li.active a {
	color: #000;
}




#header {
	width: auto;
	height: 227px;
	background-repeat: no-repeat;
	font-size: 1px;
	overflow: hidden;
}

#header img {
	margin-left: 728px;
	margin-top: 12px;
}




div.photo1 {
	background-image: url('../img/headers/1.png');
}

div.photo101 {
	background-image: url('../img/headers/101.png');
}

div.photo136 {
	background-image: url('../img/headers/136.png');
}

div.photo137 {
	background-image: url('../img/headers/137.png');
}

div.photo138 {
	background-image: url('../img/headers/138.png');
}

div.photo139 {
	background-image: url('../img/headers/139.png');
}

div.photo140 {
	background-image: url('../img/headers/140.png');
}







#submenu_bottom {
	width: auto;
	height: 6px;
	background-image: url('../img/submenu_bottom_bg.png');
	background-repeat: no-repeat;
	font-size: 1px;
}






#left_shadow {
	width: 17px;
	margin-bottom: -25000px;
	padding-bottom: 25000px;
	font-size: 1px;
	float: left;
	background-image: url('../img/left_shadow_bg.png');
	background-repeat: repeat-y;
}

#right_shadow {
	width: 17px;
	margin-bottom: -25000px;
	padding-bottom: 25000px;
	font-size: 1px;
	float: left;
	background-image: url('../img/right_shadow_bg.png');
	background-repeat: repeat-y;
}





#left {
	width: 253px;
	margin-bottom: -25000px;
	padding-bottom: 25000px;
	float: left;
	background-color: #d6d6d6;
	background-image: url('../img/left_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#left h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #1e1e1e;
	text-transform: uppercase;
	width: auto;
	padding-right: 20px;
}





#under_menu {
	width: auto;
	height: auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 13px;
	overflow: hidden;
}

#under_menu ul {
	
}

#under_menu ul li {
	line-height: 20px;
	list-style: none;
	padding-left: 17px;
	background-image: url('../img/list_bg.png');
	background-repeat: no-repeat;
	background-position: left 5px;
}

#under_menu ul li a {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #111;
	font-weight: normal;
}

#under_menu ul li.active a {
	color: #cc0000;
}

#under_menu ul li a:hover {
	color: #cc0000;
}

#under_menu ul li ul {

}

#under_menu ul li ul li {
	padding-left: 14px;
	background-image: url('../img/sub_list_bg.png');
	background-position: left 7px;
}

#under_menu ul li ul li a {

}

#under_menu ul li.active ul li a {
	color: #111;
}

#under_menu ul li.active ul li a:hover {
	color: #cc0000;
}




#left #search {
	width: auto;
	height: auto;
	padding-top: 8px;
	padding-left: 10px;
}

#left #search div {
	float: left;
	margin-right: 4px;
	padding-right: 0px;
	font-size: 1px;
}

#left #search input.text {
	border: 2px solid #fff;
}

#left a.archive {
	font-family: Arial;
	font-size: 11px;
	color: #cb2e21;
}

#left a.archive:hover {
	color: #111;
}




#last_news {
	width: auto;
	height: auto;
	float: none;
	clear: both;
	padding-left: 12px;
	padding-top: 20px;
}

#last_news .item {
	width: auto;
	height: auto;
	margin-bottom: 17px;
	padding-right: 20px;
}

#last_news .item .title {
	
}

#last_news .item .title h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial,Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #111;
}

#last_news .item .summary {
	font-family: Arial,Tahoma;
	font-size: 11px;
	color: #555;
	line-height: 17px;
	padding-right: 15px;
}

#last_news .item .date {
	float: left;
	font-family: Arial,Tahoma;
	font-size: 11px;
	color: #111;
	font-style: italic;
	line-height: 24px;
}

#last_news .item .readmore {
	float: right;
	padding-right: 15px;
	line-height: 20px;
}

#last_news .item .readmore a {
	font-family: Tahoma;
	font-size: 11px;
	color: #cb2e21;
}

#last_news .item .readmore a:hover {
	color: #111;
}






#main {
	float: left;
	overflow: hidden;
}





#right {
	width: 668px;
	margin-bottom: -25000px;
	padding-bottom: 25000px;
	float: left;
	padding-left: 25px;
	background-color: #f1f1f1;
	background-image: url('../img/right_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#right .title {
	float: left;
	width: auto;
	overflow: hidden;
}

#right .title h1 {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#right .breadcrumb {
	width: 320px;
	height: 20px;
	line-height: 16px;
	float: right;
	font-family: Arial;
	font-size: 11px;
	color: #111;
	padding-left: 17px;
	padding-right: 15px;
	padding-top: 7px;
	text-align: right;
}

#right .breadcrumb a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#right .breadcrumb a:hover {
	color: #cc0000;
}

#right #text {
	font-family: Arial,Tahoma;
	font-size: 11px;
	color: #111;
	line-height: 20px;
	padding: 15px 35px 20px 0px;
	overflow: hidden;
}

#right #text a {
	text-decoration: underline;
	color: #cc0000;
}

#right #text a:hover {
	color: #111;
}

#right #text h1 {
	font-family: Arial;
	font-size: 19px;
	color: #d91811;
	font-weight: bold;
}

#right #text h2 {
	font-family: Arial;
	font-size: 14px;
	color: #d91811;
	font-weight: bold;
}

#right #text h3 {
	font-family: Arial;
	font-size: 12px;
	color: #d91811;
	font-weight: bold;
}

#right #text ul {
	
}

#right #text ul li {
	list-style: none;
	padding-left: 17px;
	background-image: url('../img/list_bg.png');
	background-repeat: no-repeat;
	background-position: left 4px;
}

#right .to_top {
	width: auto;
	height: 17px;
	line-height: 17px;
	text-align: right;
	padding-bottom: 12px;
	padding-right: 10px;
}

#right .to_top a {
	font-family: Arial,Tahoma;
	font-size: 11px;
	color: #111;
	text-decoration: none;
	padding-right: 17px;
	background-image: url('../img/arrow_up.png');
	background-repeat: no-repeat;
	background-position: right;
}

#right .to_top a:hover {
	text-decoration: underline;
}







#sitemap {
	width: 980px;
	height: 235px;
	background-image: url('../img/sitemap_bg.png');
	background-repeat: no-repeat;
}

#sitemap ul {
	padding-left: 30px;
	padding-top: 20px;
}

#sitemap ul li {
	list-style: none;
	float: left;
	width: 123px;
	height: 20px;
	padding-right: 5px;
}

#sitemap ul li a {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #1d1d1d;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 20px;
	line-height 20px;
}

#sitemap ul li.active a, #sitemap ul li a:hover {
	color: #cc0000;
}

#sitemap ul li ul {
	padding-top: 0px;
	padding-left: 0px;
}

#sitemap ul li ul li {
	float: none;
}

#sitemap ul li ul li a {
	text-transform: none;
	font-weight: normal;
	font-size: 10px;
	color: #1d1d1d;
}

#sitemap ul li.active ul li a {
	color: #1d1d1d;
}

#sitemap ul li ul li a:hover {
	color: #cc0000;
}

#sitemap ul li ul li.active a {
	font-weight: bold;
	color: #cc0000;
}






#about {
	width: auto;
	height: 16px;
	line-height: 16px;
	float: left;
	text-align: left;
	padding-left: 22px;
	padding-bottom: 20px;
}

#about a {
	font-family: Arial;
	font-size: 9px;
	color: #c9c9c9;
	text-decoration: underline;
}

#about a:hover {
	color: #fff;
}







#tromik {
	width: auto;
	height: 16px;
	line-height: 16px;
	float: right;
	text-align: right;
	font-family: Arial,Tahoma;
	font-size: 9px;
	color: #c9c9c9;
	padding-right: 22px;
	padding-bottom: 20px;
}

#tromik a {
	color: #c9c9c9;
	text-decoration: underline;
}

#tromik a:hover {
	color: #fff;
}
















#about_site_bg {
	position: absolute;
	z-index: 5;
	background-color: #000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}


#about_site {
	z-index: 10;
	position: absolute;
	width: 400px;
	height: 260px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -130px;
	background-color: #fff;
	padding: 10px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	line-height: 17px;
}

#about_site .title {
	float: left;
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#about_site .close {
	float: right;
	text-align: right;
}

#about_site .text {
	text-align: left;
}

#about_site .text a {
	color: #cc0000;
}

#about_site .text a:hover {
	color: #111;
}












.photosquare {
	background-color: #eee;
	border: 1px solid #ccc;
	width: 220px;
	height: 165px;
	padding: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}



#poll {
	padding: 40px 25px 20px 10px;
	font-family: Arial;
	font-size: 11px;
	color: #111;
}

#poll a {
	color: #d13216;
}






