/* 
 * www.rosleusa.com
 *
 * primary red: #e2001a - topnav, footer, product names, anchors
 * grey: #58585A - primary heading text (bold), default text color
 * grey: #666 - leftnav anchors
 * grey: #dadadc - body background
 * black: #000 - leftnav anchors hover
 * black+bold: #000 - leftnav anchors selected
 */ 

html, body{ 
	margin: 0; 
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-family:  Arial,Verdana,sans-serif;
}
body {
	background-color: #dadadc;
	color: #58585A; 
}
td {
	font-family:  Arial,Verdana,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: #E2001A;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #58585A;
}

/* headers */
h1 {
	font-size : 12px;
	font-weight: bold;
	line-height: 15px;
	color : #58585A;
        margin: 0;
        text-transform: uppercase;
        padding: 8px 0;
}     
h2 {
	font-size : 12px;
	font-weight: bold;
	line-height: 15px;
	color : #58585A;
        margin: 0.6em 0;
}
h2 a:link, h2 a:visited {
        color: #E2001A;
        font-weight: bold;
        text-decoration: none;
}
h2 a:hover, h2 a:active, h2 a:focus {
        color: #58585A;
        font-weight: bold;
        text-decoration: none;
}
h3 {
	font-size : 12px;
	font-weight: bold;
	line-height: 15px;
	color : #58585A;
        margin: 0.6em 0;
}
h4 {
	font-size : 12px;
	font-weight: bold;
	line-height: 15px;
	color : #58585A;
        margin: 0.6em 0;
}
h5 {
	font-size : 12px;
	font-weight: bold;
	line-height: 15px;
	color : #58585A;
        margin: 0.6em 0;
}
h6 {
	font-size : 12px;
	font-weight: bold;
	line-height: 15px;
	color : #58585A;
        margin: 0.6em 0;
}

/* error messages  */
.errorMessage, #formErrorDisplay .formMessage, #formErrorDisplay li {
	color: #E2001A;
	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: 8px 0;
	width: 750px;
        border-bottom: 1px dotted #E2001A;
        margin-bottom: 8px;
}
#breadCrumb, .breadCrumbDivider {
	font-size: 11px;
}
.lastCrumb {
	font-size: 11px;
}
#breadCrumbRow a {
	font-weight: normal;
	font-size: 11px;
}
#breadCrumbRow a:link, #breadCrumbRow a:visited {
	text-decoration: underline;
	color: #E2001A;
}
#breadCrumbRow a:hover, #breadCrumbRow a:active {
	text-decoration: underline;
	color: #58585A;
}
.printPage {
	background: url(/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}


