@charset "UTF-8";

/*eric meyer's css 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, 
tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,legend,table,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }

ol,
ul { list-style: none; }

:focus { outline:none; }

/*end reset*/


body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background-image:url(../images/pureSleep_bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.centerAlign { text-align:center; }

a {
	color:#1d8643;
	font-weight:bold;
}

a:hover {
	font-weight:bold;
	color:#011f83;
	text-decoration:none;
}

sup {line-height:0.5em; font-size:0.75em;}

#container {
	width: 980px;
	margin: 23px auto;
	text-align: left;
}

/*header*/
/*This is the section with the logo and the navigation ot the other pages*/

#header {
	background:url(../images/header_bg.png) no-repeat;
	width:980px;
	height:77px;
}

#headerNav ul {
	padding-left:0;
	margin-left:0;
	position:relative;
	right: 35px;
	top:50px;
	text-align:right;
}

#headerNav li {
	display: inline;
	color:#575b5e;
	list-style-type:none;
}

#headerNav a {
	color:#575b5e;
	text-decoration:none;
}

#headerNav a.current { color:#06C; }

#headerNav a:hover {
	color:#1d8643;
	text-decoration:underline;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
	text-indent:-9999px;
}

#header img { margin:6px 0 0 40px; }

/*banner*/
/*This is the large blue section under the header*/
/*".pureSleepHome controls the landing page - ".pages" controls the other pages*/

.pureSleepHome #banner {
	background: transparent url(../images/bg_banner.jpg) no-repeat;
	height:276px;
	margin: 0 0 0 22px;
	position:relative;
}

.pages #banner {
	background:url(../images/banner_small.jpg) no-repeat;
	height:75px;
	margin: 0 0 0 22px;
	position: relative;
}

.pureSleepHome #banner h1 {
	margin: 0;
	padding: 10px 0;
	text-indent:-9999px;
}

.pages #banner h1 {
	padding: 15px 18px 0 0;
	color:#FFF;
	text-align:center;
	font-size:36px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	text-shadow:#053a59 0px 2px 3px;
}

/*The following "#video" id is for use for the autostart flash video - this is the only difference between this stylesheet and the "stylesheet2"*/


#video  {
	width:303px;
	height:202px;
	position:relative;
	left: 590px;
	top:-22px;
	}

/*#video a.video_link {background:transparent url(../images/btn_video.jpg) no-repeat scroll left top;
	width:303px;
	height:202px;
	position:relative;
	left: 590px;
	top:-22px;
	display:block;
	text-indent:-9999px;
	}*/
	
#video a.video_link:active {background:transparent url(../images/btn_video.jpg) no-repeat scroll left bottom;}





/*sidebar*/

.pureSleepHome #sidebar {
	float: right;
	width: 299px;
	background: #fbfbfb url(../images/bg_sideBar.jpg) no-repeat;
	height:640px;
	min-height: 640px;
	position: relative;
	left: -19px;
}

#getButton {
	width: 198px;
	height: 80px;
	display: block;
	margin-top: 29px;
	margin-left: 47px;
}

#getButton a {
	text-indent: -9999px;
	background: url(../images/btn_get.png) no-repeat left top;
	display: block;
	height: 80px;
	width: 198px;
}

#getButton a:hover { background: url(../images/btn_get.png) no-repeat left bottom; }

#testimonial {
	width: 230px;
	margin-top: 37px;
	margin-left: 23px;
	background: url(../images/quote_begin.png) no-repeat left top;
}

#testimonial p {
	color: #575b5e;
	line-height: 27px;
	font-size: 14px;
	padding: 2px;
	background: url(../images/quote_end.png) no-repeat right bottom;
}

#testimonial img {
	width: 139px;
	height: 164px;
	margin-top: 15px;
	margin-left: 41px;
}

span.endquote {
	background:transparent url(../images/quote_end.png) no-repeat bottom right;
	width:230px;
	height: 26px;
	display:block;
	position:relative;
	top:-20px;
}

blockquote {
	color: #575b5e;
	line-height: 27px;
	font-size: 14px;
	padding: 2px;
	width: 230px;
	margin: 0 auto;
}

/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap {
	margin: 0 0 10px 0;
	padding: 10px;
}

/*mainContent*/
/*In this section all items with the ".pureSleepHome" class control the landing page - those with the ".pages" class prefix control the additional pages*/
.pureSleepHome #mainContent {
	margin: 0 305px 0 22px;
	color:#175d88;
	background: #fbfbfb url(../images/bg_mainContent.jpg) no-repeat;
	height: 630px;
	width: 640px;
}

