/* ------------------------------------------------------------

    Title:     Mail Handling Services 
    Author:    Coda Creative Ltd (New Zealand)
    Created:   October 2006
	Version:   1.0

----------------------------------------------------------------- */

/* ------------------------------------------------------------

    Main Colors Used
    Mid Orange (H1): #E19025
	Dark Orange (H2): #BB6625
	Green (h3): #899951
	Brown (Body Copy): #625242

----------------------------------------------------------------- */


/* force scrollbar for Gecko
------------------------------------------------------------------*/
html, body {
	min-height: 100.1%;
}


/* Global Styles
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
	margin:0;
	padding:0;
	}

body {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #625242;
	background: url("images/bg-strip.gif") #E7B146 repeat-y;
	font-size: 0.8125em;
	line-height: 1.15em; 
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.hide {
	display: none;
	visibility: hidden;
	 }

hr {
	clear:both;
	visibility:hidden;
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear: both;
	}
	
.clearleft {
	clear: left;
	}

.clearright {
	clear: right;
	}
	
.centered, p.centered {
	text-align:	center;
	}
	
.textright {
	text-align:	right;
	}	
	
.right {
	float: right;
	}
	
.left {
	float: left;
	}
	
.textleft {
	text-align:	left;
	}	
		
img {
	border:0;
	margin: 0;
	display: block;
	}
	
img.logo {
	float: right;
	clear: right;
	margin-left: 15px;
	margin-bottom: 10px;
	}
	
td {
	vertical-align: top;
	}
	

/* Headings, Links + Paragraphs
------------------------------------------------------------------*/
	
h1 {
	font-size: 1.9em;
	line-height: 1em;
	font-weight: normal;
	color: #E19025;
	padding-top: 35px;
	padding-bottom: 0.25em;
	}
	
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #BB6625;
	line-height: 1em;
	margin-bottom: 1em;
	}
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #899951;
	line-height: 1em;
	padding-top: 0.8em;
	padding-bottom: 0.25em;
	}
	
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #899951;
	line-height: 1em;
	margin-bottom: 0.4em;
	}
	
h4.indexspace {
	margin-top: 15px;
	}
	
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #E19025;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.4em;
	}

p {
	margin-bottom: 0.5em;
	line-height: 1.3em;
	}
	
a {
	color: #BB6625;
	text-decoration: none;
	}
	
a:hover {
	color: #E19025;
	text-decoration: underline;
	}
	
/* Main IDs
------------------------------------------------------------------*/
#menu {
	position: absolute;
	top: 0;
	left: 580px;
	width: 200px;
	height: 456px;
	}	
	
#wrap {
	margin: 0;
	width: 570px;
	background-color: #FFFFFF;
	border-right: 2px solid #E19025;
	border-left: 8px solid #625242;
	text-align: left; 
	float: left;
	}
	
.content {
	padding: 20px 35px;
	text-align: left;
	}
	
#footer {
	padding-top: 80px;
	padding-bottom: 10px;
	font-size: 0.9em;
	}
	


/* main nav styles
------------------------------------------------------------------*/
	
#mainnav ul {
 	position: absolute;
	top: 0px;    /* set the exact position of the navigation */
	left: 0px;      /* set the exact position of the navigation */
	width: 200px;
	height: 456px;
  }	
  
 #mainnav li {
	padding:0;
	margin:0;
	list-style-type:none;
}

#mainnav li a {
	border:0;
	display:block;
	text-decoration:none;
}

#mainnav a i { 
	visibility: hidden; 
	}
	
li#mailhandling a {
	width: 200px;
	height: 118px;
	background-image: url("images/mainnav-mailhandling.gif");
	background-repeat: no-repeat;
}

li#mailhandling a:hover, li#mailhandling a:focus {
	background-position:-200px 0px;
	 }
	 
li#direct a {
	width: 200px;
	height: 79px;
	background-image: url("images/mainnav-direct.gif");
	background-repeat: no-repeat;
}

li#direct a:hover, li#direct a:focus {
	background-position:-200px 0px;
	 }
	 
li#postcodes a {
	width: 200px;
	height: 62px;
	background-image: url("images/mainnav-postcodes.gif");
	background-repeat: no-repeat;
}

li#postcodes a:hover, li#postcodes a:focus {
	background-position:-200px 0px;
	 }
	 
