
/*IE6 PNG FIX */
img,div{ behavior: url(/jsscripts/iepngfix.htc); }
/*END IE6 PNG FIX */


body {
	margin:0; 
	padding:0;
	background: url(/proseries/es/img/bkg_pro_repeat.jpg) #000000 repeat-x top;
}

#wrapper{
	width:987px;
	margin:0 auto;
	padding:0;
	position: relative;
}

.clear {clear: both;}
.right {float: right; margin-left: 10px;}
.left {float: left;}

/* Homepage ================================================================================== */


/* Header ==================================================================================== */
#header {
	width: 987px; 
	height: 325px; 
	z-index:10;
	position: relative;
	background: url(/proseries/es/img/bkg_pro_header.jpg) no-repeat;
	margin: 0 auto;
}

.logo {position:absolute; top:39px; left: 390px;}
.signup {position:absolute; top:2px; left: 0px;}
.tagline {position: absolute; top: 120px; left: 180px;}

/* Side Bar ==================================================================================== */



#sidebar {
	width: 220px;
	float: left;
	margin: 10px 0px 10px 10px;
}

.sidebar_buttons {
	margin-bottom: 10px;
	margin-left: 10px;

}

.sidebar_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	color: #000;
	margin: 0px 5px 10px 10px;
}

#sidebar a:link, #sidebar a:visited{
	color:#212121;
	font-weight: bold;	
	font-size: 11px; 
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar a:hover {
	color:#000;
	background-color: #fff;
	font-weight: bold;	
	font-size: 11px; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Main Content  ==================================================================================== */

#content_main {
	width: 987px;
	text-align: center;
	z-index: 20;
	margin-top: -46px;
	background: url(/proseries/es/img/bkg_pro_spotlight.jpg) no-repeat;
}


#content_bottle {
	width: 180px;
	float: left;
}

#content_text {
	width: 525px;
	float:left;
	padding: 5px 0px 20px 15px;
	margin: 20px 0px;
	border-left: 1px solid #1b1b1b;
}

.product_header {
	margin-bottom: 15px;

}

.quote {margin-bottom: 20px;}
.img_right {float:right; margin-left: 10px; margin-bottom: 10px;}
.img_left {float:left; margin-right: 10px; margin-bottom: 10px;}

/* Testimonials ============================================================================== */

.testimonial {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.testimonial_name {
	margin-bottom: 10px;
	/*color: #df001f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;*/
}

.testimonial_wrapper {width: 230px; float: left; margin-left: 20px;}

/* Footer ==================================================================================== */

#footer {
	width: 960px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	margin: 0 auto;
	
}

.footer_text {position:absolute; top: 30px; left: 360px; color:#363636;}

#footer a:link, #footer a:visited{
	color:#fff;
	text-decoration:none;
	font:10px Arial, Helvetica, sans-serif;
}

#footer a:hover {
	color:#df001f;
	text-decoration:none;
	background: none;
	font:10px Arial, Helvetica, sans-serif;
}


/* Product Main Page ========================================================================= */



/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:500;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:501;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(/images/icons/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(/images/icons/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(/images/icons/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(/images/icons/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(/images/icons/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:left;
}

