* {
    margin: 0;
}
html, body {
    height: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	color:#FFFFFF;
	background-color: #616365;
	background-image: url(../images/bg_slice.png);
	background-repeat: repeat-x;
}
.headernav {
	min-height: 100%;
	min-width: 1000px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6.13em;
	text-align: center;
	background-image: url(../images/bg_bottom.png);
	background-repeat: repeat-x;
	background-position:bottom;
}
.headernav #logo {
	background-color: #FFFFFF;
	height: 35px;
}

.headernav #logo a.mrlogo:link, .headernav #logo a.mrlogo:visited, .headernav #logo a.mrlogo:hover, .headernav #logo a.mrlogo:active {
	display: block;
	background-image: url(../images/mrmail_logo.png);
	background-repeat: no-repeat;
	width: 461px;
	height: 125px;
	margin: 0 auto;
	text-indent: -1000em;
}


/*.headernav #logo #mrlogo {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
*/

/*-------------------------------------------------------------------
----------------MAIN NAVIGATION AT THE TOP OF WEBSITE----------------
---------------------------------------------------------------------*/

.headernav #nav {
	height: 30px;
	position: relative;
	width: 415px;
	margin: 0 auto;
	top: 130px;
	z-index: 10;
}

.headernav #nav ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	width: 429px;
}

.headernav #nav ul li {
	float: left;
	text-decoration: none;
	overflow: hidden;
}

/*--------ABOUT MAIN NAV------*/

.headernav #nav ul li a.about:link,.headernav #nav ul li a.about:visited {
	text-indent: -1000em;
	display: block;
	width: 70px;
	height:24px;
	background: url(../images/about_btn.png) no-repeat left;
}

.headernav #nav ul li a.about:hover,.headernav #nav ul li a.about:active {
	background-position: -70px; 
}

.headernav #nav ul li a.abtcurrent,.headernav #nav ul li a.abtcurrent:hover,.headernav #nav ul li a.abtcurrent:active {
	text-indent: -1000em;
	display: block;
	width: 70px;
	height:24px;
	background: url(../images/about_btn.png) no-repeat left;
	background-position: -70px;
	cursor: default;
}

/*--------BENEFITS MAIN NAV------*/

.headernav #nav ul li a.benefits:link,.headernav #nav ul li a.benefits:visited {
	text-indent: -1000em;
	display: block;
	width: 95px;
	height:24px;
	background: url(../images/benefits_btn.png) no-repeat left;
}

.headernav #nav ul li a.benefits:hover,.headernav #nav ul li a.benefits:active {
	background-position: -95px; 
}

.headernav #nav ul li a.benefitscurrent,.headernav #nav ul li a.benefitscurrent:hover,.headernav #nav ul li a.benefitscurrent:active {
	text-indent: -1000em;
	display: block;
	width: 95px;
	height:24px;
	background: url(../images/benefits_btn.png) no-repeat left;
	background-position: -95px;
	cursor: default;
}

/*--------PRODUCTS MAIN NAV------*/

.headernav #nav ul li a.products:link,.headernav #nav ul li a.products:visited {
	text-indent: -1000em;
	display: block;
	width: 105px;
	height:24px;
	background: url(../images/products_btn.png) no-repeat left;
}

.headernav #nav ul li a.products:hover,.headernav #nav ul li a.products:active {
	background-position: -105px; 
}

.headernav #nav ul li a.prodcurrent,.headernav #nav ul li a.prodcurrent:hover,.headernav #nav ul li a.prodcurrent:active {
	text-indent: -1000em;
	display: block;
	width: 105px;
	height:24px;
	background: url(../images/products_btn.png) no-repeat left;
	background-position: -105px;
	cursor: default;
}

/*--------CONTACT MAIN NAV------*/

.headernav #nav ul li a.contact:link,.headernav #nav ul li a.contact:visited {
	text-indent: -1000em;
	display: block;
	width: 95px;
	height:24px;
	background: url(../images/contact_btn.png) no-repeat left;
}

.headernav #nav ul li a.contact:hover,.headernav #nav ul li a.contact:active {
	background-position: -95px; 
}

.headernav #nav ul li a.contcurrent,.headernav #nav ul li a.contcurrent:hover,.headernav #nav ul li a.contcurrent:active {
	text-indent: -1000em;
	display: block;
	width: 95px;
	height:24px;
	background: url(../images/contact_btn.png) no-repeat left;
	background-position: -95px;
	cursor: default;
}

/*--------FAQ MAIN NAV------*/

.headernav #nav ul li a.faq:link,.headernav #nav ul li a.faq:visited {
	text-indent: -1000em;
	display: block;
	width: 44px;
	height:24px;
	background: url(../images/faq_btn.png) no-repeat left;
}

.headernav #nav ul li a.faq:hover,.headernav #nav ul li a.faq:active {
	background-position: -43px;
}

.headernav #nav ul li a.faqcurrent,.headernav #nav ul li a.faqcurrent:hover,.headernav #nav ul li a.faqcurrent:active {
	text-indent: -1000em;
	display: block;
	width: 44px;
	height:24px;
	background: url(../images/faq_btn.png) no-repeat left;
	background-position: -43px;
	cursor: default;
}


