/*------------------------------------------------------
Main Style Sheet

author:		Phase Two Web Design
email:		website@phasetwo.co.uk
website:	http://www.phasetwo.co.uk/
------------------------------------------------------*/

* { /*resets default browser styles for when your eating pancakes */
	vertical-align: baseline;
	font-weight: inherit;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}	
	
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
	text-align:center; /*makes ie5 center wrapper*/
	line-height: 1.5em;
	background-color: #FFF;
	background-image: url(../i/headerbg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}


/* All Headings
--------------------------------*/

h1,h2,h3,h4,h5,h6 {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
	font-weight: normal;
	line-height: 1.5em;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 22px;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 17px;
}



	
#wrapper {
	width: 890px;
	text-align:left; /*puts text back to left for ie5 problem*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}

/* Anchor Styling
--------------------------------*/
	
a:link, a:visited {
	color: #385FB8;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #6CF;
	}


/* Anchors */

a[href$=".doc"] { /* Word File */
	background: url(http://www.phasetwo.co.uk/assets/i/wordLink.gif) no-repeat left center;
	padding-left: 18px;
	}

a[href$=".pdf"] { /* PDF File */
	background: url(http://www.phasetwo.co.uk/assets/i/pdfLink.gif) no-repeat left center;
	padding-left: 18px;
	}

#header {
	height: 250px;
	width: 890px;
	float: left;
	background-image: url(../i/header.jpg);
	background-repeat: no-repeat;
}


#nav {
	list-style-type: none;
	float: left;
	width: 690px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 201px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li {
	float: left;
	width: 107px;
}

#nav a {
	color: #FFF;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../i/nav-buttons.png);
	height: 47px;
	width: 87px;
	line-height: 4.5em;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-position: -107px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover {
	background-repeat: no-repeat;
	background-position: -214px 0px;
	color: #FFFFFF;
}



/* P.P.Indicator
--------------------------------*/


.web #nav .web a,

.exa #nav .exa a,

.sem #nav .sem a,

.hom #nav .hom a,

.quo #nav .quo a,

.con #nav .con a{
	cursor: default;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #000;
	background-position: 0px 0px;
	}
#contentArea {
	width: 890px;
	float: left;
	padding-top: 20px;
}



#contentArea  p {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}


#contentArea ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#contentArea li {
	background-image: url(../i/tick.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
}








#twoColLayout  #columnOne {
	width: 665px;
	float: left;
	background-image: url(../i/roundedBg.png);
	background-repeat: no-repeat;
}
#twoColLayout #columnOne ol {
	margin-right: 25px;
	margin-left: 25px;
}
#twoColLayout #columnOne ol li {
	padding-bottom: 10px;
	font-size: 11px;
	line-height: normal;
}

#twoColLayout #columnTwo {
	width: 200px;
	float: left;
	background-image: url(../i/roundedBg.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 15px;
}
#twoColLayout #columnTwo ul {
	list-style-type: none;
	list-style-image: none;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#twoColLayout  #columnTwo li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
}

#twoColLayout  #columnTwo  ul  a {
	display: block;
	background-image: none;
	margin: 0px;
	font-size: 12px;
	border-bottom-style: none;
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	color: #666;
}
#twoColLayout #columnTwo ul a:hover {
	color: #000;
}

#twoColLayout #columnTwo h3 {
	background-repeat: repeat-x;
	font-size: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}






#threeColLayout #columnOne {
	float: left;
	width: 296px;
	background-image: url(../i/roundedBg.png);
	background-repeat: no-repeat;

}
#threeColLayout #columnTwo {
	float: left;
	width: 296px;
	background-image: url(../i/roundedBg.png);
	background-repeat: no-repeat;
}
#threeColLayout #columnTwo img {
	padding: 5px;
	background-color: #e5e5e5;
}
#threeColLayout #columnTwo img:hover {
	background-color: #0757AF;
}


#threeColLayout #columnThree {
	width: 296px;
	float: left;
	background-image: url(../i/roundedBg.png);
	background-repeat: no-repeat;
}
#threeColLayout  h1 {
	font-size: 21px;
}

#footer {
	width: 840px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer p {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#footer a {

}
.footerBox {
	width: 190px;
	float: left;
	text-align: left;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../i/footerBoxes.png);
	background-repeat: no-repeat;
	height: 200px;
}
.footerBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footerNav {
	width: 100%;
	clear: both;
	background-image: url(../i/spiked.jpg);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	color: #FFF;
	background-color: #1C252E;
}

