html, body{
  font-size: 11px;
  font-family: Tahoma, Arial, Times;
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: #4B5B75;
  background: url("/design/background.gif") top left repeat-y;
  background-color: #E5E6E8;
}

p, td{
  font-size: 11px;
  font-family: Tahoma, Arial, Times;
  color: #4B5B75;
}

a:link {color: #9A181C; text-decoration: underline;}
a:visited {color: #9A181C; text-decoration: underline;}
a:visited {color: #9A181C; text-decoration: underline;}
a:hover {color: #5C84A8; text-decoration: none;}

address {
  font-style: normal;
}

h1 {
  color: #4B5B75;
  font-size: 14px;
  text-transform: uppercase;
}

h2{
  color: #9A181C;
  font-size: 12px;
  margin: 10px 0 0 0;
}

h3{
  color: #5C84A8;
  font-size: 12px;
  margin: 10px 0 0 0;
}


.wrapper{
  width: 100%;
  height: 100%;
  text-align: center;
}

.header_wrapper{
  margin: 0 auto;
  background: url("/design/logo_right.jpg") top right no-repeat;
  width: 800px;
  background-color: #5C84A8;
  height: 80px;
}

.logo{
  float: left;
  width: 248px;
  height: 56px;
  padding: 12px 0 0 30px;
}

.content_wrapper{
  margin: 0 auto;
  width: 800px;
}

.content{
  float:left;
  background: url("/design/content_bg.jpg");
}

.left{
  float: left;
  width: 582px;
  background-color: #ffffff;
  margin: 7px 0 0 7px;
  text-align: left;
}

.left_content{
  float: left;
  margin: 5px 5px 5px 5px;
}

.right{
  float: right;
  width: 178px;
  text-align: left;
  margin: 10px 0px 0px 33px;
}

.footer{
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
  color: #4B5B75;
}

a.footer_nav{
  text-decoration: none;
  color: #4B5B75;
}

.small{
  font-size: 10px;
  color: #4B5B75;
}

/* MENU STYLES */

.menu{
 font-size: 12px;
 margin: 0 0 0 10px;
 padding: 0px;
}

a.menu{
 color: #ffffff;
 text-decoration: none;
}
a.menu:visited{
 color: #ffffff;
 text-decoration: none;
}
a.menu:active{
 color: #ffffff;
 text-decoration: none;
}
a.menu:hover{
 color: #C2D0DB;
 text-decoration: none;
}

a.sub_menu{
 color: #ffffff;
 text-decoration: none;
 margin: 0 0 0 30px;
}
a.sub_menu:hover{
 color: #C2D0DB;
 text-decoration: none;
 margin: 0 0 0 30px;
}



/* Sale items */
.items_table{
  float: left;
  background-color: #ffffff;
  border-left: 1px solid #4A5B75;
  border-right: 1px solid #4A5B75;
}
.items_td{
  border-bottom: 1px solid #4A5B75;
}
.items_th{
  background-color: #4A5B75;
  color: #ffffff;
  FONT-SIZE: 11px;
  font-weight: bold;
  text-align: left;
}
.items{
  font-weight: bold;
  border-bottom: 1px solid #4A5B75;
  padding-left: 3px;
}
.items_sale{
  color: #954349;
  border-bottom: 1px solid #4A5B75;
}

.attention{
  color: #954349;
}