/* CSS Document */

@charset "utf-8";

/* ----- GENERAL ----- */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/mainBG.gif);
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a, a:link, a:active, a:visited {
	color: #d92127;
	text-decoration:underline;
}

a:hover {
	color: #bf787a;
}

div {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

p {
	margin-top: 7px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height:16px;
}

h1 {
	margin: 0;
	font-size:18px;
}

h2 {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size:15px;
	color:#9a0409;
}

h3 {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size:14px;
	color:#333;
}

h4 {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size:12px;
	color:#9a0409;
}

h5 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
h6 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}
h6 a, h6 a:link, h6 a:active, h6 a:visited {
	color: #a7afba;
	text-decoration: none;
}
h6 a:hover {
	color: #CCC;
	text-decoration: underline;
}

em {
	font-weight:bold;
	font-style:italic;
	color:#9a0409;
}

#clearLeft {
	clear:left;
}

#mainContainer {
	width: 850px;
	margin: auto;
	background: url(../images/contentBG.gif) repeat-y;
}

#mainContainer2Col {
	width: 850px;
	margin: auto;
	background: url(../images/content2ColBG.gif) repeat-y;
}

#breadcrumbs {
	position:relative;
	width: 850px;
	margin: auto;
	margin-top: 50px;
}

form {
	margin: 0;
	padding: 0;
}

/* ---- HEADER ---- */

#header {
	position: relative;
	top: 0;
	height: 103px;
	margin: 0;
	padding: 0;
	background: url(../images/header/headerBG.jpg) no-repeat;
	background-position:left;
}
#headerLogo {
	background:none;
	float: left;
	height: 103px;
}
#headerLogo h1, #headerLogo h2 {
	display:none;
}
#headerProducts {
	float: right;
	position: relative;
	top: -10px;
	right: 10px;
}

/* ---- CONTENT ---- */

#contentContainer {
	width: 850px;
	height: 100%;
}
#bodyContainer {
	float: left;
	position: relative;
	padding: 5px 10px;
	height: auto !important;
	min-height: 485px;
	height:485px;
	width: 650px;
	background: #FFF;
}

#bodyContainer2Col {
	float: left;
	position: relative;
	padding: 5px 10px;
	height: auto !important;
	min-height: 485px;
	height:485px;
	width: 650px;
	/*background: #FFF;*/
}

#bodyContainerHomepage {
	float: left;
	position: relative;
	padding: 5px 10px;
	height: auto !important;
	min-height: 450px;
	height:450px;
	width: 650px;
	background-image:url(/images/bottomBG.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	/*background: #FFF;*/
}

#homepageMap {
	float:right;
	width:298px;
	height:245px;
}

#homepageSpecials {
	position:relative;
	top:40px;
	width:100%;
}

#homepageSpecialsTitle {
	float:left;
}

#homepageSpecialsContainer {
	float:left;
	margin-left:2px;
	width:295px;
	height:94px;
	background-image:url(/images/widgets/specialsBG.gif);
	background-repeat:no-repeat; 
}

#homepageSpecialsText 
{
	float:left;
	width:125px;
	text-align:center;
	padding:10px 5px 0px 5px;
	overflow: hidden;
	height: 70px;
}

#homepageSpecialsImage {
	float:left;
	width:150px;
	vertical-align:middle;
	padding:10px 4px 0px 5px;
	overflow:hidden;
}

#homepageSpecialsButton {
	position:relative;
	top:-15px;
	left:345px;
	width:107px;
}

#bodyHome {
	float:left;
	width:162px;
	height:245px;
}

#bodyTitle {
	width:470px;
}

#bodyTitle h1 {
	display:none;
}

#body2Col {
	float:left;
	width:460px;
}

#bodyWidget {
	float:left;
	position:relative;
	top:-40px;
	left:10px;
	width:170px;
	padding:0px 0px 0px 10px;
}

#contact2Col {
	float:left;
	width:50%;
}

#contact2Col p {
	font-size:11px;
}

#locations2Col {
	float:left;
}

#locations2Col p {
	font-size:11px;
}

#locations3Col {
	width:33%;
	float:left;
}

#locations3Col p {
	font-size:11px;
}

.formlabel {
	text-align: left;
	color: #333;
	font-weight: bold;
}

/* ---- WIDGETS ---- */

#widgetTitle {
	text-align:center;
}

#widgetTop {
	margin:3px 0px 0px 0px;
	text-align:center;
	width:173px;
	height:14px;
	background-image:url(../images/widgets/widgetTop.gif);
	background-repeat:no-repeat;
}

#widgetContent {
	width:153px;
	padding:0px 10px 5px 10px;
	background-image:url(../images/widgets/widgetBG.gif);
	background-repeat:repeat-y;
}

#widgetContent p {
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#54585e;
	text-align:center;
}

#widgetContent h4 {
	text-align:center;
	margin:0px;
	padding-bottom:8px;
}

#widgetBottom {
	text-align:center;
	width:173px;
	height:14px;
	padding:0;
	margin:0;
	background-image:url(../images/widgets/widgetBottom.gif);
	background-repeat:no-repeat;
}

#widgetButton {
	position:relative;
	top:-15px;
	left:52px;
	width:107px;
}

/* ---- LEFT NAV ---- */

#leftNavContainer {
	float: left;
	position: relative;
	width: 180px;
	height:auto;
	height: 425px;
	min-height: 425px;
	background: url(../images/nav/leftnavBG.jpg) repeat-x top;
}

#leftNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftNav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftNav ul li span {
	display:none;
}

/* ---- SEARCH AND TRACK WIDGETS ---- */

#navWidget {
	margin: 10px 0 0;
	padding: 0 0 10px;
	width: 180px;
	background: url(../images/nav/widgets/mainBG.gif);
}
.searchForm {
	padding-left: 2px;
	padding-top: 1px;
	margin: 0 0 0 8px;
	vertical-align: middle;
	width: 120px;
	height: 17px;
	border-bottom-color: #c4cfd6;
	border-left-color: #243f5e;
	border-style: solid;
	border-right-color: #c4cfd6;
	border-top-color: #243f5e;
	border-width: 1px;
	color: #333;
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.trackForm {
	padding-left: 2px;
	padding-top: 1px;
	margin: 0 0 0 8px;
	vertical-align: middle;
	width: 105px;
	height: 17px;
	border-bottom-color: #c4cfd6;
	border-left-color: #243f5e;
	border-style: solid;
	border-right-color: #c4cfd6;
	border-top-color: #243f5e;
	border-width: 1px;
	color: #333;
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/* ---- FOOTER ---- */

#footerContainer {
	clear: left;
	height: 42px;
	background: url(../images/footer/footerBG.jpg);
}
#footerLogos {
	float: left;
	padding-top: 5px;
	padding-left: 3px;
}
#footerCopyright {
	float: right;
	position: relative;
	top: 15px;
	right: 10px;
}

/* ---- SHOW/HIDE DIV ---- */

div.showHide {
	display: none;
	margin-top:4px;
	position: absolute;
	margin-top: -35px;
	left: 50px;
}

div.toggleDiv a {
	font-size:10px;
}

.closeButton {
	position: absolute;
	right: 4px;
	top: 4px;
}

.error 
{
	color: #FF0000;
	
}