@charset "UTF-8";
/* Finance CSS Document */
/*-----GENERAL Finance------*/
body {
	font-family: "helvetica", sans-serif, century gothic;
	color: #FFF;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: medium;
	background: url(../../images/masterAlpha/background-01.png) top left repeat-x #23257E;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin:0;
	padding:0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5, h6 {
	font-size: 12px;
}
p {
	margin:0;
	padding:0 0 10px 0;
}
/*-----CONTAINER SETUP-----*/
#btmShdw{
	width: 840px;
	margin: 0 0 0 0;
}
#topShdw{
	width: 840px;
	margin: 0 0 0 0;
}
#container {
	margin:0 auto;
	width: 840px;
	background:url(../../images/containerDrpShdw.png) repeat-y;
/*	background: url(../images/containerDrpShdw.png) top repeat-y;*/
}
#center {
	background-color: 191A1F;
	width: 800px;
	margin: 0 auto;
}
/*-----NAVIGATION HEADER-----*/
#navbar {
	width: 800px; 
	height: 182px;
	background-color: #005C8E;
	z-index: 2;
}
#navlinks {
	float: left;
	width: 631px; 
	height: 30px;
	text-align: left;
	}
	#navlinks a img{
		/*margin: 42px 0 0 0 !important;
		margin: 21px 0 0 0;	
		padding: 42px 0 0 0;*/
		float: left;
		display: inline;
		border-style: none;
	}
	#navlinks a:link, #navlinks a:active, #navlinks a:visited {
		border-style: none;
	}
	
#phoneNumber {
	float: left;
	/*margin: 0 auto;*/
	width: 800px; 
	height: 150px;
}
	#phoneNumber a img{
	border-style: none;
	}
/*-----HEADER IMAGE-----*/
#headerImg {
	/*background: url(/images/FPO/flashheaderarea.png);*/
	position: relative;
	height: 225px;
	width: 800px;
}
#headerImg a img{
	border-style: none;
	}
/*-----SUB HEADER-----*/
#cart {
	float: left;
}
#locator h2 {
	margin: 0 0 0 80px;
	float: left;
	font-size: 12px;
	padding: 12px 0 5px 10px;
}
#iframe {
	padding: 6px 0 5px 15px;
}
#mainHeader {
	height: 36px;
	width: 800px; 
	background: url(../../images/searchBar/background.png) repeat-x;
}
#mainHeader a img{
		border-style: none;
	}
/*-----CONTENT-----*/
#bg {
	background-color: #191A1F;
	background: url(../../images/bodyArea/backbodyback2.jpg) top no-repeat;
	height: auto;
}
#content {
	padding: 50px 0 0 0;
	margin: auto;
	height: auto;
	width: 750px;
}
	#content a img{
		display: inline;
		border-style: none;
	}
#btmContainer {
	width: 800px;
	padding: 25px 0 25px 0;
}
/*-----BOTTOM 4 CALLS TO ACTION-----*/
#btmheader {
	
	padding: 0 0 0 0;
}
#freeShipping {
	width:25%;
	float:left;
}
#sleepMetrics {
	width:25%;
	float:left;
}
#financing {
	width:25%;
	float:left;
}
#nextDay {
	width:25%;
	float:left;	
}
/*---Bottom Navigation---*/
#btmNav {
	margin: auto;
	padding: 0 0 0 0;
	width: 800px;
	height: 25px;
}
#btmNav li{
	padding: 5px 8px 5px 8px;
	color: #FFFFFF;
	font: 12px;
	border-style: none;
	display: inline;
	text-align: center;
}
/*Classes*/
.btmFour {
	height: 150px;
	width: 157px;	
}
.btmFour img {
	padding: 0;
	margin: 0 0 0 0;
	/*border: 1px solid #cc4e00;*/
}
.btmFour a{
	color: white;
	text-decoration: none;
}
.clear {
	clear:both;
}
.nav a, .nav em {
	color: white;
	text-decoration: none;
}
.nav a:hover { 
	border: none; 
}
.links ul a, .links em {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.links a:hover { 
	border-bottom: 1px solid; 
	border-color: #FFF;
}
.smallTypeItall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
}
.red {
	color:#990000;
}
.mediumTypeItall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
}