/* CSS Document */

body{
  font-size: 12px;
  font-family: arial;
  background: url(images/bg.jpg) repeat center top;
  margin:0px;
  padding:0px;
}

div, ul{
  overflow: hidden;
}


a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

h1, h2, h3, h4, h5{
  clear: both;
}


form, input, img{
  margin:0px;
}

a img{
  border:0px none;
}


img.right{
  float:right;
  margin:0px 0px 5px 10px;
}

img.left{
  float:right;
  margin:0px 10px 5px 0px;
}

div.right{
  float:right;
}

div.left{
  float:left;
}

ul, li{
  padding:0px; margin:0px;
}

p{
  margin: 10px 0px;
}





/**************PAGE******/
#page{
  margin:0px auto;
  position:relative;
  width:920px;
  padding:0px 20px;
  background-color: #FFFFFF;
  margin-bottom:20px;
}



#header{
  width:920px;
  height:93px;
  border-bottom:1px solid rgb(197,197,197);
}

#header a#logo{
  float:left;
}


#header_links{
  width:460px;
  height:40px;
  float:right;
  border-bottom:1px solid rgb(209,123,123);
  background-color: #F2f2f2;
}

#header_links ul
{
	list-style: none;
}

#header_links ul li
{
	display: block;
	float: left;
	padding-right:1px;
	height:30px;
	background: url(images/header_menu_predel.gif) no-repeat right top
}

#header_links ul li.last{
  background: none;
}

#header_links ul li a
{
	display: block;
	margin:10px;
	height:20px;
	padding:0px 3px;
	background-color: #000000;
	color:#FFFFFF;
  line-height:  190%;
  font-size:10px;
  text-decoration: none;
  text-transform: uppercase;
}



#top_menu{
    width:920px;
  height:79px;
}


#top_menu h2{
  font-size:14px;
  color:#FFFFFF;
  display:block;
  height:40px;
  background-color: #b32323;
  padding:0px 10px;
  margin-top:19px;
  float:left;
  font-weight:normal;
  text-transform: uppercase;
  line-height: 280%;
}

#top_menu_links{
  font-family: verdana;
  width:640px;
  height:39px;
  float:right;
  border-bottom:1px solid #bfbfbf;
}

#top_menu_links ul
{
	list-style: none;
}

#top_menu_links ul li
{
	display: block;
	float: left;
	padding-right:21px;
	height:30px;
	background: url(images/top_menu_predel.gif) no-repeat right top;
	margin-left:20px;
}

#top_menu_links ul li.last{
  background: none;
  padding-right:0px;
}

#top_menu_links ul li.first{
  margin-left:0px;
}

#top_menu_links ul li a
{
	display: block;
	margin:10px 0px 10px 0px;
	height:20px;
	padding:0px 3px;
	color:#333333;
  line-height:  190%;
  font-size:10px;
  text-decoration: none;
  text-transform: uppercase;
}

#top_menu_links ul li a:hover{
  background-color: #b32323;
  color:#FFFFFF;
}


#flash{
  width:920px;
  height:200px;
  margin-bottom:20px;
}

#content{
   width:920px;
    font-family: verdana;
}

#content_right{
  font-size:10px;
  float:right;
  padding-left:20px;
  width:279px;
  border-left:1px solid #000000;
}

#menu_right{
  width:279px;
  padding-bottom:10px;
  border-bottom:1px solid #b32323;
  float:left;  
}

#menu_right ul
{
	list-style: none;
}

#menu_right ul li
{
	display: block;
	float: left;
	height:20px;
	margin-bottom:10px;
	width:100%;
}


#menu_right ul li a
{
	display: block;
	width:100%;
	height:20px;
	padding:0px 4px;
	color:#FFFFFF;
	background-color: #393939;
  line-height:  190%;
  font-size:10px;
  text-decoration: none;
  text-transform: uppercase;
}

#menu_right ul li a:hover{
	background-color: #222222;
}

