/*
Default styles - - - - - */
body{
    margin:0;
    padding:0;
    color:#022F50;
    width:100%;
	font-size:62.5%;
	font-family:Arial,Verdana,Helvetica,sans-serif;
}

img{
	border:none;
}

/*text elements*/
h1, h2, h3, h4, h5, h6{
	font-size:160%;
	color:#022F50;
	width:auto;
	display:inline;
	font-weight:bold;
}

h2{
	font-size:150%;
}

h3{
	font-size:140%;
}

h4{
	font-size:130%;
}

h5{
	font-size:120%;
}

h6{
	font-size:110%;
}

p{
	color:#022F50;
	margin:0 0 20px 0;
	font-size:110%;
}

p.Last{
	margin:0;
}

/*links*/
a, a:link, a:visited, a:hover, a:active{
	font-size:100%;
	color:#903439;
	outline:none;
	text-decoration:none;
	cursor:pointer;
}

/*form elements*/
label{
	float:left;
	cursor:pointer;
	clear:left;
	color:#AAADAF;
	font-size:120%;
	padding:3px 0 3px 0;
}

.errorMessage{
	clear:both;
	float:right;
}

input{
	background:transparent !important;
	float:right;
	padding:3px;
	clear:right;
	margin:0 0 10px 0;
	border:1px solid #AAADAF;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#555555;
	font-size:100%;
	width:200px;
}

textarea{
	background:transparent !important;
	float:right;
	padding:3px;
	clear:right;
	margin:0 0 10px 0;
	border:1px solid #AAADAF;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#555555;
	font-size:100%;
	width:200px;
	height:75px;
}

select{
	float:right;
	padding:3px;
	clear:right;
	margin:0 0 10px 0;
	border:1px solid #AAADAF;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#555555;
	font-size:100%;
	width:208px;
}

a.submitButton, a:link.submitButton, a:visited.submitButton, a:hover.submitButton, a:active.submitButton{
	background:url(../images/SubmitButton.jpg) top left no-repeat;
	cursor:pointer;
	display:block;
	text-align:center;
	color:#FFFFFF;
	float:right;
	clear:both;
	width:106px;
	height:21px;
	border:none;
	padding:7px 0 0 0;
	font-weight:normal;
	margin:0;
	font-size:110%;
}

/*unordered lists*/
ul{
	padding:0;
	margin:0 0 20px 0;
	list-style-type:none;
	min-height:16px;
	clear:both;
}

ul li{
	background:url(../images/Bullet.gif) left 5px no-repeat;
	padding:0 0 0 15px;
	margin:0;
	font-size:110%;
}

/*red style page button*/
ul.buttons{
	height:28px;
	float:left;
	margin:0 10px 0 0;
	clear:none;
}

ul.buttons li{
	background:url(../images/PageButtonsLeft.jpg) left top no-repeat;
	padding:0 0 0 13px;
	width:auto;
	height:28px;
	float:left;
}

ul.buttons li a, ul.buttons li a:link, ul.buttons li a:visited, ul.buttons li a:hover, ul.buttons li a:active{
	background:url(../images/PageButtonsRight.jpg) right top no-repeat;
	padding:7px 13px 0 0;
	display:block;
	text-align:center;
	color:#FFFFFF;
	width:auto;
	height:21px;
	float:left;
}

/*cms style page button*/
ul.cmsButtons{
	height:28px;
	float:right;
	margin:0 10px 0 0;
	clear:none;
}

ul.cmsButtons li{
	background:url(../images/CMS_Button_Left.jpg) left top no-repeat;
	padding:0 0 0 15px;
	width:auto;
	height:28px;
	float:left;
}

ul.cmsButtons li a, ul.cmsButtons li a:link, ul.cmsButtons li a:visited, ul.cmsButtons li a:hover, ul.cmsButtons li a:active{
	background:url(../images/CMS_Button_Right.jpg) right top no-repeat;
	padding:7px 15px 0 0;
	display:block;
	text-align:center;
	color:#303030;
	width:auto;
	height:21px;
	float:left;
}


