body {
  font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
	background-color: #eeeded;
	color: #9e9d9d;
	font-size: 12px;
	background-image: url(./images/bodybg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	}
img {
  border: 0;
	}
.container {
  position: relative;
	margin: 0 auto;
	width: 887px;
	}
.content {
  width: 823px;
	background-color: #fff;
	border: 10px solid #fff;
	margin-bottom: 45px;
	}
.floatleft {
  float:left;
	margin-right: 10px;
	padding-right: 10px;
  border-right: 1px solid #9a9999;
	}
.floatleftsection {
  float:left;
	margin-right: 10px;
	}
.floatleftnoborder {
  float:left;
	margin-right: 10px;
	}
.floatrightredbox {
  float:right;
	background-color: #fb8181;
	padding: 0 0 10px 10px;
	width: 335px;
	margin-left: 10px;
	color: #510000;
	}
.floatrightredbox a {
  color: #510000;
	font-weight: bold;
	}
.floatrightredbox .head {
  padding-top: 10px;
  padding-bottom: 7px;
  
	}
.rightmenu {
	text-align: right;
	}
.rightmenu a, .centertext a {
  color: #f91d1d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin: 5px 0;
	}

.footer {
  height: 23px;
	background-color: #fa5a5a;
	position: absolute;
	left: 0;
	bottom: -30px;
	padding: 7px 10px 0 10px;
	width: 823px;
	color: #fff;
	}
.footright {
  position: absolute;
	right: 10px;
	top: 6px;
	}

.centertext {
  width: 330px;
	margin: 0 auto;
	text-align: right;
	}

.textpage {
  margin-top: 35px;
	border: 1px solid #b8b7b7;
	width: 801px;
	padding: 10px;
	position: relative;
	}

h1 {
  font-size: 20px;
	margin-top: 0;
	}

.doorselector {
  border: 1px solid #9a9999;
	padding: 10px;
	}

.doorform .wideinput {
  width: 320px;
	}

td {
  vertical-align: top;
	}

.section {
  width: 296px;
	height: 96px;
	padding: 15px;
	border: 1px solid #bab8b9;
	text-align: justify;
	}
.sectionhome {
	float: right;
	}
.section b {
  font-size: 14px;
	color: #151889;
	text-transform: uppercase;
	font-family: Times New Roman;
	display: block;
	padding-bottom: 10px;
	}





.tabs2 {
  position: absolute;
	top: -25px;
	right: 0px;
  margin: 0;
	width: 809px;
	}

dl#menu {
	margin: 0;
	}
dl#menu dt {
  display:none;
  }
dl#menu dd {
  position: relative;
  top: 0px;
  margin: 0;
  }
dd a{
  padding-top: 5px;
  text-decoration: none;
  font-size: 12px;
  color: #FFF;
	font-weight: bold;
  }
a.xmenu {
  display:block; 
  width:93px; 
  height: 24px; 
  background-image:url(./images/tab.gif);
  background-repeat:no-repeat;
  background-position:top center;
  text-align:center; 
  float:left;
  }
a.xmenu:hover {
	color: #000;
	text-decoration: none;
  }