/* 
Project: ltf
Filename: screen.css
Date: 23/07/07
Author: Simon McFarlane [simon@clearbytes.co.uk]
*/


body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	font-family: verdana, sans-serif;
    }


body a img {
	border: none;
}

img{
	display: block;
}

/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ classes ------*/

.strong{
	font-weight: bold;
}


.disguise {
	position: absolute;
	left: -10000px;
	}

.floatleft{
	float: left;
	margin-left: 25px;
}


.blue{
	color: #4573B3;
}



.withquote {
	text-align: center;
   	width: 370px;
	color: #4573B3;
   	font-size: 2em;
   	margin: 40px 0 0 50px;
   	padding: 10px 0 0 15px;
   	background:url(img/quote.gif) no-repeat;
   	background-position:top left;
} 

.withunquote {
   background: url(img/unquote.gif) no-repeat;
   background-position: bottom right;
   padding: 0 5px 10px 10px;
}


.quoted{
	text-align: center;
}


/*------ wrap ------*/


#wrap {
	margin: 10px auto 10px auto;
	padding: 0;
	width: 993px;
	text-align: left;
}


#header_left{
	float: left;
	width: 400px;
}

#header_right{
	float: right;
	width: 593px;
	text-align: right;
}


#header_left a{
	display: block;
	cursor: pointer;
}


h1{
	float: left;
	width: 400px;
	height: 65px;
	text-indent: -99999px;
	background: url(img/logo.gif) no-repeat 15px 5px;
}


h2{
	float: left;
	width: 400px;
	height: 40px;
	text-indent: -99999px;
	background: url(img/graphic_design.gif) no-repeat 19px 0px;
	}


h2.branding{
	background: url(img/h2_branding.gif) no-repeat 19px 0px;
	}

h2.branding-gallery{
	background: url(img/h2_branding-gallery.gif) no-repeat 19px 0px;
	}


h2.multimedia{
	background: url(img/h2_multimedia.gif) no-repeat 19px 0px;
	}

h2.multimedia-gallery{
	background: url(img/h2_multimedia-gallery.gif) no-repeat 19px 0px;
	}



h2.packaging{
	background: url(img/h2_packaging.gif) no-repeat 19px 0px;
	}


h2.packaging-gallery{
	background: url(img/h2_packaging-gallery.gif) no-repeat 19px 0px;
	}




h2.print{
	background: url(img/h2_print.gif) no-repeat 19px 0px;
	}

h2.print-gallery{
	background: url(img/h2_print-gallery.gif) no-repeat 19px 0px;
	}




h2.web{
	background: url(img/h2_web.gif) no-repeat 19px 0px;
	}


h2.web-gallery{
	background: url(img/h2_web-gallery.gif) no-repeat 19px 0px;
	}



h2.bespoke{
	background: url(img/h2_bespoke.gif) no-repeat 19px 0px;
	}


h2.bespoke-gallery{
	background: url(img/h2_bespoke-gallery.gif) no-repeat 19px 0px;
	}


h2.partners{
	background: url(img/h2_partners.gif) no-repeat 19px 0px;
	}



h2.networking{
	background: url(img/h2_networking.gif) no-repeat 19px 0px;
	}


h2.contact{
	background: url(img/h2_contact.gif) no-repeat 19px 0px;
	}


h2.accessibility{
	background: url(img/h2_accessibility.gif) no-repeat 19px 0px;
	}


h2.terms{
	background: url(img/h2_terms.gif) no-repeat 19px 0px;
	}


	
	
#nav{
	float: left;
	width: 980px;
	padding-left: 13px;
	font-size: 2.4em;
	background: url(img/head_back.jpg) no-repeat left top;
	}
	

#nav li{
	float: left;
	padding: 20px 0 10px 0;
	text-align: center;
	}
	
	
	
#nav li a{
	color: #989898;
	text-decoration: none;
	display: block;
	background: url(img/nav_line.gif) no-repeat 0 3px;
	}

#nav li a:hover,
#nav li .here{
	font-weight: bold;
}
	
	
#nav .first a{
	background: none;
	color: #4573B3;
	}


	
	
#nav .first a{
	border-left: none;
	color: #4573B3;
	width: 170px;
}

#nav .second a{
	width: 210px;
}

#nav .third a{
	color: #4573B3;
	width: 180px;
}

#nav .fourth a{
	width: 120px;
}

#nav .fifth a{
	color: #4573B3;
	width: 125px;
}

#nav .sixth a{
	width: 150px;
}
	
#content{
	float: left;
	width: 993px;
	background: url(img/content_back.jpg) repeat-y left top;
	}
	
#content .gutter{
	float: left;
	width: 957px;
	margin: 0 18px 0 18px;
	background: url(img/content_middle_back.jpg) no-repeat left top;

	}


