/*  
	-------------------------------------------------------------
	Cascade Style Sheet - Project: Creative Single Page Portfolio
	Description: Html / Css / jQuery template
	Author: pezflash - http: //www.themeforest.net/user/pezflash
	Version: 1.0
	-------------------------------------------------------------
*/ 


/* ------------------ Global ------------------ */
body {
	background: #fff;
	text-align: left;
	font: 12px 'Signika', sans-serif;
	min-width: 750px;
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
}

a {
	text-decoration: none;
	outline: 0;
	border:0;
}

img {
	border:0;
}

ul {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #9eacb5;
}

strong {
	font-weight: 700;
}

.siteframe{
	min-width:1024px;
	min-height:768px;
}

.hidden {
	display:none;
}

.link_copy{
	font-weight:400;
}

.highlight {
	color: #FFF;
	font-weight:bold;
}

a:link {
		color: #0094ce;
		text-decoration:none;
}

a:active {
		color: #0094ce;
		text-decoration:none;
}

a:visited {
		color: #0094ce;
		text-decoration:none;
}

a:hover {
		color: #fff;
		text-decoration:none;
}

.quoted {
	font-size: 21px;
	font-weight: 300;
	line-height: 27px;
	color: #fff;	
	text-shadow: 0px 2px 2px #000;
}

.paragraph_title {
	font-size: 14px;
	font-weight: 700;
	color: #0094ce;	
	line-height: 18px;
}

.copy {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #9eacb5;	
	margin:8px 0px 0px 0px;
}

.avon_copy {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #ec008c;	
	margin:8px 0px 0px 0px;
}

.avon_subtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	display: block;
}

.avon_subtitle a:link {
		color: #000;
		text-decoration:none;
}

.avon_subtitle a:active {
		color: #000;
		text-decoration:none;
}

.avon_subtitle a:visited {
		color: #000;
		text-decoration:none;
}

.avon_subtitle a:hover {
		color: #0094ec;
		text-decoration:none;
}

/* ---------------- End Global ---------------- */


	
	
		
/* ------------------ Header ------------------ */	
#header {
	position: absolute;
	top:20px;
	padding: 0px 0px 0px 30px;
	z-index: 6;
	width:435px;
}

#header .title {
	font-size: 55px;
	font-weight: 600;
	color: #FFF;	
	margin: 0px 0px 0px -2px;
	/*text-shadow: 0px 2px 3px #000;
	display: block;*/
}

#header .subtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	font-weight: 300;
	color: #9eacb5;	
	margin: 0px 0px 0px -8px;
	/* text-shadow: 0px 2px 2px #ccc; */
	display: block;
}

/* IEXPLORER SHADOW FIX - DISABLED
.ie #header .subtitle {
	filter: dropshadow(color=#000000, offx=0, offy=2);
}
*/
/* ---------------- End Header ---------------- */




/* ------------------- Menu ------------------- */
#menu {
	position: absolute;
	margin: 135px 0px 0px 24px;
	width: 680px;
	z-index: 5;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style: none;
	font-size: 14px;
	font-weight: 700;
	margin: 0px 20px 0px 0px;
	float: left;
}

#menu ul li a {
	color: #0094ce;
	display:block;
	padding: 2px 5px 1px 5px;
	background: url(../images/alpha_dark_05.png);
	background: rgba(0,0,0, 0.05) url();	
}

	
#menu ul li a:hover {
	color: #fff;
	display:block;
	padding: 2px 5px 1px 5px;
	background: url(../images/alpha_dark_10.png);
	background: rgba(0,0,0, 0.1) url();
}

#menu .disabled {
	color: #fff;
	display:block;
	padding: 2px 5px 1px 5px;
	background: url(../images/alpha_dark_10.png);
	background: rgba(0,0,0, 0.1) url();
	cursor: default;
}

#marker {
	position: absolute;
	top: 146px;
	left: -10px;
	z-index: 10;
}

#marker img {
	width: 10px;
	height: 1px;
}
/* ----------------- End Menu ----------------- */



/* ------------------- i want one ------------------- */
#main_btn {
	position: absolute;
	margin: 0px;
	top:175px;
	left:-15px;
	width: 300px;
	z-index: 3;
}
/* ------------------- End i want one ------------------- */



/* ------------------- feedback ------------------- */
#feedback_btn {
	position: absolute;
	margin: 0px;
	bottom:75px;
	left:230px;
	width: 300px;
	z-index: 2;
}
/* ------------------- End feedback ------------------- */

	

/* ------------------- Base ------------------- */
#base {
	position:fixed;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 750px;
	height:100%;
	left: -750px;
	opacity: 0;
	z-index: 3;
	background-image: url(../images/alpha.png);
	background-attachment:fixed;
	/*background: rgba(0, 0, 0, 0.9) url();*/
}

#base .close a {
	position: relative;
	color:#FFF;
	float: right;
	text-align:center;
	top:18px;
	right: 10px;
	z-index: 5;
}

.ie #base .close img {
	border: 0px solid #000;
}
/* ----------------- End Base ----------------- */





