﻿/*-------------------------------------------------------------------------------*/
#bdy_wrapper				{background:url('../../../Site/graphics/component_bg_image_menu.jpg') repeat-x center top; }

/*layout modifications

#headerInner 				{background:url('../../../Site/graphics/component_bg.png') no-repeat scroll center top !important;}
*/

#logo_tagline				{position:absolute; 	top:90px; 		right:55px;	text-align:right !important;		width:auto; 	height:auto;						z-index:6;}
.googlesearch				{position:absolute; 	top:473px; 		right:70px; 		width:260px;	z-index:991; }


/* POSITIONS THE IMAGE MENU CONTAINER*/
#image_menu 				{position:absolute; top:140px; width:100%;}

/* POSITIONS THE IMAGES OVER THE BACKGROUND*/
#lmc_image_menu_container	{padding:0px 0px 0px 1px;}

/*-------------------------------------------------------------------------------*/



/* SUB MENU PADDING*/
.lmc_image_menu_content ul a{
	display:block;
	padding:4px 6px 4px 14px;
	background:url('../../../Site/graphics/triangle.png') no-repeat 3px 50%;
	opacity:0.9;
}

/* TEXT SHADOW*/
.lmc_image_menu_content ul a:hover{
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
}

/* SETS THE POSITION*/
.lmc_image_menu_container {
	position:relative;
	overflow:hidden;
}

/* POSITIONS COMPONENT FROM THE TOP OF THE PAGE*/
.lmc_image_menu_container{
	margin:0px auto 0px auto;
}

/* CREATES THE OUTER BORDER AROUND THE COMPONENT*/
.lmc_image_menu_container{
	background:transparent;
}

/* POSITIONS EACH IMAGE PANEL*/
.lmc_image_menu_panel{
	float:left;
	position:relative;
	height:100%;
	overflow:hidden;
}

/* POSITIONS EACH IMAGE*/
.lmc_image_menu_panel_img{
	position:absolute;
	height:100%;
	top:0px;
	background-repeat:no-repeat;
}

/* POSITIONS EACH IMAGE*/
.lmc_image_menu_label{
	display:block;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	outline:none;	
}

/* SUB MENU PROPERTIES*/
.lmc_image_menu_content{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background:url('../../../Site/graphics/pattern.png') left top;
	display:none;
	overflow:hidden;
}



/* ADAPTIVE LAYOUTS CSS <=940 */
@media screen and (min-width:0px) and (max-width:959px){
/*CHANGE BACKGROUND*/
#menu						{position:absolute; 	top:-2px	!important; 			width:100%	!important; 	margin-left:auto!important; margin-right:auto!important; padding:0px!important;}
}