* html #content .gutter{
	width: auto;
	margin: 0 17px 0 9px;
}
	
	
#content_left{
	float: left;
	width: 520px;
	}

#content_left .gutter2{
	padding: 15px 0px 15px 45px;
}


#content_left h3{
	font-size: 1.9em;
	padding-bottom: 10px;
}


#content_left p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 15px;
}


#content_left ul{
	margin: 20px 0 0 0;
}


#content_left li{
	color: #4573B3;
	padding-bottom: 12px;
}


#homelist li{
	padding-bottom: 5px;
	font-size: 110%;
	letter-spacing: 1px;
}


#content_left a{
	color: #4573B3;
	text-decoration :none;
}

#content_left a:hover{
	text-decoration: underline;
}
	


#content_left .gallery_contact{
	padding-top: 70px;
}





#gallery_page{
	float: left;
	width: 900px;
	}

#gallery_page .gutter3{
	padding: 30px 0px 30px 45px;
}


#gallery_page .gutter4{
	padding: 30px 0px 0px 45px;
}

#gallery_page h3{
	font-size: 1.9em;
	padding-bottom: 10px;
}


#gallery_page p{
	font-size: 1.2em;
	line-height: 1.5em;
}



#gallery_page .gutter4 p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 15px;
}



#gallery_page .gutter4 ul{
	float: left;
	width: 900px;
	margin-top: 30px;
}



#gallery_page .gutter4 li{
	float: left;
	margin: 0;
	padding: 0;
}



#gallery_page .gutter5{
	padding: 30px 0px 0px 45px;
}



#gallery_page .gutter5 p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 15px;
}



#gallery_page .gutter5 ul{
	float: left;
	width: 900px;
	margin-top: 0px;
}



#gallery_page .gutter5 li{
	float: left;
	margin: 0;
	padding: 0;
}










#gallery_page a{
	color: #4573B3;
	text-decoration :none;
}

#gallery_page a:hover{
	text-decoration: underline;
}



#gallery_page .gutter3 ul{
	float: left;
	width: 900px;
}



#gallery_page .gutter3 li{
	float: left;
	width: 126px;
	height: 126px;
	background: url(img/gallery_item_bkg.gif) no-repeat 0px 18px;
}


#gallery_page .gutter3 li img{
	padding: 22px 0 0 4px;
}




	
#content_right{
	float: right;
	width: 380px;
	}


#content_right.contactpage{
	padding-top: 20px;
}


#content_right.contactpage p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 15px 50px 0 0;
}


#content_right.contactpage a{
	color: #4573B3;
	text-decoration :none;
}

#content_right.contactpage a:hover{
	text-decoration: underline;
}


#content_right.contactpage .skype{
	display: block;
	margin: 0px 0 0 190px;
}


#workblock{
	height: 302px;
	width: 325px;
	margin: 15px 0 0 20px;
	margin-bottom: 1em;
	color: #4573B3;
	background: url(img/work_block_back.gif) no-repeat left top;
}

#workblock img{
	margin-left: 15px;
}


#workblock a{
	color: #4573B3;
	text-decoration: none;
}


#workblock a:hover{
	text-decoration: underline;
}


#workblock .recent_work{
	width: 325px;
	padding-top: 10px;
	margin-left: 15px;
}


#workblock .recent_work a{

}



#workblock .visit_gallery{
	width: 325px;
	text-align: right;
}


#workblock .visit_gallery a{
	margin-right: 15px;
}


#business {
	display: block;
	text-indent: -99999px;
	margin-top: 1em;
	background: url(img/business_card.jpg) no-repeat 90px 0;
	width: 380px;
	height: 117px;

}


* html #business {
	width: 390px;

}


	
	
#footer{
	float: left;
	width: 993px;
	height: 94px;
	color: #989898;
	background: url(img/footer_back.jpg) no-repeat left bottom;
	}


#footer.contact{
	background: url(img/footer_bkg_contact.jpg) no-repeat left bottom;
	}


* html #footer{
	background: url(img/footer_back2.jpg) no-repeat left bottom;
}
	
	
#footer p{
	float: left;
	padding: 40px 0 0 35px;
	}
	
	
#footer ul{
	float: left;
	padding: 40px 0 0 35px;
	}
	
#footer ul li{
	float: left;
	}
	
	
	
#footer ul li a{
	border-left: 1px solid #989898;
	color: #989898;
	text-decoration: none;
	padding: 0 10px;
	}


#footer ul li .first{
	border-left: none;
}


#footer ul .blue a{
	color: #4573B3;
}


#footer ul li a:hover{
	text-decoration: underline;
}


#engage-form{
	margin-top: 15px;
}


#engage-form p{
	margin-bottom: 15px;
}

#engage-form p label{
	float: left;
	width: 180px;
}
