@charset "UTF-8";
/* CSS Document */

/***** -~-~-~ LAYOUT ~-~-~- *****/

/*** Print ***/

#print-header {
	display: none;
}

/*** Site Container and Dimensions ***/

#container_shadow {
	margin: 0 auto;
	background: url(../images/layout/shadow_lt_rt.jpg) repeat-y;
	width: 832px;
	padding: 0 0 1px 0;
}

#container {
	width: 832px;
	margin: 0 auto;
	margin-left: 16px;
}

#home {
	margin: 0;
}
/*** Top Area & Search ***/

#header {
	background:url(../images/layout/header.jpg);
	height: 231px;
	width: 800px;
}

#search_input {
	margin: 63px 10px 0 0;
	width: 37px;
}

#aeroneb-logo {
    float:left;
    height: 100px;
    margin-left: 18px;
    margin-top: 0px;
    width: 315px;
	text-decoration: none;
}

a#fbt-logo {
    text-decoration: none;
}


/*** Navigation ***/

#nav {
	background:url(../images/layout/nav.jpg) repeat-x;
	width:800px;
	height: 29px;
	margin: 0;
	padding: 0;

}


#nav ul {
	font-size: 13px;
	font-weight: 900;
	list-style-type: none;
	margin: 0;
	padding: 0;

}


#nav li {
	float: left;
	line-height: 29px;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
}


#nav li.first {
	margin-left: 1px;
}



#nav li.nav-divider,
#nav li.nav-divider:hover {
	background: url(../images/layout/nav_divider.png) no-repeat;
	width: 2px;
}


#nav li a:link,
#nav li a:visited,
#nav li a:active {
	background:url(../images/layout/nav.jpg) repeat-x;
	display: block;
	padding: 0 10px;
	color:#FFF;
	text-decoration: none;
}


#nav li a:hover {
	background:url(../images/layout/nav_hover2.jpg) repeat-x;
	color:#ffffff;
}


/*** Top Nav Drop Downs ***/

#nav li ul {
	background-color: #D5EFB0;

	text-decoration:none;
	border: 1px solid #CCD8C0;
	display: none;
	list-style-type: none;
	position: absolute;
	z-index: 2000;
}

#nav li:hover ul {
	display: block;
	margin: 0 -1px;
}



#nav li ul li {
	border-left: none;
	border-top: 1px solid #fff;
	float: none;
	line-height: 30px;
	margin:0;
	padding: 0;
}

#nav li ul li a:link,
#nav li ul li a:visited,
#nav li ul li a:active {
	text-transform:none;
	background:none;
	color: #65006B;
	font-size: 12px;
	font-weight: normal;
	padding: 0 12px;
}

#nav li ul li a:hover {
	color: #fff;
	background-color: #65006B;

}

/*** Secondary Nav ***/
#sec_nav {
	background: url(../images/layout/sec_nav_bg.jpg) repeat-x;
	width:415px;
	height: 29px;
	margin-top: -9px;
	padding:0px;
	float: right;
}

#sec_nav ul {
	color: #6E0F74;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: 100;
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#sec_nav li {
	float: left;
	line-height: 29px;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
	margin-top: 2px;

}

#sec_nav li.sec_first {
	background:url(../images/layout/sec_nav_bg_left.jpg) no-repeat;
	width:115px;
	height: 29px;
	margin-top: 0;
}


#sec_nav li a:link,
#sec_nav li a:visited,
#sec_nav li a:active {
	color: #fff;
	display: block;
	padding: 0 10px;
	text-decoration: none;

}


#sec_nav li a:hover {
	background: #FFF;
	color: #6E0F74;
	margin-top: -1px;

}

#sec_nav li.sec_first a:link,
#sec_nav li.sec_first a:visited,
#sec_nav li.sec_first a:active {
	background:url(../images/layout/sec_nav_bg_left.jpg) no-repeat;
	width:116px;
	height: 29px;
	margin-top: 0;
	padding: 2px 0 0 13px;
}

