*{
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, arial;
	font-size:11px;
	border:0px;
}

body{
	background-image:url(../img/backgrounds/bg_body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	behavior:url("css/csshover.htc");
}

.mainStage{
	width:1060px;
	position:relative;
	margin:auto;
}

.mainStage .headerContainer{
	position:relative;
	height:122px;
	width:1060px;
	margin-top:20px;
	z-index:1;
}

.mainStage .headerContainer .logoBox{
	position:absolute;
	right:41px;
	top:-11px;
	height:228px;
	width:258px;
	background-image:url(../img/content/cnt_logo.gif);
}

.mainStage .ilikeBox{
	position:absolute;
	right:-150px;
	bottom:275px;
	z-index:100;
	background-image:url(../img/backgrounds/bg_ilike.gif);
	height:120px;
	width:188px;
	background-repeat:no-repeat;
}


.mainStage .searchBox{
	position:absolute;
	right:-134px;
	bottom:395px;
	z-index:100;
	background-image:url(../img/backgrounds/bg_finder.gif);
	height:167px;
	width:167px;
}

.mainStage .searchBox form{
	margin:0px;
	margin-top:51px;
	margin-left:20px;
	padding:0px;
}

.mainStage .searchBox form p input{
	margin:0px;
	margin-left:-11px;
	margin-right:5px;
	padding-top:9px;	
	padding-left:9px;	
	padding-right:15px;	
	background-image:url(../img/backgrounds/products/bg_searchinput.gif);
	height:35px;
	width:114px;
}

.mainStage .contentContainer{
	position:relative;
	width:1060px;
	height:749px;
}

.mainStage .contentContainer .left{
	position:absolute;
	left:0px;
	top:0px;
	height:749px;
	width:40px;
	background-image:url(../img/backgrounds/bg_contentLeft.gif);
	background-repeat:no-repeat;
}

.mainStage .contentContainer .center{
	position:absolute;
	left:40px;
	top:0px;
	height:749px;
	width:990px;
	background-image:url(../img/backgrounds/bg_contentCenter.jpg);
	background-repeat:no-repeat;	
	
}


.mainStage .contentContainer .center .cBox{
	z-index:20;
	top:90px;
	left:127px;
	position:absolute;
	width:270px;
}

.mainStage .contentContainer .center .cBox h1{
	font-style:italic;
	font-size:17px;
	text-transform:uppercase;
	background-image:url(../img/backgrounds/bg_2ndlevel_underline.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom:6px;
}

.mainStage .contentContainer .center .cBox p{
	font-size:12px;
}

.mainStage .contentContainer .center .cBox form{
	margin-top:9px;
	margin-bottom:36px;
}

.mainStage .contentContainer .center .cBox input,
.mainStage .contentContainer .center .cBox textarea,
.mainStage .contentContainer .center .cBox select{
	border:1px solid #BDBDB2;
	font-size:12px;
	line-height:18px;
	padding:0px;
	margin:0px;
	margin-bottom:9px;
	width:250px;
}

.mainStage .contentContainer .center .h{
	display:none;
}

.mainStage .contentContainer .right{
	position:absolute;
	right:0px;
	top:0px;
	height:749px;
	width:31px;
	background-image:url(../img/backgrounds/bg_contentRight.gif);
	background-repeat:no-repeat;
}

.mainStage .contentContainer a{
	color:#024A7C;
}

.mainStage .contentContainer a:hover{
	color:#024A7C;
	text-decoration:none;
}


.mainStage .footerContainer{
	position:relative;
	background-image:url(../img/backgrounds/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:35px;
	width:1061px;
}

.mainStage .footerContainer .footerNavBox{
	position:absolute;
	top:18px;
	right:60px;
	color:#ffffff;
	font-size:12px;
}

.mainStage .footerContainer .footerNavBox a{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}

.mainStage .footerContainer .footerNavBox a:hover{
	text-decoration:underline;
}

.mainStage .quickSearchContainer{
	display:none;
}

.mainStage .detailImage{
	position:absolute;
	margin:0px;
	padding:0px;
	border:1px solid red;
	display:none;
	z-index:101;
}

.mainStage .detailImage .infoBoxHeader{
	cursor:move;
	background-image:url(../img/backgrounds/imageMenuBar.gif);
	text-align:right;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #575757;
	line-height:20px;
	color:#333333;
	background-color:#dedede;
	display:block;
}


.mainStage .disableWebsite{
	position:absolute;
	top:0px;
	left:0px;
	height:500px;
	width:100%;
	background-color:#dedede;
	-moz-opacity:0.7;
	filter: alpha(opacity=75, finishopacity=75);
	display:none;
	z-index:100;
}

