*{margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,input,select,textarea{font-size: 100%;}
ul,ol{list-style: none;}
label, input.button{cursor: pointer; cursor: hand;}
img,fieldset{border: none;}
table{border-collapse: collapse; border: none; font-size: 11px;}
hr,.hide{display: none;}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

body{
    background: #AE002E;
    color: #808893;
    font: 11px/14px Tahoma, Verdana, sans-serif;
}

a{
    color: #FFF;
}

#wrapper{
    width: 750px;
    margin: 0 auto;
	position:relative;
}


#header {
height:74px;
  position: relative;
overflow: hidden;
}
#header h1 {
  float: left;
  padding: 45px 0 0 18px;
}

#menu {
    top: 73px;
  position: absolute;
  right: 0;
  height: 29px;
}
#menu li {
  float: left;
  display: inline;
  margin-left: 2px;
  width: 112px;
  height: 29px;
  background: url("../img/menu-bg.gif") no-repeat;
  line-height: 29px;
  text-align: center;
}
#menu a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
#menu p {
	float: right;
	padding: 0 20px;
	line-height: 37px;
	color: #FFF;
	background: url("../img/icon-total.gif") no-repeat 0 50%;
}



#main-out{padding: 0px;}

#main{position: relative;
}
#main-out{min-height: 240px; margin: 0px;}

#shadow{ background-color:#FFF;

height: 15px;}


#footer{
    margin: 30px 0 100px;
    height: 35px;
    background: url("../img/footer-bg-inner.gif") no-repeat 0 0;
    text-align: center;
    font-size: 10px;
}
#footer p{
    padding-top: 10px;
}
#footer, #footer a{
    color: #9d4d63;
}
#footer img{
    vertical-align: middle;
}