/*  
Theme Name: Premier Strategies
Theme URI: 
Description: Last updated 29/01/2008
Version: 0.1
Author: Paul Stephenson
Author URI: http://www.headconsulting.co.uk
*/

/* The Normaliser! (after Andy Clarke and Tantek) */

/* Norm margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}

/* Norm font-size for headings */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* Remove table styles */
table {border-collapse:collapse; border-spacing:0;}

/* Remove borders from fieldset and img */
fieldset, img {border:0;}

/* Left-align captions and table headings */
caption, th {text-align:left}

/* Remove underlines from links */
:link,:visited {text-decoration:none}

/* Remove default nasty blue borders from image links */
a img,:link img,:visited img {border:none}


/* End of The Normaliser! */



body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(/images/body-bg.gif) top left repeat-x;
}

.skip {
	position:absolute; 
	left:-9000px; 
	top:0;
}

.screen {
	height:0;
	width:0;
}

.print {
	height:0;
	width:0;
	display:none;
}

#logo {
	position: absolute;
	top:28px;
	left:0;
	padding:0;
	margin:0;
}


#menu1 {
	position: absolute;
	top: 78px;
	left: 223px;
	padding:0;
	margin: 0;
	width: 600px;
}

div.nav-home, div.nav-team, div.nav-strategies, div.nav-contact, div.nav-home2, div.nav-team2, div.nav-strategies2, div.nav-contact2 {
	float:left;
	height: 28px;
	width: 112px;
	margin: 0 28px 0 0;
}

div.nav-home span, div.nav-team span, div.nav-strategies span, div.nav-contact span, div.nav-home2 span, div.nav-team2 span, div.nav-strategies2 span, div.nav-contact2 span {
	display:block;
	height: 28px;
	width: 112px;
}

div.nav-home a, div.nav-team a, div.nav-strategies a, div.nav-contact a, div.nav-home2 a, div.nav-team2 a, div.nav-strategies2 a, div.nav-contact2 a {
	display:block;
	height: 28px;
	width: 112px;
	padding: 72px 0 0 10px;
	overflow:hidden;
	font-size: 1.1em;
	text-decoration:none;
	cursor:pointer;
}

div.nav-home a:visited, div.nav-team a:visited, div.nav-strategies a:visited, div.nav-contact a:visited {
	color:#000;
}

div.nav-home, div.nav-home a  {
	background: url(/images/nav-home.jpg) top left no-repeat;
}

div.nav-home a:hover, div.nav-home2, div.nav-home2 a, div.nav-home2 a:visited {
	color:#D2223E;
	background: url(/images/nav-home.jpg) 0 100px;
}

div.nav-team, div.nav-team a  {
	background: url(/images/nav-team.jpg) top left no-repeat;
}

div.nav-team a:hover, div.nav-tea2m, div.nav-team2 a, div.nav-team2 a:visited {
	color:#D2223E;
	background: url(/images/nav-team.jpg) 0 100px;
}

div.nav-strategies, div.nav-strategies a  {
	background: url(/images/nav-strategies.jpg) top left no-repeat;
}

div.nav-strategies a:hover, div.nav-strategies2, div.nav-strategies2 a, div.nav-strategies2 a:visited {
	color:#D2223E;
	background: url(/images/nav-strategies.jpg) 0 100px;
}

div.nav-contact, div.nav-contact a  {
	background: url(/images/nav-contact.jpg) top left no-repeat;
}

div.nav-contact a:hover, div.nav-contact2, div.nav-contact2 a, div.nav-contact2 a:visited {
	color:#D2223E;
	background: url(/images/nav-contact.jpg) 0 100px;
}


#content {
	position:absolute;
	top: 190px;
	left: 222px;
	width: 470px;
}

#content h1 {
	color:#D2223E;
	font-weight:normal;
	font-size:1.8em;
	border-bottom: 2px solid #45728E;
}

#content h2 {
	color:#D2223E;
	font-weight:normal;
	font-size:1.3em;
	border-bottom: 1px solid #45728E;
	padding-top: 1em;
}

#content h3 {
	color:#45728E;
	font-weight:normal;
	font-size:1.1em;
	padding-bottom: 0.5em;
}

#content p {
	padding-top: 1em;
}

#content ul { 
	list-style-type:square;
	padding: 1em 0 0 15px;
	color: #45728E;
}

.black { 
	color: #000;
}

#content li ul {
	list-style-type:square;
	padding: 0 0 0 15px;
}

#content li ul li ul {
	list-style-type:square;
	padding: 0 0 0 15px;
}


#quotecol {
	position:absolute;
	top: 216px;
	left: 720px;
	width: 174px;
}

.quote {
	border: 2px solid #C7C8CA;
	padding: 10px 10px;
}
.quotefoot {
	height: 17px;
	width:174px;
	background: url(/images/quote-bg.gif) bottom center no-repeat;
	margin-bottom: 30px;
}

#quotecol h3 {
	color:#D2223E;
	font-weight:normal;
	font-size:1.2em;
}

a {
	color:#D2223E;
	text-decoration:none;
}

a:visited {
	color:#C7C8CA;
	text-decoration:none;
}

a:hover {
	color:#D2223E;
	text-decoration:none;
}

#content a:visited {
	color:#D2223E;
}

#content a:hover {
	color:#000;
	text-decoration:none;
}

#foot {
	clear:both;
	width:470px;
	color: #C7C8CA;
	font-size: 0.85em;
	margin: 30px 0;
	padding: 0.9em 0;
}

#foot-l {
	float: left;
}
#foot-r {
	float: right;
	text-align:right;
}

#foot a, #foot a:visited {
	color:#C7C8CA;
	text-decoration:none;
}

#foot a:hover {
	color:#D2223E;
	text-decoration:underline;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.small {
	font-size: 0.9em;
	color:#666;
}

h1 .small {
	font-size: 0.5em;
}


form em {
clear: left;
display: block;
font-style:normal;
padding: 3px 0;
}

form {
margin-top:1em;
padding:0;
}

label {
float: left;
width: 42%;
}

.bg {
color:#fff;
}