/* 
 * www.arceleganceusa.com
 * site's main colors
 * Dark Blue: #001621; background used for marketing brochures
 * Red: #C4112F; logo
 * Gray: #AFAEB2; logo outer rim
 * 
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
}
body {
	background: #AFAEB2;
	color: #fff;
}
td {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* baseline styles */
img {
	border: 0;
	/* vertical-align : top; */
	margin: 0;
	padding: 0;
	line-height: 0px;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
em {
	font-weight: bold;
	font-style: normal;
}
p {
	font-size: 12px;
	line-height: 15px;
}
blockquote {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
   color: #000;
}
/* 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: #C4112F;
}
a:hover, a:active {
	text-decoration: underline;
	color: #AFAEB2;
}

/* headers */
h1 {
	font-size : 19px;
	font-weight: normal;
	line-height: 22px;
	color : #fff;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}

h2 {
	font-size : 16px;
	font-weight: normal;
	line-height: 20px;
	color : #fff;
	margin: 0;
	padding: 6px 0 0 0;
}
h3 {
	font-size : 14px;
	font-weight: normal;
	line-height: 17px;
	color : #fff;
	margin: 0;
	padding: 6px 0 0 0;
}
h4 {
	font-size : 14px;
	font-weight: normal;
	line-height: 17px;
	color : #fff;
	margin: 0;
	padding: 3px 0 0 0;
}
h5 {
	font-size : 12px;
	font-weight: normal;
	line-height: 15px;
	color: #fff;
	margin: 0;
	padding: 3px 0 0 0;
	text-decoration: none;
}
h6 {
	font-size : 12px;
	font-weight: normal;
	line-height: 15px;
	color : #fff;
	margin: 0;
	padding: 3px 0 0 0;
	text-decoration: underline;
}

.errorMessage {
	color: #F00;
	font-weight: normal;
	padding: 5px 5px 5px 35px;
	display: block;
	margin: 8px 0;
}
.errorFormMessage{
	font-weight: bold;
}
.errorItemMessage{
}

/* bread crumb */
#breadCrumbRow {
        margin-bottom: 10px;
		  display: none;
}
#breadCrumb, .breadCrumbDivider {
	font-size: 10px;
}
.lastCrumb {
	color: #000;
	font-size: 10px;
}
#breadCrumbRow a {
	font-weight: normal;
	font-size: 10px;
}
#breadCrumbRow a:link, #breadCrumbRow a:visited {
	text-decoration: none;
	color: #000;
}
#breadCrumbRow a:hover, #breadCrumbRow a:active {
	text-decoration: underline;
	color: #999;
}
.printPage {
	background: url(/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}

