/*
	Client: Dysons PLC
	Author: Lee Turver
*/
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 10pt;
	height: 100%;
}

img { border:0; }
html, body { height: 100%; }
hr { border: 0; background-color: #ccc; color: #ccc; height: 1px; }

div#left_col {
	width: 215px;
	height: 100%;
	background: #ef3e42;
	float: left;
	position: relative;
}

	div#left_col div#navigation {
		margin-top: 100px;
	}
	
	div#left_col div.link {
		width: 100%;
		height: 30px;
		background: #c41230;
		margin-bottom: 20px;
		color: #fff;
		font-family: "Times New Roman";
		padding-top: 5px;
	}
	
	div#left_col div.link a {
		padding-left: 30px;
		text-decoration: none;
		color: #fff;
		font-size: 17pt;
	}
	
	div#left_col ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	div#left_col li {
		width: 100%;
		height: 35px;
		background: #c41230;
		margin-bottom: 20px;
		color: #fff;
		font-family: "Times New Roman";
	}

	div#left_col li a {
		padding-left: 30px;
		text-decoration: none;
		color: #fff;
		font-size: 17pt;
	}
	
	div#left_col div#text {
		bottom: 0;
		color: #fff;
		font-size: 7pt;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	div#left_col div#text span {
		font-size: 9pt;
	}

div#container {
	width: 775px;
	height: 100%;
	float: left;
}

div#container div#logo-container {
	width: 100%;
	height: 100px;
	float: left;
	clear: both;
}

div#container div#logo-container div#logo {
	width: 450px;
	height: 100px;
	float: right;
}

div#container div#nav-container {
	width: 100%;
	height: 35px;
	float: left;
	background: #a7a9ac;
	clear: both;
}
	div#container div#nav-container ul {
		margin: 0;
		padding: 0;
		color: #fff;
		font-family: "Times New Roman";
		font-size: 17pt;
		margin-left: 75px;
	}
	
	div#container div#nav-container li {
		float: left;
		list-style-type: none;
		padding-right: 100px;
		padding-top: 3px;
	}

div#container div#content {
	width: 100%;
	float: left;
}

div#container div#content div#inner {
	width: 708px;
	height: 100%;
	margin-top: 50px;
	margin-left: 50px;
	border-left: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac;
	border-top: 1px solid #a7a9ac;
	padding-left: 15px;
}


div#container div#content p {
	font-size: 11pt;
}















#Tbl_LeftCol {
	width: 215px;
	background: #ef3e42;
}

#Tbl_LeftCol .text {
		color: #fff;
		font-size: 8pt;
		padding-left: 15px;
		padding-right: 15px;		
}

#TblNav .spacer {
	width: 100%;
	height: 20px;
	background: #ef3e42;		
}

#TblNav .TblLink {
	width: 100%;
	height: 35px;
	background: #c41230;
	color: #fff;
	font-family: "Times New Roman";
	padding-top: 5px;
}

#TblNav .selected {
	width: 100%;
	height: 35px;
	background: #ffffff;
	color: #c41230;
	font-family: "Times New Roman";
	padding-top: 5px;
}

#TblNav .TblLink a {
	padding-left: 30px;
	text-decoration: none;
	color: #fff;
	font-size: 14pt;
}

#TblNav .selected a {
	padding-left: 30px;
	text-decoration: none;
	color: #c41230;
	font-size: 14pt;
}

#Tbl_TopBar .Tbl_SubNav {
	width: 100%;
	height: 35px;
	background: #a7a9ac;
}


div#nav-container {
	width: 100%;
	height: 35px;
	float: left;
	background: #a7a9ac;
	clear: both;
}
/*
	div#nav-container ul {
		margin: 0;
		padding: 0;
		color: #fff;
		font-family: "Times New Roman";
		font-size: 17pt;
		margin-left: 75px;
	}
	
	div#nav-container li {
		float: left;
		list-style-type: none;
		padding-right: 100px;
		padding-top: 3px;
	}
*/	

#menu { float: left; margin-left: 75px; }
#menu ul { list-style: none; margin: 0; padding: 0; float: left; }
#menu ul#top li { float: left;	margin-right: 100px;}
#menu ul#top li#last { margin-right: 0;}
#menu ul#top ul li {
	border: 1px solid #adafb2;
	background: #fff;
	width: 212px;
	color: #adafb2;
}

#menu ul#top ul { display: none; }
#menu ul#top li ul li a{
	display: block;	
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu ul#top li ul li a:hover {
	color: #ef3e42;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block; 	
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu h2, #menu h2 a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-family: "Times New Roman";
	font-size: 14pt;
}	

#menu a {
	color: #adafb2;
	text-decoration: none;
}

#menu ul#top li {position: relative;}

#menu ul#top li  ul {
	position: absolute;
	z-index: 500;
}

#menu ul#top ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
	
#Tbl_PriContent {
	border-left: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac;
	border-top: 1px solid #a7a9ac;
}

#Tbl_ActContent .content {
	padding-left: 15px;
}

#InvestorRelations {
	margin-top: 100px;
}
#InvestorRelations p {
	color: #c41230;
	font-weight: bold;
	margin-top: 5px;
}

#AGMContent h1 {
	color: #c41230;
	font-size: 10pt;
}
#PressContent h2 {
	color: #c41230;
	font-size: 10pt;
}

#ContactUs h2 {
	color: #c41230;
	font-size: 10pt;
}

#ContactUs p {
	line-height: 1.5em;
}
#Whistle h2 {
	color: #c41230;
	font-size: 10pt;
}

#NewsListings {
 margin-top: 10px;
}
#NewsListings .date p {
	color: #c41230;
	margin: 0;
	padding: 0;
}
#NewsListings .heading p {
	color: #c41230;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#NewsListings p a {
 color: #c41230;
 text-decoration: none;
}

h1, h2 { margin-top: 10px; }