/*----------------------------------------------------------------------------------------------------------------------------------
Screen style sheet

 version: 1.0
 author: Jason Roberts
 email: info@custardfish.com
 website: www.custardfish.com 

 structure of code:
 
 1.  MAIN PAGE LAYOUT
 2. NAVIGATION, LINKS & TOOL TIPS
 3. TYPOGRAPHY
 4.. 
 ----------------------------------------------------------------------------------------------------------------------------------*/


/* 1.  MAIN PAGE LAYOUT 
---------------------------------------------------------------------------------------------------------------------------------- */

/* {
	margin: 0 !important;
	padding: 0 !important;
}*/



body {
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

#bgwrapper {
	width: 946px;
	background: url(../gfx/client/background.gif) top left repeat-y;
	margin-right: auto;
	margin-left: auto;
	border-right: solid 1px #3c3c3c;
	border-left: solid 1px #3c3c3c;	
}

#wrapper { 
	width: 946px;
	min-height: 800px;
	background: url(../gfx/client/bottom-swoosh.gif) 0px bottom no-repeat;
}

#header {
	width: 946px;
	height: 210px;
	background: #F5F3DE url(../gfx/client/header.jpg) top right no-repeat;
}

#header #logo	{
	width: 222px;
	height: 175px;
	background: #F5F3DE url(../gfx/client/edi-logo.gif) top left no-repeat;
}


#caseStudy {
	background: url(../gfx/client/caseStudyTop.gif) top left no-repeat #FBFBFB;
	width: 229px;
	float: right;
	margin: 24px -30px 0 0;
	padding: 11px 0 0 0;
	}
	
	#caseStudy #caseContent {
		background: url(../gfx/client/caseStudyBG.gif) top left repeat-y #FBFBFB;
		width: 229px;
		padding: 14px 0 0 0;
		margin: 0;
		float: none;
		}
	
		#caseStudy #caseContent h6 {
		font-family: 'trebuchet ms',helvetica,sans-serif;
		letter-spacing: -0.2px;
		padding: 0 0 0 22px;
		margin: 0;
		width: 190px;
		font-size: 18px;
		color: #ACAC90;
		}
	
		/*
		#caseStudy #caseContent h2 {
		font-family: 'trebuchet ms',helvetica,sans-serif;
		letter-spacing: -0.1px;
		padding: 0 0 0 20px;
		margin: 0;
		width: 190px;
		font-size: 260px;
		color: #A7A37E;
		}
		*/
		
		#caseStudy #caseContent img {
		border: 1px solid #F2F2F2;
		padding: 18px 11px 40px 12px;
		margin: 0 0 0 8px;
		background: #F7F7F7;
		}
	
	#caseStudy #caseFooter {
		height: 99px;
		width: 229px;
		margin: 0;
		background: white url(../gfx/client/caseStudyBottom.gif) bottom left no-repeat;
		}
	
#content {
	width: 630px;
	min-height: 600px;
	_height: 600px;
	margin: -15px 0 0 20px;
	padding: 0 50px 45px 18px;
	float: left;
	/*background: #ccc;*/
}

#leftColumn {
	width: 400px;
	float: left;
	padding: 0;
	margin: 0;
	}

#vacancies {
	width: 560px;
	_width: 540px;
	padding: 10px 25px 25px 25px;
	margin: 18px;
	background: #F9F8F1;
	border-color: #CCC;
	border: 1px solid;
	}

#quoteBox  {
	float: right;
	width: 185px;
	padding: 12px 25px 25px 25px;
	margin: 40px -10px 20px 40px;
	background: #F9F8F1;
	border-color: #CCC;
	border: 1px solid;
	}

	
#footer {
	clear: both;
	background: url(../gfx/client/footer.gif) top left repeat-y;
	height: 24px;
	text-align: center;
	padding: 5px 0 0 0;
}
	
#content img.right {
	float: right;
	margin: 6px 0 20px 20px;
	padding: 1px;
	border: 1px solid;
	border-color: #AAA
}

#content img.centre {
	margin: 20px;
	padding: 1px;
	border: 1px solid;
	border-color: #AAA
}

#content img.trade {
	margin: 20px 0 -10px 95px;
}

/* 2.  NAVIGATION, LINKS & TOOL TIPS
---------------------------------------------------------------------------------------------------------------------------------- */
#menu {
	width: 185px;
	font-size: 1.3em;
	margin: -20px 20px 0px 20px;
	float: left;
	display: inline;
	z-index: 1;
	}

