@charset "utf-8";
/**
 * MaltaPost
 * 
 * _______@author emma grima <emma.grima@alert.com.mt>
 * _______@date march 2011
 * _______@last updated 4th March 2011
 * _______@copyright 2011 alert communications ltd.
 *
 */
* html .png, * html img {
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && ( this.src.toLowerCase().indexOf('aspx')>-1 || this.src.toLowerCase().indexOf('png')>-1 )?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "imgs/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true) );
}
body {
	background:#fff url(../imgs/background.gif) repeat-x;
	margin:0;
	padding: 0;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#000000;
	border: 0;
}
body.subpage {
	background:#fff url(../imgs/subpage-background.gif) repeat-x;
	margin:0 auto;
	font:0.75em Arial, Helvetica, sans-serif;
	color:#161616;
}
p {
	margin: 15px 0;
}
a img, a:active, a:focus {
	border:0;
}
a {
	color:#000000;
}
#siteHolder {
	width:980px;
	margin:0 auto;
}
/*-------- Header --------*/


#subHeaderHolder {
	float:left;
	width:inherit;
	width:100%;
	height:380px;
}
#subHeaderHolder .logo {
	float:left;
	width:249px;
	height:inherit;
	background:url(../imgs/subpage-header-logo-bk.gif) no-repeat;
}
#subHeaderHolder .slogan {
	float:right;
	width:245px;
	height:inherit;
	margin:49px 0 0;
}
#subHeaderHolder .navigationHolder {
	height: 380px;
	width: 730px;
	background: #161616;
	float: left;
	display: block;
	position:relative;
}
#subHeaderHolder .navigationHolder .banner {
	position:relative;
	width:730px;
	height:250px;
	overflow:hidden;
	z-index:0;
	margin-top: 130px;
}
#headerHolder {
	float:left;
	width:inherit;
	width:100%;
	height:120px;
}
#headerHolder .logo {
	float:left;
	width:142px;
	height:inherit;
}
#headerHolder .slogan {
	float:right;
	width:245px;
	height:inherit;
	margin:19px 0 0;
}
/*-------- Content --------*/
#contentHolder {
	float:left;
	margin:10px 0 0;
}
#leftSection {
	float:left;
	width:250px;
}
#leftSection ul {
	margin:0;
	padding:0;
	list-style:none;
}
#leftSection ul li {
	display:block;
	padding:0 0 10px 0;
 *padding:0 0 7px 0;
	margin:0;
}
#leftSection ul li.personal div.leftButton, #leftSection ul li.corporate div.leftButton, #leftSection ul li.commercial div.leftButton, #leftSection ul li.philatelic div.leftButton {
	width:250px;
	height:100px;
	display: block;
	position: relative;
	z-index: 11;
}
#leftSection ul li.personal div.leftButton {
	background: url(../imgs/leftSection-personal.png) no-repeat top left;
}
#leftSection ul li.personal.hover div.leftButton {
	background-position: bottom left;
	width: 285px;
}
#leftSection ul li.corporate div.leftButton {
	background: url(../imgs/leftSection-business-support.png) no-repeat top left;
}
#leftSection ul li.corporate.hover div.leftButton {
	background-position: bottom left;
	width: 285px;
}
#leftSection ul li.commercial div.leftButton {
	background: url(../imgs/leftSection-business.png) no-repeat top left;
}
#leftSection ul li.commercial.hover div.leftButton {
	background-position: bottom left;
	width: 285px;
}
#leftSection ul li.philatelic div.leftButton {
	background: url(../imgs/leftSection-philatelic.png) no-repeat top left;
}
#leftSection ul li.philatelic.hover div.leftButton {
	background-position: bottom left;
	width: 285px;
}
#leftSection ul li div.subMenu {
	background: #E5E5E5;
	border: 3px solid #C9C9C9;
	padding: 15px;
	position: absolute;
	left: 300px;
	z-index: 10;
	width: 435px;
}
#leftSection ul li div a {
	position: static;
}
#leftSection ul li ul {
	float: left;
	width: 145px;
}
#leftSection ul li ul li {
	font-size: 0.9em;
	padding: 0 0 10px 17px;
	background: url(../imgs/mainLeftSection-submenu-arrow.gif) no-repeat 10px 4px;
}
#leftSection ul li ul li h3 {
	margin: 0;
}
#leftSection ul li div ul li a {
	text-decoration: none;
	background: none !important;
	display: inline !important;
}
#leftSection ul li ul li a:hover {
	text-decoration:underline;
}
#leftSection ul li ul li.sublinkHeader {
	padding: 0 0 5px 9px;
	background: none;
}
#leftSection ul li div.noJavascript {
	position: static;
	padding: 0;
	margin: 0;
	width: auto;
	border: none;
}
#leftSection ul li div.noJavascript ul {
	width: auto;
	float: none;
	margin: 15px 0 0 0;
}
#leftSection ul li div.noJavascript ul li h3 {
	margin: 10px 0;
}
#leftSection ul li div.noJavascript ul li a {
	text-decoration: underline;
}
#leftSection ul li div.noJavascript ul li {
	font-size: 0.7em;
	line-height: 0.9em;
	margin: 10px 0 5px 0;
	padding: 0;
	width: auto;
	background: none;
}
*html #leftSection ul li {
	padding:0 0 7px 0
}
#middleSection {
	float:left;
	width:472px;
	padding:0 0 0 10px;
}
#middleSection .title_hold_out {
	width: 100%;
	background: none repeat scroll 0 0 #231F20;
	float:left;
}
#middleSection .title_hold_out .title_hold {
	float: left;
	padding: 25px 0 25px 25px;
}
#middleSection .title_hold_out .title_hold h1 {
	color:#FFF;
	font:2.188em Arial, Helvetica, sans-serif normal;
	margin:0;
}
#middleSection .title_hold_out .title_hold h1 span {
	color:#ee1b22;
}
#middleSection .title_hold_out .title_hold div.login {
	color:#FFF;
}
#middleSection .title_hold_out .title_hold div.login a {
	color:#FFF;
}
#middleSection .title {
	float:left;
	width:421px;
	height:49px;
	margin:27px 0 0;
}
#middleSection .banner {
	position:relative;
	top:34px;
	width:472px;
	height:320px;
	/*margin:34px 0 0;
	*margin:31px 0 0;*/
	overflow:hidden;
}
#middleSection .bannerimg {
	float:left;
	width:inherit;
	width:100%;
	height:220px;
}
#middleSection .bannerdescription {
	float:left;
	width:402px;
	height:100px;
	background:url(../imgs/middleSection-banner-bottom-bk.gif) no-repeat;
	padding:0 55px 0 15px;
}
#middleSection .bannerdescription div {
	width: 100%;
	height: 100%;
}
#middleSection .bannerdescription h1 {
	font:normal 1.8em Arial, Helvetica, sans-serif;
	margin:0;
	padding:15px 0 0;
}
#middleSection .bannerdescription h2 {
	font:normal 1.3em Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
	padding:0;
}
#middleSection .banner ul.rotate {
	position:absolute;
	top:220px;
	left:430px;
	clear: left;
	list-style:none;
	margin:0;
	padding:5px 0 0 10px;
	border-left:1px solid #dadada;
}
#middleSection .banner ul.rotate a {
	margin: 0 0 3px 0;
	width:20px;
	display: block;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	height:20px;
	display:block;
	outline: 0;
}
#middleSection .banner ul.rotate a:hover, #middleSection .banner ul.rotate a.activeSlide {
	background-position:0 -20px;
}
ul.rotate a.rotate1 {
	background-image:url(../imgs/middleSection-banner-1.gif);
}
ul.rotate a.rotate2 {
	background-image:url(../imgs/middleSection-banner-2.gif);
}
ul.rotate a.rotate3 {
	background-image:url(../imgs/middleSection-banner-3.gif);
}
ul.rotate a.rotate4 {
	background-image:url(../imgs/middleSection-banner-4.gif);
}
#rightSection {
	float:left;
	width:238px;
	margin:0 0 0 10px;
}
/*#rightSection .quickLinks{
	float:left;
	width:inherit;
	width:100%;
	height:290px;
	background:url(../imgs/rightSection-quicklinks-bk.gif) no-repeat;
}
#rightSection .quickLinks h3, #rightSection .news h3{
	padding:13px 15px 11px;
	margin:0;
	font:1.13em Arial, Helvetica, sans-serif;
}
#rightSection .quickLinks ul{
	margin:0;
	padding:0 5px;
	list-style:none;
}
#rightSection .quickLinks ul li{
	background:url(../imgs/rightSection-quicklinks-li-bk.gif);
	width:212px;
	height:14px;
	padding:7px 8px;
	margin:0 0 3px 0;
	overflow:hidden;
	font:0.9em Arial, Helvetica, sans-serif;
}
#rightSection .quickLinks ul li a{
	text-decoration:none;
}
#rightSection .quickLinks ul li a:hover{
	text-decoration:underline;
}*/