/*
Classes - - - - */
.Clear, .clear{
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;/*ie6 hack to bring size to below 18px*/
	font-size:0;/*ie6 hack to bring size to below 18px*/
}

.Hidden, .hidden{
	visibility:hidden;
	display:none;
}

.FloatLeft{
	float:left;
}

.FloatRight{
	float:right;
}

.Bold{
	font-weight:bold;
}

.UnorderedList{
	display:block;
	height:auto;
	margin:0 0 20px 0;
}


/*
Tables - - - - */
table{
	border:none;
	margin:0 0 20px 0;
}

table th{
	font-size:110%;
}

table tr{
	border:none;
}

table tr td{
	border:none;
	vertical-align:top;
	empty-cells:show;
	padding:3px 10px 3px 0;
}


/*
ASP.NET elements - - - - */
.AspNet-RadioButtonList ul{
	margin:0;
}

li.AspNet-RadioButtonList-Item{
	background:none;
	padding:0 10px 0 0;
	float:left;
	width:50%;
}

li.AspNet-RadioButtonList-Item label{
	color:#022F50;
}

li.AspNet-RadioButtonList-Item input{
	border:none;
	width:auto;
}

li.AspNet-RadioButtonList-Item input:focus{
	border:none;
}


/*
Header - - - - */
#Header{
	display:none;
}


/*
Banner - - - - */
#Banner{
	background:#FFFFFF;
	margin:0 auto;
	padding:6px 0 6px;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:191px;
	text-align:center;
}

#Banner .Content{
	width:940px;
	height:191px;
	margin:0 auto;
}


/*
Five buttons on homepage - - - - */
.mainmenu{
	background:transparent;
	margin:0 auto;
	padding:0;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:auto;
	font-size:110%;
	border:1px solid #ddd;
	border-bottom:none;
	border-top:none;
}

.mainmenu ul{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	width:805px;
}

.mainmenu ul li{
	float:left;
	width:161px;
	background:none;
	padding:0;
	margin:0;
}

.mainmenu ul li a, .mainmenu ul li a:link, .mainmenu ul li a:visited, .mainmenu ul li a:hover, .mainmenu ul li a:active{
	display:block;
	height:auto;
	width:auto;
	padding:120px 10px 0 35px;
	color:#000000;
	text-align:left;
	font-weight:bold;
}

.mainmenu ul li span{
	font-weight:normal;
	display:block;
	margin:7px 0 0 0;
	font-size:90%;
	color:#000000;
} 

/*One*/
.mainmenu ul li.One a, .mainmenu ul li.One a:link, .mainmenu ul li.One a:visited, .mainmenu ul li.One a:hover, .mainmenu ul li.One a:active{
	background-image:url(../images/ButtonOne.jpg);
}

/*Two*/
.mainmenu ul li.Two a, .mainmenu ul li.Two a:link, .mainmenu ul li.Two a:visited, .mainmenu ul li.Two a:hover, .mainmenu ul li.Two a:active{
	background-image:url(../images/ButtonTwo.jpg);
}

/*Three*/
.mainmenu ul li.Three a, .mainmenu ul li.Three a:link, .mainmenu ul li.Three a:visited, .mainmenu ul li.Three a:hover, .mainmenu ul li.Three a:active{
	background-image:url(../images/ButtonThree.jpg);
}

/*Four*/
.mainmenu ul li.Four a, .mainmenu ul li.Four a:link, .mainmenu ul li.Four a:visited, .mainmenu ul li.Four a:hover, .mainmenu ul li.Four a:active{
	background-image:url(../images/ButtonFour.jpg);
}

