/* 
    Document   : style
    Created on : 2009-3-17, 23:45:32
    Author     : Maklube
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
*{}

root { 
    display: block;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url('images/rep.gif');
  background-repeat: repeat-x;
  background-color: #82cee6;
}
.wrapper {
  margin: 0 auto;
  width: 1000px;
    background-image: url('images/mid.gif');
  background-repeat: no-repeat;
    min-height: 540px;
  height: auto !important;
  height: 540px;
}
.end {
  clear:both;
margin:0 auto;
padding:0;
background:transparent url('images/end.gif') repeat-x scroll center top;
height:111px;
width:100%;
text-align: center;
color: #acf6b1;
    font-family: arial;
    font-size: 12px;


}
.all {
  width: 760px;
  margin:0 auto;
  background-color: transparent;
  height: 200px;
  
}
.menu {
    width: 760px;
    float: left;
    text-align: center;
    font-family: arial;
    font-weight: bolder;
    font-size: 24px;
    color: #82cee6;
}
.content {
  width: 760px;
    float: left;
    text-align: left;
    font-family: arial;
    font-size: 12px;
    color: #00394b;
}
.content a{
  padding: 2px 10px;
  font-style: italic;
  text-decoration:none;
  font-weight: bold;
  font-size: 13px;
  color: rgb(0, 69, 90);
}
.content a:hover {
color:#FFF;
font-size:13px;
font-style:italic;
font-weight:bold;
padding:2px 10px;
text-decoration:none;
}
.zname
{
 width:80px;height:35px;
 position:relative;
}
a.zname
{
 float:right;

position:relative;
text-decoration:none;
width:80px;

height:35px;
margin-right:100px;
margin-top:70px;
z-index:100;
}

.weather{
  float:right;
  padding-left:10px;
  width:310px;
  height:400px;
}
.logo
{
  height:176px;
  float:left;
  padding:0;
  margin:0;
  cursor:pointer;

}

.myLogos{
  width: 1000px; height: 170px; position: absolute; cursor:pointer;float:left;
}
.logo a img.zname
{
  margin:0;
}
.logo a img {border:0px;}
a.fav1,a.fav2,a.fav3,a.fav4,a.fav5,a.fav6{
  text-decoration:none;
  width:32px;
  height:32px;z-index:100;
  position: absolute;float:left;
}
a.fav1,a.fav6{
  margin-top:85px; 
}

a.fav2,a.fav5{
  margin-top:56px;
}
a.fav3,a.fav4{
  margin-top:42px;
}
a.fav1{
   margin-left:320px;
}
a.fav2{
   margin-left:364px;
}
a.fav3{
   margin-left:411px;
}
a.fav4{
   margin-left:551px;
}
a.fav5{
   margin-left:595px;
   
}
a.fav6{
   margin-left:642px;
}
.zname img {border:0px;}
 
.end a {

  color:#ACF6B1;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
}
.LoginForm{
  font-weight:bold;
  width:auto;
}
.LoginForm input{width:100px;}