#sec_nav li.sec_first a:hover {
	background:url(../images/layout/sec_nav_bg_left_hover1.jpg) no-repeat;
}


#sec_nav li.sec-nav-divider,
#sec_nav li.sec-nav-divider:hover {
	background:url(../images/layout/sec_nav_divider.jpg) no-repeat;
	width: 1px;
}
/***** -~-~-~ CONTENT ~-~-~- *****/

body {
	background-color: #edeedc;
	color: #333;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	margin: 0;
}

#content {
	background-color: #FFF;
	min-height: 100px;
	width:780px;
	margin: 10px;
}

.indent {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	margin-left: 25px;
}

h1, h1.shop_header {
	color: #333;
	border-bottom: 1px solid #BBB6BB;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 15px 0 ;
	text-transform: uppercase;
}

h2 {
	color: #68056D;
	font-size: 15px;
	margin: 15px 0 ;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	margin: 15px 0 0 0 ;
	text-transform: uppercase;
	color:#333;

}

h4 {
	color: #68056D;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin: 0;

	text-transform: uppercase;
}

h5 {
	color: #65006A;
	font-size: 17px;
	margin: 15px 0 ;
	text-transform: uppercase;
}

h6 {
	color: #68056D;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin: 10px 0 5px 8px;

	text-transform: uppercase;
}

.call_to_action {
	text-align:center;
	line-height: 107px;
	text-decoration: none;
}

.mission_statement {
	text-align:left;
	background:url(../images/mission_stmt.jpg) no-repeat;
	width:210px;
	height: 60px;
}

#our_mission .AuthorizeNetSeal {
	
}

.whats_new {
	text-align:left;
	margin-top: 49px;
	margin-left: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #6E0F74;
	line-height: 21px;

}


.banner_text {
	float: right;
	margin: 10px 12px 14px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6E0F74;
	text-align:right;
	line-height: 14px;

}

.aeroneb {
	float: left;
	margin:15px;
	margin-left: 115px;
	margin-top: -1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #6E0F74;

}

.product_page {
	font:"Arial Black", Gadget, sans-serif;
	font-weight:800;
	font-size: 14px;
	color:#65006B;
	margin: 15px 0 10px 0;
}


.product_details {
	font:"Arial Black", Gadget, sans-serif;
	font-weight:800;
	font-size: 18px;
	color:#65006B;
	margin: 0px 0 15px 0
}

.price {
	color: #68911C;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	font-weight:400;
}

.larger_text {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:15px;
	color:#6C0072;
	margin: 0px 0 15px 0;
	text-transform:uppercase;
}

.larger_text_grey {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:18px;
	color:#333;
	margin: 0px 0 15px 0;
	text-transform:uppercase;
}

#icon_header{
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin:0;
	color:#6C0072;
	font-size:16px;

}


/*** Home Page ***/

#call_to_action_container {
	width:300px;
	height: 325px;
	margin: 0;
	float:left;
	text-decoration: none;
}

.call_to_action {
	width: 315px;
	height: 103px;
	background:url(../images/call_to_action.jpg);
	margin: 5px 10px 0px 3px;
	float: left;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	display: block;
	text-decoration: none;
}


#video_box {
	width: 450px;
	height: 345px;
	background-color:#333;
	float:right;
	margin: -10px ;
	display:block;
	padding-top: 22px;
}

#video_box #player {margin-top: -8px;}

#our_mission {
	width: 800px;
	height: 120px;
	background-color:#fff;
	clear: both;
	text-align: center;
	margin-left: -10px;
	margin-top: 10px;
	border-top:#75A51A solid 4px;
	padding: 25px 15px 10px 35px;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*** use the #our_mission below you add the #whats_new div***/
}



/***
#our_mission {
	width: 395px;
	height: 125px;
	background-color:#fff;
	float:left;
	text-align:left;
	display:block;
	margin-left: -10px;
	margin-top: 10px;
	border-top:#75A51A solid medium;
	padding: 15px 15px 15px 30px;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
***/