/*Five*/
.mainmenu ul li.Five a, .mainmenu ul li.Five a:link, .mainmenu ul li.Five a:visited, .mainmenu ul li.Five a:hover, .mainmenu ul li.Five a:active{
	background-image:url(../images/ButtonFive.jpg);
}


/*
Hidden homepaage sub-menus - - - - */
.subMenus{
	margin:0 auto;
	padding:0;
	width:805px;
	position:relative;
}

.subMenus ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:161px;
	float:left;
	overflow:hidden;
	position:absolute;
}

.subMenus ul li{
	float:none;
	width:161px;
	background:none;
	padding:0;
	margin:0;
}

.subMenus ul li a, .subMenus ul li a:link, .subMenus ul li a:visited, .subMenus ul li a:hover, .subMenus ul li a:active{
	display:block;
	height:auto;
	width:auto;
	padding:2px 0pt 2px 38px;
	color:#000000;
	text-align:left;
	font-weight:bold;
}

.subMenus ul li a, .subMenus ul li a:link, .subMenus ul li a:visited, .subMenus ul li li a:hover, .subMenus ul li a:active{
	background:url(../images/BlockArrow.gif) 25px 8px no-repeat;
	display:block;
	width:123px;
	height:100%;
	padding:0;
	margin:0;
	padding:2px 0 2px 38px;
	clear:both;
	font-size:110%;
	color:#000000;
	font-weight:bold;
}


/*
Main content - - - - */
#main_content{
	background:#FFF;
	margin:0 auto;
	padding:0;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:auto;
}

#main_content .Header{
	display:none;
}

#main_content .Content{
	width:940px;
	min-height:286px;
	height:auto !important;
	height:286px;
	margin:0 auto;
	padding:0;
}

#main_content .Footer{
	display:none;
}


/*
Left section - - - - */
.LeftSection{
	float:left;
	width:940px;
}


/*
Breadcrumbs - - - - */
#Breadcrumbs{
	display:none;
}


/*
Left menu - - - - */
.LeftMenu{
	float:left;
	width:226px;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 10px 0;
	display:inline;
	font-size:80%;
}

.LeftMenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.LeftMenu ul li{
	background:transparent;
	height:auto;
	padding:5px 0 5px 5px;
	float:none;
	margin:0;
}

.LeftMenu ul li a, .LeftMenu ul li a:link, .LeftMenu ul li a:visited, .LeftMenu ul li a:hover, .LeftMenu ul li a:active{
	display:block;
	color:#022F50;
	font-size:110%;
	padding:0;
	width:100%;
	height:100%;
	margin:0;
}

.LeftMenu ul li.active{
	color:#903439;
}

.LeftMenu ul li.active span{
	font-size:110%;
}


/*
Inner pages main copy - - - - */
.MainCopy{
	width:699px;
	float:left;
	margin:4px 0 0 15px;
	text-align:left;
	overflow:hidden;
	display:inline;
	padding:0 0 10px 0;
}

.MainCopy h1{
	font-size:170%;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	display:block;
	width:100%;
}

.MainCopy h2, .MainCopy h3, .MainCopy h4, .MainCopy h5, .Content .MainCopy h6{
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
	width:100%;
	text-transform:uppercase;
	display:block;
}

/*
Newslist - - - - */
.newsList{
	margin:0;
	padding:0;
	clear:both;
}

.newsList ul{
	width:100%;
	margin:0 0 10px 0;
	padding:0;
}

.newsList ul li{
	padding:3px 0 3px 0;
	background:none;
	margin:0 0 10px 0;
	display:block;
	clear:both;
	width:100%;
}

.newsList h1, .newsList h2, .newsList h3, .newsList h4, .newsList h5, .newsList h6{
	font-size:120%;
	border-bottom:1px solid #ddd;
	display:block;
	padding:0 !important;
	margin:0 0 5px 0;
	color:#903439 !important;
}

.newsList p{
	margin:0 0 5px 0;
}

.newsList p.date{
	clear:both;
	font-size:90%;
}

