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

created:	-
author:		phase two web design
email:		website@phasetwo.co.uk
website:	http://www.phasetwo.co.uk/
------------------------------------------------------*/

body {
	min-width:760px;
	background-color: #81B4E3;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
	}

/* Anchor Styling
------------------------------------------------------*/

a:link, a:visited {
	color: #008BC9;
	}

a:hover, a:active {
	color: #33CCFF;
	}

/* 
------------------------------------------------------*/
	
#wrapper {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: auto;
	background-image: url(/assets/images/wrap-bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}
	
#header {
	width: 760px;
	height: 208px;
	background-image: url(/assets/images/pat-testing-banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
#header img {
	margin-top: 95px;
	margin-left: 40px;
}


#nav {
	list-style-type: none;
	width: 760px;
	height: 35px;
	}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
	
#nav li {
	display: inline;
	float: left;
	}
	
#nav a {
	text-decoration: none;
	color: #666666;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 35px;
	}
	
#nav a:hover, a:active {
	color: #0099FF;
	}
table caption {
	background-color: #FAF9FE;
	padding: 5px;
	color: #3A7CB8;
	font-weight: bold;
}

	
#mainContent {
	width: 453px;
	float: left;
	display: inline;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-top: 20px;
	background-image: url(../images/eye-fade-bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#mainContent p {
	line-height: 1.4;
	font-size: 13px;
	}
	
#sideBar {
	display: inline;
	float: right;
	width: 187px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#footer {
	background-repeat: no-repeat;
	background-position: bottom;
	width: 760px;
	background-image: url(/assets/images/pat-testing-footer.jpg);
	clear: both;
	}
	
#footer p {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.4;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	}
#footer a {
	text-decoration: none;
}


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

#home #nav .home a,
#why #nav .why a,
#appl #nav .appl a,
#inst #nav .inst a,
#your #nav .your a,
#cont #nav .cont a{
	color: #7DB0DF;
	cursor: default;
	text-decoration: none;
	}

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

h1,h2,h3,h4,h5,h6 {
	display: block;
	color: #0788C9;
	}
.gallery {
	display: inline; /*nasty ie5 fix*/
	border: 1px solid #666666;
	padding: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	width: 176px;
	float: left;
	height: 275px;
}
.gallery img {
	padding: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #232323;
	border-right-color: #232323;
	border-bottom-color: #232323;
	border-left-color: #232323;
}
.gallery h3 {
	background-color: #232323;
}
.gallery a {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #3A6674;
}
.right {
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* old */


#mainContent h1 {
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	color: #CCCCCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent h2 {
	font-size: 24px;
	font-weight: normal;
	color: #027CB8;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: lowercase;
}
#mainContent h3 {
	font-size: 14px;
	font-weight: bold;
}

.enphasized {
	color: #007ABD;
	font-weight: normal;
}
.image-script {
	color: #017CB8;
	margin: 0px;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(/assets/images/bullet.gif);
}
li {
	padding: 2px 0px;
}

a {
	color: #027EBB;
}
.smalltext {
	font-size: 10px;
	line-height: normal;
	letter-spacing: normal;
}
.email {
	font-size: 11px;
	text-align: center;
}

.img-border {
	border: 1px solid #ABBFD3;
	background-color: #EBF5FF;
	padding: 5px;
	margin: 0px;
}
#footerLinks {
	text-align: center;

}
#footerLinks li {
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
	color: #C8DEF2;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C8DEF2;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footerLinks li a {
	color: #C8DEF2;
	text-decoration: none;
}

#seo {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#seo p {
	font-size: 11px;
	color: #5C92C0;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#seo a {
	color: #4179A7;
}

.london {
	font-size: 10px;
	color: #CCCCCC; }

.bold {
	font-weight: bold;
}
#contactForm label{
	width: 70px;
	text-align: right;
	margin-right: 10px;
	display: block;
	float: left;
}
#contactForm legend {
	font-weight: bold;
}

#contactForm p {

}

#contactForm  input ,textarea{
	width: 250px;
	margin-left: 10px;
}
#contactForm fieldset {
	padding: 10px;
	border: 1px solid #CCC;
}
.hideMe {
	display: none;
	visibility: hidden;
}
