@import url("yui-reset.css");


/* global */

img{
	margin:0;
	padding:0;
	display: block;
}

body{
	background: #fff url('../img/body_bg.jpg') repeat-x;
	font-family: Verdana;
	color: #000;
	font-size: 14px;
}

p{
	line-height: 1.5em;
}


a{
	color: #016696;
	text-decoration: none;
}



a:hover{
	text-decoration: underline;
}

strong{
	font-weight: bold;
}


object{
	
}

/* construction */

div#wrapper{
	width: 960px;
	margin: 0 auto;
}


div#head{
	width: 960px;
	height: 310px;
	/* background: transparent url('../img/head_bg.jpg') no-repeat; */
}


div#site{
	width: 960px;
	float: left;
	border-top: 19px solid #960000;
	padding-top: 22px;
}

div#left-side{
	width: 230px;
	float: left;
	background: transparent;
}


div.left-cont{
	width: 178px;
	background: #cacaca url('../img/bg1.jpg') no-repeat;
	border: 1px solid #8d8d8d;
	border-bottom: 0 none;
	padding: 20px 25px;
	float: left;
}

div.left-end{
	width: 230px;
	height: 6px;
	background: #cacaca url('../img/bg3.jpg') no-repeat;
	float: left;
}


div#content-out{
	width: 700px;
	background: #cacaca url('../img/content_bg2.jpg') repeat-y;
	float: right;
}

div#content{
	width: 700px;
	float: left;
	background: transparent url('../img/content_bg.jpg') no-repeat;
	min-height: 300px;
}


div#content-end{
	width: 700px;
	height: 6px;
	float: left;
	background: transparent url('../img/content_end_bg.jpg') no-repeat;
}

div.chapter{
	float: left;
	padding-left: 20px;
}


div#galery{
	width: 700px;
	float: right;
	margin-top: 20px;	
}


div#adword{
	float: right;
	margin-top: 15px;
}


div#footer{
	width: 960px;
	height: 150px;
	background: transparent url('../img/footer_bg.jpg') no-repeat;
	clear: both;
	float: left;
	margin-top: 20px;
}


.w560{width:490px; padding-right: 20px;}

.w190{width:150px;}

.w750{width:640px;}

/* menu */


ul#menu{
	width: 1130px;
	height: 32px;
	clear: both;
	display: block;
}

ul#menu li, ul#menu li a{
	float: left;
	height: 32px;
	display: block;
}

ul#menu li{
position:relative;
}

ul#menu li a{
	text-indent: -5000em;
}


ul#menu li a.item1{
	width:137px;
	background: transparent url(../img/menu/btn_home.jpg) no-repeat;
}

ul#menu li a.item2{
	width:137px;
	background: transparent url(../img/menu/btn_media.jpg) no-repeat;
}

ul#menu li a.item3{
	width:137px;
	background: transparent url(../img/menu/btn_news.jpg) no-repeat;
}

ul#menu li a.item4{
	width:137px;	
	background: transparent url(../img/menu/btn_event.jpg) no-repeat;
}

ul#menu li a.item5{
	width:137px;
	background: transparent url(../img/menu/btn_direct.jpg) no-repeat;
}

ul#menu li a.item6{
	width:137px;
	background: transparent url(../img/menu/btn_info.jpg) no-repeat;
}

ul#menu li a.item7{
	width:159px;
	background: transparent url(../img/menu/btn_cont.jpg) no-repeat;
}

ul#menu li a:hover, ul#menu li a.active{
	background-position: 0 100%;
}



/********************** submenu *********************/
ul#menu ul {
	position:absolute;
	top: 32px;
	left: 0px;
	display:none;
	width: 150px;
}

ul#menu li ul li{
	width: 118px;
	height: 20px;
	float: left;
	background: #960000;
	padding: 5px 10px;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	-moz-opacity:0.8;
}

ul#menu li ul a{
	float:left;
	width: 120px;
	margin:0px;
	padding:0px 0 0 15px; 
	color: #fff;
	text-indent: 0;
	font-size: 12px;
	text-decoration: none;
	background:  transparent url("../img/arrow.gif") 0px 5px no-repeat;
	height: 20px;
}

ul#menu li ul a:hover{
	background-position: 0 5px;
	text-decoration: underline;
}

ul#menu ul ul{
	top:auto;
}	

ul#menu li ul ul {
	left: 160px;
	margin-left: 10px;
}

ul#menu li:hover ul ul, ul#menu li:hover ul ul ul, ul#menu li:hover ul ul ul ul{
	display:none;
}
ul#menu li:hover ul, ul#menu li li:hover ul, ul#menu li li li:hover ul, ul#menu li li li li:hover ul{
	display:block;
}

/********************** submenu *********************/



ul.calendar{
	margin-top: 5px;
	background: #d7d7d7;
	float: left;
	width: 176px;
	padding-bottom: 1px !important;
}

