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-image: url(/dpt/assets/images/header/bg.gif);
	background-repeat: repeat-x;
}

#headerinner {
	position: relative;
	float: left;
	left: 50%;
	top: 0px;
	width: 900px;
	margin-left: -450px;
	padding: 0;
}

#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 {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	background-image: url(/dpt/assets/images/navbar/bg.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #721e05;
	z-index: 3;
}

#navinner {
	position: relative;
	float: left;
	left: 50%;
	top: 0px;
	width: 900px;
	margin-left: -450px;
	padding: 0;
	z-index: 4;
}

ul#topnavmenuvert { /* all lists */
	clear: both;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 30px;
	width: auto;
	font-size: 0.9em;
	z-index: 120;
}

ul#topnavmenuvert li { /* all list items */
	list-style-type: none;
  	float: left;
  	margin: 0 0 0 2px;
  	padding: 0 0 0 10px;
  	background: url(/dpt/assets/images/navbar/other_orange.gif) #721e05 top left no-repeat;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	letter-spacing: -1px;
}

ul#topnavmenuvert li a {
	color: #ffffff;	
  	background: url(/dpt/assets/images/navbar/other_orange.gif) transparent top right no-repeat;
  	display: block;
  	padding: 0 10px 0 0;
	text-decoration: none;
}

ul#topnavmenuvert li#cur, ul#topnavmenuvert li.over, ul#topnavmenuvert li:hover {
	background: url(/dpt/assets/images/navbar/current_orange.gif) #731e05 top left no-repeat;
}

ul#topnavmenuvert li strong, ul#topnavmenuvert li#cur a, ul#topnavmenuvert li.over a, ul#topnavmenuvert li:hover a {
	display: block;
	color: #ffffff;
	padding: 0 10px 0 0;
	text-decoration: none;
	background: url(/dpt/assets/images/navbar/current_orange.gif) transparent top right no-repeat;
}

li.dbover {	background: url(/dpt/assets/images/navbar/current_orange.gif) #731e05 top left no-repeat;
}

li.dbover a {	
	display: block;
	color: #ffffff;
	padding: 0 10px 0 0;
	text-decoration: none;
	background: url(/dpt/assets/images/navbar/current_orange.gif) transparent top right no-repeat;
}


	
ul#topnavmenuvert li>ul { 
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#topnavmenuvert ul {
	float: left;
	top: 0px;
	left: 0px;
	position: relative;
	text-transform: none;
	text-align: left;
	font-size: 0.9em;
	margin: 0px;
	width: 120px;
	display: block;
}

ul#topnavmenuvert li ul { /* second-level lists */
	display: none;
	list-style: none;
  	position: absolute;
	top: auto;
	left: auto;
  	margin: 0px 0px 0px -10px;
  	padding: 0;
  	background-image: none;
	background-color: #000000;
	letter-spacing: -1px;
	width: 120px;
	border-left: 1px solid #413423;
	border-right: 1px solid #413423;
	border-bottom: 1px solid #413423;
}

ul#topnavmenuvert li ul li {
	list-style-type: none;
	position: relative;
  	float: left;
	left: 0px;
	top: 0px;
  	margin: 0;
  	padding: 0;
  	background-image: none;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	letter-spacing: -1px;
	width: 120px;
	display: block;
}

ul#topnavmenuvert li ul li a {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	display: block;
	text-indent: 10px;
	width: 110px;
}

ul#topnavmenuvert li ul li a:hover {
	color: #ffffff;
}

ul#topnavmenuvert li:hover ul, ul#topnavmenuvert li.topoververt ul { /* lists nested under hovered list items */
	display: block;
}

ul#topnavmenuvert li ul li, ul#topnavmenuvert li.over ul li, ul#topnavmenuvert li:hover ul li {
	background-image: url(/dpt/assets/images/navbar/subnav_up.gif);
	background-repeat: repeat-x;
}

ul#topnavmenuvert li ul li a, ul#topnavmenuvert li.over ul li a, ul#topnavmenuvert li:hover ul li a {
	background-image: url(/dpt/assets/images/navbar/subnav_up.gif);
	background-repeat: repeat-x;
}

ul#topnavmenuvert li ul li a:hover, ul#topnavmenuvert li.over ul li a:hover, ul#topnavmenuvert li:hover ul li a:hover {
	background-image: url(/dpt/assets/images/navbar/subnav_over.gif);
	background-repeat: repeat-x;
}

ul#topnavmenuvert:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul#topnavmenuvert {
	display: inline-table;
}

/* Grey buttons */

#topnavmenuvert li.other {
  	list-style-type: none;
  	float: left;
  	margin: 0 0 0 2px;
  	padding: 0 0 0 10px;
  	background: url(/dpt/assets/images/navbar/other_grey.gif) #272015 top left no-repeat;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

#topnavmenuvert li.other a {
  	color: #4a3a28;	
  	background: url(/dpt/assets/images/navbar/other_grey.gif) transparent top right no-repeat;
  	display: block;
  	padding: 0 10px 0 0;
	text-decoration: none;
}

#featureouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 340px;
	background: url(/dpt/assets/images/featurebar/bg.gif) repeat-x top left #cb5329;
	font-size: 0.8em;
}

#featureinner {
	position: relative;
	float: left;
	left: 50%;
	top: 0px;
	width: 900px;
	height: 300px;
	margin-left: -450px;
	padding: 20px 0px 20px 0px;
	color: #ffffff;
}

#featureinner .hometext {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 500px;
}

#featureinner .hometext a {
	color: #483927;
}

#featureinner .hometext a:hover {
	color: #ffffff;
}

#featureinner .flashmovie {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 392px;
	height: 228px;
}

#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: 50%;
	top: 0px;
	width: 900px;
	margin-left: -450px;
	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: 50%;
	top: 0px;
	width: 900px;
	margin-left: -450px;
	padding: 0;
}

.contentinner .specs {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 525px;
}
	
.contentinner .otherimages {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 350px;
	text-align: left;
}

.contentinner .otherimages .image {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100px;
}

.contentinner .otherimages .image p {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100px;
	font-size: 0.8em;
	text-align: center;
}

.featurebox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 4px 10px 4px;
	padding: 0;
	width: 290px;
	height: 212px;
}

.featurebox .top {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 12px;
}

.featurebox .middle {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 288px;
	height: 148px;
	border-left: 1px solid #bf3a14;
	border-right: 1px solid #bf3a14;
	text-align: center;
}

.featurebox .bottom {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 290px;
	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;
}

#footerouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
	font-size: 0.7em;
	color: #ffffff;
	background-image: url(/dpt/assets/images/misc/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #656565;
}

#footerinner {
	position: relative;
	float: left;
	left: 50%;
	top: 0px;
	width: 900px;
	margin-left: -450px;
	padding: 10px 0px 0px 0px;
}

#footerinner .address {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

#footerinner .address p {
	margin: 0;
	padding: 0;
}

#footerinner .links {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#footerinner .links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footerinner .links ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footerinner .links a {
	color: #ffffff;
	text-decoration: none;
}

#footerinner .links a:hover {
	color: #cb5329;
	text-decoration: none;
}

.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;
}

.breadcrumb {
	color: #bf3a14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 15px 0px;
}

.breadcrumb a {
	color: #bf3a14;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #483927;
}

.fullwidth {
	position: realtive;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 100%;
	display: block;
}