/* Global page styling */
*
{
	margin: 0;
	padding: 0;
}

body
{
	margin-bottom: 10px;
	font-size: x-small;
	font-family: Arial,san-serif;
	line-height: 1.25em;
	color: #474c4f;
}

.hide
{
	display: none;
}

p
{
	margin-bottom: 10px;
}

h1
{
	margin-bottom: 10px;
	font-size: 160%;
}

h2
{
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: normal;
	color: #5078c8;
}

a
{
	color: #d84103;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

select
{
	font-size: x-small;
	font-family: Arial,san-serif;
	color: #474c4f;
	background-color: #f7f7f7;
}

input
{
	font-size: x-small;
	font-family: Arial,san-serif;
	color: #474c4f;
	background-color: #f7f7f7;
}

textarea
{
	font-size: x-small;
	font-family: Arial,san-serif;
	color: #474c4f;
	background-color: #f7f7f7;
}

/* Page layout */
#wrapper
{
	width: 940px;
	margin: 0 auto;
}

#header
{
	height: 90px;
}

#masthead
{
	clear: right;
	height: 160px;
	background: #ffffff url(../images/homepage_banner.jpg) no-repeat top right;
}

#masthead_tagline
{
	height: 160px;
	background: url(../images/goodtogreat.gif) no-repeat;
}

#navigation
{
	background-color: #e9eff9;
	height: 20px;
}

#innerwrapper
{
	float: left;
	background: #ffffff url(../images/bg.gif) repeat-y
}

#sidebar_left
{
	float: left;
	width: 180px;
	padding: 20px 0 10px 0;
}

#maincontent
{
	float: left;
	width: 400px;
	padding: 20px 70px 10px 10px;
}

#sidebar_right
{
	float: right;
	width: 260px;
	padding: 40px 10px 10px 10px;
}

#footer
{
	clear: both;
	height: 17px;
	width: 760px;
	border-left: 180px solid #f7f7f7;
	background: #5078c8 url(../images/copyright.gif) no-repeat bottom left;
}

#footer_end
{
	height: 17px;
	background: url(../images/end_cap.gif) no-repeat bottom right;
}

/* Headers */
#header img
{
	float: right;
}

/* Main navigation */
#navigation ul
{
	float: left;
	display: inline;  /* IE6 double margin fix */
	width: 760px;
	height: 18px;
	margin-left: 180px;
	padding-top: 1px;
	border-bottom: 1px solid #474c4f;
	list-style: none;
	background-color: #FFFFFF;
}

#navigation ul li
{
	float: left;
}

#navigation_home a
{
	background: url(../images/home.gif) no-repeat top left;
	display: block;
	height: 17px;
	width: 50px;
	margin-top: 1px;
	border-bottom: 1px solid #474c4f;
}

#navigation_home a:hover
{
	border-bottom: 1px solid #d84103;
}

#navigation_corporate a
{
	background: url(../images/corporate-profile.gif) no-repeat top left;
	display:block;
	height: 17px;
	width: 97px;
	margin-top: 1px;
	border-bottom: 1px solid #474c4f
}

#navigation_corporate a:hover
{
	border-bottom: 1px solid #d84103;
}

#navigation_group a
{
	background: url(../images/pendragon-group.gif) no-repeat top left;
	display:block;
	height: 17px;
	width: 97px;
	margin-top: 1px;
	border-bottom: 1px solid #474c4f
}

#navigation_group a:hover
{
	border-bottom: 1px solid #d84103;
}

#navigation_investor a
{
	background: url(../images/investor-relations.gif) no-repeat top left;
	display:block;
	height: 17px;
	width: 103px;
	margin-top: 1px;
	border-bottom: 1px solid #474c4f
}

#navigation_investor a:hover
{
	border-bottom: 1px solid #d84103;
}

#navigation_media a
{
	background: url(../images/news.gif) no-repeat top left;
	display:block;
	height: 17px;
	width: 39px;
	margin-top: 1px;
	border-bottom: 1px solid #474c4f
}

#navigation_media a:hover
{
	border-bottom: 1px solid #d84103;
}

#navigation_careers a
{
	background: url(../images/careers.gif) no-repeat top left;
	display:block;
	height: 17px;
	width: 51px;
	margin-top: 1px;
	border-bottom: 1px solid #474c4f
}

#navigation_careers a:hover
{
	border-bottom: 1px solid #d84103;
}

#navigation_contacts a
{
	background: url(../images/contacts.gif) no-repeat top left;
	display:block;
	height: 17px;
	width: 57px;
	margin-top: 1px;
	border-bottom: 1px solid #474c4f
}

#navigation_contacts a:hover
{
	border-bottom: 1px solid #d84103;
}

/* Share price */
#sidebar_left_sharprice
{
	padding: 0 10px 0 10px;
}

.shareprice_up
{
	color: #339933;
}

.shareprice_down
{
	color: #d84103;
}

/* Search */
#sidebar_right_search
{
	margin-bottom: 10px;
}

/* Secondary navigation */
#sidebar_left ul
{
	float: left;
	list-style: none;
}

#sidebar_left li
{
	float: left;
}

#sidebar_left li a
{
	float: left;
	width: 160px;
	text-decoration: none;
	display: block;
	color: #474c4f;
	padding: 7px 0 7px 15px;
	border-bottom: 1px solid #cccccc;
}

#sidebar_left li a:hover
{
	text-decoration: none;
}

.active
{
	background: url(../images/arrow.gif) no-repeat center left;
}

/* Right sidebar teasers */
#sidebar_right dl
{
	float: left;
	margin-bottom: 10px;
}

#sidebar_right dt
{
	float: right;
	width: 191px;
	background: #ffffff url(../images/arrow.gif) no-repeat center left;
	padding-left: 15px;
}

#sidebar_right dd
{
	margin-left: 68px;
}

#sidebar_right dd.img
{
	margin-left: 0;
}

#sidebar_right dd.img img
{
	float: left;
}

/* Individual page styles */
.body_home #navigation_home a
{
	border-bottom: 1px solid #d84103;
}

.body_corporate #navigation_corporate a
{
	border-bottom: 1px solid #d84103;
}

.body_corporate #masthead
{
	background-image: url(../images/corporate_profile.jpg);
}

.body_group #navigation_group a
{
	border-bottom: 1px solid #d84103;
}

.body_group #masthead
{
	background-image: url(../images/pendragon_group.jpg);
}

.body_investor #navigation_investor a
{
	border-bottom: 1px solid #d84103;
}

.body_investor #masthead
{
	background-image: url(../images/investor_relations.jpg);
}

.body_media #navigation_media a
{
	border-bottom: 1px solid #d84103;
}

.body_media #masthead
{
	background-image: url(../images/news.jpg);
}

.body_careers #navigation_careers a
{
	border-bottom: 1px solid #d84103;
}

.body_careers #masthead
{
	background-image: url(../images/careers.jpg);
}

.body_contacts #navigation_contacts a
{
	border-bottom: 1px solid #d84103;
}

.body_contacts #masthead
{
	background-image: url(../images/contact_us.jpg);
}

/* Investor relations */
table.data
{
    width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    border-collapse: collapse;
}

table.data th,
table.data td
{
    padding: 2px 2px;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: top;
}

table.data_center th,
table.data_center td
{
    text-align: center;
}

table.data th
{
    background-color: #e9eff9;
}

a.download
{
    min-height: 25px;
    display: block;
    line-height: 25px;
    background: url(../images/pdficon_small.gif) no-repeat;
    padding-left: 25px;
}

/* Contact form */
table.contactform td
{
    vertical-align: top;
}

.mandatory
{
    color: #d84103 !important;
}

.imagenoborder
{
    border: none;
}

#maincontent ul
{
    margin: 0 0 10px 20px;
}

#googlemap
{
    border: solid 2px #e9eff9;
}
