@import "core/base.css";
@import "core/grid.css";

/*   Defaults
=============================================================================*/
h1{
display:none;
}

h2{
    text-transform:uppercase;font-size:16px; color:#759c15; font-weight:bold; 
}

h3{
    text-transform:uppercase;font-size:16px; font-weight:bold; color:#759c15;
}

a{
     color:#759c15;
}

hr{
 height:1px;color:  #999; background:#999;border:0;
}

/*  Layout
==============================================================================*/

body{
    background: url('images/body_bg.jpg') top center no-repeat;
}

#header{
    height:265px;
}

#main{
  padding-top:20px;
}

#footer{
    background: url('images/footer.jpg') repeat-x top left; height:79px; margin-top:20px;
}

.links{
    text-align:center;margin-bottom:20px;
}

#copy{
    text-align:center;
}

/*
=============================================================================*/

#navigation{
   margin-top:225px;
}

#navigation ul{
   margin:0; padding:0;
}

#navigation ul li{
   list-style-type: none; float:left; margin-right:15px;
}

#navigation ul li a{
   color:#759c15; font-size:14px; font-weight:bold; text-decoration:none;
}

/*  Box
==============================================================================*/
.box{
    background: url('images/box_bg.jpg') no-repeat top left; 
    padding:10px 15px 0 20px;
}

.box_btm{
    background: url('images/box_btm_bg.jpg') no-repeat top left; height:113px;
}

.box h2{
    text-transform:uppercase; padding:15px 0 50px 0; font-size:16px;
    font-weight:bold; color:#759c15;
}

.box .news{
   width:250px; text-align:justify;
} 

.box .news  h2{
 font-size:13px; padding:0;
}

.front_block h2{
  font-weight:normal; font-size:14px;
}

#front_blocks{
  margin-bottom:20px;
}

#front_blocks h2{
  margin-top:20px;
}


