
/**************************************************************************************************
body Section
***************************************************************************************************/
	
body {
    text-align:center;
    background:#e1e1e7 url(/images/bodyloop.gif) repeat-x;
    background-position:0px 0px;
    /*background:#fff;
    */ behavior: url(/css/csshover.htc);
    font-family: Verdana, Tahoma, Arial ;
    font-size: 11px;
    color: #00CC33;
    line-height: 1,5em;
    letter-spacing: 0;
  }

/**************************************************************************************************
Framework Section
***************************************************************************************************/  
	
#wraper {
    position:relative;
    width:998px;
    margin:0 auto;
    text-align:left;
    border:0px solid red;
  }


html>body #wraper {
    overflow:hidden;
  }

/*Wraperbox style*/
	
#wraperbox {
    width:966px;
    margin:75px 0 0 30px;
    _margin:0px 0 0 30px;
    _padding:75px 0 0 0px;
    border:0px solid red;
  }


.toprond {
    width:966px;
    height:10px;
    background: url(/images/toprond5.png) no-repeat;
    background-position:0px 0px;
    _margin-bottom: 3px;
  }

/*Toplinks style*/
	
.toplinks {
    position:absolute;
    top:10px;
    right:20px;
    width:70px;
    height:50px;
    text-align:right;
    border:0px solid red;
  }

/*WindLogo style*/
	
.windlogo {
    position:absolute;
    top:0;
    left:0;
    width:240px;
    height:308px;
    /*background: url(/images/windlogo2.png) no-repeat ;
    background-position:0px 0px;
    */border:0px solid red;
  }


.windlogo .btnbar {
    margin:180px 0 0 45px;
  }

/**************************************************************************************************
Mid Section
***************************************************************************************************/
	
  
.mid {
    width:966px;
    background: url(/images/bigloop6.png) repeat-y;
    background-position:0px 0px;
    margin:0px;
    _margin:-7px 0 0 0;
  }

/*html>body .header{
	overflow:hidden;
	}	*/
/**************************************************************************************************
Footer Section
***************************************************************************************************/  
	
.footer {
    position:relative;
    width:966px;
    background: url(/images/bigfoot4.png) no-repeat ;
    background-position:0px 0px;
    clear:both;
  }


.footerbox {
    width:966px;
    height:40px;
  }

/*Footlinks style*/
	
.footlinks {
    position:absolute;
    top:24px;
    right:50px;
    width:270px;
    height:20px;
    color:#fff;
    border:0px solid red;
  }


.footlinks a {
    font-size:10px;
    color:#fff;
  }

/* search */
.search-row {
	padding-bottom:20px;
}

.search-row-title a {
	font-weight:bold;
}

.search-row-markup {
	font-style:italic;
	font-weight:bold;
}

.search-row-url {
	color:green;
	
}