/* ------------------- Slider ---------------- */	
#slider {
	position: absolute;
	padding: 10px 0px 0px 30px;
	top: 180px;
	opacity: 0;
	display: none;
	z-index: 8;
}

#slider .left_extra {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 40px 0px 0px;
	width: 440px;
}

#slider .left {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
}

#slider .middle {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	padding: 30px 0px 0px 0px;
	float: left;
	margin: 0px 40px 0px 40px;
	width: 200px;
}

#slider .right {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	width: 200px;
}

#slider .full {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 20px -8px;
	width: 680px;
}
/* --------------- End Slider ---------------- */


/* --------------- VIP Button ---------------- */
.vip_main_btn {
	position: absolute;
	top: -180px;
	left: 475px;
	z-index: 5;
}
/* --------------- end VIP Button ---------------- */



/* ------------------ trial ------------------ */	
#trial {
	position: absolute;
	padding: 10px 0px 0px 30px;
	top: 180px;
	opacity: 0;
	display: none;
	z-index: 8;
}

#trial .left_extra {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 40px 0px 0px;
	width: 440px;
}

#trial .left {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
}

#trial .middle {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	padding: 30px 0px 0px 0px;
	float: left;
	margin: 0px 40px 0px 40px;
	width: 200px;
}

#trial .right {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	width: 200px;
}

#trial .full {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 20px -8px;
	width: 680px;
}

#trial .right img {
	margin: 7px 0px 2px 0px;
	display: block;
}

.ie #trial .right img {
	border: 0px solid #000;
}

#trial .right .rollover {
	position:relative;
	float:left;
}

#trial .right .rollover span {
	background-image: url('../images/zoom_icon.png');
	background-repeat: no-repeat;
	width: 149px;
	height: 43px;
	left: 0px;
	top: 0px;
	display: none;
	position:absolute;
	margin: 7px 0px 2px 0px;
}
/* ---------------- End trial ---------------- */





/* ------------------ Product ------------------ */	
#product {
	position: absolute;
	padding: 10px 0px 0px 30px;
	width:680px;
	top: 180px;
	opacity: 0;
	display: none;
	z-index: 8;
}

#product .left_extra {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 40px 0px 0px;
	width: 440px;
}

#product .left {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
}

#product .middle {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	padding: 30px 0px 0px 0px;
	float: left;
	margin: 0px 40px 0px 40px;
	width: 200px;
}

#product .right {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	width: 200px;
}

#product .full {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 20px -8px;
	width: 680px;
}

#product .right img {
	margin: 7px 0px 2px 0px;
	display: block;
}

.ie #product .right img {
	border: 0px solid #000;
}

#product .right .rollover {
	position:relative;
	float:left;
}

#product .right .rollover span {
	background-image: url('../images/zoom_icon.png');
	background-repeat: no-repeat;
	width: 149px;
	height: 43px;
	left: 0px;
	top: 0px;
	display: none;
	position:absolute;
	margin: 7px 0px 2px 0px;
}

#product .video {
	margin: 5px 0px 0px 0px;
}

#product .video .frame {
	border: solid 0px #000;
}
/* ---------------- End product ---------------- */





/* ------------------ thoughts ------------------ */	
#thoughts {
	position: absolute;
	padding: 10px 0px 0px 30px;
	top: 180px;
	opacity: 0;
	display: none;
	z-index: 8;
	width:680px;
}

#thoughts .left_extra {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 40px 0px 0px;
	width: 440px;
}

#thoughts .left {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
}

#thoughts .middle {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	padding: 30px 0px 0px 0px;
	float: left;
	margin: 0px 40px 0px 40px;
	width: 200px;
}

#thoughts .right {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	width: 200px;
}

#thoughts .full {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 20px -8px;
	width: 680px;
}

.ie #thoughts .right img {
	border: 0px solid #000;
}

#thoughts .right .rollover {
	position:relative;
	float:left;
}

#thoughts .right .rollover span {
	background-image: url('../images/zoom_icon.png');
	background-repeat: no-repeat;
	width: 149px;
	height: 43px;
	left: 0px;
	top: 0px;
	display: none;
	position:absolute;
	margin: 7px 0px 2px 0px;
}
/* ---------------- End thoughts ---------------- */


/* ------------------ watch_how ------------------- */	
#watch_how {
	position: absolute;
	padding: 10px 0px 0px 30px;
	top: 180px;
	opacity: 0;
	display: none;
	z-index: 11;
	width:680px;
}

#watch_how .left_extra {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 40px 0px 0px;
	width: 440px;
}

#watch_how .left {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
}

#watch_how .middle {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	padding: 30px 0px 0px 0px;
	float: left;
	margin: 0px 40px 0px 40px;
	width: 200px;
}

#watch_how .right {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	width: 200px;
}

#watch_how .full {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 20px -8px;
	width: 680px;
}

#watch_how .video {
	margin: 5px 0px 0px 0px;
}

#watch_how .video .frame {
	border: solid 0px #000;
}

/* ---------------- End watch_how ---------------- */


