
/* Global style settings */

body
{
	text-align: justify;
	color: #000000;
	background-color: #000000;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	font-family: serif;
	font-size: 18px;
}


.IE_scroll_fix_wrapper
{
	position: relative;
	width: 1004px;
	height: 1%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.page_size
{
	position: absolute;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.content_area
{
	position: relative;
	padding: 0px 52px 0px 52px;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	border-left: 5px solid #CC0000;
	border-right: 5px solid #CC0000;
	border-top: 5px solid #CC0000;
	border-bottom: 5px solid #CC0000;
}

.content_area_no_image
{
	position: relative;
	padding: 0px 52px 0px 52px;
	background-color: #FFFFFF;
	border-left: 5px solid #CC0000;
	border-right: 5px solid #CC0000;
	border-top: 5px solid #CC0000;
	border-bottom: 5px solid #CC0000;
}

.IE_mh_bughack
{
	position: relative;
	min-height: 500px;
	height: auto !important;
	height: 480px;
	padding: 0px;
	margin: 0px;
}


.footer
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	clear: both;
}

.page_heading
{
	font-size: 28px;
	font-style: bold;
	font-family: sans-serif;
	color: #AD0001;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.mini_heading
{
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	color: #AD0001;
	text-align: center;
}

.fch
{
	clear: both;
	line-height: .1;
}

.cfh
{
	clear: both;
	line-height: .1;
}

a:link
{
	font-family: sans-serif;
	font-size: 16px;
	text-decoration: none;
}

a:visited
{
	font-family: sans-serif;
	font-size: 16px;
	text-decoration: none;
}

a:hover
{
	font-family: sans-serif;
	font-size: 16px;
	text-decoration: underline;
}

.announcement
{
	position: relative;
	float: right;
	border: 2px solid #AD0001;
	padding: 10px;
	width: 180px;
	margin: 0px 0px 10px 15px;
	font-size: 16px;
}

.announcement .heading
{
	font-size: 18px;
	font-family: sans-serif;
	color: #AD0001;
	text-align: center;
	padding: 0px 0px 10px 0px;
}


/* Safety Facts style */

.fact
{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 15px;
}

.fact_quote
{
	font-style: italic;
	text-align: right;
	font-size: 16px;
	height: auto;
	position: relative;
	margin-right: 0px;
	margin-left: 40%;
}


/* Product Info style */

#product_bullets
{
	position: relative;
	float: left;
	margin-left: 40px;
	width: 600px;
	font-size: 16px;
}

#product_photos
{
	position: relative;
	float: right;
	width: 200px;
	border: 2px solid #AD0001;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

.info_line
{
	clear: both;
	height: 30px;
	padding-bottom: 20px;
}

.bullet
{
	padding-right: 10px;
	height: 36px;
	vertical-align: middle;
}

.warning_red
{
	text-align: center;
	font-style: bold;
	font-family: sans-serif;
	font-size: 40px;
	color: #AD0001;
	padding-top: 5px;
	clear: both;
}

.warning_black
{
	text-align: center;
	font-style: bold;
	font-family: sans-serif;
	font-size: 20px;
	color: #000000;
	padding-top: 5px;
	clear: both;
}



/* Nav Bar style */

#nav {
	position: relative;
	top:0px;
	margin-right: auto;
	margin-left: auto;
	width:1004px;
	height:170px;
}

#navbar-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:174px;
	height:170px;
}

#navbar-02 {
	position:absolute;
	left:174px;
	top:0px;
	width:830px;
	height:139px;
}

#nav-home {
	position:absolute;
	left:174px;
	top:139px;
	width:90px;
	height:31px;
}

#nav-history {
	position:absolute;
	left:264px;
	top:139px;
	width:118px;
	height:31px;
}

#nav-facts {
	position:absolute;
	left:382px;
	top:139px;
	width:179px;
	height:31px;
}

#nav-info {
	position:absolute;
	left:561px;
	top:139px;
	width:177px;
	height:31px;
}

#nav-ordering {
	position:absolute;
	left:738px;
	top:139px;
	width:135px;
	height:31px;
}

#nav-contact {
	position:absolute;
	left:873px;
	top:139px;
	width:126px;
	height:31px;
}

#navbar-09 {
	position:absolute;
	left:999px;
	top:139px;
	width:5px;
	height:31px;
}

