/**********************************************************************

    Master CSS for Drummonds Solicitors

    Imports generic stylesheets.

    Name                Date                Action
    Oliver Reece        05/02/2009          Created

**********************************************************************/

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	color:#4d4d4d;
	}

/* Containers
-------------------------------------------------------------------------------*/
	
#wrapper {
	width:980px;
	margin:0px auto;
	}

#header {
	clear:both;
	width:980px;
	height:118px;
	background:#653992 url(../img/bgHeader.jpg) no-repeat left top;
	}

#nav {
	float:left;
	clear:both;
	width:980px;
	font-size:1.2em;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, sans-serif;	
	text-align:center;	
	background:#ebebeb;
	border-bottom:3px solid #e6cf10;
	}

#main-body {
	clear:both;
	width:980px;
	background:#fff;	
	}
	
#banner {
	clear:both;
	width:980px;
	height:175px;
	background:#A7C8EB url(../img/bgBanner.jpg) no-repeat right top;
	}
	
#banner-nrw {
	width:482px;
	}
	
#home-panel {
	float:left;
	width:730px;
	}
	
#left {
	float:left;
	width:248px;
	}	
	
#centre {
	float:left;
	width:482px;
	padding:0 0 10px 0;
	border-left:1px solid #f2e787;
	border-right:1px solid #f2e787;
	}	

#right {
	float:left;
	width:248px;
	}

#footer{
	clear:both;
	color:#666;
	width:980px;
	background:#ebebeb;	
	border-top:3px solid #d7d7d7;
	}


/* Header
-------------------------------------------------------------------------------*/

#header a {
	position:relative;
	top:28px;
	left:46px;
	}
	
#header p {
	position:relative;
	right:40px;
	top:-25px;
	font-size:2.2em;
	line-height:1.0em;	
	text-align:right;
	color:#fff;
	}

#header span {
	color:#d0bbe6;
	font-size:0.6em;
	}

/* Navigation
-------------------------------------------------------------------------------*/

#nav ul {
	padding-left:5px;
	}

#nav ul li {
	float:left;
	padding:8px 0;
	color:#b6a7c5;
	}
	
#nav ul li.active {	
	background:url(../img/bgNavArw.gif) no-repeat center bottom;
	}

#nav ul li a {
	float:left;
	color:#9069b8;
	margin:0 15px;
	text-decoration:none;
	}

#nav ul li a:hover {
	color:#653992;
	}
	

/* Home
-------------------------------------------------------------------------------*/

#banner .inner {
	width:45%;
	color:#333;
	padding:10px 20px;
	}

#banner p {
	color:#333;
	}


/* Home Panel
-------------------------------------------------------------------------------*/

#home-panel .inner {
	padding:10px 20px;
	}

.area {
	margin:20px 0px
	}

.area p {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	width:165px;
	height:85px;
	}

.area p a {	
	display:block;
	padding:25px 0 0 0;
	height: 59px;
	color:#fdefff;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	}
.area p.shift a {
		height:60px!important;
}
.area p a:hover {
	background:url(../img/bgNavArw.gif) no-repeat center bottom;
	color: #fcdf10;
}

/* Home Bg Panel
-------------------------------------------------------------------------------*/

.topLft {
	background:url(../img/bgHomeTopLft.jpg) no-repeat top left;
	}
	
.topRgt {
	background:url(../img/bgHomeTopRgt.jpg) no-repeat top left;
	}
	
.top {
	background:url(../img/bgHomeTop.jpg) no-repeat top left;
	}

.btmLft {
	background:url(../img/bgHomeBtmLft.jpg) no-repeat top left;
	}
	
.btmRgt {
	background:url(../img/bgHomeBtmRgt.jpg) no-repeat top left;
	}
	
.btm {
	background:url(../img/bgHomeBtm.jpg) no-repeat top left;
	}


/* Quotes
-------------------------------------------------------------------------------*/

.quote {
	text-indent:30px;	
	background: url(../img/bgQuoteOpen.gif) no-repeat left top !important;
	}

.quote p {
	background: url(../img/bgQuoteClose.gif) no-repeat bottom right;
	}

.paging {
	margin:10px -15px -12px;
	padding:2px 10px;	
	background:#f1f1f1;
	}

.paging p {
	display:inline;
	background-image:none;
	}

.paging p a {
	display:inline;
	padding:2px 5px;	
	margin:10px 3px;	
	}

/* Sub Navigation
-------------------------------------------------------------------------------*/

#left .inner {
	padding:6px 0 0 18px;
	}

