/** created by Positive New Media **/
/** www.positivenewmedia.co.uk **/

/*contains everything*/
#wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
width: 780px;
text-align: left;
padding: 0px 0px 0px 0px;
}

/*set styles for the header*/
#header {
position: absolute;
height: 143px;
width: 748px;
left: 15px;
top: 0;
}

/*set styles for the navigation*/
#nav {
position: absolute;
height: 25px;
width: 748px;
left: 15px;
top: 143px;
color: #FAE1F0;	
}

/*set styles for all content below the header and nav*/
#maincopy {
position: absolute;
width: 708px;
left: 35px;
top: 211px;
}

#homepagerightcolumn{
position: absolute;
width: 265px;
left: 478px;
top: 211px;
z-index:50;
}

/*set the position of the contact details*/
#contactdetails {
font-size: 10px;
color: #053A80;
position: absolute;
top: 28px;
left: 535px;
width: 174px;
z-index: 50;
} 

/*pseudo class for ul - with bullets*/
ul.withbullets {
margin: 0px;
padding-left: 15px;
line-height: 20px;
}

/*pseudo class for ul - no bullets*/
ul.nobullets {
margin: 0px;
padding: 0px;
list-style-type: none;
}

/* added */

#breadcrumbs {
position: absolute;
width: 708px;
left: 35px;
top: 176px;
}