/* site STYLES*/
body{
        background-color:#999999;
        margin:10px;
}

.siteHeader{
        background-image:url('img/head.jpg');
        width: 801px;
        height: 121px;
        background-repeat:no-repeat;
}
.siteContent{
        background-image:url('img/mid.jpg');
        width: 801px;
        height: 1px;
        background-repeat:repeat-y;
}
.siteFooter{
        background-image:url('img/foot.jpg');
        width: 801px;
        height: 39px;
        background-repeat:no-repeat;
}
.searchHeader{
        background-image:url('img/search_top.jpg');
        width: 144px;
        height: 6px;
        background-repeat:no-repeat;
}
.searchContent{
        background-image:url('img/search_bck.jpg');
        width: 144px;
        height: 1px;
        background-repeat:repeat-y;
}
.searchFooter{
        background-image:url('img/search_bottom.jpg');
        width: 144px;
        height: 4px;
        background-repeat:no-repeat;
}
input.regButt{
       background-image:url('img/reg.jpg');
       background-repeat:no-repeat;
       border:0px;
        width: 52px;
        height: 23px;
}
input.loginButt{
       background-image:url('img/login.jpg');
       background-repeat:no-repeat;
       border:0px;
        width: 44px;
        height: 26px;
}
input.searchButt{
       background-image:url('img/search_butt.jpg');
       background-repeat:no-repeat;
       border:0px;
        width: 50px;
        height: 20px;
}
input.searchField{
        background-image:url('img/search_area.jpg');
       background-repeat:no-repeat;
       border:0px;
        width: 132px;
        height: 20px;
}
.menuBck_left{
        background-image:url('img/head_left.jpg');
        width: 195px;
        height: 1px;
        background-repeat:repeat-y;
}
.menuBck_right{
        background-image:url('img/head_right.jpg');
        width: 196px;
        height: 1px;
        background-repeat:repeat-y;
}

/* font STYLES*/
.menu{
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-variant:normal;
  color: #ffffff;
  font-weight: bold;
  text-decoration:none;
    line-height:18px;
}
.content{
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-variant:normal;
  color: #000000;
  font-weight: normal;
  text-decoration:none;
  line-height:18px;
}
.frontTitle{
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-variant:normal;
  color: #5F153C;
  font-weight: bold;
  text-decoration:none;
}
.smallTitle{
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-variant:normal;
  color: #5F153C;
  font-weight: bold;
  text-decoration:none;
}
li.mainList{
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-variant:normal;
  color: #5F153C;
  font-weight: none;
  text-decoration:none;
  border-bottom:1px solid #5F153C;
  list-style-type:none;
  padding-right:30px;
padding-bottom:5px;
padding-top:5px;
}
.liList{
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-variant:normal;
  color: #5F153C;
  font-weight: none;
  text-decoration:none;
  border-bottom:0px solid #5F153C;
  list-style-type:none;
}

.liSubList{
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-variant:normal;
  color: #5F153C;
  font-weight: none;
  text-decoration:none;
  list-style-type:none;
}
/* button STYLES*/
.standardButton{
        border:1px solid #5F153C;
   font-family: Arial, sans-serif;
  font-size: 13px;
  font-variant:normal;
  color: #5F153C;
  background-color:#ffffff;
}
/* CONTAINER STYLES*/
input.containerField{
       border:0px;
        height: 20px;
        
}
input.containerFillField{
       border:0px;
        height: 20px;
        width:30px;
        border:1px solid #5F153C;
        
}
.containerTitle{
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-variant:normal;
  color: #000000;
  font-weight: bold;
  text-decoration:none;
}
.containerContent{
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-variant:normal;
  color: #000000;
  font-weight: normal;
  text-decoration:none;

}

/*FADERs
/* default opacity for IE */
/*img {
	filter:alpha(opacity=100);
	}
*/
/* duplicate image positioning */
/*img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
*/
