/* Parkwood Media CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

body,td,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.noDecoration a {
	text-decoration: none;
}

/* begin header */

#headerLine {
	margin: 0 auto;
	background: #fff;
	border-top: 5px solid #770000;
}

#container {
	width: 775px;
	max-width: 775px;
	margin: 0 auto;
	background: #fff;
}

#parkwoodHeader {
	position: relative;
	height: 115px;
}

#clientLogin {
	position: relative;
	left: 630px;
	height: 20px;
}

#parkwoodLogo {
	position: relative;
	padding-top: 20px;
	height: 50px;
	left: 10px;
	width: 755px;
}

/* end header */

/* begin navigation */

#navigationBar {
	position: relative;
	height: 20px;
	width: 755px;
	left: 10px;
	border-bottom: 5px solid #770000;
}

#navigationRow {
	position: relative;
	float: right;
	right: 0px;
	height: 20px;
}

.navigationItem {
	float: left;
	background: #770000;
	height: 15px;
	color: #fff;	
	padding-top: 5px;
}

.navigationItem a {
	color: #fff;
}

.navigationItemLeft {
	float: left;
	background-image: url('http://www.parkwoodmedia.co.uk/gfx/tabNavLeft.gif');
	width: 12px;
	height: 20px;
	margin-left: 5px;
}

.navigationItemRight {
	float: left;
	background-image: url('http://www.parkwoodmedia.co.uk/gfx/tabNavRight.gif');
	width: 12px;
	height: 20px;
}

/* end navigation */

/* begin content header */

.contentHeader {
	position: relative;
	right: 0px;
	height: 15px;
	margin-bottom: 5px;
}

#contentHeaderItem {
	float: left;
	background: #770000;
	padding-top: 1px;
	height: 14px;
	color: #fff;
	width: 436px;
}

#sidebarHeaderItem {
	float: left;
	background: #770000;
	padding-top: 1px;
	height: 14px;
	color: #fff;
	width: 246px;
}

.contentHeaderItemLeft {
	float: left;
	background-image: url('http://www.parkwoodmedia.co.uk/gfx/contentHeaderLeft.gif');
	width: 16px;
	height: 15px;
}

.contentHeaderItemRight {
	float: left;
	background-image: url('http://www.parkwoodmedia.co.uk/gfx/contentHeaderRight.gif');
	width: 15px;
	height: 15px;
}

/* end content header */

/* begin splash boxes */

#splashPhotoFrame {
	position: relative;
	top: 5px;
	left: 10px;
	width: 760px;
	height: 140px;
}

.splashPhoto {
	position: relative;
	float: left;
	margin-right: 5px;
	width: 183px;
	height: 138px;
	border: 1px solid #BCC5CB;
}

#splashPhotoBaseLineFrame {
	position: relative;
	top: 10px;
	left: 10px;
	height: 5px;
	width: 760px;
}

.splashPhotoBaseLine {
	float: left;
	margin-right: 5px;
	width: 185px;
	height: 5px;
	background: #770000;
}

#splashInfoFrame {
	position: relative;
	top: 5px;
	left: 10px;
	height: 100px;
	width: 760px;
}

.splashInfoDark {
	position: relative;
	float: left;
	margin-right: 5px;
	width: 185px;
	height: 100px;
	background-image: url(http://www.parkwoodmedia.co.uk/gfx/splashInfoDark.gif);
	background-repeat: no-repeat;
}

.splashInfoLight {
	position: relative;
	float: left;
	margin-right: 5px;
	width: 185px;
	height: 100px;
	background-image: url(http://www.parkwoodmedia.co.uk/gfx/splashInfoLight.gif);
	background-repeat: no-repeat;
}

.splashInfoText {
	position: relative;
	width: 165px;
	height: 60px;
	padding: 10px;
}

.splashInfoText a {
	font-weight: bold;
}

.splashInfoLink {
	position: relative;
	height: 10px;
	padding-top: 1px;
	left: 5px;
	width: 100px;
}

/* end splash boxes */

/* begin content */

#contentFrame {
	position: relative;
	left: 10px;
	width: 755px;
	top: 5px;
	height: auto;
}

#contentArea {
	position: relative;
	float: left;
	margin-right: 5px;
	width: 472px;
	border-right: 1px dotted #BCBDC0;
}

#sidebarArea {
	position: relative;
	float: left;
	width: 277px;
}

.contentCell {
	line-height: 18px;
}

/* end content */

/* begin footer */

#parkwoodFooter {
	position: relative;
	left: 10px;
	width: 755px;
	padding-top: 5px;
	margin-bottom: 20px;
}

#footerLeft {
	position: relative;
	padding-top: 5px;
	width: 500px;
	float: left;
}

#footerRight {
	position: relative;
	padding-top: 5px;
	width: 255px;
	float: left;
	text-align: right;
}

/* end footer */

/* begin spacers */

.horizontalSpacer {
	clear: both;
	position: relative;
	top: 10px;
	height: 1px;
	width: 755px;
	left: 10px;
	border-top: 1px dotted #BCBDC0;
}

/* end spacers */

/* begin client list */

.clientListRow {
	position: relative;
	width: 277px;
	height: 100px;
}

.clientListBox {
	position: relative;
	float: left;
	width: 138px;
	height: 100px;
	text-align: center;
}

/* end client list */