
/* main styles*/ 

* {
	margin: 0;
	padding: 0;	
}

body {
	background-image:url(./images/stripe1.png);
	font-family: "Helvetica", "HelveticaNeue", "HelveticaNeueLT Std", "HelveticaNeueLT Std Lt", Arial;
	font-size: 12px;
	color: #6D6F71;
}

a, a:focus, a:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

a:hover, a:active {
	color: #CD007A;	
}

.left {
	float: left;
}

.right {
	float: right;	
}

.stacked {
	margin: 20px 0 0 0;
}

#content .case-study .wide p {
	width: 350px;	
}

#content .case-study .wide h2 {
	width: 350px;	
}

#content .case-study .wide h3 {
	width: 350px;	
}

#content .case-study .xwide p {
	width: 540px;	
}

#content .case-study .xwide h3 {
	width: 540px;	
}

.case-study .info .inline {
	display: inline;
	font-weight: bold;
	color: #6D6F71;
}

.case-study .info .inline:hover {
	color: #CD007A;
}

.about .info .inline {
	display: inline;
	font-weight: bold;
	color: #6D6F71;
}

.about .info .inline:hover {
	color: #CD007A;
}

.case-study img.right {
	float: right;	
}

#content .bottom {
	border-bottom: 0;
	padding-bottom: 0;	
}

/* Lightbox*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(./images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* Structure */

#container {
	background: #FFF;
	width: 800px;
	margin: 20px auto;
}

#header {

}

#main {
	overflow: hidden; 
}

#sidebar {
	float: left;
	margin: 35px 10px 0 0;
	width: 180px;	
}

#content {
	border-left: 1px solid #999;
	float: left;
	margin: 35px 0 20px 0;
	padding: 0 0 0 10px;	
	width: 590px;
	min-height: 555px;				
}

#footer {
	margin: 0 10px 5px 200px;
	font-size: 9px;
	border-top: 1px solid #999; 
	clear: both;
	color: #999;
	padding: 5px 5px 5px 0; 	
}


#footer a, 
#footer a:focus, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	font-size: 9px;
}


/* Presentation */

/* sidebar */

#sidebar h1 {
    text-indent: -9999px;
}

#sidebar h1 a {
    height: 100px;
    display: block; 
    background: url(./images/pfa-header.jpg) no-repeat;
} 

.ukas-logo {
	text-indent: -5000px;
	background: url(./images/ukas-logo.jpg);
	height: 100px;
}

#sidebar ul {
	margin: 0 0 50px 30px;
	list-style-type: none;
}

#sidebar ul li {
	padding: 0 0 0 10px;			
}

#sidebar ul li a,
#sidebar ul li a:focus,
#sidebar ul li a:visited {
	font-weight: bold;
	color: #6D6F71;	
	line-height: 1.3em;	
}

#sidebar ul li a.current {
	color: #CD007A;	
}

#sidebar h3 {
	color: #CD007A;
	font-size: 12px;
	margin: 20px 0 0 30px;
}

/* homepage */

/* case studies */

.case-study {
	overflow: hidden;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}

.case-study img {
	border: 1px solid #999;	
	float: left;
}


.white img.right {	
	float: right;
}


.case-study .info {
	float: left;
	margin: 0 0 0 10px;
	width: 190px;
	font-size: 11px;
}

.case-study .info h2 {
	font-weight: bold;
	font-size: 12px;
	width:190px;
	color: #000;
	text-transform: uppercase;
}
	
.case-study .info h3 {
	color: #CD007A;
	width: 190px;
	font-size: 12px;
}

.case-study .info p {
	width: 190px;
	padding: 10px 0;
}

.case-study .info a {
	display: block;
	font-size: 11px;
}

/* about page */

.about {
	overflow: hidden;
	padding-bottom: 20px;
}

.about img {
	border: 1px solid #999;	
	float: left;
}

.about .info {
	float: left;
	margin: 0 0 0 10px;
	font-size: 11px;
}

.about .info h2 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;	
}
	
.about .info h3 {
	color: #CD007A;
	font-size: 12px;
}

.about .info p {
	width: 190px;
	padding: 10px 0;
}

.about .info a {
	display: block;
	font-size: 11px;
}

/* contact form */ 

#content #contact-form {
	margin: 0 10px;
}
	
#content .field {
	overflow: hidden;
	width: 380px;
	margin: 10px 0;
}

#content .field input, #content .field textarea, #content .field select {
	width: 230px;
	float: left;
}

#quote-form .info {
	width: 350px;
}

#content .field label {
	width: 120px;
	float: left;
}

#content .field select .indented {
	padding-left: 10px;
}

#content .button input {
	width: auto;
}


/* Contact page */

/* google map */

#map {
	width: 380px; 
	height: 270px;
	float: left;
}

/* footer */

#footer span {
	padding: 15px;
}