#menu ul {
	font-size: 0.85em;
	font-family: verdana, 'trebuchet ms',helvetica,sans-serif;
	border-top: solid 1px #9C9B91;
	border-bottom: solid 1px white;
	list-style-type: none;
	margin: 0 0 45px 0;
	padding: 0;
	}
	
#menu li {
	background: url(../gfx/client/bullet.gif) no-repeat 4% 50%;
	border-top: solid 1px white;
	border-bottom: solid 1px #9C9B91;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	}

#menu li#more-services {
	background: url(../gfx/client/bullet2.gif) no-repeat 12% 50%;
	padding-left: 40px;
	}
	
#menu p {
	color: #333333;
	}

#menu a:link {color: #666666; text-decoration: none;}
#menu a:visited {color: #666666; text-decoration: none;}
#menu a:hover {color: black; text-decoration: underline;}	
#menu a:active {color: black; text-decoration: none;}
/*
#menu a.selected {color: #999; text-decoration: underline;}
*/


	#footer p, #footer a:link, #footer a:visited {
		margin: 0 10px 0 0;
		padding: 0;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		color: #A7A691;
		display: inline;
		text-decoration: none;
	}

	#footer a:hover, #footer a:active {
		color: #848370;
		text-decoration:underline;
	}
	
	#footer p.first {
		margin-left: 225px;	
	}

/* 3.  MAIN TYPOGRAPHY  
----------------------------------------------------------------------------------------------------------------------------------*/

#content h1 {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	color: #305A7A;	
	font-size: 2.7em;
	margin: 30px 0 0 0;
	padding: 0;
	letter-spacing: -0.1px;
	width: 400px;
}	

#content h2 {
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size: 1.4em;
	margin: 18px 0 0 0;
	width: 360px;
}	

#content p {
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 0;
	margin: 0 0 10px 0;
	color: #333;
}	


#content p.links {
	border-bottom: 1px solid #DACEB6;
	width: 280px;
	float: left;
	margin: 0 0 1px 0;
	padding: 0 0 1px 4px;
	font-size: 12px;
	display: block;
}

#content p.links-r{margin: 0 0 1px 60px;}

#content p.links a:link, #content p.links a:visited {
	float: left;
	margin: 14px 0 0 4px;
	color: #2C3B14;
	text-decoration: none;
	background: none;
}


#content p.links a:hover, #content p.links a:active {
	text-decoration: underline;
}


#content p.links img {
	align: right;
	padding: 0;
	margin: 0;
	float: right;
}



#content #terms p{
	margin: 0 0 16px 0;
	padding: 0 0 0 20px;	
}	

#content #terms p span{
	font-weight: bold;
	margin: 0 10px 0 0;
}	


#content p.tiny {
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.4em;
}	

#content img {
	margin: 20px 0 20px 0px;
	border: 0 none;
	}


#content p a:link, #content p a:visited {
	text-decoration: underline;
	color: #1596E9;
}
	
#content p a:hover, #content p a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #1596E9;
}

#content ul {
	margin: 16px 0px 16px 10px;
	padding: 0;
}

#content li {
	background: url(../images/arrowpixel.png) no-repeat 0 8px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.3em;
	/*font-weight: bold;*/
	color: #222;
	line-height: 1.3em;
	padding: 6px 0px 6px 16px;
	margin: 0;
	list-style: none;
}	

#content dt {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	letter-spacing: -1px;
	margin: 30px 0 0px 4px;
	font-weight: bold;
	font-size: 2.4em;
	color: #777;
}

#content dd {
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	color: #222;
	line-height: 1.7em;
	padding: 6px;
	margin: 0 0 0 16px;
}	

#content ol a:link, #content ol a:visited {
	text-decoration: underline;
	color: #1596E9;
}
	
#content ol a:hover, #content ol a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #1596E9;
}

#content dd a:link, #content dd a:visited {
	text-decoration: underline;
	color: #1596E9;
}
	
#content dd a:hover, #content dd a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #1596E9;
}


/* misc
---------------------------*/

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'] {  
	background:transparent url(../images/zip.png) center left no-repeat;  
	padding: 0px 0px 1px 20px; 
	line-height:18px;
}  