ul.calendar li{
	float: left;
	list-style-type: none;
	font-size: 12px;
	width: 24px;
	height: 17px;
	background: #fff;
	margin-top: 1px;
	margin-left: 1px;
	padding: 3px 0 0 0px;
	text-align: center;
}

ul.calendar li a{
	color: #960000;
	font-size: 12px;
}


dl.news{
	margin-bottom: 10px;
}

dl.news dt{
	font-weight: bold;
}

dl.news dd.date-add{
	font-size: 12px;
	color: #777;
	margin-bottom: 3px;
}

dl.news dd.read-more{
	font-size: 12px;
	font-weight: bold;
}


/* headers */


h1{
	padding: 20px 0 0 0;
}

h1 a{
	display: block;
	width: 470px;
	height: 260px;
	text-indent: -5000em;
}

h2{
	font-size: 21px;
	color: #960000;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

h3{
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 10px 0;
}

h4{
	font-size: 16px;
	width: 180px;
	background: transparent url(../img/head1.jpg) no-repeat;
	padding: 11px 25px;
	font-weight: bold;
	clear: both;
}

h4.inner{
	background: transparent url(../img/head2.jpg) no-repeat;
}


/* paragraphs */

.chapter p{
	padding: 0 0 20px 0;
}

#footer p{
	text-align: center;
	line-height: 1.2em;
}

p.bot-menu{
	padding-top: 8px;
	padding-bottom: 20px;
}

p.bot-menu, p.bot-menu a{
	color: #fff;
	text-decoration: none;
}

p.bot-menu a:hover{
	text-decoration: underline;
}

p.copy a{
	color: #000;
	text-decoration: underline;
}

p.copy a:hover{
	text-decoration: none;
}

p.intro{
	font-weight: bold;
	padding: 0px 0 0 0 !important;
}

/* images */

.image1{
	border: 1px solid #b5872e;
	margin-top: 25px;
	width: 129px;
}

#galery img{
	float: left;
	border: 1px solid #8d8d8d;
	margin-right: 12px;
	width: 164px;
}


/* lists */

.chapter ul{
	line-height: 1.5em;
	padding-bottom: 20px;
}

.chapter ul li{
	padding-left: 20px;
}


dl.ceo{
	color: #960000;
	font-weight: bold;
	padding-top: 10px;
}


dl.staff{
	padding-bottom: 20px;
	clear: both;
}

dl.staff dt{
	padding-bottom: 5px;
}

dl.staff dd.pict{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	width: 140px;
	height: 130px;
}

dl.staff dd.pict img{
	border: 1px solid #b5872e;
	width: 129px;	
}

dl.staff dd.tel{
	font-weight: bold;
}

ul.guestbook{
	margin-top: 10px;
}


ul.guestbook dt{
	font-weight: bold;
}

ul.guestbook dd.date{
	font-size: 12px;
}

ul.guestbook dd.address{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* forms */

form.guest-form{
	width: 410px;
}

.guest-form legend{display: none;}

.guest-form input, .guest-form textarea{
	padding:3px;
	border: 1px solid #969696;
	margin-bottom: 5px;
}

.guest-form input{
	width: 300px;
}

.guest-form textarea{
	width: 400px;
}

.guest-form input#sc{
	width: 100px;	
}

button.ok{
	border: none;
	width: 132px;
	height: 32px;
	background: transparent url('../img/btn_add.jpg') no-repeat;
	text-indent: -5000em;
	float: right;
}


form.cal-form{
	margin-top: 8px!important;
}

form.cal-form select{
	font-family: Tahoma;
	font-size: 14px;
	border: 1px solid #d9d8d8;
}

form.cal-form select#month{
	width: 112px;
}

form.cal-form select#year{
	width: 60px;
}

form.news-form{
	width: 180px;
	height: 26px;
	background: transparent url('../img/news-form-bg.gif') no-repeat;
	margin-top: 10px;
}

.news-form input{
	padding:4px 3px 3px 10px;
	border: 1px solid #969696;
	width: 130px;
	float: left;
	background: transparent;
	border: 0 none;
}


button.sign-up{
	border: none;
	width: 35px;
	height: 26px;
	background: transparent url('../img/btn_signup.gif') no-repeat;
	text-indent: -5000em;
	float: right;
}

/* links */

a#sign-our-guestbook{
	border: none;
	width: 162px;
	height: 32px;
	background: transparent url(../img/btn_sign.gif) no-repeat;
	text-indent: -5000em;
	display: block;
}


/* others */

.m0{
	margin: 0 !important;
}

.mr20{
	margin-right: 20px !important;
}


.fl{
	float:left;
}

.bg_1{
	background: url('../img/bg_light.jpg') repeat-x !important;
	font-weight: bold;
}


.bg_2{
	background: url('../img/bg_dark.jpg') repeat-x !important;
	font-weight: bold;
	color: #960000;
}