/* ----------------------------------------------------
Azimuth Style Sheet
Author:  Giles @ Pixeco
-----------------------------------------------------*/


/* Importing rules
-----------------------------------------------------*/
@import url(reset.css);
@import url(grid_975.css);
@import url(modules/forms.css);


html { 
	background: #fefefe url(../images/bg.gif) repeat-x center top;
	}
	body { 
		font-size: 12px;
		font-family: Helvetica, Arial, sans-serif; 
		color: #666; 
/*		background: url(../images/sprite_bg.png) 0 5908px repeat-y;*/
		}
		body#homepage { 
			background: url(../images/sprite_bg.png) 0 -108px repeat-x;
			}



/* Helpers
----------------------------------------------------*/
.inline { display:inline; border:0; margin:0; padding:0; }
.float { float:left; }
.floatRight { float:right; }
.clearboth { clear:both; }
.small { font-size: 1.1em; }

.clearfix:after {
    clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	}
	.clearfix { display:inline-block; }
	html[xmlns] .clearfix { display:block; }
	* html .clearfix { height:1%; }



/* Typography
----------------------------------------------------*/
p { font-size:1em; /* 12px */ line-height:1.5em; /* 18px */ margin:0 0 1.5em 0; color:#8d8d8d; }

.class-for-14px { font-size:1.1667em; /* 14px */ line-height:1.2857em; /* 18px */ margin-top:1.2857em; margin-bottom:0; }

.class-for-16px { font-size:1.3333em; /* 16px */ line-height:1.125em; /* 18px */ margin-top:1.125em; margin-bottom:0; }

.class-for-18px { font-size:1.5em; /* 18px */ line-height:1em; /* 18px */ margin-top:1em; margin-bottom:0; }

.class-for-20px { font-size:1.6667em; /* 20px */ line-height:1.8em; /* 36px */ margin-top:0.9em; margin-bottom:0; }

.class-for-22px { font-size:1.8333em; /* 22px */ line-height:1.6364em; /* 36px */ margin-top:0.8182em; margin-bottom:0; }

.class-for-24px { font-size:2em; /* 24px */ line-height:1.5em; /* 36px */ margin-top:0.75em; margin-bottom:0; }

.class-for-38px { font-size:3.1667em; /* 38px */ line-height:1.4211em; /* 54px */ margin-top:0.4737em; margin-bottom: 0em; }




a:link, 
a:visited, 
a:hover, 
a:active { color:#1a1a1a; }
	a:link { text-decoration:none; }
	a:visited { text-decoration:none; }
	a:hover { color:#d43; text-decoration:none; }
	a:active { text-decoration:none; }

/* h1 only used for logo at top page */
h2 { font-size: 3.1667em; /* 38px */ 
	line-height: 1.6em; 
	letter-spacing: -1px; 
	text-align: right; 
	clear: both; 
	margin-top: 0; 
	margin-bottom: 12px; 
	padding-bottom: 10px; 
	color: #808080; 
	background: url(../images/hr_divider.png) no-repeat center bottom; 
	}
h3 { font-size:1.5em; /* 18px */ line-height:1em; /* 18px */ margin-top:1em; margin-bottom:0; }
h4 { font-size:1.3333em; /* 16px */ line-height:1.125em; /* 18px */ margin-top:1.125em; margin-bottom:0; font-weight: normal; }
h5 { font-size:1.1667em; /* 14px */ line-height:1.2857em; /* 18px */ /*letter-spacing:-.08em;*/ margin-top:1.2857em; margin-bottom:0; font-weight:normal; }
h6 { font-size:1em; /* 12px */ line-height:1.5em; /* 18px */ margin:0; font-weight:normal; color:#4d4d4d; }


/* Layout
----------------------------------------------------*/
#wrapper {
	background: url(../images/outerSkin_bg.jpg) no-repeat -26px 0;
/*	background: #fff url(../images/grid.png) repeat-y center top;*/
	position: relative;
	}


/*#wrapper_ { 
	position: relative;
	}
	#header_ { 
		height: 161px;
		margin-bottom: 72px;
		position: relative;
		}
		#header_ strong.logo { 
			display: block;
			width: 940px;
			height: 126px;
			margin: 0;
			padding: 0;
			text-indent: -999em;
			background: url(../images/logo.jpg) no-repeat 0 0;
			}
			#header_ strong.logo a { 
				background: none;
				display: block;
				height: 100%;
				}
		*/
div#header {
	padding-top: 32px;
	padding-bottom: 25px;
	}
	div#header h1 {
		float: left;
		margin: 0;
		height:64px;
		position: relative;
		z-index: 1;
		}

/* Navigation
----------------------------------------------------*/
ul#navigation {
/*	width: 630px;*/
	height: 25px;
	margin: 20px 0 0;
	float: right;
	font-size: 1em;
	text-transform: uppercase;
	background: url(../images/sprite_bg.png) 0 -64px;
	}
	ul#navigation li {
		float: left;
		/*display: inline;*/
		height: 25px;
		padding: 2px 21px 0 9px;
		background: url(../images/sprite_bg.png) 100% -4px;
		}
		ul#navigation li.last-child {
			background-position: 100% -64px;
			margin: 0;
			}
		ul#navigation li a {
			float:left;
			/*display: block;*/
			padding: 0 0 0 10px;
			text-decoration: none;
			float: left;
				cursor:pointer; /* for ie7 */
			color: #5d5d5d;
			}
			ul#navigation li a:focus,
			ul#navigation li a:hover,
			ul#navigation li.current a {
				color: #d43;
				background: url(../images/sprite_bg.png) 0 -90px;
				}
			ul#navigation li a strong {
					position:relative; /* for ie6 */
				float:left;
				/*display: block;*/
				height: 16px;
				margin: 0 -10px 0 0;
				padding: 2px 10px 0 0;
				font-weight: bold;
				}
				ul#navigation li a:focus strong,
				ul#navigation li a:hover strong,
				ul#navigation li.current strong {
					font-style:normal;
					background: url(../images/sprite_bg.png) 100% -90px;
					}