li#billing a {
	width: 200px;
	height: 55px;
	background-image: url("images/mainnav-billing.gif");
	background-repeat: no-repeat;
}

li#billing a:hover, li#billing a:focus {
	background-position:-200px 0px;
	 }
	 
li#dataman a {
	width: 200px;
	height: 50px;
	background-image: url("images/mainnav-dataman.gif");
	background-repeat: no-repeat;
}

li#dataman a:hover, li#dataman a:focus {
	background-position:-200px 0px;
	 }
	 
li#postcomply a {
	width: 200px;
	height: 45px;
	background-image: url("images/mainnav-postcomply.gif");
	background-repeat: no-repeat;
}

li#postcomply a:hover, li#postcomply a:focus {
	background-position:-200px 0px;
	 }
	 
li#contactus a {
	width: 200px;
	height: 48px;
	background-image: url("images/mainnav-contactus.gif");
	background-repeat: no-repeat;
}

li#contactus a:hover, li#contactus a:focus {
	background-position:-200px 0px;
	 }

body#mhs ul li#mailhandling a, body#mhs ul li#mailhandling a:hover {
	background-position: -400px 0px;
	}
	
body#directmarketing ul li#direct a, body#directmarketing ul li#direct a:hover {
	background-position: -400px 0px;
	}
	
body#postcodes ul li#postcodes a, body#postcodes ul li#postcodes a:hover {
	background-position: -400px 0px;
	}
	
body#billing ul li#billing a, body#billing ul li#billing a:hover {
	background-position: -400px 0px;
	}

body#datamanagement ul li#dataman a, body#datamanagement ul li#dataman a:hover {
	background-position: -400px 0px;
	}

body#postcomply ul li#postcomply a, body#postcomply ul li#postcomply a:hover {
	background-position: -400px 0px;
	}
	
body#contactus ul li#contactus a, body#contactus ul li#contactus a:hover {
	background-position: -400px 0px;
	}

	
/* main content styles
------------------------------------------------------------------*/

.bulletcase {
	width: 200px;
	padding-right: 25px;
	float: left;
	}

ul.bullets {
	margin: 0.2em 1em;
	padding-left: 0.5em;
	}


ul.bullets li {
	list-style-type: disc;
	padding-bottom: 6px;
	}
	
.mainbody {
	width: 310px;
	float: left;
	}
	
