/* CSS Document */
*{margin:0; padding:0;}

body{
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:12px;
   color:#333333;
   line-height:18px;
}

img{border:none;}
.img{float:left;}

a{text-decoration:none;}
a:hover{text-decoration:underline;}
a:link{}
a:visited{}
a:active{}

.main{
   width:990px;
   margin:0 auto;
   background:url(../images/main_bg.jpg) top no-repeat;
   border:#333 solid 1px;
}

.header{
   width:952px;
   float:left;
   padding:23px 14px 0 24px;
}
.header_left{
   width:280px;
   float:left;
}
.header_left span{
   float:left;
   padding:10px 0 15px 6px;
   font-size:20px;
   color:#FFFFFF;
   line-height:24px;
}
.header_left_img{
   margin-top:12px;
   float:left;
}

.header_right{
   float:right;
   padding-top:331px;
}
.header_search{
   width:161px;
   height:24px;
   float:left;
   background:url(../images/header_search.jpg);
}
.search_inp{
   width:149px;
   height:19px;
   float:left;
   background:none;
   border:#000000 solid 1px;
   padding:3px 5px 0 5px;
}
.go{
   width:27px;
   height:24px;
   float:left;
   background:url(../images/go.jpg) ;
   border:none;
   cursor:pointer;
   margin-left:6px;
}

/***  NAVBAR  ***/
.navbar{
   width:905px;
   height:62px;
   float:left;
   background:url(../images/navbar_bg.jpg) repeat-x;
   margin-top:10px;
   text-align:center;
   padding:0 0 0 85px;
}
.navbar a{
   float:left;
   font-family: Impact, Charcoal, Arial,  sans-serif;
   font-size:25px;
   color:#FFFFFF;
   padding:0 22px;
   line-height:60px;
   height:62px;
}
.navbar a:hover, .navbar .active{
   background:url(../images/navbar_ahover.jpg) repeat-x;
   border-left:#9E9E9E solid 1px;
   border-right:#9E9E9E solid 1px;
   text-decoration:none;
   margin-left:-1px;
   margin-right:-1px;
}
.navbar .active{
	margin-right:0;
	}

/**  CONTENT LEFT  **/
.cont_left{
  width:590px;
  float:left;
  border-right:#CCCCCC solid 3px;
  margin-top:48px;
  font-size:14px;
  padding:0 28px 0 30px;
  line-height:23px;
}
.cont_left h1{
   font-size:36px;
   font-weight:normal;
   padding-bottom:20px;
   line-height:40px;
}

/**  CONTENT RIGHT  **/
.cont_right{
   width:270px;
   float:left;
   padding-left:34px;
   border-left:#CCCCCC solid 3px;
   margin:48px 0 0 -3px;
}
.cont_right li{
   padding-bottom:24px;
   list-style:none; 
}
.cont_right a{
   color:#333333;
}
.cont_right .no_padd{
   padding-bottom:0;
}

/**  CONTENT IMAGES  **/
.cont_img{
   width:960px;
   margin:0 auto;
   clear:both;
   padding-top:40px;
}
.arrow{
   float:left;
   margin-top:53px;
}
.img{
   float:left;
   margin:0 6px ;
}

/**  FOOTER  **/
.footer{
   width:100%;
   float:left;
   border-top:#D9D8D9 solid 1px;
   margin-top:40px;
   padding:30px 0;
   font-family:Arial, Helvetica, sans-serif;
   text-align:center;
}
.footer a{
   color:#333333;
}