/*-------- Quick Links --------*/
#rightSection .quickLinks {
	background:#e5e5e5;
	float:left;
	width:238px;
	margin:0;
}
#rightSection .quickLinks .quickTop, #rightSection .quickLinks .quickBottom {
	width:inherit;
	width:100%;
	height:39px;
	background:#e5e5e5 url(../imgs/rightSection-quicklinks-bk.gif) no-repeat;
}
#rightSection .quickLinks .quickTop {
	height:auto;
}
#rightSection .quickLinks .quickBottom {
	background:url(../imgs/rightSection-quicklinks-bottom-bk.gif) left bottom no-repeat;
	height:3px;
}
#rightSection .quickLinks .quickTop h3, #rightSection .news h3 {
	padding:20px 15px 20px;
	margin:0;
	font:1.13em Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#rightSection .quickLinks ul {
	background:#e5e5e5;
	margin:0;
	padding:0 0 3px 0;
	list-style:none;
}
/*#rightSection .quickLinks ul li {
	background: url("../imgs/rightSection-quicklinks-arrow.gif") no-repeat scroll 200px center #F6F5F6;
	margin: 0 0 15px 10px;
	position: relative;
	width: 218px;
	height: 57px;
}*/
/*--IE6--*/ *html #rightSection .quickLinks ul li {
	margin:0 0 2px 5px;
}
#rightSection .quickLinks ul li span topLi {
	position:absolute;
	top:0;
	left:0;
	background:url(../imgs/rightSection-quicklinks-topLi.gif) top;
	height:3px;
	width:228px;
}
#rightSection .quickLinks ul li span bottomLi {
	position:absolute;
	bottom:0;
	left:0;
	background:url(../imgs/rightSection-quicklinks-bottomLi.gif) bottom;
	height:3px;
	width:228px;
}
/*#rightSection .quickLinks ul li a {
	text-decoration:none;
	font-size: 1.2em;
	display: block;
	padding: 20px;
}*/
#rightSection .quickLinks ul li a:hover {
	text-decoration:underline;
}
/*-------- News --------*/
#rightSection .news {
	float:left;
	width:inherit;
	width:100%;
	height:144px;
	margin:4px 0 0;
	background:url(../imgs/rightSection-news-bk.gif) no-repeat;
}
*html #rightSection .news {
	margin:-5px 0 0 0;
}
#rightSection .news .summary {
	float:left;
	width:214px;
	height:99px;
	padding:7px;
	margin:0 0 0 5px;
	overflow:hidden;
	background:url(../imgs/rightsSection-news-item-bk.gif) no-repeat;
}
*html #rightSection .news .summary {
	margin:0 0 0 3px;
}
#rightSection .news .summary img {
	float:left;
	width:70px;
	height:81px;
	margin:0 5px 0 0;
}
#rightSection .news .summary h4 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:31px;
	overflow:hidden;
}
#rightSection .news .summary h5 {
	font:normal 0.833em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#888888;
}
#rightSection .news .summary p {
	font: 0.8em Arial, Helvetica, sans-serif;
	height: 12px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.readmore {
	float:left;
	width:81px !important;
	height:22px !important;
	margin:5px 0 0 !important;
}
/*-------- Footer --------*/
/*-------- Footer --------*/
#footer {
	float:left;
	width:100%;
	margin-top:10px;
	height:170px;
	background:url(../imgs/footer-bk.gif) repeat-x;
}
#footer .footerContainer {
	width:944px;
	margin:0 auto;
	padding:29px 0 0;
}
#footer .footerContainer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer .footerContainer ul li {
	float:left;
	padding:0 42px 0 0;
}
#footer .footerContainer ul li.start {
	padding-left:42px;
}
#footer .footerContainer ul li img {
	padding /*\**/:7px 0 0\9;
 *padding:0;
	margin:0 0 4px 0;
}
#footer .footerContainer ul li a {
	color:#ff0000;
	text-decoration:none;
	font-weight: bold;
}
#footer .footerContainer ul li a:hover {
	text-decoration:underline;
}
#footer .footerContainerBottom {
	width:980px;
	margin:16px auto;
	padding:25px 0 0;
 *margin:0 auto;
}
#footer .footerContainerBottom img {
	float:left;
}
#footer .footerContainerBottom ul {
	float:left;
	margin:0;
	padding:29px 0 0;
	list-style:none;
}
#footer .footerContainerBottom ul li {
	float:left;
	padding:0 8px 0 0;
	font:0.9em Arial, Helvetica, sans-serif;
	color:#919191;
}
#footer .footerContainerBottom ul.footerBottom {
	float:left;
	width:800px;
	padding:14px 0 0;
	margin:0;
	font:0.95em Arial, Helvetica, sans-serif;
	color:#929292;
}
ul.footerBottom li img {
	padding:6px 0 0;
}
ul.footerBottom li a {
	color:#676767;
	text-decoration:none;
}
ul.footerBottom li a:hover {
	text-decoration:underline;
}
/*-------- Header --------*/
#headerHolder {
	float:left;
	width:inherit;
	width:100%;
	height:120px;
	position: relative;
}
#headerHolder .logo {
	float:left;
	width:142px;
	height:inherit;
}
#headerHolder .slogan {
	float:right;
	width:245px;
	height:inherit;
	margin:21px 0 0;
	clear: both;
}
#headerHolder .slogan.sendon {
	margin-top:45px;
}
#headerHolder .loginWelcome {
	width: 170px;
	height: 35px;
	color: white;
	margin: 26px 0 -50px 8px;
	padding: 0 0 0 30px;
	background: url(../imgs/user.png) no-repeat;
	line-height: 10px;
	float: left;
	clear: both;
}
#headerHolder .loginWelcome .userActions {
	font-size: 0.8em;
	margin: 3px 0 0 0;
	display: block;
	list-style: none;
	padding: 0;
}
#headerHolder .loginWelcome .userActions li {
	float: left;
}
#headerHolder .loginWelcome .userActions li.sep {
	margin: 0 5px;
}
#headerHolder .loginWelcome .userActions a {
	color: white;
}
/* subpage */