.newsList a, .newsList a:link, .newsList a:visited, .newsList a:hover, .Content .MainCopy .newsList a:active{
	font-size:90%;
	color:#903439;
}


/*
Left column - - - - */
.LeftCol{
	width:341px;
	float:left;
	overflow:hidden;
}

.LeftCol.OneColumn{
	width:699px;
}


/*
Center column - - - - */
.CenterCol{
	width:135px;
	float:left;
	overflow:hidden;
	height:auto;
	margin:3px 0 0 15px;
}

.CenterCol img{
	border:none;
	padding:0;
	margin:0 0 20px 0;
	display:block;
}


/*
Right column - - - - */
.RightCol{
	width:193px;
	float:left;
	margin:3px 0 0 15px;
	display:inline;
	overflow:hidden;
}


/*
Advert - - - - */
a.Advert, a:link.Advert, a:visited.Advert, a:hover.Advert, a:active.Advert{
	display:none;
}


/*
Toggle switches - - - - */
#ToggleSwitches{
	display:none;
}

.OpenCloseHolder{
	display:none;
}


/*
Collapsible boxes - - - - */
.collapsable{
	border:1px solid #999999;
	padding:3px;
	position:relative;
	margin:0 0 10px 0;
}

.collapsable .header{
	font-size:130%;
	font-weight:bold;
	padding:0 10px 0 0;
}

.collapsable p{
	margin:0 0 10px 0;
}


/*
Savings calculator - - - - */
.postageCalculator .AspNet-RadioButtonList ul{
	width:100%;
	border-top:1px solid #903439;
	border-bottom:1px solid #903439;
	float:none;
	margin:0 0 10px 0;
	padding:5px 0 5px 0;
	clear:both;
}

.postageCalculator .AspNet-RadioButtonList ul li{
	width:176px;
	float:none;
	padding:0;
	margin:3px 0 3px 4px;
}

.postageCalculator .AspNet-RadioButtonList ul li label{
	float:none;
}

.postageCalculator .AspNet-RadioButtonList ul li input{
	margin:0;
	float:right;
}

/*small print*/
p.PostageSmallPrint{
	float:right;
	margin:-22px 207px 0 0;
	display:inline;
}

/*table*/
table.letterTypes{
	float:left;
	margin:0;
	border-spacing:0px;
}

table.letterTypes tr.header{
	background:#903439;
}

table.letterTypes th{
	color:#000000;
	padding:4px 10px 4px 2px;
}

table.letterTypes tr td{
	vertical-align:bottom;
}

/*finale row*/
table.letterTypes tr.calculatorVolumes{
	border-top:1px solid #903439;
}

table.letterTypes tr.calculatorVolumes td{
	color:#903439;
	font-size:120%;
	height:40px;
}

/*inputs smaller*/
table.letterTypes tr td input{
	margin:0;
	width:40px;
	float:none;
}


/*
Address - - - - */
.Address span{
	margin:0 0 3px 0;
	display:block;
	clear:both;
}

.Address span span{
	display:inline;
	margin:0;
	clear:none;
}

.Address span.Bold{
	float:none;
	margin:0 5px 0 0;
	color:#903439;
}

.Address span.Clear{
	float:none;
	display:block;
}

.Address h1, .Address h2, .Address h3, .Address h4, .Address h5, .Address h6{
	margin:0 0 2px 0;
	float:none;
	clear:both;
	display:block;
}

.Address p{
	margin:0 0 10px 0;
	clear:both;
}

.Address a, .Address a:link, .Address a:visited, .Address a:hover, .Address a:active{
	color:#022F50;
}


/*
Bottom section - - - - */
#BottomSection{
	background:transparent;
	margin:0 auto;
	padding:0;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:auto;
	font-size:110%;
	overflow:hidden;
	color:#000;
	text-align:left;
}

#BottomSection .Content{
	width:940px;
	margin:0 auto;
	padding:10px 0 10px 0;
}