#content_right h3{
  font-size:12px;
  color:#FFFFFF;
  display:block;
  height:20px;
  background-color: #989898;
  padding:0px 4px;
  margin-top:10px;
  font-weight:normal;
  line-height: 180%;
  text-transform: uppercase;
  float:left;
}

.blog{
  padding-bottom:15px;
  border-bottom:1px solid #d9d9d9;  
  float:left;
  color:#868686;
  margin-bottom:10px;
  width:100%;
}

.blog.last{
    border-bottom:none;  
}

.blog h4{
  font-size:12px;
  color:#b32323;
  margin:0px;
  font-weight:normal;
  text-transform: uppercase;
}

.blog a{
  color:#373737;
  text-transform: uppercase;
  text-decoration:underline;
}

.blog a:hover{
  text-decoration:none;
}

.blog .info{
  color:#c1c1c1;
  margin-bottom:10px;
}

.blog .info a{
  color:#858585;
   text-decoration:none;
}

.blog .info a:hover{
  text-decoration:underline;
}

a.bottom_link{
	display: block;
	 float:left;
	margin:0px;
	height:20px;
	padding:0px 3px;
	background-color:#b32323;
	color:#FFFFFF;
	width:100%;
  line-height:  190%;
  font-size:10px;
  text-decoration: none;
  text-transform: uppercase;
}



/*    TEXT  */

#content_left{
  width:600px;
  float:left;
  font-size:10px;
  margin-bottom:20px;
  color:#5f5f5f;
}

#content_left i{
  color:#b32323;
}

#content_left h1{
  font-size:18px;
  margin:0px 0px 0px 0px;
  color:#353535;
  font-weight:normal;
  text-transform: uppercase;
}

#content_left h2{
  font-size:14px;
  color:#FFFFFF;
  display:block;
  height:20px;
  background-color: #565656;
  padding:0px 4px;
  margin:0px 0px 10px 0px;
  float:left;
  font-weight:normal;
  line-height: 140%;
  text-transform: uppercase;
}

#content_left  a{
  text-decoration: underline;
  color:#5f5f5f;
}

.post p{
  clear:both;
}

#content_left h4{
  color:#b32323;
  margin:0px 0px 10px 0px;
  text-transform: uppercase;
  font-weight:normal;
}

#content_left .post{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #CCCCCC;
}

#content_left ul{
  margin:0px 0px 10px 0px;
  padding-left:15px;
  text-transform: uppercase;
}

#content_left li, #content_left ul{
  list-style-image: url(images/list.gif);
}

#content_left li{
  line-height: 140%;
}


#footer{
  width:920px;
  border-top:1px solid #7f7f7f;
  margin-top:20px;
  padding-bottom:20px;
}

#footer_menu{
  width:920px;
  height:38px;
  border-bottom:1px solid #7f7f7f;
}

#footer_menu ul
{
	list-style: none;
}

#footer_menu ul li
{
	display: block;
	float: left;
	height:30px;
	background: url(images/top_menu_predel.gif) no-repeat right top;
	padding-top:8px;
	text-align: center;
}

#footer_menu ul li.last{
  background: none;
  text-align: right;
}

#footer_menu ul li.first{
  text-align: left;
}

#footer_menu ul li a
{
  padding:2px 4px;
	height:20px;
	color:#333333;
  line-height:  190%;
  font-size:10px;
  text-decoration: none;
  text-transform: uppercase;
}

#footer_menu ul li a:hover{
  background-color: #b32323;
  color:#FFFFFF;
}

#footer_left{
  font-size:10px;
  float:left;
  color:#9b9a9a;
  text-transform: uppercase;
  padding-top:15px;
}

#footer_left a{
  color:#9b9a9a;
}

#footer_right{
  float:right;
  padding-top:15px;
  font-size:10px;
  color:#9b9a9a;
  text-transform: uppercase;
  padding-right:10px;
}

#footer img{
  float:right;
}







