
/* GLOBAL FORMATTING */
	
html
{
}

body
{	
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

img {border: none;}


/* END GLOBAL FORMATTING */


/* TYPOGRAPHY */

h1 {font-size: 130%; color: #9D1F00;}
h2 {font-size: 120%; color: #CA2800;}
h3 {font-size: 110%; color: #FF6600;}
h4 {font-size: 100%; color: #FF9900;}
h5 {font-size: 100%; color: #000000;}
h6 {font-size: 100%; color: #000000;}

h1, h2, h3, h4, h5, h6
{
	padding: 5px 15px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	padding: 0px 15px 5px 15px;
}

span {font-family: Arial, Helvetica, sans-serif}

blockquote {font-family: Arial, Helvetica, sans-serif; font-size: 90%;}

/* END TYPOGRAPHY */


/* LAYOUT FORMATTING */

#container
{
	width: 792px;
	margin: 0 auto; /* centers */
	position: relative;
	background-color: #FFFFFF;
	border-left: 4px solid #FFFFFF; /* BORDER: border-width border-style border-color; */	
	border-right: 4px solid #FFFFFF;
}

#header
{
	width: 792px;
	height: 110px;
	background-image: url("images/bg_header.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#nav
{
	height: 34px;
	background-image: url(images/nav_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}


#wrapper
{
	width: 792px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url("images/bg_content.jpg");
	background-repeat: repeat-y;
	background-position: center;
}

#content_bottom
{
	clear: left;
	width: 792px;
}

#footer
{
	clear: both;
	width: 792px;
	height: 0px;
	background: url("images/bg_footer.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

/* END LAYOUT FORMATTING */


/* HEADER FORMATING */

#logo
{
	position: absolute;
	margin-top: 35px;
	left: 30px;
}

#top_nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 5px 5px 0px 0px;
}

#header_text
{
	position: absolute;
	top: 20px;
	left: 330px;
	width: 465px;
	height: 90px;
	color: #B30000;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
}

/* END HEADER FORMTATING */


/* WRAPPER ELEMENTS */

#content_main
{
	float: left;
	width: 580px;
	padding: 0px 0px 0px 0px;
}

#content_testimonial
{
	float: left;
	width: 192px;
	position: relative;
	border: 1px solid #9CA4C2;
	background-color: #ffffff;
	margin-top: 10px;
}

#content_right
{
	float: left;
	width: 200px;
	position: relative;
}

#content_main_products
{
	width: 398px;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
}

#content_main_testimonials
{
	float: left;
	width: 780px;
	padding: 0px 0px 0px 0px;
}


/* END WRAPPER ELEMENTS */


/* CONTENT BOTTOM ELEMENTS */

#content_bot_left
{
	float: left;
	width: 392px;
	heigt: 190px;
	position: relative;
	border: 1px solid #9CA4C2;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 4px;
}

#content_bot_right
{
	float: right;
	width: 392px;
	height: 190px;
	position: relative;
	border: 1px solid #9CA4C2;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 4px;
}

/* END CONTENT BOTTOM ELEMENTS */


/* NAVIGATION FORMATTING */

#nav li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	width: 132px;
	font-weight: bold;
	list-style-type: none;
	display: inline;
	float: left;
	visibility: visible;
}

#nav ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	white-space: nowrap;
}

#nav a
{
	text-decoration: none;
	display: block;
	width: 100%;
}

#nav span
{
	visibility: hidden;
}

/* home link */
#nav_home a:link,
#nav_home a:visited,
#nav_home a:active
{
	background: url("images/nav/nav_home2.jpg") no-repeat 0 0;
}

#nav_home a:hover,
#home_body #nav_home a
{
	background: url("images/nav/nav_home1.jpg") no-repeat 0 0;
}

/* products link */
#nav_products a:link,
#nav_products a:visited,
#nav_products a:active
{
	background: url("images/nav/nav_products2.jpg") no-repeat 0 0;
}

#nav_products a:hover,
#products_body #nav_products a
{
	background: url("images/nav/nav_products1.jpg") no-repeat 0 0;
}
/* articles link */
#nav_articles a:link,
#nav_articles a:visited,
#nav_articles a:active
{
	background: url("images/nav/nav_articles2.jpg") no-repeat 0 0;
}

#nav_articles a:hover,
#articles_body #nav_articles a
{
	background: url("images/nav/nav_articles1.jpg") no-repeat 0 0;
}

/* testimonials link */
#nav_testimonials a:link,
#nav_testimonials a:visited,
#nav_testimonials a:active
{
	background: url("images/nav/nav_testimonials2.jpg") no-repeat 0 0;
}

#nav_testimonials a:hover,
#testimonials_body #nav_testimonials a
{
	background: url("images/nav/nav_testimonials1.jpg") no-repeat 0 0;
}

/* videos link */
#nav_videos a:link,
#nav_videos a:visited,
#nav_videos a:active
{
	background: url("images/nav/nav_videos2.jpg") no-repeat 0 0;
}

#nav_videos a:hover,
#videos_body #nav_videos a
{
	background: url("images/nav/nav_videos1.jpg") no-repeat 0 0;
}

/* contact link */
#nav_contact a:link,
#nav_contact a:visited,
#nav_contact a:active
{
	background: url("images/nav/nav_contact2.jpg") no-repeat 0 0;
}

#nav_contact a:hover,
#contact_body #nav_contact a
{
	background: url("images/nav/nav_contact1.jpg") no-repeat 0 0;
}

/* END NAVIGATION FORMATTING */


/* CLASS ELEMENTS */

.inline_h1 {display: inline; font-size: 100%;}
.inline_h2 {display: inline; font-size: 100%;}
.inline_h3 {display: inline; font-size: 100%; padding-left: 0px;}
.inline_h4 {display: inline; font-size: 100%; color: #FFFFFF; padding: 5px 10px 5px 0px; text-align: center;}
.inline_h5 {display: inline; font-size: 100%;}
.inline_h6 {display: inline; font-size: 100%;}

.td_topalign {vertical-align: top;}

.center {display: block; margin-left: auto; margin-right: auto;}

.right_header_area {color: #FFFFFF; background-color: #9CA4C2; text-align: center; line-height: 150%; vertical-align: middle}

.white {color: #ffffff; font-weight: bold;}
.dark_red {color: #990000; vertical-align: middle;}
.dark_grey {color: #5C5C5C; font-size: 80%}
.dark_grey2 {color: #5C5C5C; font-size: 80%; text-align: right;}

.vcenter {vertical-align: middle !important; height: 148px !important;}

.round_ul {list-style: disc; margin-top: 0px;}
.blank_ul {list-style: none; margin-top: 0px;}

.article_img {border: 1px solid #8F8F8F;}

.quote {width: 700px; font-size: 90%;}
.quote p {padding: 0px 5px 0px 5px;}
.open_quote {width: 20px; background-image: url("images/quote_open.gif"); background-repeat: no-repeat; background-position: top;}
.end_quote {width: 20px; background-image: url("images/quote_close.gif"); background-repeat: no-repeat; background-position: bottom;}
.quotee {text-align: right; display: block; padding-top: 0px; padding-bottom: 0px;}

/* END CLASS ELEMENTS */




/* IMAGE FORMATING */

#cgapproval
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
}

#lifesafer_bay
{
	display: block;
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
}

#awardimg
{
	padding-right: 5px;
	margin-top: 8px;
}

.fpmidimg
{
	padding: 0px 4px 0px 4px;
}
	
/* END IMAGE FORMATING */


