@import url(reset.css);
*{
    font-family:Arial !important;
    font-size:11px;
}

body{
background-color: #fff;
min-width: 1024px;
min-height: 800px;
}


#withbeg{
width: 100%;
clear: both;
background: url(../img/beck.png) repeat-y top center;
                                                                                                                   
}
#header{
width: 100%;
height: 320px;
margin: 0;
background: url(../img/top.png) repeat-x top
}
@-moz-document url-prefix() {
  #withbeg {background: url(../img/beck_.png) repeat-y top center}
}
#topfon{
      background: url(../img/topfon.png) no-repeat;
      width: 1113px;
      height: 319px;
}
#content_all{
  font-family: verdana;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #5c403e;
width:100%;
float: left;
min-height: 500px;
padding-bottom: 30px;;
background: url(../img/fon.png) repeat left top
}
#content{
float: left;
width: 550px;

}   

#content h1 {
  font-family: arial;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  color: #333;
}

#content a {
  font-weight: bold;
  color: #e6a01a;
  text-decoration: none;
 
}

#content a:hover {
  background-color: #e6a01a;
  color: #fff;
  text-decoration: none;
  background-image: none;

}

 #content {


  margin-top: 20px;
}

#content h1 {
  padding-bottom: 10px;
}

#content p {
  padding-top: 8px;
  padding-bottom: 8px;
}

#content .pager li {
  display: inline;
}

.node{
  clear: both;
  font-weight: bold;
}
.node .content ul li {
  margin-left: 30px;
}

.node h2 {
  margin-top: 10px;
}

.node img.feedback {
  float: left;
  padding: 10px 20px 20px 0px;
}

 .node span.submitted {
  color: #828282;
}

.node .content ul li {
  list-style-type: disc;
}

.node h2 {
  font-size: 18px;
  line-height: 1.25em;
}

/* =========== common =========== */
.clear {
  clear: both;
}

  top: -0.5em;
sup {
  position: relative;
  margin-left: 0.1em;
  font-size: 0.7em;
}

.hidden {
  display: none;
}

/* =========== Info message box on Home page =========== */
#content table.info { margin-left: -30px; }
#content table.info td { vertical-align: top; }
#content table.info td.message { padding: 15px 15px; }
#content table.info td.info_tl { background: url('../images/info_03.png') left top no-repeat; height: 15px; width: 15px; }
#content table.info td.info_tr { background: url('../images/info_05.png') left top no-repeat; height: 15px; width: 15px; }
#content table.info td.info_ml { width: 15px; }
#content table.info td.info_mr { width: 15px; }
#content table.info td.info_img { background: url('../images/info_09.png') left center no-repeat; width: 55px; background-color: #fff;}
#content table.info td.info_bl { background: url('../images/info_12.png') left bottom no-repeat; height: 15px; width: 15px; }
#content table.info td.info_br { background: url('../images/info_13.png') left bottom no-repeat; }
#content table.info { background-color: #f5f5f5; font-style: italic; }
#content table.info i { font-weight: bold; }




#menu{
  background: url(../img/menu.png) no-repeat;
  width: 450px;
  height: 502px;
  float: left;
  
}
#menu_ul{
width: 300px;
margin: 40px 0 0 120px; 
}
#menu a {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  line-height: 1.5em;
}

#menu a:hover {
  color: #e6a01a;
  text-decoration: none;
  background: url('../images/dash.gif') 0 1.0em repeat-x;
}


#menu a.active {
  color: #e6a01a;
  text-decoration: none;
  
}

#menu ul li ul li {
  list-style-type: disc;
  line-height: 1.2em;
  font-weight: normal;
  margin-left:10px;
}

#menu ul li ul li a {
  color: #333;
  font-size: 13px;
  line-height: 1.0em;
  
}
#menu ul{
padding: 4px;

}
#fotter{
float: left;
width: 100%;
height: 350px;
padding:0;
margin:0px;
}
#footer_pig{
margin:0px;
width: 536px;
height: 296px;
}       
 #footer_pig1{
background: url(../img/fotter_pic.png) no-repeat top left;
width: 536px;
height: 296px;
}   

ul.menu{list-style:none;border:none;text-align:left;}
ul.menu li{margin:0 0 0 0.5em;}
.expanded{
list-style-type:circle;
list-style-image:url(../misc/menu-expanded.png);

}

 li.leaf{list-style-type:square;list-style-image:url(../misc/menu-leaf.png);
 padding:0.2em 0.5em 0 0;  margin:0;}
 li a.active{color:#000;}

 ul.links li{display:inline;list-style-type:none;padding:0 0.5em;}
 .block ul{margin:0;padding:0 0 0.25em 1em;}

.line{
float: left;
width: 100%;
height: 6px;
background: url(../img/line.png) repeat-x top
}

/* =========== Image Gallery in Object page =========== */
#gallery a {
  color: #fff;
  background-color: #fff;
  background-image: none;
}
#gallery a:hover {
  background-color: #fff;
}
#gallery a img {
  border: 2px solid #CCCCCC;
  margin: 2px;
  padding: 5px;
}
#gallery a img:hover {
  border-color: #e6a01a;
}