.informationpanel {
	width: 151px;
	background: url("images/bg-infopanel.gif") 0 0 repeat-y;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.informationpanel .top {
	background: url("images/infopanel-top.gif") 0 0 no-repeat;
	width: 151px;
	height: 17px;
	display: block;
	}
	
.informationpanel .bottom {
	background: url("images/infopanel-bottom.gif") 0 0 no-repeat;
	width: 151px;
	height: 17px;
	display: block;
	}
	
.informationpanel p, .customerspanel p, .outsourcespanel p {
	font-size: 0.9em;
	margin: 0px 17px 8px 17px;
	line-height: 1.1em;
	}
	
.informationpanel h4 {
	margin: 0px 17px 8px 17px;
	}
	
.informationpanel a.contact {
	margin: 0px 17px 5px 17px;
	padding-left: 33px;
	padding-top: 2px;
	padding-bottom: 5px;
	background: transparent url("images/letter.gif") 0 0 no-repeat;
	font-size: 0.9em;
	}
	
.informationpanel img {
	margin: 20px 0 5px 19px;
	}
	
.customerspanel {
	width: 151px;
	background: url("images/bg-custompanel.gif") 0 0 repeat-y;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.customerspanel h5 {
	padding: 10px 17px 7px 50px;
	margin: 0;
	background: url("images/clientpanel-thumb.gif") 0 0 no-repeat;
	}
	
.customerspanel .bottom {
	background: url("images/clientpanel-bottom.gif") bottom left no-repeat;
	width: 151px;
	height: 13px;
	margin: 0;
	padding: 0;
	display: block;
	}
	
.customerspanel .top {
	background: url("images/clientpanel-top.gif") 0 0 no-repeat;
	width: 151px;
	height: 13px;
	display: block;
	}
	
.outsourcespanel {
	width: 151px;
	background: url("images/bg-custompanel.gif") 0 0 repeat-y;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.outsourcespanel h5 {
	margin: 0px 10px 8px 17px;
	}
	
.outsourcespanel .bottom {
	background: url("images/clientpanel-bottom.gif") bottom left no-repeat;
	width: 151px;
	height: 13px;
	margin: 0;
	padding: 0;
	display: block;
	}
	
.outsourcespanel .top {
	background: url("images/clientpanel-top.gif") 0 0 no-repeat;
	width: 151px;
	height: 13px;
	display: block;
	}
	

/* Home Page Service Panels
------------------------------------------------------------------*/
	
.servicepanel {
	width: 245px;
	height: 81px;
	float: left;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: 10px;
	}
	
.servicepanel a {
	display: block;
	margin-right: 32px;
	margin-left: 10px;
	height: 81px;
	}
	
.servicepanel a:hover {
	text-decoration: none;
	}
	
.servicepanel a p {
	font-size: 0.85em;
	color: #625242;
	line-height: 1.1em;
	padding-left: 79px;
	padding-right: 12px;
	}
	
.servicepanel a h4 {
	padding-left: 79px;
	padding-right: 12px;
	margin-bottom: 0.15em;
	padding-top: 14px;
	}
	
.servicepanel a:hover h4 {
	color: #E19025;
	}

.servicepanel a.panel1 {
	background: url("images/panel1.gif") 0 0 no-repeat;
	}
	
.servicepanel a.panel2 {
	background: url("images/panel2.gif") 0 0 no-repeat;
	}	

.servicepanel a.panel3 {
	background: url("images/panel3.gif") 0 0 no-repeat;
	}	

.servicepanel a.panel4 {
	background: url("images/panel4.gif") 0 0 no-repeat;
	}	
	
.servicepanel a.panel5 {
	background: url("images/panel5.gif") 0 0 no-repeat;
	}
	
.servicepanel a.panel6 {
	background: url("images/panel6.gif") 0 0 no-repeat;
	}	
	
.servicepanel a.panel1:hover {
	background: url("images/panel1.gif") 0 -81px no-repeat;
	}
	
.servicepanel a.panel2:hover {
	background: url("images/panel2.gif") 0 -81px no-repeat;
	}
	
.servicepanel a.panel3:hover {
	background: url("images/panel3.gif") 0 -81px no-repeat;
	}
	
.servicepanel a.panel4:hover {
	background: url("images/panel4.gif") 0 -81px no-repeat;
	}
	
.servicepanel a.panel5:hover {
	background: url("images/panel5.gif") 0 -81px no-repeat;
	}
	
.servicepanel a.panel6:hover {
	background: url("images/panel6.gif") 0 -81px no-repeat;
	}

	
/* Contact Form
------------------------------------------------------------------*/

#contactForm {
	margin-bottom: 40px;
	}

#contactForm fieldset {
	display: block;
	width: 260px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contactForm legend {
	margin-top: 10px;
	display: none;
	visibility: hidden;
	}
	
#contactForm input, #contactForm textarea {
	display: block;
	width: 90%;
	border: 1px solid #899951;
	margin-top: 0.4em;
	padding: 3px;
	font-size: 0.9em;
	}
	
#contactForm label {
	display: block;
	margin-bottom: 1em;
	font-size: 0.9em;
	}

#contactForm label.first{
	padding-top: 0.2em;
	}
	
#contactForm input.submit {
	display: block;
	width: 40%;
	border: none;
	color: #BB6625;
	padding-left: 28px;
	padding-top: 2px;
	padding-bottom: 5px;
	background: #FFFFFF url("images/letter.gif") 0 0 no-repeat;
	font-size: 85%;
	cursor: pointer;
	}
	
/* footer styles
------------------------------------------------------------------*/
#footer .contact {
	float: left;
	}
	
#footer .copyright {
	float: right;
	}
	
#footer .contact a {
	padding-left: 33px;
	background: transparent url("images/letter.gif") 0px 0px no-repeat;
	padding-bottom: 10px;
	}
	
	
/* background bits and pieces
------------------------------------------------------------------*/
#clips {
	position: absolute;
	top: 600px;
	left: 650px;
	width: 233px;
	height: 183px;
	background: url("images/clips-sml.jpg") 0 no-repeat;
	}	
	
#notepad {
	background: url("images/notepad-sml.gif") 0 no-repeat;
	width: 261px;
	height: 372px;
	position: absolute;
	top: 150px;
	left: 800px;
	}
	
#notepad p {
	margin: 55px;
	line-height: 1.25em;
	font-size: 0.9em;
	}