
/* -======================================- */
/*              layout styles               */
/* -======================================- */

body {
	background-color:#4C4C4C;
	height:550px;
	font-family:arial;
	font-size:11px;

}
#mainHolder{
	position: absolute;
	top: 50%;
	margin-top:-275px;
    left: 50%;
	margin-left:-490px;
	width:980px;
	height:550px;
	background-color:white;
	
	
}
#mainHolder_inner{
	position:absolute;
	height:514px;
	width:944px;
	top:18px;
	left:18px;
	top:aboslute;
	background-color:#d7d7d7; 
	
}
#logo{
	position:absolute;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:224px;
	height:231px;
	top:-20px;
	right:80px;
	cursor:pointer;
	z-index:1024;
}
#page_content{
	
	height:426px;
	}
#bottom_menu_holder{
	float:left;
	border:0px solid red;
	height:70px;
	width:944px;
	font-size:2px;
	z-index:999;
	position:absolute;
	bottom:15px;
	left:0px;
	

}


.mainmenu_bg{
	position:absolute;
	background-color:white;
	height:70px;
	width:944px;
	-moz-opacity:.8;
	filter:alpha(opacity=80);

}
.mainmenu_body{
	position:relative;
	/position:absolute;	
	
	
}

/* #bottom_left
{
	float:left;
	width:565px;
	font-size:2px;
	height:17px;
	border-right:6px solid black;
} */
#void{
	clear:both;
}
#page_footer {
	position:absolute;
	left: 50%;
	margin-left:-490px;
	top: 50%;
	margin-top:278px;
	font-weight:normal;
	width:980px;
	height:20px;
	font-size:9px;
	
	color:#b7b5b6;
	text-transform:uppercase;
}
#page_footer a{
	color:#b7b5b6;
}
#page_footer_content{
	width:100%;
	margin:2px 2px 0px 0px;
	text-align:center;
	

}


#content_title{
white-space:nowrap;	
}

#content_holder{

}
#page_content a{

	text-transform: capitalize;
	text-decoration:none;
	color:#4C4C4C;
}
#page_content a:hover{
	
	color:#b7b5b6;
}

a.selectedGal, a.selectedGal b {
cursor:pointer;
color:#fff;
}

a.nonselectedGal{
cursor:pointer;
	
}
.void{
clear:both;	
}

#cmcCartCheckOut{
	width:63px;
	height:55px;
	background-image:url('images/cartBackground.gif');
	background-repeat:no-repeat;
	position:absolute;
	left:64px;
	font-size:10px;
	padding-top:35px;
	color:#fff;
	text-indent:12px;
	text-decoration:none;
}

.cmcCartAddedBox{
	position:absolute;
	left:0px;
	background-color:#e6e4e5;
	width:127px;
	height:180px;
	
	top:-180px;
	font-size:10px;
	z-index:199;
}
#fb_icon{
	
	position:absolute;
	left:128px;
}