
BODY{background:#eee; margin:0; padding:0; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}



/***** FONT REPLACMENT *****/
/*
@font-face {
	font-family: 'JosefinSansStdLight';
	src: url('../fonts/JosefinSansStd-Light-webfont.eot');
	src: local('☺'), url('../fonts/JosefinSansStd-Light-webfont.woff') format('woff'), url('../fonts/JosefinSansStd-Light-webfont.ttf') format('truetype'), url('../fonts/JosefinSansStd-Light-webfont.svg#webfontmMSjIQwC') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

/***** HEADER *****/
#header{margin-top:50px; text-align:center;}


H1{margin:0; padding:0; color:#fff; font-size:60px; text-indent:-9999px; line-height:100px; background:url('../images-lite/logo_mwl.png') no-repeat center top;}
H2{margin: 60px 0 0; padding:0; color:#fff; font-size: 36px;
	font-weight: normal;
	font-style: normal;
}
H3{margin:0; padding:0; color:#fff; font-size: 48px;}


/***** BOKEH CONTAINER BACKGROUND *****/
#mainBg{
	background: #86cbe3 url('../images-lite/bokehBackground.png') repeat-x left top; height:520px; width:100%; display:inline-block; text-align:center;
}


/***** BOTH BOKEH BACKGROUNDS SETTINGS *****/
#lowerBokeh, #upperBokeh {text-align:center; height:400px;}


/***** LOWER BOKEH BACKGROUND *****/
#lowerBokeh{background:url('../images-lite/lowerBokeh.png') repeat left top; margin-top:60px;}


/***** UPPER BOKEH BACKGROUND *****/
#upperBokeh {background:url('../images-lite/upperBokeh.png') repeat left top;}


/***** CONTENT CONTAINER BOX *****/
.contentBox{margin:auto; width:900px; font-size:18px; position:relative; overflow:hidden;}


/***** CONTENT ALIGMENT *****/
.alignLeft{float:left;}
.alignRight{float:right;}


/***** ALIGMENT COLUMNS *****/
.large{width:450px;}



/***** COUNTDOWN CONTAINER *****/
#countdown{width:400px; margin: 50px 0 60px; padding-bottom:20px; color:#fff; font-size:40px; display:inline-block; }

/***** COUNTDOWN DIDGIT BG *****/
.countdown_amount {background:url('../images-lite/didgitBg.png') no-repeat center center;}


/***** PIE *****/
.pie{width:342px; height:342px; text-align:center; margin:30px 0 0 108px; color:#fff;}
  .pie-0p{background:url('../images-lite/pie-0p.png') no-repeat center center;}
  .pie-25p{background:url('../images-lite/pie-25p.png') no-repeat center center;}
  .pie-50p{background:url('../images-lite/pie-50p.png') no-repeat center center;}
  .pie-75p{background:url('../images-lite/pie-75p.png') no-repeat center center;}
  .pie-100p{background:url('../images-lite/pie-100p.png') no-repeat center center;}
 
.pie H3{padding-top:135px;}




/***** CONTACTS *****/
#contacts{width:370px; display:inline-block;}


/***** SOCIAL ICONS *****/
UL{margin:5px 0 0 0; padding:0;}
LI{list-style:none; float:left; margin-right:5px;}
UL LI A {width:38px; height:38px; display:block;}

LI A#twitter{background:url('../images-lite/twitter.png') no-repeat center top;}
LI A#twitter:hover{background:url('../images-lite/twitter.png') no-repeat center -38px;}

LI A#facebook{background:url('../images-lite/facebook.png') no-repeat center top;}
LI A#facebook:hover{background:url('../images-lite/facebook.png') no-repeat center -38px;}

LI A#linkedin{background:url('../images-lite/linkedin.png') no-repeat center top;}
LI A#linkedin:hover{background:url('../images-lite/linkedin.png') no-repeat center -38px;}


/***** NEWSLETTER OPEN BUTTON *****/
A#btnNewsletter{background:url('../images-lite/btnNewsletter.png') no-repeat center top; width:173px; height:46px; display: none; outline:none;}
A#btnNewsletter:hover{background:url('../images-lite/btnNewsletter.png') no-repeat center -46px;
	display: none;
}



/***** NEWSLETTER *****/ 
#newsletter{
	position:absolute; 
	z-index:100; 
	display:none; 
	bottom:0; 
	left:30px; 
	background:url('../images-lite/formBg.png') no-repeat center top;
	width:380px;
	height:80px;
	padding:18px 0 0 0;
	font-family:Helvetica;
}
#closeEmail{
	width:15px; 
	height:15px; 
	position:absolute; 
	top:-5px; 
	right:-5px; 
	background:url('../images-lite/btnCloseEmail.png') no-repeat right top;
}

#closeEmail:hover{background:url('../images-lite/btnCloseEmail.png') no-repeat right -15px;}

#note{display:inline-block; float:left; margin:8px 0 0 35px; color:#6f6f6f; font-size:13px; }

#newsletter INPUT[type="text"], #newsletter INPUT[type="submit"]{float:left; height:37px; border:none; }

#newsletter INPUT[type="text"]{
	width:249px; 
	line-height:37px; 
	padding:0 8px; 
	background:url('../images-lite/inputBg.png') no-repeat center top; 
	font-size:16px; 
	border:none; 
	color:#464646;
	margin-left:27px;
}
#newsletter INPUT[type="submit"]{
	width:60px; 
	background:url('../images-lite/btnSend.png') no-repeat center top;
	color:#fff;
	cursor:pointer;
}


#textfooter {
	margin-top: 30px;
	color: gray;
	font: 12px/15px Helvetica, Geneva, SunSans-Regular, sans-serif;
}