/* ---------------------------------------- */
/* -- CSS File for Peter Uptons Ltd Site -- */
/* -- Created by: Design Centric Ltd ------ */
/* ---------------------------------------- */

/* -- Standard elements and text formatting -- */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: FFFFFF;
}

h2 {
	color: #0099FF;
	font-size: 100%;
	margin: 0;
}

p, li, h4, table {
	font-size: 75%;
}

.blue {
	color: #0099FF;
}

.bluebold {
	color: #0099FF;
	font-weight: bold;
}

.small-text {
	font-size: 70%;
}

/* -- Wrapper to centralise site -- */
/* -- IE doesn't reliably support min/max-width, so keep width fixed for the moment -- */
#wrapper {
	position: relative;
	/*min-width: 800px;
	max-width: 960px;*/
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 100px 0 0 0;
	background-color:#CCCCCC;
	background-image: url(../images/PU_banner.jpg);
	top: 0;
	left: 0;
	background-repeat:no-repeat;
}

/* -- Central column - main content -- */
#content {
	margin: 0 0 0 175px;
	background-color: #FFFFFF;
	padding: 20px 250px 15px 20px;
	line-height: 1.3em;
}

#content.large-pad {
	padding-bottom: 12em;
}

#content.small-pad {
	padding-bottom: 6em;
}

#content ul {
	margin-left: 0;
	padding-left: 18px;
	/*list-style-image: */
}

/* -- Right hand column - containing image -- */
#image_right {
	position: absolute;
	width: 210px;
	padding-left: 10px;
	top: 130px;
	right: 0;
}

/* -- Left hand column - containing navigation -- */
#nav {
	position: absolute;
	top: 100px;
	left: 0;
	width: 175px;
}

#nav ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0 0 3em 0;
}

#nav li {
	width: 155px;
	padding: 7px 5px 7px 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#nav li img {
	padding-right: 6px;
	border: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

p a {
	color: #0099FF;
}

#nav li a:hover {
	color: #F2F2F2;
}

#nav li.current {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* -- Tax Allowance table formatting -- */
.tax_table {
	width: 495px;
	text-align: center;
	background-color: #D3E7FF;
	border-collapse: collapse;
}

.tax_table td {
	border: 2px solid #FFFFFF;
}

.bold_column {
	width: 77px;
	font-weight: bold;	
}

.title {
	text-align: left;
	padding-left: 3px;
	line-height: 1.5em;
}

/* -- Standard footer -- */
#footer {
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-size: 70%;
	padding: 4px 10px 4px 0;
	text-align: right;	
}
