html,body {
	margin:0;
	padding:0;
}

html,body,td,div,a{
	font-family:arial,sans-serif;
	font-size:12px;
  color:#4A494A;
} 

a:hover{
  color:#DB510C;
}

body{
  background: #FFFFFF url(../img/bg.jpg) repeat-x top;
  text-align:center;
}

h1{
  font-size:22px;
  font-weight:bold;
}

.div_main{
  position:relative;
  width:958px;  
  margin-left:auto;
  margin-right:auto;  
  text-align:left;
}

.div_header{
  position:relative;
  width:958px;  
  height:77px;
}

.div_logo{
  position:absolute;
  top:10px;
  left:0px;
  width:196px;
  height:58px;
}

.div_logo img{
  border:0px;
}

.div_menu{
  position:absolute;
  top:50px;
  left:0px;
  width:785px;
  height:20px;
  text-align:right;
}

.div_menu a{
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
}

.div_search{
  position:absolute;
  top:10px;
  left:610px;
  width:300px;
  height:25px;
  text-align:left;
}

.div_search img{
  border:0px;
  vertical-align:top;
}

.div_content{
  position:relative;
  width:958px;  
  text-align:left;
}

.div_content_left{
  position:relative;
  width:820px;
  text-align:left;    
}

.div_content_left_border{
  border-top:1px solid #4A494A;
}

.div_content_vert_border{
  position:absolute;
  top:0px;
  left:820px;
  width:1px;
  height:325px; 
  background: url(../img/content_vert_border.gif) no-repeat top;
}

.div_content_menu{
  position:absolute;
  top:0px;
  left:840px;
  /*width:118px;*/
  width:1000px;
  text-align:left;
  background-color:#ffffff;
}

.div_content_menu_inner{
  position:relative;
  border:1px solid #000000;
}

.div_content_menu_inner img{
  border:0px;
}

.div_footer{
  position:relative;
  clear:both;
  width:840px;
  text-align:left;
  padding-top:25px;
}

.div_footer a{
  text-decoration:none;
  font-weight:bold;
}

.div_promo{
  position:absolute;
  top:5px;
  left:400px;
  width:300px;
}

.div_promo_content{
  overflow:hidden;  
}

.div_promo_content_inner{
  text-align:center;
  border-left: 3px solid #DB510C;
  border-right: 3px solid #DB510C; 
  border-bottom: 3px solid #DB510C;   
  color:#DB510C; 
  background-color:#ffffff;
  padding:5px;  
}

.div_promo_tab{
  height:27px;
  text-align:center;
}

.div_promo_tab a{
  display:block;
  color:#ffffff;
  width:78px;
  height:27px;
  line-height:27px;
  text-align:center;
  background:url(../img/tab_promo.gif);
  font-weight:bold;
  text-decoration:none;
  margin-left:auto;
  margin-right:auto;
}

.div_promo_tab a:hover{
  color:#ffffff;
}