ul.sub_navigation { 
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #bbb;
	font-size: 14px;
	}
	ul.sub_navigation li {
			float:left; /* for ie6/7 */
		padding-left: 17px;
		margin-bottom: 4px;
		background: url(../images/sub_navigation_bullets.png) no-repeat 0 2px;
		}
		ul.sub_navigation li a:link,
		ul.sub_navigation li a:visited {
				width:138px; /* for ie6/7 */
				float:left;
			text-decoration: none;
			color: #4d4d4d;
			}
			ul.sub_navigation li a:hover { 
				color: #d43;
				}	


/* Homepage
----------------------------------------------------*/
div#strapLine {
	width: 935px;
	height: 210px;
	margin: 0 -78px -9px;
	padding: 0 80px;
	clear: both;
	position: relative;
	top: -9px;
	color: #fff;
	background: url(../images/homeBanner.jpg);
	border-bottom: 1px solid #fbfbfb;
	border-top: 1px solid #a2a2a2;
	}
	div#strapLine h2 {
		font-size: 28px;
		font-weight: bold;
		margin: 115px 0 5px;
		color: #fff;
		text-align: left;
		background: none;
		}
	div#strapLine h3 {
		font-size: 1.1667em; /* 14px */
		font-weight: normal;
		margin: 0;
		width: 450px;
		}	

div.largeType p { 
	font-size: 1.2em; /* 16px */
	line-height: 1.2em;
	margin-bottom: 1.8em;
	}
	
div.callUs h3 {
	color: #979696;
	line-height: 1.1em;
	margin: 0;
	}	

div.definition p {
	font: bold 12px/1.333 Georgia, serif;
	color: #DD4433;
	}

div.UKScreenLogo img { 
	float: right;
	}



/* Site Wide
----------------------------------------------------*/
div.container_5 div.sideColumn { 
	float: right;
	}
	
div.container_5 div#primaryContent { 
	float: left;
	width: 780px;
	}

div.divider { 
	background: url(../images/hr_divider.png) no-repeat 0 0;
	height: 1px;
	margin-bottom: 12px;
	clear: both;
	}
	div.divider hr { 
		display: none;
		}
		
div.address { 
	padding-bottom: 14px;
	border-bottom: 1px solid #bbb;
	}
	body#homepage div.address { 
		padding-bottom: 0;
		border: none;
		}
	div.address p { 
		color: #8B9298;
		font-size: 1.1em; 
		line-height: 1.2857em; /* 18px */
		margin-bottom: 0.5em;
		}
		div.address p strong { 
			font-weight: normal;
			color: #4D4D4D;
/*			letter-spacing: -.08em;*/
			}
		div.address p.tel { 
			margin-bottom: 0;
			}
		div.address p.link { 
			font-size: 1em;
			padding-left: 17px;
			padding-top: 5px;
			background: url(../images/sub_navigation_bullets.png) no-repeat 0 8px;
			}
			div.address p.link a:link,
			div.address p.link a:visited { 
				color: #4d4d4d;
				text-decoration: none;
				}
				div.address p.link a:hover { 
					color: #d43;
					}