#subHeaderHolder .loginWelcome {
	width: 170px;
	height: 35px;
	color: white;
	margin: 26px 0 -50px 8px;
	padding: 0 0 0 30px;
	background: url(../imgs/user.png) no-repeat;
	line-height: 10px;
	float: left;
	clear: both;
}
#subHeaderHolder .loginWelcome .userActions {
	font-size: 0.8em;
	margin: 3px 0 0 0;
	display: block;
	list-style: none;
	padding: 0;
}
#subHeaderHolder .loginWelcome .userActions li {
	float: left;
}
#subHeaderHolder .loginWelcome .userActions li.sep {
	margin: 0 5px;
}
#subHeaderHolder .loginWelcome .userActions a {
	color: white;
}
/* subpage */

#rightHolder {
	float: right;
	width: 247px;
}
#rightHolder .search {
	position:absolute;
	top:67px;
	right:33px;
	background:url(../imgs/search-hp-bk.png) no-repeat;
	width:203px;
	height:29px;
}
#rightHolder .search .searchButton {
	position:absolute;
	top:0px;
	right:1px;
	left: 202px;
	width:37px;
	height:28px;
	padding:0;
	margin:0;
}
#rightHolder .search input {
	width:197px;
	margin:0 0 0 5px;
	padding:6px 0 0 0px;
	color:#ffffff;
	border:0;
	font:0.98em Arial, Helvetica, sans-serif;
	background:none repeat scroll 0 0 transparent;
}
.searchhp {
	position:absolute;
	top:67px;
	right:33px;
	background:url(../imgs/search-hp-bk.png) no-repeat;
	width:203px;
	height:29px;
}
.searchhp .searchButton {
	position:absolute;
	top:0px;
	right:1px;
	left: 202px;
	width:37px;
	height:28px;
	padding:0;
	margin:0;
}
.searchhp input {
	width:197px;
	margin:0 0 0 5px;
	padding:6px 0 0 0px;
	color:#ffffff;
	border:0;
	font:0.98em Arial, Helvetica, sans-serif;
	background:none repeat scroll 0 0 transparent;
}
#rightSection .quickLinks .quickTop h3.quicklinks_title {
	font:2.188em Arial, Helvetica, sans-serif normal;
}
#middleSection .content_hold {
	min-height: 331px;
	width: 471px;
	background:#f4f4f4;
	float:left;
}
#middleSection .content_hold .content {
	padding: 0 20px;
 *padding-top:1px;
 *padding-bottom:1px;
	position: relative;
}
#leftSection.wide {
	background: none repeat scroll 0 0 #F4F4F4;
	min-height: 390px;
	padding: 20px;
	width: 692px;
}
#leftSection.form h1 {
	font:2.188em Arial, Helvetica, sans-serif normal;
	margin-top:1px;
}
#leftSection.form h2 {
	font:1.188em Arial, Helvetica, sans-serif normal;
	color: #555555;
}
#leftSection.form {
	color:#000;
	font: Arial, Helvetica, sans-serif normal;
	font-size: 1.188em;
	text-align: justify;
}
}
#leftSection .agree {
	width:400px;
}
#leftSection.form input.checkbox {
	width:20px;
}
#leftSection.form input[type="button"] {
	background: #666666;
	border: 0;
	border-bottom:1px solid #FFF;
	color: #FFFFFF;
	font: 0.938em Arial, Helvetica, sans-serif normal;
	width: 100px;
}
#leftSection.form select, #leftSection.form input {
	font:0.938em Arial, Helvetica, sans-serif normal;
	color:#666;
	padding:5px;
	width:226px;
}
#leftSection.form select, #leftSection.form input[type='text'], #leftSection.form input[type='password'] {
	border: 1px solid #ccc;
}
#leftSection.form .row input[type="button"] {
	padding:7px 0
}
#leftSection.form input {
	width:214px;
}
#leftSection.form .row {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#leftSection.form .row input[type="button"] {
	cursor:pointer;
}
#leftSection.form .label {
	width:200px;
	padding-top: 5px;
	float:left;
}
#leftSection.form .field {
	width:250px;
	float:left;
}
#leftSection.form .side_note {
	font:0.833em Arial, Helvetica, sans-serif normal;
	width:240px;
	float:left;
}
#leftSection.form .date {
	width:55px;
}
#leftSection.form .month {
	width:100px;
}
#leftSection.form .year {
	width:65px;
}
#leftSection.form a {
	color:#C80000;
}
#leftSection .error {
	background:#f7e6e6;
	color:#C80000;
	width:100%;
}
#leftSection .error h3 {
	margin:0 0 10px 0;
	font-size: 1.3em;
}
#leftSection .error ul {
	list-style:square;
	padding: 0 0 0 30px;
}
#leftSection .error ul li {
	display: list-item;
	padding:0 0 5px 0;
}
#leftSection .error .errors {
	padding:20px;
}
.red {
	color:#C80000;
}
.required_fields {
	width:100%;
}
#leftSection.form .weight {
	width:50px;
}
#leftSection.form .weight_field {
	width:30px;
	margin: 0 5px 0 0;
	padding: 6px 5px;
}
.est_value {
	color:#C80000;
	font-size:2.333em;
}
.content_sep {
	background:#999;
	float: left;
	height: 1px;
	margin-bottom: 12px;
	margin-top: 10px;
	width: 100%;
}
#leftSection.form input[type="radio"] {
	width:13px;
}
#leftSection.form.form_headings h3 {
	font-size:1.563em
}
/* _________________________________ SITE MAP TABLE */
.sitemapTable {
	border: 0;
	margin: 0 0 10px 0;
}
.sitemapTable th {
	background: #161616;
	text-align: left;
	border-right: 1px solid white;
	color: white;
	padding: 7px;
	font-size: 1.2em;
}
.sitemapTable td {
	padding: 5px;
	vertical-align:top;
}
.sitemapTable .pagenameHeader {
	text-align: left;
}
.sitemapTable .lastmodifiedHeader {
	width: 100px;
}
.sitemapTable tr.sitemaplevel1 td a {
	display: inline-block;
	background: url(../imgs/sqr.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
	font-weight: bold;
}
.sitemapTable tr.sitemaplevel2 td a {
	display: inline-block;
	background: url(../imgs/sqr.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
	font-weight: bold;
}
.sitemapTable tr.sitemaplevel3 td a {
	display: inline-block;
	background: url(../imgs/sqr.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
}
.sitemapTable tr.sitemaplevel2 td {
	padding: 5px 5px 5px 20px;
	border-top: 1px solid #ddd;
}
.sitemapTable tr.sitemaplevel3 td {
	padding: 5px 5px 5px 35px;
	font-style: italic;
}
.sitemapTable tr.sitemaplevel1 td.modifiedDate, .sitemapTable tr.sitemaplevel2 td.modifiedDate, .sitemapTable tr.sitemaplevel3 td.modifiedDate {
	padding: 5px;
}
.sitemapTable img {
	margin-right:5px;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */



.navigationHolder {
	float: left;
	height: 130px !important;
	width: 731px;
}
.navigationHolder .bottomNav {
	float: left;
	width: 100%;
}
.navigationHolder .bottomNav ul {
	float: left;
	list-style: none outside none;
	margin: 58px 0pt 0pt 24px;
	padding: 0pt;
}
.navigationHolder .bottomNav ul li {
	float: left;
	left: 0pt;
	padding: 0pt 4px 0pt 0pt;
	position: relative;
	top: 0pt;
	z-index: 10;
}
.navigationHolder .bottomNav ul li a {
	background-position: 0pt 0pt;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
.bottomNav ul li ul.subMenu {
	background: none repeat scroll 0% 0% #E5E5E3;
	display: none;
	margin: 0pt;
	position: absolute;
	/*top: -8px;
     left: -24px;*/
     width: 240px;
	z-index: 10;
}
.bottomNav ul li ul.subMenu h3 {
	color: #FFFFFF;
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0pt;
}
.navigationHolder .bottomNav ul li ul {
	padding: 5px 0pt 0pt;
}
.navigationHolder .bottomNav ul li ul li {
	padding: 0pt 0pt 5px;
}
.navigationHolder .bottomNav ul li ul li a {
	background: url("../imgs/bottomNav-submenu-li-bk.gif") no-repeat scroll 0% 0% transparent;
	color: #222222;
	height: 15px;
	margin: 0pt 0pt 0pt 5px;
	padding: 8px 5px 5px;
	text-decoration: none;
	text-indent: 0pt;
	width: 220px;
}
.navigationHolder .bottomNav ul li ul li a:hover {
	background: url("../imgs/bottomNav-submenu-li-bk-hover.gif") no-repeat scroll 0% 0% transparent;
	color: #FFFFFF;
}
.navigationHolder .bottomNav ul li a:hover {
	background-position: 0pt -50px;
}
.selected {
	background-position: 0pt -100px ! important;
}
.navigationHolder .bottomNav ul li a.postit {
	background-image: url("../imgs/nav-post-it.gif");
	width: 122px;
}
.navigationHolder .bottomNav ul li a.payit {
	background-image: url("../imgs/nav-pay-it.gif");
	width: 114px;
}
.navigationHolder .bottomNav ul li a.buyit {
	background-image: url("../imgs/nav-buy-it.gif");
	width: 115px;
}
.navigationHolder .bottomNav ul li a.collectit {
	background-image: url("../imgs/nav-collect-it.gif");
	width: 144px;
}
.navigationHolder .bottomNav ul li a.courierit {
	background-image: url("../imgs/nav-courier-it.gif");
	width: 146px;
}
.navigationHolder .bottomNav ul li a.deliverit {
	background-image: url("../imgs/nav-deliver-it.gif");
	width: 146px;
}
.navigationHolder .bottomNav ul li a.manageit {
	background-image: url("../imgs/nav-manage-it.gif");
	width: 155px;
}
.navigationHolder .bottomNav ul li a.marketit {
	background-image: url("../imgs/nav-market-it.gif");
	width: 147px;
}
.navigationHolder .bottomNav ul li a.organiseit {
	background-image: url("../imgs/nav-organise-it.gif");
	width: 160px;
}
.navigationHolder .bottomNav img {
	float: right;
	height: 62px;
	margin-top: 40px;
	overflow: hidden;
	width: 220px;
}
.navigationHolder .topNav {
	float: left;
	width: 731px;
}
.navigationHolder .topNav ul {
	float: right;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.navigationHolder .topNav ul li {
	float: left;
	font: 0.917em Arial, Helvetica, sans-serif;
	padding: 0 4px 0 0;
}
.navigationHolder .topNav ul li a {
	background-position:0 0;
	background-repeat:no-repeat;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	overflow:hidden;
	height:18px;
	display:block;
	padding:4px 5px 0 5px;
	white-space: nowrap;
}
.navigationHolder .topNav ul li a:hover {
	background-position: 0 -22px;
}
.selectedtop {
	background-position: 0 -22px !important;
}
.navigationHolder .topNav ul li a.home {
	background-image: url("../imgs/nav-home.gif");
	text-indent: -9999px;
	width: 19px;
}
.navigationHolder .topNav ul li a.personal {
	background-image:url(../imgs/nav-personal.gif);
}
.navigationHolder .topNav ul li a.philatelic {
	background-image:url(../imgs/nav-philatelic.gif);
}
.navigationHolder .topNav ul li a.business {
	background-image:url(../imgs/nav-commercial.gif);
}
.navigationHolder .topNav ul li a.businesssupport {
	background-image:url(../imgs/nav-corporate-support-services.gif);
}
.welcome {
	position: absolute;
	right: 0;
	top: 32px;
}
#rightSection .quickLinks ul {
	background: none repeat scroll 0 0 #E5E5E5;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 3px;
}
#rightSection .quickLinks ul li {
	background: url("../imgs/rightSection-quicklinks-arrow.gif") no-repeat scroll right center #F6F5F6;
	margin: 0 0 2px 5px;
	padding: 8px 10px;
	position: relative;
	width: 208px;
}
#rightSection .quickLinks ul li span topLi {
	background: url("../imgs/rightSection-quicklinks-topLi.gif") repeat scroll center top transparent;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	width: 228px;
}
#rightSection .quickLinks ul li span bottomLi {
	background: url("../imgs/rightSection-quicklinks-bottomLi.gif") repeat scroll center bottom transparent;
	bottom: 0;
	height: 3px;
	left: 0;
	position: absolute;
	width: 228px;
}
#rightSection .quickLinks ul li a {
	text-decoration: none;
}
#rightSection .quickLinks ul li a:hover {
	text-decoration: underline;
}
#subHeaderHolder .loginWelcome.SignUp {
	background:url("../imgs/key.png") no-repeat scroll 10px 6px #222222;
}
#subHeaderHolder .loginWelcome.SignUp .userActions {
	height: 13px;
	margin: 1px 0 0 9px;
	padding: 10px;
	width: 140px;
}
#subHeaderHolder .loginWelcome.SignUp ul {
	background:#161616;
}
.howitworks_step {
	float:left;
	background:#FFF;
	padding: 40px 0 40px 40px;
    width: 652px;
	margin-bottom:20px;
}
.howitworks_step.end,
.howitworks_step2.end {
	margin-bottom:0;
}
.howitworks_step .icon {
	float:left;
	width:160px;
}

.howitworks_step .icon1 img {
	margin-top:10px;
	margin-left:38px;
}
.howitworks_step .icon2 img {
	margin-top:10px;
	margin-left:16px;
}
.howitworks_step .icon3 img {
	margin-top:2px;
	margin-left:13px;
}
.howitworks_step .icon4 img {
	margin-top:-2px;
	margin-left:4px;
}

.howitworks_step .text .step,
.howitworks_step .text .text {
	float:left;
}
.howitworks_step .text .desc {
	margin-top:10px;
	float:left;
	width:466px;
}
.howitworks_step .text .desc_plus {
	float: right;
    margin-right: 26px;
    margin-top: 10px;
    width: 466px;
}
.clear {
	clear:both;
}

.howitworks_step2 {
	float:left;
	background:#FFF;
	padding: 20px 40px;
    width: 612px;
	margin-bottom:20px;
	font-size: 1.067em;
}