/*-------------------------------------------------------------------
----------------CORNER TABS FOR FAQS AND LOGIN WEBSITE----------------
---------------------------------------------------------------------*/

.headernav #cornernav {
	height: 50px;
	float: right;
	width: auto;
	padding-right: 4%;
	margin-top: -30px;
}

.headernav #cornernav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

.headernav #cornernav ul li {
	float: left;
	text-decoration: none;
	overflow: hidden;
}

/*--------TOP RIGHT WEBMAIL TAB------*/

.headernav #cornernav ul li a.webmail:link,.headernav #cornernav ul li a.webmail:visited {
	text-indent: -1000em;
	display: block;
	width: 88px;
	height:47px;
	background: url(../images/webmail_tab.png) no-repeat left bottom;
}

.headernav #cornernav ul li a.webmail:hover,.headernav #cornernav ul li a.webmail:active {
	background-position: -95px bottom; 
}


/*--------TOP RIGHT SIGN IN TAB------*/

.headernav #cornernav ul li a.signin:link,.headernav #cornernav ul li a.signin:visited {
	text-indent: -1000em;
	display: block;
	width: 82px;
	height:47px;
	background: url(../images/signin_tab.png) no-repeat left bottom;
}

.headernav #cornernav ul li a.signin:hover,.headernav #cornernav ul li a.signin:active {
	background-position: -82px bottom; 
}

/*--------TOP RIGHT FAQ TAB------*/

.headernav #cornernav ul li a.faqtab:link,.headernav #cornernav ul li a.faqtab:visited {
	text-indent: -1000em;
	display: block;
	width: 33px;
	height:50px;
	background: url(../images/faq_tab.png) no-repeat left;
}

.headernav #cornernav ul li a.faqtab:hover,.headernav #cornernav ul li a.faqtab:active {
	background-position: -33px; 
}

/*------------------------------------------------------------------------------
-------------------------MR MAIL NO CONTRACT NO CATCH USP-----------------------
--------------------------------------------------------------------------------*/

.headernav #bkgusp {
	background: url(../images/mrmail_usp.png) no-repeat;
	position: absolute;
	top: 60px;
	left:5%;
	width: 183px;
	height: 162px;
}

/*-------------------------------------------------------------------
-------------------------FOOTER NAVIGATION---------------------------
---------------------------------------------------------------------*/

.footer #footernav {
	height: 4em;
}

.footer #footernav ul  {
	margin: 0px;
	padding: 0.5em 0 2em 0;
	list-style: none;
	background-color: none;
	text-align: center;
}

.footer #footernav li  {
	display: inline;
}

.footer #footernav li a:link,.footer #footernav li a:visited {
	font-size: 0.7em;
	text-decoration: none;
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 0 1px 0px 0px;
 	border-style: none solid none none;
	/*border-right: 0.5px solid #FFFFFF;*/
	padding: 0 1em 0 1em;
}

.footer #footernav li a:hover,.footer #footernav li a:active {
	text-decoration:underline;
}

.footer #footernav li a.last {
	border-right: none;
}

/*-------------------------------------------------------------------
----------------FOOTER DISCLAIMER COPYRIGHT & SITEMAP----------------
---------------------------------------------------------------------*/

.footer, .push {
	height: 6.13em;
}

.footer #mrmailterms ul  {
	height: 32px;
	margin: 0px;
	padding: 0.5em 0 0.5em 0;
	list-style: none;
	background-color: #FFFFFF;
	text-align: center;
}
.footer #mrmailterms li  {
	display: inline;
}

.footer #mrmailterms li a:link,.footer #mrmailterms li a:visited {
	font-size: 0.6em;
	text-decoration: none;
	color:#616365;
	border-color: #616365;
	border-width: 0 0px 0px 0px;
 	border-style: none solid none none;
	/*border-right: 0.5px solid #616365;*/
	padding: 0 1em 0 1em;
}

.footer #mrmailterms li a:hover,.footer #mrmailterms li a:active {
	text-decoration:underline;
}

.footer #mrmailterms li a.last {
	border-right: none;
}

/*-----------------------------------------------------------------------
----------------ADDITIONAL ELEMENTS BUTTONS ETC & SITEMAP----------------
-------------------------------------------------------------------------*/

.headernav .maincontent #bkg .emailbtn {
	text-indent: -1000em;
	margin-top: -0.5em;
	float: left;
	overflow: hidden;
}

.headernav .maincontent #bkg a.emailbtn:link,.headernav .maincontent #bkg a.emailbtn:visited {
	width: 51px;
	height:24px;
	background: url(../images/email_btn.png) no-repeat left;

}

.headernav .maincontent #bkg a.emailbtn:hover,.headernav .maincontent #bkg a.emailbtn:active {
	background-position: -50px; 
}

/*-----------------------------------------------------------------------
----------------ADDITIONAL STYLE FOR EMPHASISING WORDS--------------------
-------------------------------------------------------------------------*/

.emphasise {
	font-weight: bold;
}

