html{
	height: 100%;
	margin: 0px;
}
body {
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/dcc_doortile.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer/push height */
	position: relative;
	width: 900px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -125px;
	margin-left: auto;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}
.text {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}
.ctags {
	font-size: 10px;
}
.doortable {
	margin-left: 25px;
	margin-right: 25px;
}
.doortable td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
	width: 33%;
}
.title {
	color: #990000;
	font-size: 35px;
	font-weight: bold;
	height: 60px;
	width: 900px;
	clear: both;
	padding-top: 45px;
}
h1 {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 70px;
}
.menu  a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	width: 146px;
	display: block;
	float: left;
	background-color: #FFFFFF;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.menu a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	width: 146px;
	display: block;
	float: left;
	background-color: #FFFFFF;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.menu a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	width: 146px;
	display: block;
	float: left;
	background-color: #FFCC00;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #660000;
}
.header {
	height: 165px;
}
.footer{
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: 125px;
}
.push{
	height: 125px;
}
.bold {
	font-weight: bold;
}
.disclaim {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.bolder {
	font-weight: bold;
	font-size: 18px;
}
.italic {
	font-style: italic;
	font-size: 16px;
}
.price {
	color: #990000;
	font-size: 28px;
	font-weight: bold;
}
.oldprice {
	text-decoration: line-through;
	color: #990000;
	font-size: 16px;
	font-weight: normal;
}
.spectable {
	margin-right: 25px;
	margin-left: 25px;
}
.spectable td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.contacttable {
	margin-left: 25px;
	margin-right: 25px;
}
.contacttable td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 50%;
}
