@charset "UTF-8";
/* CSS Document */


/* Begin Style For Header Elements */

#headerContainer {
	height: 165px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial;
	color: #FFF;
}
#mainLogo {
	position: absolute;
	height: 100px;
	width: 225px;
	z-index: 2000;
}
#tagline {
	font-size: 15px;
	font-style: italic;	
	height: 50px;
	width: 325px;
	position: absolute;
	top: 90px;
	text-align: left;
	left: 55px;
	color: #FFF;
}
#callUs {
	height: 15px;
	width: 250px;
	position: absolute;
	top: 27px;
	left: 510px;
	font-size: 13px;
	letter-spacing: 0.15em;
	text-indent: 5px;
	color: #FFF;
}
#phoneNumber {
	font-size: 30px;
	font-style: italic;
	height: 50px;
	width: 250px;
	position: absolute;
	top: 40px;
	left: 510px;
}
#phoneNumber a:link {
	color: #FFF;
	text-decoration: none;
}
#customerCorner {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	line-height: 25px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: 1px;
	height: 60px;
	width: 180px;
	position: absolute;
	right: 0px;
}

/* Begin Style For Custom Search Bar in Header */

.headsearch {
	padding: 0;
	position:relative;
	height:23px;
	margin: 0px;
	width: 188px;
	top: 0px;
	left: 10px;
}
.headsearchbgIE {
	width:140px;
	height:23px;
	display:block;
	border: 0;
	background-image: url(../Images/Backgrounds/headSearchBar.png);
	background-repeat: no-repeat;
	position: absolute;
}
.headsearch_button {
	position:absolute;
	left:138px;
	border: 0px;
	margin: 0px 0px 0px 2px;
}
.headsearch_field {
	float:left;
	border:0;
	margin-left: 5px;
	padding: 0;
	width:140px;
	height: 12px;
	padding: 0px;
	background-color:transparent;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	margin-bottom: 4px;
	margin-top: 4px;
	position: absolute;
}

/* End Style For Custom Search Bar in Header */

/* Begin Style For Horizontal Navigation */

#mainNavigation {
	width: 1000px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 90px;
}

/* Begin Style For Top horizontal Nav */

#topNavbar {
	height: 30px;
	width: 445px;
	position: absolute;
	left: 559px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}
#topNavbar a:link {
	text-decoration: none;
	color: #FFF;
}
#topNavbar a:visited {
	text-decoration: none;
	color: #FFF;
}
#topNavbar a:hover {
	text-decoration: none;
	color: #2a4a6e;
}
#topNavbar a:active {
	text-decoration: none;
	color: #FFF;
}
.topDynamicHeaderLinks {
	text-align: center;
	background-image: url(../Images/Navigation/TopNavBarPlain.png);
	background-repeat: repeat-x;
}

/* End Style For Top horizontal Nav */

/* Begin Style For Bottom horizontal Nav */

#botNavbar {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 27px;
	width: 1000px;
	position: absolute;
	top: 30px;
	line-height: 10px;
	z-index: 20;
}
#botNavbar a:link {
	text-decoration: none;
	color: #FFF;
}
#botNavbar a:visited {
	text-decoration: none;
	color: #FFF;
}
#botNavbar a:hover {
	text-decoration: none;
	color: #999;
}
#botNavbar a:active {
	text-decoration: none;
	color: #FFF;
}
.botDynamicHeaderLinks {
	text-align: center;
	background-image: url(../Images/Navigation/NavBarPlain.png);
	background-repeat: repeat-x;
}

/* End Style For Bottom horizontal Nav */

/* End Style For Horizontal Navigation */


#breadcrumbs {
	position: absolute;
	height: 26px;
	width: 1007px;
	left: -3px;
	top: 50px;
	z-index: 15;
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	line-height: 30px;
}
.breadcrumbsBG {
	width: 988px;
	background-image: url(../Images/Navigation/breadcrumbBarBG.png);
	background-repeat: repeat-x;
}
#breadcrumbs a:link {
	text-decoration: none;
	color: #FFF;
}
#breadcrumbs a:visited {
	text-decoration: none;
	color: #FFF;
}
#breadcrumbs a:hover {
	text-decoration: none;
	color: #2a4a6e;
}
#breadcrumbs a:active {
	text-decoration: none;
	color: #2a4a6e;
}



#rebateBG {
	position: absolute;
	top: 73px;
	left: 627px;
}