body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #444444;
	margin: 0;
	padding: 0;
}

/* commented backslash hack \*/ 
html, body {
	height: 100%;
} 
/* end hack */

html,body {
	margin: 0;
	padding: 0;
}

#mainouter {
	position: relative;
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: -80px;
	min-height: 100%;
	height: auto;
}

* html #mainouter {
	height: 100%;
}

#headerouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 119px;
	background-color: #656565;
}

#headerinner {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #656565;
}

#headerinner .logo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 152px;
	height: 119px;
}

#headerinner .strapline {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 241px;
	height: 119px;
}

#navouter, #footerouter, .featurebox .top  {
	display: none;
}

#featureouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	background-image: url(/dpt/assets/images/featurebar/bg.gif);
	background-repeat: repeat-x;
	font-size: 0.8em;
}

#featureinner {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 20px 0px 20px 0px;
	color: #ffffff;
}

#featureinner .hometext {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 45%;
	z-index: 10;
}

#featureinner .flashmovie {
	position: absolute;
	right: 0px;
	top: 20px;
	margin: 0;
	padding: 0;
	width: 392px;
	height: 228px;
	z-index: 1;
}

#featureinner .hometext h1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 15px 0px;
}

#bannerouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: -15px 0px 0px 0px;
	padding: 0;
	width: 100%;
	background-image: url(/dpt/assets/images/featurebar/bg.gif);
	background-repeat: repeat-x;
	background-color: #cb5329;
	font-size: 0.8em;
}

#bannerinner {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0;
	padding: 20px 0px 20px 0px;
	color: #ffffff;
}

#bannerinner h1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 15px 0px;
}

#bannerinner img {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	margin: 0px 0px 0px 25px;
	padding: 0;
}

.contentouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 25px 0px 25px 0px;
	padding: 0;
	width: 100%;
	font-size: 0.8em;
}

.contentinner {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.contentinner .specs {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	width: 100%;
}
	
.contentinner .otherimages {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

.contentinner .otherimages .image {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100px;
}

.featurebox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 4px 10px 4px;
	padding: 0;
	width: 32%;
	height: 212px;
}

.featurebox .middle {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 148px;
	text-align: center;
}

.featurebox .middle img {
	width: 100%;
}

.featurebox .bottom {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 52px;
	line-height: 62px;
	vertical-align: middle;
	background-image: url(/dpt/assets/images/featurebox/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

.featurebox .bottom h2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: -1px;
	font-style: normal;
	margin: 0;
}

.featurebox .bottom h2 a {
	color: #ffffff;
	text-decoration: none;
}

.featurebox .bottom h2 a:hover {
	color: #483927;
	text-decoration: none;
}

#clearfooter {
	clear: both;
	height: 80px;
}

.hometext h1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 15px 0px;
}

h1 {
	color: #bf3a14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 15px 0px;
}

h1 a {
	color: #bf3a14;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: underline;
}

h1 a:hover {
	color: #483927;
}

h2 {
	color: #bf3a14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	padding: 0px 0px 0px 20px;
}

table thead {
	background-color: #cb5329;
	color: #ffffff;
	padding: 5px;
}

table tbody td {
	border-bottom: 1px solid #bfbfbf;
}

table tbody {
	background-color: #ffffff;
	color: #bf3a14;
	padding: 5px;
}

a {
	color: #cb5329;
	text-decoration: none;
}

a:hover {
	color: #483927;
	text-decoration: none;
}

/* Lightbox CSS */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#loading #loadingLink {
	width: 50px;
	height: 50px;
}

#loading #loadingLink img {
	width: 50px;
	height: 50px;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/dpt/assets/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/dpt/assets/images/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/dpt/assets/images/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #cb5329;
	margin: 0 auto;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	overflow: auto;
	width: 100%	
}

#imageData {
	padding: 0 10px;
	color: #ffffff;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	

#imageData #caption {
	font-weight: normal;
	font-size: 120%;
	letter-spacing: -1px;
	color: #ffffff;
}

#imageData #numberDisplay { 
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			

#imageData #bottomNavClose {
	width: 66px;
	float: right; 
	padding-bottom: 0.7em;
}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #444444;
}

/* End Lighbox */

.formleft {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 49%;
	margin: 0;
	padding: 0;
}

.formright {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 49%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.row {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px;
	margin: 3px 0px 4px 0px;
	text-align: center;
}

.row .label {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 35%;
	padding: 3px 0px 0px 0px;
	margin: 0;
	text-align: right;
}

.row .formelement {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 63%;
	padding: 0;
	margin: 0;
	text-align: left;
}

.formtextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-image: url(/dpt/assets/images/forms/textarea-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #444444;
	padding: 2px 0px 2px 4px;
}

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	background-image: url(/dpt/assets/images/forms/button-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #9f2a09;
	border: 1px solid #444444;
	text-transform: uppercase;
	padding: 2px 0px 0px 0px;
}

fieldset {
	margin: 5px 0px 5px 0px;
}

legend {
	color: #cb5329;
	padding-right: 6px;
}

.errors {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 870px;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	border: 1px solid #9f2a09;
	background-image: url(/dpt/assets/images/featurebar/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cb5329;
	color: #ffffff;
}