/*
paramount.css
@author: webwolf

Colour Table:
	black: #231f20
	grey:  #a7a9ac
	bg:    #e2e3e4
*/

/*-------------------------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------------------------*/
body{
	padding:0;
	margin:0;
	font-family: arial, helvetica, sans serif;
	color:#000000;
	font-size:0.8em;
	line-height:1.5em;
	background:url(../images/bg.gif) repeat-x 0px 95px;
	}

a:link {
	color:#bd4b00;
	/*color:#4694c5;*/
	}

a:visited {
	color:#bd4b00;
	}

a:active {
	color:#bd4b00;
	}

a:hover {
	color:#000000;
	text-decoration:none;
	}

img{
	border:none;
	}
	
h1, h2{
	color:#000000;
	font-weight:normal;
	font-size:22px;
	line-height:1em;
	padding:0 0 5px 0;
	margin:5px 0 10px 0;
	border-bottom: 1px solid #e2e3e4;
	letter-spacing:1px;
	}

h2{
	font-size:20px;
	border-bottom: 1px solid #d5d6d8;
	letter-spacing:1px;
	}

/*-------------------------------------------------------------------------------------------------
layout
-------------------------------------------------------------------------------------------------*/
#container{
	position:relative;
	width:960px;
	margin:0 auto;
	}

#header{
	height:110px;
	}

#logo{
	float: left;
	padding:30px 0 0 5px;
	}

#details{
	float:right;
	text-align:right;
	margin:30px 0 0 0;
	}

#pic{
	float:left;
	width:650px;
	}

#leftCol{
	float:left;
	width:310px;
	}

#left{
	clear:both;
	float:left;
	width:280px;
	margin:20px 0 0 0;
	padding:10px 15px 20px 15px;
	background:#e2e3e4 url(../images/logoFade.gif) bottom no-repeat;
	}

#middle{
	float:left;
	width:325px;
	margin:20px 20px 0 20px;
	}

#right{
	float:left;
	width:285px;
	height:280px;
	margin:20px 0 0 0;
	background:#e2e3e4 url(../images/quote.gif) no-repeat;
	}
	
#main{
	float:left;
	width:610px;
	padding:20px 20px 20px 20px;
	background:#FFFFFF;
	min-height:500px;
	}

#break{
	clear:both;
	height:20px;
	width:310px;
	line-height:0px;
	font-size:0px;
	}

#footer{
	clear:both;
	height:70px;
	padding:15px 0px 20px 0px;
	text-align:center;
	background:#e2e3e4 url(../images/iconFade.gif) bottom right no-repeat;
	}

#shadow{
	height:70px;
	margin: 2px 0 0 0;
	background:url(../images/no_win_no_fees_compensation.jpg) no-repeat;
	padding:3px 0 0 8px;
	color:#AAAAAA;
	}

#shadow a:link, #shadow a:active, #shadow a:visited{
	color:#999999;
	}

#shadow a:hover{
	color:#236bb3;
	}

/*-------------------------------------------------------------------------------------------------
navigation
-------------------------------------------------------------------------------------------------*/
#nav{
	float:left;
	width:310px;
	height:235px;
	font-size:14px;
	line-height:14px;
	background:#d5d6d8;
	font-variant:small-caps;
	}	

#nav ul { /* all lists */
	padding:5px 0 0 0;
	margin:0;
	list-style: none;
	}

#nav ul li{/* cancels general list style*/
	padding:0 15px 0 15px;
	}

#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited{
	display:block;
	color:#000000;
	height:31px;
	line-height:31px;
	padding:0 0 0 25px;
	text-decoration:none;
	border-bottom: 1px solid #e2e3e4;
	background: #d5d6d8 url(../images/arrow.gif) 0px 8px no-repeat;
	}

#nav ul li a:hover{
	background: url(../images/arrow.gif) 0px 8px no-repeat;
	}

/*-------------------------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------------------------*/
p.bullet{
	padding:0 0 0 18px;
	margin: 10px 0 15px 0;
	background:url(../images/arrowDark.gif) 0px 3px no-repeat;
	}

#middle ul, #main ul{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	}

#middle ul li, #main li{
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	background: url(../images/arrowLight.gif) 0px 3px no-repeat;
	}

#main ol{
	margin-bottom:10px;
	}

.addthis_button{
	display:block;
	width:120px;
	margin: 10px auto 0 auto;
	}

table.twoTone, table.contactForm{
	width:100%;
	}

table.twoTone td{
	vertical-align:top;
	padding:10px;
	}

table.contactForm td{
	vertical-align:middle;
	padding:5px 10px 5px 10px;
	}

tr.light{
	background-color:#eceded;
	}

tr.colour{
	background-color:#fcede3;
	}

tr.contactLight{
	background-color:#eceded;
	}

td.googleMap{
	width:450px;
	}

span.msg{
	color:#ea3f41;
	padding:0 0 0 30px;
	background:url(../images/cross.gif) 10px 0px no-repeat;
	}

span.sent{
	padding:0 0 0 25px;
	background:url(../images/tick.gif) 5px 0px no-repeat;
	}

img.floatRight{
	float:right;
	margin:10px 0px 10px 10px;
	}

/*-------------------------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------------------------*/
fieldset{
	margin:0;
	padding:0;
	border:none;
	}

input.text{
	width:300px;
	}

.smallField, .largeField{
	float:left;
	margin:0 5px 0 0;
	font-weight:bold;
	font-size:10px;
	}

.smallField input{
	width:60px;
	}

.largeField input{
	width:160px;
	}
#error {
	left:50%;
	margin-bottom:48px;
	margin-left:-301px;
	margin-top:40px;
	position:relative;
	width:602px;
}
#error h1 {
	font-weight: bold;
}
#error ul li, #error h2, #error p {
	text-align: left;
}