a[href^="http://"] {  
	background:transparent url(../images/external.png) center right no-repeat;  
	display:inline-block;  
	padding: 0px 14px 2px 0px; 
}  

a[href^="http://"].none {  
	background: none;
}  

/* PDF document links */  
a[href$='.pdf'] {  
	background:transparent url(../images/pdf.png) center left no-repeat;  
	display:inline-block;  
	padding: 0px 0px 1px 20px;  
	line-height:18px;  
}  
a[href$='.pdf'].none {  
	background:none;  
	padding: 0;
	line-height: 0;
}  
   
/* Excel Documents links */  
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {  
	background:transparent url(../images/excel.png) center left no-repeat;  
	display:inline-block;  
	padding: 0px 0px 1px 20px; 
	line-height:15px;  
}  
/* Word Document Links */  
	a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {  
	background:transparent url(../images/word.png) center left no-repeat;  
	display:inline-block;  
	padding: 0px 0px 1px 20px;   
	line-height:15px;  
}  
/* mailto: links */  
a[href^="mailto:"] {  
	background:transparent url(../images/mailto.png) center left no-repeat;  
	display:inline-block;  
	padding: 0px 0px 1px 20px;  
	line-height:15px;  
}  

#content div.gallery {
	background-color: #F5F3DE;
	border: 1px solid #DFD9AA;
	/*padding: 10px 8px 2px 10px;*/
	padding: 12px 8px 2px 12px;
	float: right;
	margin: 0 0 20px 20px;
}

#content div.gallery img {
	border: 4px solid #E6E1AE;
	margin: 0 5px 0 0;
	padding: 0;
}
#content div.gallery a:hover img {
	border: 4px solid #C7B96B;
	color: #fff;
}
#content div.gallery a:hover { color: #fff; }

#content div.gallery p {
	text-align: right;
	padding: 0;
	margin: 2px 5px 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:1.1em;
	color: #695F36;
	}

#content div.staffBox {
	background: url(../images/staffBox.jpg) top left no-repeat;
	width: 522px;
	height: 115px;
	padding: 50px 0 0 23px;
	margin: 35px 0 0 40px;
}

#content div.staffBox img {
	border: 4px solid #E6E1AE;
	margin: 0 5px 0 0;
	padding: 0;
}
#content div.staffBox a:hover img {
	border: 4px solid #C7B96B;
	color: #fff;
}
#content div.staffBox a:hover { color: #fff; }

#content div.staffBox p {
	text-align: right;
	padding: 0;
	margin: 0 25px 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:1.1em;
	color: #695F36;
	line-height: 14px
	}
#content img.staffPDF{
	margin: 0 0 0 110px;
	padding: 0;
	}

/* forms style ---------------------------*/

div.enquiry {
font-size: 1.2em;
}

div.enquiry input, textarea {
width:300px;
border:1px dotted #F1B4AC;
color:#333333;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.167em !important;
font-style:normal;
padding:2px;
/*overflow: auto;*/
}


div.enquiry textarea{
	overflow: auto;
}

div.enquiry input:focus, textarea:focus {
background:#FCFBF3 none repeat scroll 0% 50%;
}

div.enquiry input.button {
width:150px;
background:#B49C65 none repeat scroll 0%;
border:1px solid #B49C65;
color:#FFFFFF;
}

div.enquiry input.button:hover {
background:#F5F3DE none repeat scroll 0%;
color: #78663A;
border:1px solid #ECE9C1;
}

div.enquiry input.radio {
width: 20px;
}

#content div.enquiry p {
padding: 0;
margin: 7px 0pt -2px 0px;
font-size: 1em;
}




/* --------------------- page overlay
*/

#pageOverlay
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	padding: 4px 0 2px 0;
	background: #462F17 url(../gfx/strip-bg.gif) top left no-repeat;
	color: #FFF;
	border-bottom: 1px solid #996633;
	text-align: center;
}

#pageOverlay a:link, #pageOverlay a:visited {
	color: #FFF;
	text-decoration: none;
}

#pageOverlay a:hover, #pageOverlay a:active {
	color: #FFF;
	text-decoration: underline;
}

#pageOverlay ul  { padding: 0; margin: 0; list-style: none;}

#pageOverlay li { padding: 0 10px 0 10px; margin: 0; list-style: none; display: inline; background: none;}




/* ---------------------
end of document */