/********************    MCL STYLE IDS - ALL PAGES   ****************/

BODY{
	background-color: #FFE600;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-top:0;
	margin-right:0;
	margin-left: 0;
	margin-bottom: 0; 
}

/* CONTAINER DIVS FOR POSITIONING */
#frame{
	margin-left:0;
	width:800px;
}
#enclose{
	float:left;
	width:780px;
}


/* TOP BANNER DIV */
#banner {
	float:left;
 	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:0;
	left-margin:0;
	top-margin:0;
	margin-width:0;
	margin-height:0;
	margin-bottom:0px;
}

/* CONTENT DIV FOR ALL EXCEPT HOME PAGE */
#content {
	float:left;
	width:780px;
 	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:20px;
	margin-top:40px;
}
/* CONTENT DIV FOR SHOP HOME PAGE */
#shophomecontent {
	float:left;
	width:800px;
 	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:0px;
	margin-top:40px;
}
#shophome {
	float:left;
	width:800px;
 	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:0px;
	margin-top:40px;
}
/* CONTENT DIV FOR HOME PAGE */
#homecontent {
	float:left;
	width:780px;
 	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:20px;
	margin-top:40px;
	/*float:left;
	width:550px; 
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:0;
	margin-left:250px;
	margin-top:40px;*/
}
/* **************************** */

#popupcontent {
	float:left;
	width:300px;
 	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:20px;
	margin-top:20px;
}

/* contact details  */
#contactdetails{
	float:left;
	width:300px;
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:0;
	margin-left:20px;
	margin-top:20px;
}

/* copyright footer */

#footer {
	float:left;
	clear:both;
	font-family: Univers, Verdana, sans-serif;
	color: #000000;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	width:300px; 
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:0;
	margin-left:300px;
	margin-top:20px;
	
}
#popupfooter {
	float:left;
	clear:both;
	font-family: Univers, Verdana, sans-serif;
	color: #000000;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	width:300px; 
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:0;
	margin-left:0px;
	margin-top:20px;
}
#flashtitle{
	font-family: Trebuchet MS, Comic Sans MS Bold, sans-serif;
	font-size: 13px;
	color: #006699;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	
}

