*{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: #FF6900;
  color: #434343;
  font: 11px/14px Tahoma, Verdana, sans-serif;
}

#wrapper {
  width: 850px;
  margin: 0 auto;
  padding: 63px 0 20px;
}
#header {
  height: 78px;
  background: #FFF;
}
#header h1 {
  float: left;
  padding: 11px 0 0 15px;
}
#login {
  float: right;
  display: inline;
  margin-right: 40px;
  width: 280px;
padding-left: 0;
}
#login form * {vertical-align: middle;}
#login form {
  padding: 20px 0 0 0;
}
#login form a {color: #ACACAC;}
#login form td {
  padding: 0 5px 2px 0;
  color: #ACACAC;
  font-size: 10px;
}
#login form input {
  width: 115px;
  font-family: Tahoma, Verdana, sans-serif;
  color: #ACACAC;
  background: #FFF;
  font-size: 10px;
border: 1px solid #DEDEDE;
  padding: 1px;
}
#remember, #login form input.button2 {
  width: auto !important;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
  color: #ACACAC !important;
  background: none !important;
}

#menu {
  height: 27px;
  line-height: 24px;
  overflow: hidden;
  background: url("../img/menu-bg-inner.gif") no-repeat;
}
#menu ul {
  padding-left: 20px;
float: left;
}
#menu li {
  float: left;
  padding: 0 10px 0 11px;
  background: url("../img/m-sep.gif") no-repeat 0 0;
}
#menu a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
#menu .f {padding-left: 0; background: none;}
#menu p {
	float: right;
	padding: 0 20px;
	line-height: 37px;
	color: #FFF;
	background: url("../img/icon-total.gif") no-repeat 0 50%;
}

#main{position: relative;
margin-top:0px;
background:#FFF;
}


#main-out{min-height: 240px; padding-top: 10px; margin: 0px; padding-bottom: 10px; _padding-bottom: 0px;
padding-left:50px; padding-right:50px;}

#shadow{ 
background:#FFF;
height: 15px;}


#features {
    position: absolute;
    top: -102px;
    left: 1px;
    width: 188px;
    height: 331px;
    background: url("../img/features-bg.jpg") no-repeat;
}
#features ul {
    padding: 51px 0 0 49px;
}
#features ul li {
    color: #FFF;
    padding: 6px 0;
}

#footer {
  line-height: 53px;
  height: 53px;
  overflow: hidden;
  color: #FFF;
  background: url("../img/footer-bg.jpg") no-repeat;
  padding: 0 20px;
}
#footer ul li {
  float: left;
  display: inline;
  padding: 0 5px 0 11px;
  background: url("../img/f-sep.gif") no-repeat 0 50%;
}
#footer ul {float: right;}
#footer a {color: #D3C8C9;}
#footer .f {background: none;}
#footer p {
  float: left;
}