/* ------------------ news ------------------ */	
#news {
	position: absolute;
	padding: 10px 0px 0px 30px;
	top: 180px;
	opacity: 0;
	display: none;
	z-index: 8;
}

#news .left_extra {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 40px 0px 0px;
	width: 440px;
}

#news .left {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
}

#news .middle {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	padding: 30px 0px 0px 0px;
	float: left;
	margin: 0px 40px 0px 40px;
	width: 200px;
}

#news .right {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	width: 200px;
}

#news .full {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;	
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 20px -8px;
	width: 680px;
}

#news .right img {
	margin: 7px 0px 2px 0px;
	display: block;
}

.ie #news .right img {
	border: 0px solid #000;
}

#news .right .rollover {
	position:relative;
}

#news .right .rollover span {
	background-image: url('../images/zoom_icon.png');
	background-repeat: no-repeat;
	width: 149px;
	height: 43px;
	left: 0px;
	top: 0px;
	display: none;
	position:absolute;
	margin: 7px 0px 2px 0px;
}
/* ---------------- End news ---------------- */


/* ------------------ Alert ------------------- */
#alert {
	position: absolute;
	display: none;
	bottom: 0px;
	margin: 0px 0px 0px 30px;
	padding: 15px 20px 15px 20px;
	width: 714px;
	opacity: 0;
	z-index: 1;
	
	background: url(../images/alpha_dark_10.png);
	background: rgba(0,0,0, 0.1) url();
}

#alert .title1 {
	font-size: 16px;
	font-weight: 300;
	color: #839097;
	/* text-shadow: 0px 2px 1px #000; */
}

#alert .title2 {
	font-size: 25px;
	font-weight: 600;
	color: #0094ce;
	/* text-shadow: 0px 2px 1px #000; */
}
#alert .title2 a:link {
	color: #0094ce;
}
#alert .title2 a:active {
	color: #0094ce;
}
#alert .title2 a:visited {
	color: #0094ce;
}
#alert .title2 a:hover {
	color: #FFF;
}

#alert .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.ie #alert .close img {
	border: 0px solid #839097;
}
/* ---------------- End Alert ----------------- */






/* ------------------ Thumbs ------------------ */
#thumbs {
	position: absolute;
	bottom: -30px;
	margin: 0px 0px 0px 30px;
	padding: 10px 10px 5px 10px;
	opacity: 0;
	z-index: 2;
	display:none;
	background: url(../images/alpha_dark_10.png);
	background: rgba(0,0,0, 0.1) url();
}

#thumbs ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	float: left;
	padding: 10px;
}

#thumbs ul li {
	list-style: none;
	margin: 0px 6px 0px 0px;
	float: left;
	position: relative;
}

#thumbs ul li img {
	/*-moz-box-shadow: 0 3px 3px #999; -webkit-box-shadow: 0 3px 3px #999; box-shadow: 0 3px 2px #999;*/
	border: 0px solid #0094ce;
	opacity:0;
}

#thumbs .rollover {
	position:relative;
	float:left;
}

#thumbs .rollover span {
	background-image: url('../images/thumb_marker.png');
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	left: 0px;
	top: 0px;
	display: none;
	position:absolute;
}

#thumbs .playpause {
	margin: 34px 3px 0px 2px;
	cursor: pointer;
}

.ie #thumbs .playpause {
	border: 0px solid #000;
}
/* ---------------- End Thumbs ---------------- */



/* ------------------ footer ------------------ */
#footer {
	position: absolute;
	left:00px;
	bottom: 0px;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 10px;
	z-index: 2;
	background: url(../images/alpha_white_50.png);
	background: rgba(255,255,255, 0.05) url();
	width: 500px;
}

.footer_copy {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #ec008c;	
	margin:0;
}

.footer_copy a:link {
		color: #0094ce;
		text-decoration:none;
}

.footer_copy a:active {
		color: #0094ce;
		text-decoration:none;
}

.footer_copy a:visited {
		color: #0094ce;
		text-decoration:none;
}

.footer_copy a:hover {
		color: #000;
		text-decoration:none;
}


/* ------------------ Social ------------------ */
#social {
	position: absolute;
	left: 20px;
	bottom: 48px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	z-index: 2;
	background: url(../images/alpha_white_50.png);
	background: rgba(255,255,255, 0.05) url();
	min-width:200px;
	width: 414px;
	height: 88px;
}

#social ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	float: left;
	padding: 10px;
}

#social ul li {
	list-style: none;
	margin: 0px 6px 0px 0px;
	float: left;
	position: relative;
}

#social ul li a img {
	-moz-box-shadow: 0 2px 2px #000; -webkit-box-shadow: 0 2px 2px #000; box-shadow: 0 2px 2px #000;
	border: 0px solid #FFF;
}
	
#social ul li a:hover img {
	border: 0px solid #0094ce;	
}
/* ---------------- End Social ---------------- */


/* ---------------- Scrollbars ---------------- */
/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.7); 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(0,148,206,1.0); 
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,148,206,0.6); 
}
/* ---------------- End Scrollbars ---------------- */


/*  
	-------------------------------------------------------------
	END CSS
*/ 