#whats_new {
	width: 315px;
	height: 125px;

	float:right;
	display:inline;
	margin: 0px;
	margin-right:-10px;
	margin-top: 10px;
	border-top:#75A51A solid medium;
	padding: 15px 15px 15px 30px;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}




/*** Footer ***/

#footer {
	background:url(../images/layout/footer.jpg);
	color: #FFF;
	font-size: 12px;
	height: 58px;
	width: 832px;
	margin: 0 auto;


}

address {
	font-style: normal;
	text-align:center;
	padding-top: 5px;
}

#footer address {
	font-size: 13px;
	font-weight:bold;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.clear {
	clear:both;
}



/*** Lists ***/

ul, ol {
	margin: 0 0 20px 0;
}

ul {
	padding-left: 25px;
	margin-left: 0;

}



ol {
	padding-left: 33px;
}

li {
	color:#333;

}

li span {
	color:#333;

}


#account_options {
	padding: 0;
}

#account_options {
	padding: 0;
}

#account_options li {
	padding: 10px 0 0 20px;
}

#account_options2 li {
	padding: 10px 10px 10px 20px;
}
/*** Links ***/

a:link,
a:visited,
a:active {
	color:#68911C;
	text-decoration: none;
}

a:hover {
	color: #6C0072;
	text-decoration: underline;
}

#account_options a {
	color: #606;
	font-size: 115%;
}

#account_options a:hover {
	color: #9b4;
}

.call_to_action a:link,
.call_to_action a:visited,
.call_to_action a:active {
	width: 315px;
	height: 103px;
	background:url(../images/call_to_action.jpg);
	margin: 0;
	float: left;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	display: block;
	color:#333;
	text-decoration: none;
}

.call_to_action a:hover {
	background:url(../images/call_to_action_hover.jpg);
	color:#333;
}

.add_to_cart a:link,
.add_to_cart a:visited,
.add_to_cart a:active {
	background:url(../images/buttons/add_to_cart.jpg) no-repeat;
	width: 130px;
	height: 32px;
	display: block;
}

.add_to_cart a:hover {
	background:url(../images/buttons/add_to_cart_hover.jpg) no-repeat;
}

#submit a:link,
#submit a:visited,
#submit a:active {
	background:url(../images/buttons/submit.jpg) no-repeat;
	width: 100px;
	height: 32px;
	display: block;
}
#submit a:hover {
	background:url(../images/buttons/submit_hover.jpg) no-repeat;
}
#skip_rx_button a:link,
#skip_rx_button a:visited,
#skip_rx_button a:active {
	width: 300px;
	height: 35px;
	background:url(../images/buttons/skip_button.jpg) no-repeat;
	display: block;
}

#skip_rx_button a:hover {
	background:url(../images/buttons/skip_button_hover.jpg) no-repeat;

}

#sign_up a:link,
#sign_up a:visited,
#sign_up a:active {
	width: 85px;
	height: 32px;
	background:url(../images/buttons/sign_up.jpg) no-repeat;
	display: block;

}

#sign_up a:hover {
	background:url(../images/buttons/sign_up_hover.jpg) no-repeat;

}

.read_more a:link,
.read_more a:visited,
.read_more a:active {
	width: 100px;
	height: 32px;
	background:url(../images/buttons/read_more.jpg) no-repeat;
	margin: 10px 0 15px 0;
	display: block;

}

.read_more a:hover {
	background:url(../images/buttons/read_more_hover.jpg) no-repeat;
	margin: 10px 0 15px 0;

}

.read_more_pdf a:link,
.read_more_pdf a:visited,
.read_more_pdf a:active {
	width: 135px;
	height: 32px;
	background:url(../images/buttons/read_more_pdf.jpg) no-repeat;
	margin: 10px 0 15px 0;
	display: block;

}

.read_more_pdf a:hover {
	background:url(../images/buttons/read_more_hover_pdf.jpg) no-repeat;
	margin: 10px 0 15px 0;

}


#continue a:link,
#continue a:visited,
#continue a:active {
	width: 100px;
	height: 29px;
	background:url(../images/buttons/continue.jpg) no-repeat;
	display: block;

}

