body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family:"Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	line-height:1.45em;
	color:#5a5a5a;
}

#mainContent {
	width:966px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size:1.75em;
}
h1 div {
	font-size:.4em;
	font-weight:bold;
	display:inline;
}

#fullframe {
	padding:40px;
	width:880px;
	height:100%;
}

/* NAV STYLES */
 
#topNavBar {
	width:936px;
	height:45px;
	background:url(../_images/red_banner.gif) no-repeat;
	text-align:right;
	color:#252525;
	padding-top:12px;
	padding-right:30px
}

#login {
	float:right;
}

#login input {
	display:inline;
}

#topBarLilnks {
	float:right;
	padding-top:3px;
	padding-right:3px;
}

#loginFields {
	float:left;
	padding-right:7px;
}
.logInFormField {
	width:100px;
	height:15px;
	color:#666666;
	font-size:1em;
}
#loginSubmitBtn {
	padding-top: 4px;
	display:block;
	float:left;
}

#topNavBar a:link, #topNavBar a:visited {
	text-decoration:none;
	color:#ffffff;
}
#topNavBar a:hover {
	text-decoration:none;
	color:#246cb1;
}


/* Text Links  */

a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}


/* Main Navigation */

#productsNavBar {
	padding:6px 30px 0 30px;
	width:906px;
	
}

#lovePathLogo {
	text-indent:-5000px;
	text-decoration:none;
	display:block;
	width:405px;
	height:107px;
	border-bottom:none;
	background:url(../_images/lp_logo.gif) no-repeat;
	float:left;
	margin-top:15px;
}

.navButton {
	float:right;
	display:block;
	text-decoration:none;
	width:124px;
	height:35px;
	border-bottom:none;
	text-align:center;
	font-weight:bold;
	padding-top:90px;
	padding-right:13px;
}

#lpBookNav:link, #lpBookNav:visited {
	color:#e10804;
	background:url(../_images/nav_book_n.gif) no-repeat;
	
}
#lpBookNav:hover {
	color:#ffffff;
	background:url(../_images/nav_book_r.gif) no-repeat;
}


#lpKitNav:link, #lpKitNav:visited {
	color:#e10804;
	background:url(../_images/nav_kit_n.gif) no-repeat;
	
}
#lpKitNav:hover {
	color:#ffffff;
	background:url(../_images/nav_kit_r.gif) no-repeat;
}

#lp911Nav:link, #lp911Nav:visited {
	color:#e10804;
	background:url(../_images/nav_911_n.gif) no-repeat;
	
}
#lp911Nav:hover {
	color:#ffffff;
	background:url(../_images/nav_911_r.gif) no-repeat;
}




/*HOMEPAGE BANNER */

#homepageBanner {
	width:966px;
	height:367px;
	background:url(../_images/banner_homepage.jpg) no-repeat;

}

#hompageIntro {
	float:left;
	width:250px;
	padding-left:350px;
}
#hompageIntro h1 {
	color:#ffffff;
	font-weight:normal;
	font-size:3em;
	letter-spacing:-1px;
	margin:60px 0 20px 0;
}

#homepageKitCallOut {
	float:right;
	width:280px;
	padding-right:25px;
	text-align:center;
	color:#ffffff;
}

#homepageKitCallOut h1 {
	font-weight:normal;
	margin-bottom:8px;
	margin-top:280px;
}

#homepageKitCallOut a:link, #homepageKitCallOut a:visited {
	font-weight:bold;
	display:block;
	color:#ffffff;
	padding-left:15px;
	background:url(../_images/arrows_white_blue.gif) no-repeat 0 3px;
	text-align:left;
	margin-left:85px;
}
#homepageKitCallOut a:hover {
	color:#e10804;
	background:url(../_images/arrows_red_blue.gif) no-repeat 0 3px;
	
}

/* KIT BANNER */

#kitBanner {
	width:966px;
	height:367px;
	background:url(../_images/banner_kit.jpg) no-repeat;
	color:#ffffff;
}
#bookBanner {
	width:966px;
	height:367px;
	background:url(../_images/banner_book.jpg) no-repeat;
	color:#ffffff;
}
#lp911Banner {
	width:966px;
	height:367px;
	background:url(../_images/banner_911.jpg) no-repeat;
	color:#ffffff;
}