div.flash { 
	margin-bottom: 50px;
	}
	body.person_with_showreel div.flash { 
		margin-bottom: 25px;
		}
	div.flash div#player { 
		padding: 3px;
		margin-bottom: 12px;
		background: #fff;
		border: 1px solid #d6d6d6;
		}
	div.flash img.mainImage { 
		margin-left: 0;
		margin-right: 0;
		}
	div.flash h4 { 
		font-size: 15px;
		line-height: 1.3em;
		margin: 0;
		}
	div.flash p { 
		line-height: 1.45em;
		margin: 0;
		}
		div.flash p em { 
			font-style: normal;
			color: #4d4d4d;
			}

div.copyBlock ul { 
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	color: #8d8d8d;
	}
	div.copyBlock ul li { 
		padding-left: 17px;
		margin-bottom: 4px;
		background: url(../images/bullet.gif) no-repeat 0 2px;
		}
	body.facilities div.copyBlock ul:after {
	    clear: both;
		content: ' ';
		display: block;
		font-size: 0;
		line-height: 0;
		visibility: hidden;
		width: 0;
		height: 0;
		}
		body.facilities div.copyBlock ul { display:inline-block; }
		html[xmlns] body.facilities div.copyBlock ul { display:block; }
		* html body.facilities div.copyBlock ul { 
			height:1%; 
			} 
		body.facilities div.copyBlock ul.twoCol li {
			float: left;
			width: 155px;
			}
		
		
		
		
		
		/*:after {
		    clear: both;
			content: ' ';
			display: block;
			font-size: 0;
			line-height: 0;
			visibility: hidden;
			width: 0;
			height: 0;
			}
			.clearfix { display:inline-block; }
			html[xmlns] .clearfix { display:block; }
			* html .clearfix { height:1%; }*/
		

img.mainImage { 
	width: 342px;
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding: 3px;
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #d6d6d6;
	}
	
div#googleMap { 
	width: 342px;
	height: 400px;
	padding: 3px;
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #d6d6d6;
	}
	div.googleMapCanvas { 
		width: 342px;
		height: 400px;
		}		

ul.thumbnails { 
	width: 780px;
	margin-left: -20px;
	display: inline;
	float: left;
	position: relative;
	}
	ul.thumbnails li {
		height: 185px;
		}
		ul.thumbnails.news li { 
			height:auto;
			}
		ul.thumbnails li img { 
			width: 145px;
			/*height: 85px;*/
			padding: 4px;
			margin-bottom: 8px;
			background: #fff;
			border: 1px solid #d8d8d8;
			}
		ul.thumbnails li h4,
		ul.thumbnails li p { 
			font-size: 15px;
			font-weight: bold;
			line-height: 1.1em;
			margin: 0;
			}
			ul.thumbnails li p { 
				font-size: 1em;
				line-height: 1.2em;
				font-weight: normal;
				}

img.thumb { 
	width: 145px;
	/*height: 85px;*/
	padding: 4px;
	background: #fff;
	border: 1px solid #d8d8d8;
	}

div.container_5 div.singleColumn { 
	margin-right: 0;
	width: 175px;
	}
	div.container_5 div.singleColumn p strong { 
		color: #4d4d4d;
		}


body#footer_pages ol { 
	list-style-type: decimal;
	margin-left: 20px;
	padding-left: 10px;
	}
	body#footer_pages ol li { 
		list-style-type: decimal;
		line-height: 1.5em;
		color: #8D8D8D;
		margin-bottom: 1.6em;
		}
		body#footer_pages ol li ol li { 
			list-style-type: lower-alpha;
			margin-bottom: 0.7em;
			}


/* FOOTER
----------------------------------------------------*/
div#footer {
	padding: 10px 0 24px;
	margin-top: 50px;
	clear: both;
	background: url(../images/hr_footer.png) no-repeat 0 0;
	}
	body#homepage div#footer { 
		margin-top: 4px;
		background-image: url(../images/hr_divider.png);
		}
	div#footer ul li {
		float: left;
		padding: 0 18px 0 0;
		font-size: 1.1667em;
		}
	div#footer ul li a { 
		color: #666;
		text-decoration: none;
		}
		div#footer ul li a:focus,
		div#footer ul li a:hover {
			color: #d43;
			}

/*div#footer { 
	padding-top: 36px;
	padding-bottom: 18px;
	text-align: center;
	}
	div#footer ul li { 
		display: inline;
		padding: 0 8px;
		border-right: 1px solid #23162e;
		}
		div#footer ul li.last-child { 
			border: none;
			}*/


	
	