.Block{
	float:left;
	margin:0;
	padding:0 10px 0 10px;
}

.Block a, .Block a:link, .Block a:visited, .Block a:hover, .Block a:active{
	text-decoration:underline;
	color:#DDDDDD;
}

.Block.One{
	width:222px;
	padding:0 5px 0 0;
}

.Block.Two{
	width:249px;
}

.Block.Three{
	width:232px;
	padding:0 4px 0 10px;
}

.Block.Four{
	width:182px;
	padding:0;
}

.Block h1{
	background:url(../images/BlockArrow.gif) 5px 2px no-repeat;
	display:block;
	font-size:110%;
	padding:0 0 10px 20px;
	margin:0;
	line-height:11px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}

.Block h2{
	background:none;
	display:block;
	color:#FFFFFF;
	font-size:100%;
	padding:0 0 3px 20px;
	margin:0;
	line-height:10px;
	font-weight:bold;
	text-align:left;
}

.Block p{
	color:#DDD;
	font-size:90%;
	padding:0 0 0 20px;
	margin:0;
	text-align:left;
}

/*block one*/
.Block #Articles h2{
	display:block;
	float:left;
	margin:0;
	padding:3px 0 0 21px;
	width:60%;
	height:17px;
}

.Block #Articles p{
	float:right;
	width:30%;
	height:20px;
	padding:0;
	margin:0;
}

.Block ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.Block ul li{
	background:none;
	margin:0 0 9px 20px;
	padding:0;
}

span.MoreLink a, span.MoreLink a:link, span.MoreLink a:visited, span.MoreLink a:hover, span.MoreLink a:active{
	float:right;
}

/*block two*/
.Block.Two input{
	background:#FFFFFF !important;
	float:none;
	clear:none;
	margin:5px 0 0 0;
	width:150px;
	float:left;
	height:14px;
}

a.Register, a:link.Register, a:visited.Register, a:hover.Register, a:active.Register{
	background:#91343A url(../images/BlockArrow.gif) 3px 8px no-repeat;
	width:auto;
	height:16px;
	display:block;
	color:#FFFFFF;
	border-bottom:1px solid #08202E;
	margin:5px 0 0 7px;
	padding:6px 4px 0 12px;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	font-size:90%;
}

/*block three*/
a.Adobe, a:link.Adobe, a:visited.Adobe, a:hover.Adobe, a:active.Adobe{
	background:transparent;
	width:auto;
	height:17px;
	display:block;
	margin:0;
	padding:5px 0 0 25px;
	font-size:90%;
	text-decoration:none;
}

/*block four*/
.Block.Four img{
	padding:2px 10px 10px 0;
	float:left;
}

.Block.Four a, .Block.Four a:link, .Block.Four a:visited, .Block.Four a:hover, .Block.Four a:active{
	display:block;
	margin:1px 0 0 0;
}


/*
T&Cs - - - - */
#TCs{
	display:none;
}


/*
Footer - - - - */
#Footer{
	background:transparent;
	margin:0 auto;
	padding:0;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:27px;
	color:#000;
	font-size:100%;
	overflow:hidden;
	border:1px solid #ddd;
	border-top:none;
}

#Footer a, #Footer a:link, #Footer a:visited, #Footer a:hover, #Footer a:active{
	font-size:110%;
	color:#000;
}

#Footer .Content{
	width:940px;
	height:27px;
	margin:0 auto;
}

#Footer .Content .Copyright{
	float:left;
	padding:8px 10px 0 0;
}

#Footer .Content .Address{
	float:left;
	padding:8px 0 0 0;
}

#Footer .Content .ContactDetails{
	float:right;
	padding:7px 0 0 0;
}

#Footer .Content .ContactDetails .Tel{
	padding:0 10px 0 0;
}

#Footer .Content .ContactDetails .Fax{
	padding:0 10px 0 0;
}