#continue a:hover {
	background:url(../images/buttons/continue_hover.jpg) no-repeat;

}

#return_account a:link,
#return_account a:visited,
#return_account a:active {
	width: 225px;
	height: 35px;
	background:url(../images/buttons/return_to_account.jpg) no-repeat;
	display: block;

}

#return_account a:hover {
	background:url(../images/buttons/return_to_account_hover.jpg) no-repeat;

}

#save a:link,
#save a:visited,
#save a:active {
	width: 73px;
	height: 32px;
	background:url(../images/buttons/save.jpg) no-repeat;
	display: block;

}

#save a:hover {
	background:url(../images/buttons/save_hover.jpg) no-repeat;

}

#address a:link,
#address a:visited,
#address a:active {
	width: 125px;
	height: 35px;
	background:url(../images/buttons/address.jpg) no-repeat;
	display: block;

}

#address a:hover {
	background:url(../images/buttons/address_hover.jpg) no-repeat;

}

#edit a:link,
#edit a:visited,
#edit a:active {
	width: 78px;
	height: 35px;
	background:url(../images/buttons/edit.jpg) no-repeat;
	display: block;

}

#edit a:hover {
	background:url(../images/buttons/edit_hover.jpg) no-repeat;

}

#delete a:link,
#delete a:visited,
#delete a:active {
	width: 78px;
	height: 35px;
	background:url(../images/buttons/delete.jpg) no-repeat;
	display: block;

}

#delete a:hover {
	background:url(../images/buttons/delete_hover.jpg) no-repeat;

}


#add_card a:link,
#add card a:visited,
#add_card a:active {
	width: 100px;
	height: 32px;
	background:url(../images/buttons/add_card2.jpg) no-repeat;
	display:block;

}

#add_card a:hover {
	background:url(../images/buttons/add_card_hover2.jpg) no-repeat;

}

#view_orders a:link,
#view_orders a:visited,
#view_orders a:active {
	width: 151px;
	height: 25px;
	background:url(../images/buttons/view_orders.jpg) no-repeat;
	display: block;
	margin: 10px;



}

#view_orders a:hover {
	background:url(../images/buttons/view_orders_hover.jpg) no-repeat;

}


#update_info a:link,
#update_info a:visited,
#update_info a:active {
	width: 356px;
	height: 25px;
	background:url(../images/buttons/update_info.jpg) no-repeat;
	display: block;
	margin: 10px;

}

#update_info a:hover {
	background:url(../images/buttons/update_info_hover.jpg) no-repeat;

}

#manage_addresses a:link,
#manage_addresses a:visited,
#manage_addresses a:active {
	width: 162px;
	height: 25px;
	background:url(../images/buttons/manage_addresses.jpg) no-repeat;
	margin: 10px;
	display: block;


}

#manage_addresses a:hover {
	background:url(../images/buttons/manage_addresses_hover.jpg) no-repeat;
	margin-left: 10px;
}

#manage_cc a:link,
#manage_cc a:visited,
#manage_cc a:active {
	width: 181px;
	height: 25px;
	margin: 10px;
	background:url(../images/buttons/manage_cc.jpg) no-repeat;
	display: block;

}

#manage_cc a:hover {
	background:url(../images/buttons/manage_cc_hover.jpg) no-repeat;

}

#sign_out a:link,
#sign_out a:visited,
#sign_out a:active {
	width: 174px;
	height: 25px;
	background:url(../images/buttons/sign_out.jpg) no-repeat;
	display: block;
	margin: 10px;


}

#sign_out a:hover {
	background:url(../images/buttons/sign_out_hover.jpg) no-repeat;

}

#update a:link,
#update a:visited,
#update a:active {
	width: 100px;
	height: 32px;
	background:url(../images/buttons/update.jpg) no-repeat;
	display: block;



}

#update a:hover {
	background:url(../images/buttons/update_hover.jpg) no-repeat;

}

