/* Sifr */
#seocopy 
{
	width: 358px;
	margin: 0 0 16px 0;
	font-size: 14px;
	line-height: 145%;
	color: #fff;
}

#seocopy p
{
	margin: 8px 0px;
}

#seocopy a, #seocopy p a
{
	font-size: 14px;
	color: #95E6FA;
	text-decoration: none;
	line-height: 1.5em;
}


#seocopy a:hover
{
	text-decoration: underline;
}

span.hp_avenir 
{
	display: block;
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 7px;
	letter-spacing: -0.2px;
	letter-spacing: -0.01em;
	padding-bottom: 5px;
	*letter-spacing: -1px;
}

.bold
{
	font-weight: bold;
	margin: 0 0 15px 0;
}

.learn_more
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 15px 0;
}


#content {
	min-height: 504px;
	_height: 504px;
}


/* Buttons */

#home_buttons
{
	_display: inline;
	float: left;
	/*margin: 150px 0 0 25px;*/
	margin: 115px 0 0 25px;
	_position: relative;
	z-index: 20;
}

#linkBarWrapper {
	height: 38px;
	width: 367px;
	margin: 0;
	padding: 0;
}

#linkBar { margin: 0; padding: 0; }
#linkBar li { display: inline; }
#linkBar li a { float: left; display: inline; width: 145px; height: 38px; text-indent: -999em; overflow: hidden; }

#linkBar li#linkBar_LearnMore a { 
	background-image: url(/images/home_linkBar.png); 
	_background-image: url(/images/home_linkBar.gif); 
	background-repeat: no-repeat; 
	width: 133px; }
#linkBar li#linkBar_WatchDemo a { 
	background-image: url(/images/home_linkBar.png); 
	_background-image: url(/images/home_linkBar.gif); 
	background-repeat: no-repeat; 
	width: 72px; }
#linkBar li#linkBar_BuyNow a { 
	background-image: url(/images/home_linkBar.png); 
	_background-image: url(/images/home_linkBar.gif); 
	background-repeat: no-repeat; 
	width: 102px; }


/* BUTTONS */
#linkBar li#linkBar_LearnMore a 	{ background-position: 0 0; }
#linkBar li#linkBar_WatchDemo a 	{ background-position: -133px 0px; }
#linkBar li#linkBar_BuyNow a 			{ background-position: -205px 0px; }

/* OVER STATES */
#linkBar li#linkBar_LearnMore a:hover 	{ background-position: 0px -38px; }
#linkBar li#linkBar_WatchDemo a:hover 	{ background-position: -133px -38px; }
#linkBar li#linkBar_BuyNow a:hover 			{ background-position: -205px -38px; }

/* PRESSED STATES */
#linkBar li#linkBar_LearnMore a:active 		{ background-position: 0px -76px; }
#linkBar li#linkBar_WatchDemo a:active 		{ background-position: -133px -76px; }
#linkBar li#linkBar_BuyNow a:active 			{ background-position: -205px -76px; }

/* ON STATES */
#linkBarWrapper.LearnMore #linkBar li#linkBar_LearnMore a		{ background-position: 0px -38px !important; }
#linkBarWrapper.WatchDemo #linkBar li#linkBar_WatchDemo a 	{ background-position: -133px -38px !important; }
#linkBarWrapper.BuyNow #linkBar li#linkBar_BuyNow a 				{ background-position: -205px -38px !important; }

a#bottle_hom span {
	width: 306px;
	height: 483px;
	background: url(/images/home_bottle_hom.png) no-repeat;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	float: left;
	margin-top: 26px;
	margin-left: -80px;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home_bottle_hom.png', sizingMethod='crop');	
	_position: relative;
	_z-index: 10;
}

a#bottle_exp span {
	width: 290px;
	height: 539px;
	background: url(/images/home_bottle_exp.png) no-repeat;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	float: left;
	margin-top: -30px;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home_bottle_exp.png', sizingMethod='crop');	
	_position: relative;
	_z-index: 1;
}


/* video player container */
#zoom
{
	z-index: 101;
}