#bannerIntro {
	width:525px;
	padding:50px 0 0 45px;
}
#bannerIntro h1 {
	font-weight:normal;
	font-size:3.25em;
	margin:0 0 20px 0;
}
#kitVideo a:link, #kitVideo a:visited {
	color:#ffffff;
	font-weight:bold;
	display:block;
	padding-left:67px;
	padding-top:12px;
	background:url(../_images/kit_video_icon_n.gif) no-repeat;
	width:150px;
	height:55px;
}
#kitVideo a:hover {
	color:#e10804;
	font-weight:bold;
	display:block;
	padding-left:67px;
	padding-top:12px;
	background:url(../_images/kit_video_icon_r.gif) no-repeat;
	width:150px;
	height:55px;
}


#textColumns {
	padding-top:0px;
}

#leftTextColumn {
	float:left;
	width:250px;
	height:100%;
}
#rightTextColumn {
	float:right;
	width:250px;
	height:100%;
}

/* ORDER BTN */
#orderBtn {
	height:41px;
	margin-bottom:8px;
}
#orderBtn a:link, #orderBtn a:visited {
	display:block;
	width:153px;
	height:41px;
	float:left;
	text-decoration:none;
	text-indent:-5000px;
	background:url(../_images/btn_order_n.gif) no-repeat;
}
#orderBtn a:hover {
	background:url(../_images/btn_order_r.gif) no-repeat;
}

#orderBtn div {
	float:left;
	padding:13px 0 0 15px;
}

/*  BOXES */

#homepageBoxes {
	width:946px;
	margin:20px 0 30px 0;
	padding:0 10px;
}


#homepageBoxes div {
	width:245px;
	height:100%;
	float:left;
	border-right:#CCCCCC dotted 1px;
	padding:0 30px;
	min-height:200px;
}


#homepageBoxes h1 {
	color:#246cb1;
	font-weight:normal;
}

#homepageBoxes a:link, #homepageBoxes a:visited {
	color:#e10804;
	font-weight:bold;
	display:block;
	padding-left:15px;
	background:url(../_images/arrows_red_white.gif) no-repeat 0 3px;
	margin-top:10px;
}

#homepageBoxes a:hover {
	color:#246cb1;
	font-weight:bold;
	display:block;
	padding-left:15px;
	background:url(../_images/arrows_blue_white.gif) no-repeat 0 3px;
	margin-top:10px;
}

/* Log-in Styles
#logInForm {
	float:right;
	color:#fff;
	padding:48px 10px 0 0;
	font-weight:bold;
	width:300px;
	text-align:right;
}
.logInFormField {
	width:100px;
	height:15px;
	color:#666666;
	font-size:1em;
}
#loginSubmitBtn {
	padding-top: 2px;
	display:block;
	float:left;
}


 */
/* Footer Styles */
#footer {
	width:966px;
	height:75px;
	margin-top:25px;
	background:url(../_images/footer.gif) no-repeat;
	padding-top:19px;
}
#footerLinks a:link, #footerLinks a:visited {
	color:#246cb1;
}
#footerLinks a:hover {
	color:#e10804;
}

#footerLinks {
	float:left;
	padding-left:40px;
}
#footerCopyright {
	float:right;
	padding-right:40px;
}

/* Left and Right Side Styles*/


/* Classes & Element Styles*/



/* Quote Styles*/



/* List Styles */

h1 span {
	font-weight:bold;
}
ul {
	list-style:none;
	margin: 10px 0;
	padding:0;
}
li {
	margin:0;
	padding:0 0 10px 15px;
	background:url(../_images/bullet_red.gif) no-repeat 0 4px;
}


ul strong {
	color:#bb292e;
}


/* Quiz Styles */
p {
	display:block;
	margin:10px 0;
}
.name {
	font-weight:bold;
	color:#246cb1;
}
.blue {
	color:#246cb1;
}
.clearer {
	clear:both;
	display:block;
}

.pageTitle {
	color:#246cb1;
	font-weight:normal;
	font-size:3em;
}
.error {
	color:#e10804;;
}

/* Page Banners */

