/* Random HTML Styles */

#other{
	width : 28px;
	height : 200px;
	position : absolute;
	top : 0px;
	left : 50%;
	margin-left : 460px;
	margin-top : -10px;
}


 .hide { display: none; }

/* General Structure */

    body, td, th, input, div, table { /* redundant rules for bad browsers  */
          font-family : Verdana, Arial, sans-serif;
          font-size : 10pt;
          color : #1E4901;
    }

  h1, h2, h3, h4, h5, h6 {
    margin: 1px 0 2px 0;
    font-family: Verdana, Arial, sans-serif;
    border-bottom : 1px solid #003363;
    width : 95%;
	padding-bottom : 7px;
  }

  li h1, li h2, li h3, li h4, li h5, li h6 {
    border: none;
  }

  #header h1 { border: 0; }

  h1 { font-size: 160%; font-weight: normal; }
  h2 { font-size: 150%; font-weight: normal; }
  h3 { font-size: 120%; }
  h4 { font-size: 100%; }
  h5 { font-size: 90%; }
  h6 { font-size: 90%; border: 0; }

/* Navigation */

        :link { color: #0F6EB2;  text-decoration : none;  }
       :visited { color: #0F6EB2;  text-decoration : none;  }
	   a:hover{ text-decoration : underline;}

/* Other */

 html {
  height:100%;
}

 body {
  margin:0;
  padding:0;
  height:auto !important;
  height:100%;
  min-height:100%;
}

#main{
  background-color : #1F4B00;
  background-image : url(images/bg_body_x.jpg);
  background-position : left;
}

/* MainBody */

DIV.mainBody{
  width : 100%;
  height : 100%;
  text-align : center;
}

DIV.inner{
	width : 920px;
  height : 100%;
	background-color : White;
	margin : auto;
	text-align : left;
}

DIV.top{
	height : 225px;
	display : block;
	overflow : hidden;
}

DIV.left_menu{
	width : 266px;
	background-image : url(images/bg_lmenu.jpg);
	background-repeat : repeat-y;
	background-position : left;
	float : left;
}

DIV.bd_inner{
	width:100%-266;
	margin-left : 266px;
	padding-top : 5px;
}

DIV.lm_inner{
	background-image : url(images/bg_lm_inner.gif);
	background-position : left bottom;
	background-repeat : no-repeat;
	display : block;
}

.menu{
	width : 243px;
	margin-left : 12px;
}


.search{
	width : 243px;
	margin-left : 12px;
	background-color : White;
}

/*BUTTON*/

#button ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border: none;
}

#button li {
      margin: 0;
    }
	  
#button li a {
      display: block;
      padding: 5px 5px 5px 45px;
      text-decoration: none;
      width: 100%;
      text-align : left;
      color : #0F6EB2;
      background-image : url(images/bg_link1.jpg);
      background-repeat : repeat-y;
      background-position : left top;
      border-bottom : 1px solid White;
}

html>body #button li a {
      width: auto;
}

html>body #button li a.topic {
      width: auto;
}

#button li a:hover {
      background-image : url(images/bg_link2.jpg);
      background-repeat : repeat-y;
      background-position : left top;
      color : #0F6EB2;
}

/*BUTTON2*/

#button2 ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border: none;
}

#button2 li {
      margin: 0;
    }
	  
#button2 li a {
      display: block;
      padding: 5px 5px 5px 45px;
      text-decoration: none;
      width: 100%;
      text-align : left;
      color : #0F6EB2;
      background-image : url(images/bg_link3.jpg);
      background-repeat : repeat-y;
      background-position : left top;
      border-bottom : 1px solid White;
}

html>body #button2 li a {
      width: auto;
}

html>body #button2 li a.topic {
      width: auto;
}

#button2 li a:hover {
      background-image : url(images/bg_link4.jpg);
      background-repeat : repeat-y;
      background-position : left top;
      color : #0F6EB2;
}

/*  */

.fm_search{
	margin : 0;
	padding : 0;
}