#footerNav h3 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
#footerNav a {
	color: #7D96AE;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3A4E61;
}
#footerNav a:hover {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#footerBoxContainer {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

#contactform {
	margin: 0px;
	padding: 0px;
}


#nastymeat {
	display: none;
	visibility: hidden;
}



/* Redefined html tags
--------------------------------*/

abbr {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}

code {
	font-weight: normal;
	color: #999900;
	font-size: 1.3em;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #F1EDE2;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid #D1C5A3;
	}
input, textarea/* Contact Form
-----------------------------------*/       {
	font-size: 14px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	background-image: url(../i/drop-shad-top-left.gif);
	background-repeat: no-repeat;
	display: block;
	background-color: #FFFFFF;
	color: #666666;
	}
.con textarea, .con input {
	margin-bottom: 10px;
	font-size: 14px;
}

input#button  {
	cursor:pointer;
	background-color: #0051E2;
	color: #FFFFFF;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../i/button.gif);
	background-repeat: repeat-x;
}
.con label    {
	cursor:pointer;
	font-weight: bold;
	display: block;
	text-align: right;
	width: 80px;
	color: #58606B;
	font-size: 12px;
	padding-right: 10px;
	float: left;
	padding-top: 6px;
	}
.quo   input.radio {
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
.quo  label {
	display: block;
	cursor: pointer;
}



fieldset {
	border: 2px solid #e5e5e5;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
.contactFormBox {
	width: 450px;
	float: right;
}


legend {
	background-color: #58606B;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
	}

input:focus {
	background-color: #FFFFFF;
	color: #000;
	}
	
textarea:focus {
	background-color: #FFFFFF;
	color: #000000;
	}

/* Table Styling
=================================*/

table {
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #E2E4E7;
	margin-right: 25px;
	margin-top: 25px;
	margin-left: 25px;
	background-color: #FFF;
	}
	
td {
	font-size: inherit;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	}

th {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 2;
	text-align: left;
	background-color: #FFF;
}




caption {
	font-size: 18px;
	text-align: left;
	padding-bottom: 20px;
	}
.rule { /*horizontal clearing rule */
	display: block;
	height: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.trAlternate { /* alternative table row highlighting */
	background-color: #E2E4E7;
	}
.img-examples {
	padding: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	overflow: hidden;
	background-color: #CCC;
	clear: left;
}



/* Image Drop Shadows
=================================*/

.img-wrapper {
	background-image: url(../i/drop-shad-bottom-right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	clear: right;
	float: left;
	margin-left: 35px;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-right: 15px;
	}

.img-wrapper img {
	padding: 5px;
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	}

/* Image align
=================================*/
.img-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 10px;
	}
	
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	}

/* classes
=================================*/
.highlighted {
	font-size: 14px;
	}

.pink { /*work in progress */
	color: #FF00FF;
	}
	
.bold {
	font-weight: bold;
	}
.red {
	color: #FF0000;
	font-weight: bold;
}

.hideMe {
	display: none;
	visibility: hidden;
}

.towns {
	font-size: 11px;
	line-height: 1.5em;
}
.examplesBox {
	width: 320px;
	float: right;
}
.examplesBox img {
	background-color: #E6E6E6;
	padding: 5px;
}


#twoColLayout .rule {
	height: 1px;
	margin-right: 50px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#twoColLayout .leftCol {
	width: 325px;
	float: left;
}
#twoColLayout .rightCol {
	float: left;
	width: 325px;
}
#contentArea p.note {
	padding: 5px;
	border: 2px solid #CCC;
	font-size: 11px;
	background-color: #e5e5e5;
	line-height: normal;
}
#contentArea p.note strong {
	color: #0CF;
}
img.websitePackageButtons {
	margin-right: 10px;
	margin-top: 10px;
}
.floatRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
img.borderedImage {
	padding: 5px;
	background-color: #EEE;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.logoBox {
	width: 320px;
	float: right;
	margin-left: 20px;
}
.logoBox img {
	padding: 5px;
	margin-bottom: 50px;
}
.seo-examples {
	float: right;
	width: 347px;
	padding: 10px;
	border: 1px solid #EBEBEB;
	margin-bottom: 20px;
	margin-left: 30px;
	background-color: #EAECEE;
	margin-right: 40px;
}
.seo-examples img {
}
.exampleIntroduction {
	font-weight: bold;
}

