img{
	border: 0px;
}

@font-face
{
font-family: Futul;
src: url('../font/Futul.ttf'),
     url('../font/Futul.eot'); /* IE9 */

}




body {
	background:  white;
	font-family: Tahoma, sans-serif;
	margin: 0px;
}


#main_container{
	position: absolute;
	top:0px;
	height: 100%;
	left:50%;
	margin-left: -490px;
	
}

#upper_part{
	width: 100%;
	background: url('../images/blackbg.jpg') 0 0;
	color: white;
	padding-bottom: 20px;
}

#lower_part{
	position: absolute;
	width: 980px;
	left:50%;
	margin-left: -490px;
	padding-bottom: 60px;
}

#topbar{
	width: 980px;
	height: 100px;
	margin: 0px auto;
	text-align: middle;
}

#topbar img{
	width: 518px;
	height: 100px;
}



#menubar{
	width: 100%;
	height: 35px;
	margin-top: 10px;
	background: #f7730e;
}

#navmenu{
	width: 980px;
	margin: 0px auto;
	height: 100%;
	padding: 0px;
}

#navmenu ul{
	width: 660px;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
}

#navmenu ul li{
	float: left;
	list-style-type: none;
	height: 100%;
}

#navmenu ul li a{
	color: white;
	height: 100%;
	display: block;
	font-family: Tahoma, Futul, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 2.2em;
	padding: 0px 20px;
	text-decoration: none;
	transition: all .3s linear;
	
}

#navmenu ul li a:hover{
	background: #2b528d;
}

#adbar-wrap{
	width: 900px;
	height: 400px;
	margin: 0px auto;
	margin-top: 20px;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#adbar{
	width: 880px;
	height: 400px;
	padding: 10px 10px 10px 10px;
}

#bodybar{
	width: 900px;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.3em;
}

#main_box{
	width: 210px;
	height: 300px;
	margin-right: 20px;
	float: left;
}

#main_box a{
	font-family: Tahoma, sans-serif;
	color: black;
}

#text_box{
	height: 140px;
}

#image_box{
	width: 208px;
	height: 160px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#image_box img{
	width: 188px;
	height: 140px;
	padding: 10px 10px 10px 10px;
}

h3{
	font-family: Futul;
	font-size: 20px;
	color: #FE5512;
}

#contact_left{
	float: left;
	margin-left: 100px;
}

#contact_right{
	float: right;
	margin-right: 100px;
}

#hr_left{
	float: left;
}

#hr_right{
	float: right;
}

.contact_table td{
	vertical-align: top;
}

#gallery_element{
	width: 280px;
	height: 210px;
	margin-left: 13px;
	margin-bottom: 5px;
	overflow: hidden;
	float: left;
}

.gallery{
  width: 280px;
  height: 210px;
  
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.gallery:hover{
  width: 350px;
  height: 263px;
  margin-left: -25px;
}

#footer_bar{
	width: 980px;
	height: 50px;
	font-family: Futul;
	font-size: 15px;
	margin-top: 40px;
	color: white;
	float: left;
	background: #2b528d;
}

#footer_bar p{
	margin: 0px;
}

#footer_bar img{
	height: 40px;
	width: 40px;
	margin-top: 0px;
	background: black;
	transition: all .3s linear;
}

#footer_bar img:hover{
	background: gray;
}



#footer_copyright{
	
	width: 100%;
	height: 30px;
	background-color: #363636;
	bottom: 0px;
	left: 0px;
	position: fixed;
	padding: 0px;
	z-index: 999;
	
}

#footer_copyright_content{
	margin: 0px auto;
	height: 100%;
	width: 980px;
	
}

#footer_copyright_content img{
	float: left;
	padding-top: 2px;
}

#footer_copyright_content p{
	padding-top: 9px;
	padding-left: 36px;
	margin: 0px;
	color: #999;
	font-family: Calibri Light, sans-serif;
	font-size: 12px;
	
	
}

#push{
	width: 100%;
	height: 150px;
}

#span_link{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  /* edit: added z-index */
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('empty.gif');
}





#slides,
    #slides2,
    #slides3 {
      display: none;
      margin-bottom:50px;
    }

    .slidesjs-navigation {
      margin-top:3px;
    }

    .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../images/ads/pagination3.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    a:link,
    a:visited {
      color: #5c5c5c
    }

    a:hover,
    a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
	
	
	
	
	
	
	
	
	
	
#newsticker-demo {
	width: 350px;
	height: 150px;
	float: right;
	font-size: 14px;
	background: blue;
	
}

#newsticker-demo a { 
	text-decoration:none; 
	padding: 10px 10px 10px 10px;
    color: white;
	width: 350px;
	background: blue;
}

#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
	margin-top: 0px;
	height: 48px;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
	color: white;
	background: blue;
	
}

.newsticker-jcarousellite { width: 350px; height: 150px;}
.newsticker-jcarousellite ul li{ list-style:none; display:block; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info {  float:left; width: 100%;  }
.newsticker-jcarousellite .info a{ font-weight:bold; width: 270px; display:block; }
.newsticker-jcarousellite .info span.cat { height: 120px; display: block; font-size: 14px; color: white; padding: 10px 10px 10px 10px; background: blue; line-height: 1.3em;}

.clear { clear: both; }











