* {
	margin:0px;
	padding:0px;
}
body {
	margin: auto;
	
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	line-height: 20px;
	letter-spacing: 1px;
}
.header {
	margin:auto;
	width:1080px;
}
.header img {
	margin:30px;
}
.menubar {
	margin:auto;
	margin-top:10px;	
	background:url(../index_files/menu_bar.png) no-repeat;
	width:773px;
	height:43px;
}
.menubar ul {
	list-style:none;
	margin-left:155px;
}
.menubar ul li {
	float:left;
	color:#FFFFFF;
	cursor:pointer;
	white-space:nowrap;
	padding-left:15px;
	padding-top:13px;
}
.menubar ul li a{
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}
.m_tabs a:hover {
	color:#999999;
}
.maincontent {
	margin:auto;
	width:1080px;
	padding-top:30px;
}
.gallery_wrap {
	background:url(../index_files/gallery_back.png) no-repeat;
	background-size:624px 252px;
	width:623px;
	height:252px;
	margin:auto;
	padding:3px;
}

#galleries {
	width:618px;
	height:246px;
	
}
#galleries img{
	display:none;
	
}
.kirra_left {	
	background:url(../index_files/news.png) no-repeat;
	background-size:540px 750px;
}
.kirra_content {
	height: 785px;
	width: 500px;
    padding-left: 35px;
    padding-right: 20px;
    margin-top: 70px;
   
}
.weatherzone {
	color:#737373;
}
.weatherzone_head{
	color:#737373;
}
/*slide*/
.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../index_files/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:38px;
	height:56px;
	background:url(../index_files/arrow_left.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background:url(../index_files/arrow_right.png) no-repeat;
	right:-47px;
}
a.nivo-prevNav {
	left:-47px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

