﻿@charset "UTF-8";
/* CSS Document
 http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #949494;
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/bg.png);
	background-repeat: repeat-x;
	width: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Start Global Styles=========================================*/

p
{
	padding: 8px 0px;
	font-weight: normal;
}

ul
{
	list-style: disc;
	margin: 10px;
}

li
{
	padding-bottom: 5px;
}

strong
{
	font-weight: bold;
}

h2
{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0;
	text-transform: uppercase;
	padding::0 0 4px 0;
	margin: 0 0 8px 0;

}

h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
	text-transform: uppercase;
	line-height: 160%;
	margin: 0 0 16px 0;
}

h4 {
	color: #233686;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0;
	margin: 14px 0 4px 0;
}

a:link, a:visited, a:hover, a:active {
	color: #fff;
	text-decoration: none;
	outline: 0;
}

/*End Global Styles=========================================*/


/*Home Page Styles*/

.clearDiv {
	clear: both;
	height: 1px;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.slidesContainer {
	position: absolute;
	top: 0px;
	height: 864px;
	background: url(../images/slide-bg03.png) 0 0 repeat-x;
	width: 100%;
	*position:inherit;/*IE7 fix for drop down menu visibility*/
}

.mainContent {
	height: 380px;
	width:100%;
	overflow: hidden;
	border: 0 solid #c00;
}

.marketing {
	position: absolute;
	top: 518px;
	height: 346px;
	background: url(../images/marketingBg.png) 0 0;
	z-index: 8;
	width: 100%;
	overflow: hidden;
	*z-index: 0; /*IE7 Fix background overlay hiding header & bottom bucket containers */
	*position:relative; /*IE7 Fix background overlay hiding header & bottom bucket containers */
	*margin-top:-864px; /*IE7 Fix background overlay hiding header & bottom bucket containers */
}

.marketingHr {
	width: 966px;
	height: 1px;
	background: url(../images/marketingHrBg.png) 0 0 repeat-x;
	margin: 0px 0px 10px 0px;
}

.whatsNew {
	float: left;
	margin-top: 22px;
}

.marketingCallout {
	color: #cccccc;
	float: left;
	width: 258px;
	margin-left: 16px;
}

.marketingCallout h2 {
	color: #fff;
	padding: 5px 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}

.marketingCallout img {
	border: 1px solid #cccccc;
}

.marketingCallout p a {
	padding: 8px 0;
	color: #cccccc;
	text-align:left;
	border:0px;
}

.marketingCallout a {
	margin: 2px 0;
	display: block;
	text-align: right;
	text-transform: uppercase;
	padding: 4px 8px;
	font-size: 11px;
	border: 1px solid #cccccc;
}

.marketingCallout a:first-child
{
	border:0px;	
	padding:0 8px 0 0;
}

a.marketingCalloutImg {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

.mainContainer {
	position: relative;
	background-color: transparent;
	margin: 0 auto;
	width: 994px;
	*margin-top:-346px; /*IE7 Fix background overlay hiding header & bottom bucket containers */
}

.header {
	position: relative;
	z-index: 100;
	*position:inherit; /*IE7 Fix background overlay hiding header & bottom bucket containers */
}

.logo {
	float: left;
	width: 144px;
	height: 108px;
}

.topLinks {
	margin-top: 20px;
	float: right;
}

.socialIcons {
	float: right;
	margin: 0 20px 0 0;
}

.topInput {
	float: right;
	margin: 0 10px 0 0;
}

.topNav {
	text-align: right;
	margin-top: 10px;
}

.topNav a {
	color: #fff;
	font-size: 10px;
	margin: 10px;
}

.marketingContent {
	position: relative;
	z-index: 10;
	background-color: transparent;
	margin: 0 auto 50px auto;
    width: 994px;
    top: -40px;
}

.footerContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 994px;
	height: 142px;
	display: block;
	color: #666666;
	font-size: 10px;
	margin-top: 14px;
	z-index: 200;
}

.copyright {
	float: left;
	margin-top: 14px;
}

.footerNav {
	margin-top: 14px;
	float: right;
	text-transform: uppercase;
	text-align: left;
	margin-right: 40px;
}

.footerNav a {
	color: #666666;
	line-height: 140%;
}

.footerNav a:hover {
	color: #23368b;
}

.slides_container {
	height: 929px;
    width:1440px;
    margin:auto;
	overflow: hidden;
	position: relative;
	display: none;
	top: 118px;
}

.slides_container div {
	width: 1440px;
	height: 929px;
	display: block;
}

.slides_container .slidesBg {
	width: 1440px;
	position: absolute;
	top: 25px;
}

.slides_container .heroCtaBg {
	width: 1440px;
	position: absolute;
	top: 0;
}

.heroCTA {
	position: absolute;
	top: 290px;
	left: 810px;
	z-index: 1;
}

.paginationContainer {
	margin: 2px auto;
	position: relative;
	z-index: 101;
	width: 90px;
	top: -394px;
}

.paginationContainer .prev {
	float: left;
	z-index: 101;
	border: 0;
}

.paginationContainer .next {
	float: right;
	z-index: 101;
	border: 0;
}

.pagination {
	margin: 26px auto 0;
	width: 56px;
	top: -420px;
	position: relative;
	z-index: 12;
}

.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}