#home_bottle
{
	float: left;
	margin: -25px 0 0 -25px;
	background: url(/images/home_bottle.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home_bottle.png', sizingMethod='crop');
	width: 251px;
	height: 529px;
	_position: relative;
}

/* slide show */
#slidesContainer
{
		margin-left: 675px;
		padding-top: 50px;
}

#slidesContainer img
{
	border: 0;
}

#slide_nav
{
	margin: 0 auto;
	width: 280px;
	position: absolute;
	left: 665px;
	top: 351px;
}

#slides
{
	width: 245px;
	font-size: 11px;
}

#slides div
{
	padding-left: 2px;
}

#slides a
{
	color: #5C752F;
	text-decoration: none;
	display: block;
	width: 242px;
}

#slides a .heading
{
	color: #000;
	font-size: 12px;
}

#slides a span
{
	color: #333;
}

#previous_slide,
#next_slide,
#nav a
{
	float: left;
	text-decoration: none;
	cursor: pointer;
}

#previous_slide,
#next_slide
{
	width: 18px;
	height: 18px;
}
#previous_slide
{
	background: url(/images/slide_back_arrow.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/slide_back_arrow.png', sizingMethod='crop');
	margin-left: 4px;
}
#next_slide
{
	background: url(/images/slide_forward_arrow.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/slide_forward_arrow.png', sizingMethod='crop');
}
#nav a
{
	background: url('/images/slide_dot.png');
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/slide_dot.png', sizingMethod='crop');
	margin: 5px 4px;
	width: 8px;
	height: 8px;
}

#nav .activeSlide
{
	background: url('/images/slide_dot_on.png');
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/slide_dot_on.png', sizingMethod='crop');
}

/* hotspots */

.target
{
	text-decoration: none;
	z-index: 50;
	width: 10px;
	height: 10px;
	background: url(/images/target.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/target.png', sizingMethod='crop');
	cursor: pointer;
}

#target_trigger
{
	position: absolute;
	top: 15px;
	left: 620px;
	_left: 640px;
}

#target_neck
{
	position: absolute;
	top: 117px;
	left: 520px;
	_left: 540px;
}

#target_cap
{
	position: absolute;
	top: 207px;
	left: 575px;
	_left: 595px;
}

#target_base
{
	position: absolute;
	top: 390px;
	left: 575px;
	_left: 595px;
}

#target_trigger img,
#target_neck img,
#target_cap img,
#target_base img
{
	border: 0;	
}

/* callouts */

.callout
{
	display: none;
	z-index: 20;
}

.callout div
{
	background: url(/images/callout_bottom.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/callout_bottom.png', sizingMethod='crop');
	width: 156px;
	height: 67px;
}

.callout p
{
	width: 140px;
	padding: 10px;
	font-size: 12px;	
}

#callout_trigger
{
	position: absolute;
	top: -1px;
	left: 445px;
	_left: 465px;
}

#callout_trigger div
{
	background: url(/images/callout_right.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/callout_right.png', sizingMethod='crop');
	width: 181px;
	height: 48px;
}

#callout_neck
{
	
	position: absolute;
	left: 485px;
	_left: 505px;
	top:35px;
}

#callout_neck div
{
	background: url(/images/callout_bottom_2.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/callout_bottom_2.png', sizingMethod='crop');
	width: 157px;
	height: 89px;
}

#callout_cap
{
	position: absolute;
	left: 540px;
	_left: 560px;
	top:146px;
}
#callout_base
{
	position: absolute;
	left: 540px;
	_left: 560px;
	top: 308px;
}

#callout_base div
{
	background: url(/images/callout_bottom_2.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/callout_bottom_2.png', sizingMethod='crop');
	width: 157px;
	height: 89px;
}


#product_iframe {
	display: none;
}

#zoom_content #product_iframe {
	display: block;
}

/*
#alert_feature
{
	padding: 0;
	margin: 0;
	position: absolute;
	left: 26px;
	top: 428px;
	z-index: 1;
	background: url(/images/homepage_badge_2009-05.jpg) no-repeat;
	width: 235px;
	height: 62px;
	text-indent: -9999px;	
}

#alert_feature a.forbes
{
	display: block;
	width: 105px;
	height: 20px;
	position: absolute;
	left: 35px;
	bottom: 0px;
	z-index: 101;
	cursor: pointer;
}*/

#buzz {
	display: block;
	clear: both;
	border-top: 1px solid #666;
	padding: 7px 0px 7px 16px;
	height: 16px;
	background: url(/images/bg_buzz.gif) repeat-x;
	margin: 0px;
	zoom: 1;
}

#buzz h4 {
	float: left; 
	padding: 0px 16px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	border-right: 1px solid #6A7D81;
	color: #6A7D81;
}

#buzz_list {
	float: left; 
	width: 825px;
	list-style-type: none;
	margin: 0px 0px 0px 18px;
	padding: 0px;
	background: none;
	_display: inline;
}

#buzz_list li {
	margin: -1px;
	padding: 0px;
	display: block;
	background: none;
	display: none;
	line-height: 18px;
	vertical-align: bottom;
}

#buzz_list li a {
	font-size: 13px;
	color: #6A7D81;
	text-decoration: none;
	background: none;
	display: block;
	width: 825px;
}

#activenet_btn {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 30px;
	width: 102px;
	height: 22px;
	background: url(/images/activenet/activenet_btn.jpg) no-repeat;
	text-indent: -999em;
}

#activenet_btn:hover {
	background: url(/images/activenet/activenet_btn_hover.jpg) no-repeat;
}