/* ---------------------------------------------------------------------------------------- */
/* STANDARD TAG STYLES */
/* ---------------------------------------------------------------------------------------- */
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}


BODY
{
	background: #dad6c6;
	font-family: helvetica, arial, verdana, sans-serif;
	margin-top: 0;
}

H1
{
	font-size: 18px;
	color:#336699;
}

H2
{
	font-size: 16px;
	color:#003366;
	margin-bottom: 12px;
}

H3
{
	font-size: 14px;
}


P, LI, DIV, TD, TH, H4
{
	font-size: 12px;
}

ul {
	list-style: square outside;
}



A, A:active, A:hover, A:visited
{
	color:#0000CC;
	text-decoration:underline;
}

TD { 
	vertical-align: top;
}


/* ---------------------------------------------------------------------------------------- */
/* STANDARD ID STYLES */
/* ---------------------------------------------------------------------------------------- */



#durabody {
	position: relative;
	margin: 0 auto;
	width: 740px;
	border: 2px solid #737373;
	background: #FFF;
}

#masthead {
	height: 105px;
	padding: 0;
}

#navbar {
	width: 740px;
	height: 55px;
	padding: 0;
	background:  url("images/topnav_bkgd.gif") repeat-x top;
}

#durasub {
	margin-top: 5px;
	margin-left: 15px;
	height: 14px;
	visibility: hidden;
}

#productsub {
	margin-top: -14px;
	margin-left: 15px;
	height: 14px;
	visibility: hidden;
}

#supportsub {
	margin-top: -14px;
	margin-left: 258px;
	height: 14px;
	visibility: hidden;
}

#contactsub {
	margin-top: -14px;
	margin-left: 365px;
	height: 14px;
	visibility: hidden;
}

#navbar DIV A, #navbar DIV A:link, #navbar DIV A:visited {
	margin-top: 5px;
	margin-right: 35px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#navbar DIV A:hover {
	color: #FFFFDA;
	font-weight: bold;
	text-decoration: none;
}



#contentmain, #contentmain UL {
	padding: 15px;

}

#contentright {
	width: 150px;
/* 	border: 2px solid #737373; */
	float: right;
}

#bodytext {
	float: left;
	margin-bottom: 40px;
	width: 540px;
}

#duratitle {
	margin-bottom: 12px;
	width: 540px;
}

#bodytext P, #bodytext H3 {
	margin-bottom: 12px;
}

#duraspecs {
	font-size: 10px;
	width: 540px;
	background:  url("images/specs_bkgd.gif") repeat-y top;
	padding-bottom: 2px;
}

#specslayer TABLE, 
#optionslayer TABLE, 
#thumbslayer TABLE,
#hardwarelayer TABLE, 
#softwarelayer TABLE, 
#distributorlayer TABLE {
	margin-top: 10px;
	padding-right: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	line-height: 1.5;
}

#duraspecs TD,
#duraspecs TD P {
	font-size: 10px;

}

#duraspecs TD.column1 {
	font-size: 10px;
	font-weight: bold;
	width: 80px;
}

#duraspecs TD.logoColumn {
	font-size: 10px;
	font-weight: bold;
	width: 100px;
}

#duraspecs TD.optionscolumn {
	font-size: 10px;
	font-weight: bold;
	width: 150px;

}

#duraspecs TD.combinedcolumn {
	font-size: 10px;
	font-weight: bold;
	width: 115px;
}

#specslayer {
}

#optionslayer {
}

#thumbslayer {
}

#thumbslayer TD {
	padding-right: 11px;
	padding-bottom: 8px;
}

#duraspecbottom {
	width: 540px;
	margin-top: -1px;
}

#productinfotable {
	border: 1px solid #737373;
	background: #F7F7F7;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#productinfotable TABLE {
}

#productinfotable TD {
	font-size: 10px;

}

#productinfotable TD.column1 {
	font-size: 10px;
	font-weight: bold;
	width: 80px;

}

#productinfotable TD.optionscolumn {
	font-size: 10px;
	font-weight: bold;
	width: 80px;
	padding-left: 5px;
}


/* ---------------------------------------------------------------------------------------- */
/* POD ID STYLES */
/* ---------------------------------------------------------------------------------------- */




#podnewsevents, #podupdates {
	width: 150px;
	background:  url("images/pod_bkgd.gif") repeat-y top;
}

#podnewsevents P, #podupdates P {
	font-size: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	line-height: 1.5;
}

#podnewsevents A {
	text-decoration: none;
}

IMG.podbottom {
	margin-bottom: 20px;
}

#duralease {
	margin-bottom: 10px;
}

#footer, #footer A, #footer A:hover, #footer A:link, #footer A:visited
{
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	margin-top: 40px;
}




/* ---------------------------------------------------------------------------------------- */
/* STANDARD CLASSES */
/* ---------------------------------------------------------------------------------------- */



.testifier
{
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}


.testimonial {
	color: #600;
	font-weight: bold;

}


.productinfohead {
	color: #600;
	font-size: 12px;
	font-weight: bold;
}

.red900 {
	color: #900;

}

.datasheetbutton {
	text-align: center;
}


br.clear-both, 
div.clear-both {
clear: both;
margin: 0;
padding: 0;
}