.pages #mainContent {/*this is for the pages other than the landing page*/
	margin: -1px 0 0 22px;
	padding: 1px 20px 0 0;
	color:#2d2e2f;
	background:#fff url(../images/bg_company.jpg) repeat-x;
	height: 100%;
	width: 917px;
	border-left: 1px solid #dbdcdc;
	border-right: 1px solid #dbdcdc;
}

.pages #mainContent p {
	margin: 0 60px 0 75px;
	color:#2d2e2f;
}

#mainContent .photos  {
	float:left;
	width:300px;
	margin:0 0 0 60px;
}

#mainContent .dentistPhoto  {
	float:left;
	width:420px;
	margin:0 0 240px 60px;
}

.pics {margin-bottom:35px;}

.applyNow {
	width: 124px;
	height: 38px;
	display: block;
	margin-top: 29px;
	margin-left: 480px;
}

.left480 {margin-left:480px;}
#mainContent .left480 p {margin-left:0}

.applyNow a {
	text-indent: -9999px;
	background: url(../images/btn_applynow.jpg) no-repeat left top;
	display: block;
	height: 38px;
	width: 124px;
}

.applyNow a:hover { background: url(../images/btn_applynow.jpg) no-repeat left bottom; }
	

#mainContent .text  {}
#mainContent .contactText {margin-left:500px;}
	

#mainContent h2 {
	font: bold 24px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 15px;
	letter-spacing: -1px;
	margin-left: -31px;
}

.pages #mainContent h2 {
	text-align:left;
	margin-left:50px;
}

.pages #mainContent h3 {
	color:#A20808;
	font-style:italic;
	margin-left:50px;
}

#mainContent h2 span {
	color: #a20808;
	border-bottom: 2px solid #a20808;
}

#mainContent form { height:100%; }

.article {
	font-style:italic;
	margin: 0 70px 0 86px;
	padding: 0 10px;
}

#guarantee {
	margin: 0 305px 0 0;
	padding:0;
	color:#175d88;
	height: 100%;
	width: 640px;
}

#guarantee h2 {
	font: bold 24px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 35px;
	letter-spacing: -1px;
	margin-left: -31px;
}

#guarantee h2 span {
	color: #a20808;
	border-bottom: 2px solid #a20808;
}

#guarantee p.tagline {
	font-size: 20px;
	font-weight: bold;
	padding-left: 43px;
	margin-top: -19px;
	margin-bottom: 0;
}

#checklist {
	float: left;
	margin-right:10px;
}

#checklist ul { width: 280px; }

#checklist li {
	list-style: none;
	background: url(../images/check.png) no-repeat 0 10px;
	margin-left: 25px;
	font-style: italic;
	font-size: 20px;
	padding-bottom: 35px;
	font-weight: bold;
	padding-left: 64px;
}

#checklist img { margin-left:15px; }

#mainContent p.tagline {
	font-size: 20px;
	font-weight: bold;
	padding-left: 43px;
	margin-top: -19px;
	margin-bottom: 0;
}

.contentText {
	float:left;
	width:340px;
}

.contentText p {
	font-size:15px;
	padding-left:30px;
}

.howText {
	float:left;
	width:233px;
	margin-left:40px;
	margin-right:39px;
}

.howText p { margin-left:10px; }

.howText h3 { color:#A20808; }

.giftText {
	float:left;
	width:275px;
	margin-left:40px;
	margin-right:22px;
}

.helpText {
	float:left;
	width:310px;
	margin: 0 40px 0 50px;
}

#maker img { margin-left:40px; }

/*This section concersn the section below the slider on the landing page*/
#extras {
	height: 159px;
	margin-top: 15px;
}

#dentist img {
	float: left;
	margin-left: -38px;
}

#price img {
	margin-left: 170px;
	margin-top: 14px;
}

#footnotes {margin:10px 40px 0 50px;}
#footnotes li {list-style-type:disc; margin-left:15px;}

/*footer*/
#footer {
	padding: 0 10px 0 20px;
	background: url(../images/containerBottom.jpg) no-repeat;
	height: 150px;
	width:100%;
}

.pages #footer { background: url(../images/containerBottomCompany.jpg) no-repeat; }

#footerText {
	text-align: center;
	padding-top: 60px;
	color: #676767;
	
}

#footerText a {
	margin: 0;
	padding: 13px 0 10px;
	text-align: left;
	font-size: 11px;
	color: #676767;
}

#footerText p {
	margin: 0;
	padding: 13px 0 10px;
	text-align: left;
	font-size: 11px;
	color: #676767;
}

/*floats*/

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
