#header ul { /* all lists */
	clear: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#header li { /* all list items */
	float: left;
	position: relative;
/*	width: 5em;
*/	width: 80px;
	text-align: left;
	color: #333333;
	font-size: 12px;
}

#header li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0em;
	left: 0;
}

#header li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left 
	top: auto;
	left: auto;*/
	margin-top: 18px;
}

#header li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


*{ margin: 0px;}

img{
	border: none;
	}

body {
	font-family: Helvetica, Arial, sans-serif;
}

a:link {
	text-decoration: none;
	color: #00aeef;
}
a:visited {
	text-decoration: none;
	color: #00aeef;
}
a:hover {
	text-decoration: underline;
	color: #00aeef;
}
a:active {
	text-decoration: none;
	color: #00aeef;
}

.bullet_list{
	width: 350px;
	margin-left: 15px;
	}
	
.bullet_list_benefits{
	width: 400px;
	margin-left: 15px;
	line-height: 1.4;
	font-style: italic;
}

.break{
	clear: both;
	height: 10px
}

.bullet_list_specs{
	width: 600px;
	margin-left: 15px;
	line-height: 1.4;
}

.bullet_point{
	padding-bottom: 10px;
	}

.text{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
}

.blue{
	font-family: Times, serif;
	font-size: 16px;
	line-height: 1.5;
	font-style: italic;
	color: #00aeef;
	font-weight:bold;
}

.philosophy_link{
	font-family: Times, serif;
	font-size: 14px;
	line-height: 1;
	font-style: italic;
	color: #00aeef;
	font-weight:bold;
}

.content_text_blue{
	width: 345px;
	float: left;
	font-family: Times, serif;
	font-size: 16px;
	line-height: 1.5;
	font-style: italic;
	color: #00aeef;
}

.content_text_text{
	width: 345px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
	clear: left;
}

.flash{
	width: 354px;
	float: right;
	text-align: center;
	margin-right: 2px;
}

.small_ital{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
}


#wrapper {
	margin: 0 auto;
	width: 700px;
	text-align: left;
}


#background{
	background-image:url(images/background.jpg);
	background-repeat: repeat-y;	
	overflow: auto;
	height: auto;
	width: 769px;
	}

#header{
	background-image:url(images/header_background.gif);
	background-repeat: no-repeat;
	margin-left: 22px;
	width: 732px;
	height: 171px;
	background-color: #414042;
}

#header_logo{
	width: 167px;
	height: 136px;
	float: left;
	margin-left: 11px;
	margin-top: 21px;
}

#header_buy_now{
	width: 89px;
	height: 28px;
	float: right;
	margin-top: 39px;
	margin-right: 5px;
}

#header_slogan{
	clear: right;
	float: right;
	margin-right: 6px;
	margin-top: 23px;
}

#header_nav{
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	border-left: none;
	border-right: none;
	margin-right: 6px;
	margin-top: 2px;
	float: right;
	clear: right;
	width: 520px;
	height: 27px;
	text-align: center;
}

.header_nav_link{
	min-width: 30px;
	max-width: 100px;
	height: 15px;
	padding: 10px;
	float: left;
	padding-bottom: 5px;
	padding-top: 7px;
}

#content{
	padding-left: 50px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	height: auto;
	overflow: auto;

}

#footer{
	background-image:url(images/background_bottom.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 729px;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	font-style:italic;
	text-align: center;
	padding-top: 6px;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
}

.footer_nav a{
	background-repeat: no-repeat;
	height: 50px;
	width: 769px;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	color: #333333;
	font-variant:normal;
	font-style: normal;
}

.footer_nav a:hover{
		color: #000000;
}

.footer_nav{
	font-variant:normal;
	font-style: normal;
	background-repeat: no-repeat;
	height: 50px;
	width: 769px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
}
