/* 
 * www.duralexusa.com
 *
 * primary blue: #006CC4 - text color, headings
 * anchor blue: #163576 - link/visited anchors
 * emphasis pink: #CE006C - topnav hover/selected background, anchor hover
 * black - #000 - topnav anchors
 */ 

html, body{ 
	margin: 0; 
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-family:  Arial,Helvetica,sans-serif;
}
body {
	background-color: #fff;
	color: #006CC4;
}
td {
	font-family:  Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* baseline styles */
img {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
em {
	font-size : 12px;
	font-weight: bold;
	line-height: 15px;
	color: #333;
}
p {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0 6px 0;
	margin: 0;
}
	
/* use to center tables - fixes IE issue */
div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* use to reset flow after floats */
.clr{clear:both;}

/* default anchors */
a {
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #163576;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #CE006C;
}

/* headers */
h1 {
	font-size : 28px;
	font-weight: normal;
	line-height: 32px;
	color : #006CC4;
        margin: 0.6em 0;
}
h2 {
	font-size : 22px;
	font-weight: bold;
	font-style: normal;
	line-height: 25px;
	color : #006CC4;
        margin: 0.7em 0;
}
h2 a:link, h2 a:visited {
        color: #163576;
        font-weight: bold;
        text-decoration: none;
}
h2 a:hover, h2 a:active, h2 a:focus {
        color: #CE006C;
        font-weight: bold;
        text-decoration: none;
}
h3 {
	font-size : 16px;
	font-weight: normal;
	line-height: 19px;
	color : #006CC4;
        margin: 0.8em 0;
}
h4 {
	font-size : 15px;
	font-weight: bold;
	font-style: normal;
	line-height: 17px;
	color : #006CC4;
        margin: 0.8em 0;
}
h5 {
	font-size : 14px;
	font-weight: bold;
	line-height: 16px;
	color: #006CC4;
        margin: 0.8em 0;
}
h6 {
	font-size : 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 16px;
	color: #006CC4;
        margin: 0.8em 0;
}

/* error messages  */
.errorMessage, #formErrorDisplay .formMessage, #formErrorDisplay li {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}
#formErrorDisplay {
	background: url(/images/error.jpg) 2px center no-repeat;
	padding-left: 80px;
        min-height: 50px;
}

/* bread crumb */
#breadCrumbRow {
        padding: 10px 0;
	width: 785px;
}
}
#breadCrumb, .breadCrumbDivider {
	font-size: 12px;
}
.breadCrumbDivider {
        color: #006CC4;
}
.lastCrumb {
	color: #000;
	font-size: 12px;
}
#breadCrumbRow a {
	font-weight: normal;
	font-size: 12px;
}
#breadCrumbRow a:link, #breadCrumbRow a:visited {
	text-decoration: underline;
	color: #163576;
}
#breadCrumbRow a:hover, #breadCrumbRow a:active {
	text-decoration: underline;
	color: #CE006C;
}
.printPage {
	background: url(/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}



