/*TopLogo*/
body{
	behavior: url(Styles/csshover3.htc);
	behavior: url(Styles/iepngfix.htc);
}
.CGLogo {
	z-index: 7500;
	left: 15px;
	display:inline;
	position: absolute;
	background:none;
}
img.PNGlogo
{
	width:260px;
	height:86px;
	border:none;
}
#globalNav {
	
	position: absolute;
	right:5px;
	top:0; 
	height: 33px;
	/*padding-right:103px;*/
	/*padding-left: 27px;*/
	padding-right:10px;
	background:url(../Images/NavShadow.gif) no-repeat;
	background-position:27px 28px;
	z-index: 490; 
}



.difglobalNav
{
	background:none;
}
#globalNav .mainNav {
	margin-top: 6px; 
	float: left; 
	cursor: pointer
}
#globalSubNav {
	margin-top: 24px; 
	z-index: 8500; 
	position: absolute;
}


/*breadcrumbs*/
.breadcrumbs
{
	visibility: hidden;
	width:600px;
	color:#330099;
	font-size:10px;
	margin:43px 0 0 290px;
}
.breadcrumbs a
{
	color:#330099;
	text-decoration:underline;
	padding:0 5px;
}
.breadcrumbs span.selected
{
	font-weight:bold;
	padding-left:5px;
}

/**Navigation**/
.globalnav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.globalnav > ul
{
	margin:5px 0 0 0;
	font: 0/0 arial;
}
.globalnav > ul > li > a{
	font: 10px/18px arial;
}
.globalnav > ul > li ul li a{
	font: 11px/25px arial;
}
.globalnav > ul > li{
	display: block;
	height:18px;
	padding:0;
	margin:2px 0 0 0;
	position:relative;
	float:left;
}
.globalnav > ul > li + li{
	background: transparent url(../Images/nav_sp.gif) no-repeat left center;
	padding-left: 1px;
}
.globalnav > ul > li.navwhatsnew{
	width:109px;
}
.globalnav > ul > li.navlooks{
	width:98px;
}
.globalnav > ul > li.navbeautynews{
	width:124px;
}
.globalnav > ul > li.navbehind{
	width:155px;
}
.globalnav > ul > li.navwin{
	width:66px;
}
.globalnav > ul > li.navcontactus{
	width:105px;
}
.globalnav > ul > li > a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #0d1e8b;
	text-transform: uppercase;
	font-weight: bold;
}
.globalnav > ul > li.selected > a,
.globalnav > ul > li:hover > a{
	color: white;
	background-color: #0d1e8b;
}
.globalnav > ul > li ul{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	z-index: 100;
}
.globalnav > ul > li ul li{
	border-bottom: 1px solid white;
	background: transparent url(../Images/nav_bg.png) repeat;
	width: 200px;
	height: 25px;
	line-height: 25px;
}
.globalnav > ul > li > ul{
	position: absolute;
}
.globalnav > ul > li > ul > li{
	position:relative;
}
.globalnav > ul > li > ul > li ul{
	position: absolute;
	left: 200px;
	top: -1px;
}
.globalnav ul li ul > li.selected,
.globalnav ul li ul > li:hover{
	background-color: #0d1e8b;
}
.globalnav ul li a + ul,
.globalnav ul li a + ul + .shadow{
	visibility:hidden;
}
.globalnav ul li:hover > ul + .shadow,
.globalnav ul li:hover > ul{
	visibility:visible;
}
.globalnav > ul > li li > a{
	display: block;
	text-align: left;
	text-indent: 10px;
	text-decoration: none;
	color: white;
}
.globalnav > ul > li li > a:hover{
	
}
.globalnav .shadow{
	position: absolute;
	z-index: 10;
	top: 0;
	background: transparent url(../Images/shadow_c.png) no-repeat right bottom;
}
.globalnav .shadow > div.l{
	background: transparent url(../Images/shadow_l.png) repeat-y right top;
}
.globalnav .shadow > div.b{
	height:7px;
	margin-right: 7px;
	background: transparent url(../Images/shadow_b.png) repeat-x left bottom;
}

.whatsnewleft{
	position: relative;
}
.whatsnewleft h3{
	position: absolute;
	right: 100px;
	bottom: 0;
	font: bold 1.7em/2em arial;
	color: #0d1e8b;
}