#left p {
	color:#663993;
	}

#left ul {
	margin:10px 0;
	}
	
#left ul li {
	padding:0;
	}

#left a {
	display:block;
	width:210px;
	color:#663993;
	padding:8px 0 8px 20px;
	font-size:1.2em;	
	text-decoration:none;
	background:url(../img/bgSubArw.gif) no-repeat left top;
	border-bottom:1px solid #ebebeb;
	}

#left ul li a.active {
	color:#fff;
	background:#653992 url(../img/bgSubArwActive.gif) no-repeat right top;
	}
.paging p a.active {
	font-weight: bold;
}


/* Content
-------------------------------------------------------------------------------*/

#centre ul, #centre ol {
	margin:10px 15px;
	}

#centre ul li, #centre ol li {
	line-height:1.3em;
	margin:0 0 8px 0;
	list-style-type:disc;
	}
	
#centre .panelBox {
	padding:15px 0;
	}

#centre .panel {
	margin:10px 0 0 0;
	display:block;
	background:#f5ec9f;
	}

#centre .panel p {
	line-height:0.8em;
	color:#333;
	}
	
#centre .panel .inner {	
	padding:1px 15px;
	}
#centre .panel .inner p {
	margin: 10px auto;
	line-height: 1em;
}


/* Related Information
-------------------------------------------------------------------------------*/

#right .panel {
	margin:12px 0 20px;
	border:1px solid #e2d9ec;
	background:#fbfbfb;
	}

#right .inner {
	margin:12px 15px;
	}

.btnCta {
	clear:both;
	height:26px;
	margin:10px 0;
	background:url(../img/bgBtnCta.jpg) no-repeat left top;
	}

.btnCta a {
	float:left;
	padding:0 0 0 18px;
	margin:3px 10px 10px 10px;
	background:url(../img/bgBtnArw.gif) no-repeat left 50%;
	text-decoration:none;
	color:#ffff99;
	}

.btnCta a:hover {
	text-decoration:underline;
	color:#ffff99;
	}

.cta {
	padding:0 0 0 18px;
	background:url(../img/bgSubArw.gif) no-repeat left 50%;
	}

.cta a {
	text-decoration:none;
	}

.txtBox {
	float:left;
	width:110px;
	}

.txtBox p {
	float:left;
	width:auto;
	padding:0 0 0 10px;
	margin:0;	
	}

.cta a:hover {
	text-decoration:underline;
	}

.profile {
	float:left;
	clear:both;
	}
	

/* Footer
-------------------------------------------------------------------------------*/

#footer p {
	font-size:1.1em;
	color:#7f7f7f;
	}

#footer strong {
	font-size:1.1em;
	color:#666;
	}

/* Selectors
-------------------------------------------------------------------------------*/

a {
	color:#6f4699;
	}

a:hover {
	color:#6f4699;
	}

a img {
	border:none;
	}

.h1, h1, h2, h3, h4 {
	margin:15px 0 5px 0;
	line-height:1.2em;
	font-family:"Trebuchet MS", Arial, sans-serif;
	}
	
.h1, h1 {
	font-weight:normal;
	font-size:2.0em;
	}

h2 {
	font-weight:normal;
	letter-spacing:0.03em;
	font-size:1.7em;
	margin-bottom:0px;
	}

h3 {
	font-size:1.4em;
	}

h4 {
	font-size:1.2em;
	}

p {
	margin:10px 0 ;
	line-height:1.5em;
	font-size:1.2em;
	}

ul li {
	list-style-type:none;
	font-size:1.2em;
	}

ol li {
	font-size:1.2em;
	list-style-type:decimal !important;
	}
		
	
/* Classes
-------------------------------------------------------------------------------*/

.hr {
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	border-top:1px solid #e2d9ec;
	}

.floatLeft {
	float:left;
	}

.padding {
	padding:5px 15px;
	}

.purple {
	color:#653992
	}
.imgright{
	float:right;
	margin: 0 10px 10px;
}


	
	
	