.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.pagination li.current a {
	background-position: 0 -12px;
}

ul#mainNav {
	margin: 1px 0 0 5px;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}

ul#mainNav li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
}

ul#mainNav li a {
	float: left;
	text-indent: -9999px;
	height: 32px;
	outline: none;
}



ul#mainNav a.navHairAccessories {
	background: url(../images/navHairAccessories.png) no-repeat;
	width: 144px;
}

ul#mainNav a.navStylingTools {
	background: url(../images/navStylingTools.png) no-repeat;
	width: 120px;
}

ul#mainNav a.navGoodyHeat {
	background: url(../images/navGoodyHeat.png) no-repeat;
	width: 105px;
}

ul#mainNav a.navNewProducts {
	background: url(../images/navNewProducts.png) no-repeat;
	width: 131px;
}

ul#mainNav li .sub {
	position: absolute;
	display: none;
	top: 50px;
	left: -148px;
	padding: 20px;
	float: left;
	display: none;
	width: 422px;
	opacity:100 !important;
}

.menu450 {
	width: 450px !important;
}

ul#mainNav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

ul#mainNav li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
	width: 80%;
	margin:0 10%;
	float: left;
	
}

ul#mainNav li .sub ul li.navHdr {
	    list-style: none;
    margin: 0;
    padding: 0;
    width: 120px;
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    height: 35px;
}

ul#mainNav li .sub ul li.navHdr a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0;
	margin: 0;
}

ul#mainNav li .sub ul li.navHdr a:hover {
	color: #29b8cc;
}

ul#mainNav li .sub ul li.active a, ul#mainNav li .sub ul li.active a:hover {
	/*color:#d84097;*/
	/*color:#23368b;*/
	color: #29b8cc;
}

ul#mainNav li .sub ul li.navHdr a.hdrType {
	position: relative;
	margin-top: 20px;
}

ul#mainNav li .sub ul li.navHdr a.hdrCollection {
	position: relative;
	margin-bottom: 20px;
}

.tab_content_left {
	position:relative;
	float:left;
	width:190px;
	height:auto;
	min-height:75px;
	padding-top:10px;
}



.tab_content_right {
	    position: relative;
    float: left;
    width: 170px;
    height: auto;
    min-height: 75px;
    padding-top: 10px;
    padding-left: 30px;
}

.tab_content_line {
	    border-left: 1px solid #c3c3c3;
    position: relative;
    float: left;
    width: 5px;
    height: 120px;
    min-height: 100px;
    top: 60px;
	}


ul#mainNav .sub ul li {
	width: 100%;
	color: #fff;
}

ul#mainNav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}

ul#mainNav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
	text-align: right;
}

ul#mainNav .sub ul li a {
	float: none;
	line-spacing: 160%;
	text-indent: 0;
	/*--Reset text indent--*/
	height: auto;
	padding: 0px 5px 7px 5px;
	display: block;
	text-decoration: none;
	color: #fff;
}

ul#mainNav .sub ul li a:hover {
	color: #29b8cc;
	background-position: 5px 12px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: none;
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	display: block;
	outline: none;
}

html ul.tabs li.active, html ul.tabs li.active a:hover {
	color: #d84097;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
}

form, fieldset, input {
	margin: 0;
	padding: 0;
	border: 0;
}

.searchbar {
	width: 125px;
	float: left;
	padding: 0 50px 3px 4px;
	color: #666666;
	font-size: 12px;
	border: 1px solid #d1d1d1;
	outline: none;
	/*Remove Chrome and Safari glows on focus*/
}

.searchbtn {
	width: 28px;
	height: 17px;
	float: left;
	margin: 1px 1px 0 -28px;
	background: url(../images/search.png);
	text-indent: -9999px;
	padding: 0 0 0 28px;
	/*IE fix*/
	cursor: pointer;
}


/* show signup popup related classes - Start */
* { margin: 0, padding 0}

#mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #010022;
    display: none;
    z-index: 10000;
}

#signupPopup
{
	position: absolute;
	top: 60px;
	left:315px;
	width:602px;
	height: 439px;
	background: url(../images/newsletter-signup-lightbox.png) 0 0;
	z-index: 10001;
	display:none;
}
.btnSignup
{
    position:absolute;
    top:322px;
    left:218px;
    width:162px;
    height:28px;
    cursor:hand;
}
.closePopup
{
    position:absolute;
    top:37px;
    left:423px;
    width:140px;
    height:28px;
    cursor:hand;
}
/* show signup popup related classes - End */