.fm_search table{
	margin-top : 10px;
	margin-left : 5px;
}

.rline{
	width : 241px;
	margin-left : 12px;
	background-color : White;
	font-size : 1px;
	height : 7px;
	background-image : url(images/rline.gif);
	background-position : left;
	background-repeat : no-repeat;
}

a.a_blue, a.a_blue:VISITED{
	color : #0C6FB0;
	text-decoration : underline;
}

/* BOTTOM */

DIV.bottom{
	clear : both;
	background-image : url(images/bg_btn.jpg);
	background-repeat : repeat-x;
	text-align : center;
	height : 68px;
	padding-top : 20px;
	padding-left : 20px;
	padding-right : 20px;
}

.bottom ul{
	padding : 0;
	margin : 0;
	list-style : none;
	display : inline;
}

.bottom ul li{
	padding : 0 5px 0 1px;
	margin : 0;
	list-style : none;
	display : inline;
	font-size : 8pt;
	color : #204C01;	
}

.bottom ul li a, .bottom ul li a:visited{
	font-size : 8pt;
	color : #204C01;
	text-decoration : none;
}

a.ho, a.ho:VISITED{
	font-size : 10pt;
	color :#204C01;
	text-decoration : none;
}

a.ho:HOVER{
	font-size : 10pt;
	color : #204C01;
	text-decoration : underline;
}

.bottom ul li a:HOVER{
	font-size : 8pt;
	color : #204C01;
	text-decoration : underline;
}

.logo{
	width : 266px;
	float : left;
	text-align : center;
}

.alogo{
  width : 118px;
  height : 30px;
	background-image : url(images/logo.jpg);
	text-decoration : none;
}

table.copy{
	width : 918px;
	text-align : center;
	font-size : 10px;
	margin-top : -10px;
	padding-bottom : 10px;
}

 table.copy td{
		font-size : 10px;
}

.search_inp{
	border : 1px solid #CCCCCC;
}

.gal_thambs{
	width : 200px;
	height : 180px;
	text-align : center;
	float : left;
	margin-top : 10px;
}

.gal_small{
	width : 179px;
	height : 135px;
	background-image : url(images/bg_gal.jpg);
	background-repeat : no-repeat;
	background-position : left top;
	padding-top : 18px;
	padding-left : 6px;
}

.bigimg{
	width : 640px;
	text-align : center;
}

.bigimg1{
	background-image : url(images/big1.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

.bigimg2{
	background-image : url(images/big2.gif);
	background-repeat : no-repeat;
	background-position : right top;
}

.bigimg3{
	background-image : url(images/big3.gif);
	background-repeat : no-repeat;
	background-position : right bottom;
}

.bigimg4{
	background-image : url(images/big4.gif);
	background-repeat : no-repeat;
	background-position : left bottom;
	padding : 18px 18px 18px 22px;
}

.sr_top{
	background-image : url(images/bg_sr_top.jpg);
	background-repeat : repeat-x;
	background-position : -1;
	border : 1px solid #003265;
	margin : 4px;
	margin-bottom : 2px;	
	height : 22px;
	padding-top : 2px;
}

.sr_name{
	float : left;
	padding-left : 10px;
}

.sr_price{
	float : right;
	padding-right : 40px;
	color : #D9000B;
}

.sr_inf1{
	background-color : #DCDCDC;
	border-top : 1px solid White;
	border-bottom : 1px solid #999999;
}

.sr_inf{
	padding-top : 1px;
}

.sr_inf2, .sr_inf3, .sr_inf4{
	border-bottom : 1px solid #CBCBCB;
	border-right : 1px solid #CBCBCB;	
}

.sr_tb{
	margin-left : 5px;
}

.sr_content{
	border-bottom : 1px solid #003466;
	padding : 5px;
	margin : 2px;
}

.obi tr{
	background-image : url(images/bgx.jpg);
}

.s_form{
	width : 200px;
	border : 1px solid #CCCCCC;
}
