/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the 
inconsistent default styling of HTML elements, creating a level playing field across 
A-grade browsers and providing a sound foundation upon which you can explicitly 
declare your intentions." (see http://developer.yahoo.com/yui/reset/)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* //////////////////////
  END RESET STYLES
////////////////////// */

html {
	min-height: 100%;
	height: auto;
}
body, input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#212121;
}
body{
	background:#ffffff url(../images/bg-body.gif) repeat-x 0 bottom;
}
small{font-size:85%;line-height:130%;}
strong{font-weight:bold;}
em{font-style:italic;}
hr{
	color:#E9E9E9;
	height:2px;
	background-color:#E9E9E9;
	border:none;
}
input,textarea{
	border-top:solid 1px #444;
	border-right:solid 1px #999;
	border-bottom:solid 1px #bbb;
	border-left:solid 1px #bbb;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px;
}
input[type=text]{width:180px;}
.label-description{font-weight:bold;color:#000;}
.label-details{font-size:11px;color:#444;line-height:11px;display:block;}
a:link, a:visited{
	color:#CF142B;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;
	color:#666;
}
h1, h2, h3, h4, h5, h6{
	color:#CF142B;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:normal;
	font-family:Calibri, Arial, Helvetica, sans-serif;
}
#colA h1{
	font-size:30px;
	border-bottom:dotted 1px #BFBFBF;
	margin-bottom:17px;
	line-height:30px;
	padding:0 0 4px 0;
}
#colA h2{font-size:20px;}
#colA h3{font-size:16px;}
#colA h4{font-size:14px;}
#colA h5{font-size:12px;}
#colA h6{font-size:10px;}
#colA a:link, #colA a:visited{
	text-decoration:underline;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#colA p, #colA table, #colA ul, #colA ol, #colA blockquote{
	margin-bottom:15px;
}
#colA hr{margin:25px 0;}
#colA ul{margin-left:35px;margin-right:35px;list-style:disc;}
#colA ol{margin-left:35px;margin-right:35px;list-style:decimal;}
.clear{
	clear:both;
}
.emphasize{
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#colA .formTable td p{margin-bottom:0; !important}
#colA .eTagTable td{padding-bottom:10px;}
#topBar{
	background: #000 url(../images/bg-topWrap.png) repeat-x 0px top;
}
#topWrap {
	width:960px;
	margin:0 auto;
}
#topA {
	float: left;
	position: relative;
	height: 92px;
}
#logoTop {
	float: left;
	margin: 12px 0 0 0;
}

#navMain {
	font-size: 15px;
	letter-spacing: 1px;
	left: 210px;
	position: absolute;
	bottom: 0px;
	width: 550px;
}
#navMain ul li {
	float: left;
	position: relative;
}
#navMain ul li a {
	color: #fff;
	float:left;
	padding: 10px 15px;
}
#navMain ul li a:hover, #navMain ul .dir:hover a {
	color: #CF142B;
	text-decoration: none;
	background: #fff url(../images/bg-navMain-a-hover.png) repeat-x 0px 2px;
}
#navMain ul .dir ul {
	display: none;
	position: absolute;
	top:35px;
	left:0;
	z-index:11;
	line-height:normal;
	background:#222 !important;
}
#navMain ul .dir:hover ul,
#navMain ul .dir.hover ul{
	display:block;
}
#navMain .dir ul li {
	clear:both;
}
#navMain ul .dir ul li a{
	background-image:none !important;
	background-color:transparent !important;
	color:#fff !important;
	height:auto;
	width: 150px;
	padding: 8px 15px;
	font-size:12px;
	line-height:15px;
}
#navMain ul .dir ul li a:hover{
	background: #444 url(none) !important;
	color:#FFC23F !important;
}
#topB {
	float: right;
	text-indent: -9999px;
	color: #fff;
	background: url(../images/bg-callToday.png) no-repeat 0px 0px;
	width: 172px;
	height: 47px;
	margin: 28px 0 0 0;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#headerImageA{
	float: left;
	width: 636px;
}
#headerImageWrapHome #headerImageA {
	height: 190px;
}
#headerImageB {
	background: url(../images/bg-headerImageB-Int.png) no-repeat 0px 0px;
	float: right;
	width: 320px;
	height:100px;
	padding-top: 20px;
	text-align: center;
}
#headerImageWrapHome #headerImageB {
	background: url(../images/bg-headerImageB.png) no-repeat 0px 0px;
	height: 178px;
	padding-top: 12px;
	text-align: center;
}
#headerImageB table {
	margin: 0 auto;
	width: 94%;
}
#headerImageB table tr td  {
	vertical-align: baseline;
}
#breadcrumbs {
	font-size: 11px;
	color: #888;
	letter-spacing: 1px;
	margin: 4px 0 30px 0;
	background: url(../images/bg-breadcrumbs.png) no-repeat 0px 0px;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
}
#breadcrumbs a{color:#000;}
#breadcrumbs a:hover{color:#CF142B;}
#breadcrumbsDesc {
	color: #333;
}

#breadcrumbsCurrent {
	color: #555;
}

#colWrap {
	padding: 0 14px 25px 14px;
}
#colA{
	font-size:13px;
	line-height:20px;
	width: 615px;
	float: left;
}
#colB {
	float: right;
	width: 292px;
	padding: 35px 0 0 0;
}
#btnsSidebySide {
	width: 100%;
	margin-bottom: 10px;
}

#btnsSidebySide tr td {
	width: 50%;
}
#btnsSidebySide tr td + td {
	text-align: right;
}



#footerWrap {
	border-top: solid 2px #CF142B;
	font-size: 10px;
	line-height: 16px;
	padding-top: 5px;
	color: #434343;
}
#footerA {
	float: left;
	padding-bottom: 15px;
}
.footerSep {
	color: #8C8C8C;
}

#footerB {
	float: right;
	text-align: right;
	padding-bottom: 15px;
}
#submitButton{
		background-image: url(../images/bg-submit.png);
		background-repeat: no-repeat;
		background-position:0 0;
		width:130px;
		height:28px;
		display:block;
		border:none !important;
		padding:0 !important;
		margin:0 !important;
		cursor:pointer !important;
		font-size:13px;
		color:#fff;
		font-weight:bold;
}
#submitButton:hover{color:#FFC23F;}
.error-input, .form .error-both .input, .form .error-same .input { background-color:#FFEFEF; border-color:#CF142B; color:#CF142B; }
.error-div {margin:14px 0; font-size:14px;padding:5px 0;color:#CF142B;font-weight:bold; }
.error-same, .form .error-both { color:#fff; background-color:#b66; -moz-border-radius:3px; }

#tabs ul.ui-tabs-nav{margin:0;list-style:none;}
#tabs .ui-tabs-selected a, #tabs .ui-state-default a{
	font-size:13px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
#tabs .ui-tabs-selected a{
	color:#000;
}
#tabs .ui-state-default a{
	color:#CF142B;
}
#tabs .ui-tabs-panel{
	padding:10px 0;
}
#tabs .ui-widget-header{
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:solid 1px #aaa;
	background:none;
}
#tabs .ui-tabs .ui-tabs-nav{
	padding:6px 3px 0 3px;
}
#tabs .ui-corner-all {
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}
#tabs.ui-widget-content{
	background-color:transparent;
}
#tabs .ui-state-hover a{color:#000;}
.productTable tr th{
	padding-bottom:10px;
	border-bottom:dotted 1px #D1D1D1;
}
.productTable tr td{
	padding:8px 0;
	border-bottom:dotted 1px #D1D1D1;
}