#continue_shopping a:link,
#continue_shopping a:visited,
#continue_shopping a:active {
	width: 178px;
	height: 32px;
	background:url(../images/buttons/continue_shopping.jpg) no-repeat;
	display: block;



}

#continue_shopping a:hover {
	background:url(../images/buttons/continue_shopping_hover.jpg) no-repeat;

}

#checkout a:link,
#checkout a:visited,
#checkout a:active {
	width: 125px;
	height: 32px;
	background:url(../images/buttons/checkout.jpg) no-repeat;
	display: block;



}

#checkout a:hover {
	background:url(../images/buttons/checkout_hover.jpg) no-repeat;

}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 15px 15px;
}

.imagespacelt {
	float: left;
	margin: 0 15px 15px 0;
}

.horzontal_line {
	margin: 0;
	height: 1px;
	width: 900px;
	border:#CC0 solid medium;
}

.video_image {
	margin-top: 10px;
}


.photos {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}

#continue {
	width: 100px;
	height: 29px;
	background:url(../images/buttons/continue.jpg) no-repeat;
	display: block;

}

#return_account {
	width: 225px;
	height: 35px;
	background:url(../images/buttons/return_to_account.jpg) no-repeat;
	display: block;
}

#save  {
	width: 73px;
	height: 32px;
	background:url(../images/buttons/save.jpg) no-repeat;
	display: block;

}

#address  {
	width: 125px;
	height: 35px;
	background:url(../images/buttons/address.jpg) no-repeat;
	display: block;

}

#edit  {
	width: 78px;
	height: 35px;
	background:url(../images/buttons/edit.jpg) no-repeat;
	display: block;

}

#delete  {
	width: 78px;
	height: 35px;
	background:url(../images/buttons/delete.jpg) no-repeat;
	display: block;

}

#update  {
	width: 100px;
	height: 32px;
	background:url(../images/buttons/update.jpg) no-repeat;
	display: block;

}

#continue_shopping  {
	width: 178px;
	height: 32px;
	background:url(../images/buttons/continue_shopping.jpg) no-repeat;
	display: block;

}

#checkout {
	width: 125px;
	height: 32px;
	background:url(../images/buttons/checkout.jpg) no-repeat;
	display: block;

}

#account {
	background:url(../images/account_bkgd.jpg) no-repeat;
	width:588px;
	height:200px;
	padding-top: 7px;
	margin-top: 12px;
	padding-left: 10px;
}

#account2 {
	background:url(../images/account2_bkgd.jpg) no-repeat;
	width:756px;
	height:240px;
	margin-left: 0px;
	padding-left:0px;
	padding-top: 5px;
	padding-right: 20px;


}

#cart {
	background:#FBFFE1;
	border: #781E7D solid thin;
	width:745px;
	height:auto;
	padding: 15px;
	margin-bottom: 15px;
}


/*** Add This Button styles ***/

.addthis_toolbox{
float: right;
}

.addthis_toolbox a{
	color: black;
}

/*** Form ***/

.admin th {
	background-color: #CFDDB7;
	font-size:15px;
	color:#65006B;
}

.table.list .even {
	background-color: #ff00ff;
}

table.list .odd {
	background-color: #fff;
}


#form {
	border: #000 thin solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width:277px;
	background:#EDEEDC;
}

/*** Product Page ***/

#product_border {
	width: auto;
	height: auto;

	background-color: #fff;
	margin: 15px;
	padding: 20px 20px 20px 45px ;
}

#details_image {
	width: 215px;
	height: 160px;
	padding: 5px;
	padding-top: 10px;
	margin-bottom: 15px;
	margin-left: 18px;
}

#product_image {
	border:#65006B solid thin;
}

.product_page a {
	font:"Arial Black", Gadget, sans-serif;
	font-weight:800;
	font-size: 14px;
	color:#65006B;
	margin: 15px 0 10px 0;
}

.about_header {
	margin: 0;
	padding: 0;
}

.about_header img {
	margin-bottom: -8px;
}

.clear {
	clear:both;
}