/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: .7em;
	background-image: url(../i/layout/bg.gif);
	background-repeat: repeat-x;
	background-color: #1c272e;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: "Trebuchet MS";
}

/***********************************************************************
	IF YOU GET RANDOM SPACING AND OTHER ANNOYING WIERDNESS LOOK BELOW FIRST
************************************************************************/

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}

a#randstad {
	color: #2175d9;
}
a#randstad:hover {
	color: #185195;
}
/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container{
	margin: 0 auto;
	width: 850px;
	background-color: #ededed;

}
div#header{
	float: left;
	width: 850px;
}
div#header-band{
	float: left;
	width: 850px;
	height: 26px;
	background-color: #dfdfdf;
}
div#header-logo{
	float: left;
	width: 810px;
	height: 92px;
	padding-right: 20px;
	padding-left: 20px;
	background: #EDEDED;
}
div#logo a{
	float: left;
	width: 202px;
	height: 43px;	
	background-image: url(../i/layout/logo.gif);
	margin-top: 20px;
	text-indent: -999em;
}
div#logo-new a{
	float: left;
	width: 814px;
	height: 58px;	
	background-image: url(../i/layout/new-header.gif);
	margin-top: 20px;
	text-indent: -999em;
}
div#tel a{
	float: right;
	width: 250px;
	height: 18px;	
	background-image: url(../i/layout/header-callus.gif);
	margin-top: 30px;
	text-indent: -999em;
}
div#header-search{
	float: left;
	width: 830px;
	height: 188px;
	padding-left: 15px;
	
}
div.flash{
	float: left;
	width: 560px;
	height: 188px;
	margin-bottom: 1px;
}
div.search-header{
	float: left;
	width: 255px;
	height: 188px;
/*	background-color: Aqua;*/
}
div.search-header p{
	color: #fff;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 20px
}
div#header div#header-search div#header-search-temp div.search-header form fieldset input{
margin-top: 55px;
}
div#header div#header-search div#header-search-temp div.search-header form fieldset input#search-box{
	margin-left: 20px;
}
div#header div#header-search div#header-search-temp div.search-header form fieldset input.submit{
height: 23px 	;
font-size: 1em;
}
div.search-header input.submit{
	color: #000;

	padding:0px;
	height: 23px;
}
div#header-search-temp{
	float: left;
	width: 820px;
	height: 188px; 
	background-image: url(../i/layout/header-search-image.gif);
}
div#left-nav{
	float: left;
	width: 205px;
	height: 400px;/* temp delete */
	background-image: url(../i/layout/nav-grad.gif);
	background-repeat: repeat-x;
	margin-left: 15px;	
}
*html div#left-nav{
	float: left;
	width: 185px;
	height: 400px;/* temp delete */
	background-image: url(../i/layout/nav-grad.gif);
	background-repeat: repeat-x;
	margin-left: 8px;	
}

div#main{
	float: left;
	width: 850px;
}
div#content{
	float: left;
	width: 335px;
	padding-left: 10px;
	padding-right: 10px;
	color: #3e3e3e;
}
div#footer{
	float: left;
	width: 850px;	
}
div#submit{
	float: left;
	width: 258px;
	background-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;

}
div#latest{
	float: left;
	width: 258px;
	background-color: #fff;
	padding-bottom: 10px;
	color: #575757;
}
div#footer{
	background-color: #dbdbdb;
	float: left;
	width: 850px;
	height: 120px;
}
div.vacancies{
	min-height: 500px;
	
}
* html div.vacancies{
	height: 500px;
	
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#content p{
	text-align: justify;
}
div#submit h1{
	text-indent: -999em;
	background-image: url(../i/layout/right-submit.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	float: left;
	width:  258px;
	height: 40px;
	background-color: #f9f9f9;
}
div#latest h1{
	text-indent: -999em;
	background-image: url(../i/layout/right-latest.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	float: left;
	width:  258px;
	height: 40px;
	background-color: #f9f9f9;	
	margin-bottom: 10px;
}
div#submit form{
	float: left;
	margin-top: 5px;
}
div#submit input#name{
	width: 233px;
	margin-left: 10px;
	margin-top: 5px;
	border: 1px solid #d1ccc6;
	padding:2px;
	color: #959596;
}
div#submit input#email{
	width: 233px;
	margin-left: 10px;
	margin-top: 5px;
	border: 1px solid #d1ccc6;
	padding:2px;
	color: #959596;
}
div#submit input#cv{
	width: 115px;
	margin-left: 10px;
	margin-top: 5px;
	border: 1px solid #d1ccc6;
	padding:2px;
	color: #959596;
}
div#submit input#browse{
	width: 110px;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #d1ccc6;
	padding:2px;
	background-color: #f08121;
	color: #fff;
}
div#submit input.submit{
	width: 115px;
	margin-left: 10px;
	margin-top: 5px;
	border: 1px solid #d1ccc6;
	padding:2px;
	background-color: #f08121;
	color: #fff;
}

div#latest h2{
	margin-left: 10px;
	margin-top: 10px;
}
div#latest p{
	margin-left: 10px;
}
div#latest a{
	margin-left: 10px;
	color: #f08121;
}
div#header-band a{
	float: right;
	color: #4a4848;
	margin-top: 5px;
	margin-right: 15px;
}
div#content h1.calibre{
	background-image: url(../i/layout/h1-calibre.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 319px;
	height: 20px;
}
div.interest h1{
	font-size: 1.2em;
}
div.interest label{
	width: 120px;
/*	background-color: #e5e5e5;*/
	padding: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	color: #622f9b;
}
div.interest input{
	height: 20px;
	padding: 2px;

}
div.interest div.submit{
	float: right;
	margin-right: 50px;
	margin-top: 20px;
}
div.checkboxes{
	float: left;
	width: 340px;

}
div.interest div.interest-category{
	background-color: #e5e5e5;
	width: 168px;
	height: 35px;
	float: left;
	clear: none;
	border: 1px #ededed solid;
	font-size: 1em;
	margin:0px;
	padding: 0px;

}
div.interest div.interest-category label{
	width: 140px;
	height: auto;
}
div.interest div.interest-category input{
	width: 18px;
}

div.vacancy-detail{
	background-color: #e5e5e5;
	padding: 10px;
	line-height: 1em;
	
}
* html div.vacancy-detail{
	height: 500px;
}
div.vacancy-detail h1{
	font-size: 1.2em;
}
div.vacancy-detail p strong{
	color: #622f9b;
}
div.vacancy-detail p  a{
	color: #622f9b;
	font-size: 1.2em;
	
}
div.vacancy-detail p  a:hover{
	color: #f08121;
	font-size: 1.2em;
	
}
div#content div.ddfmwrap form.ddfm fieldset p.fieldwrap label{
	width: 60px;
}
div#content div.ddfmwrap form.ddfm fieldset p.fieldwrap input#fm_verify{
	width: 150px;
}
div#content div.ddfmwrap form.ddfm fieldset p.fieldwrap input{
	width: 220px;
}
div#content div.ddfmwrap form.ddfm fieldset p.fieldwrap textarea{
	width: 220px;
}
div#content div.ddfmwrap form.ddfm fieldset div.submit{
}
div#content div.ddfmwrap form.ddfm fieldset{
	width: 320px;
}
/***ie6***/
* html div#content div.ddfmwrap form.ddfm fieldset p.fieldwrap label{
	width: 60px;

}
* html div#content div.ddfmwrap form.ddfm fieldset p.fieldwrap input#fm_verify{
	width: 130px;

}
* html div#content div.ddfmwrap form.ddfm fieldset p.fieldwrap input{
	width: 200px;

}
* html div#content div.ddfmwrap form.ddfm fieldset p.fieldwrap textarea{
	width: 200px;

}
* html div#content div.ddfmwrap form.ddfm fieldset div.submit{

}
* html div#content div.ddfmwrap form.ddfm fieldset{

	width: 300px;
	padding:0px;
	margin:0px;
}
* html div#content div.ddfmwrap form{

	width: 300px;
	padding:0px;
	margin:0px;
	float: left;
}
* html div#content div.ddfmwrap{

	width: 300px;
	padding:0px;
	margin:0px;
	float: left;
}
div#main div#right-panel div#submit form fieldset input#cv{
	width: 230px;

}
/*div#content div.vacancy-detail div.interest form#apply fieldset div input.cv{
	width: 10px;
}*/
/*********/

div#map{
	width: 329px;
	height: 420px;
}
div.directions{
	background-color: #e5e5e5;
	padding: 10px;
}

div.submitcv{
	float: left;
	width: 329px;
	height: 500px;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#left-nav ul{
	width: 205px;
	float: left;
	border-top:  1px #a4a4a4 solid;
	margin-top: 20px;
}
div#left-nav ul li{
	margin-bottom: 1px;	
	width: 205px;
	float: left;
	clear: both;
	border-bottom: 1px #a4a4a4 solid;

}
div#left-nav ul li a{
	float: left;
	width: 205px;
	height: 22px;
	clear: both;
	color: #5b2697;
	padding-top: 8px;
	padding-left: 25px;
	background-image: url(../i/layout/bullett-arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
div#left-nav ul li a:hover{
	color: #ff6100;
}
/*ie6*/
* html div#left-nav ul{
	width: 179px;
	float: left;
	border-top:  1px #a4a4a4 solid;
	margin-top: 20px;
}
* html div#left-nav ul li{
	margin-bottom: 1px;	
	width: 179px;
	float: left;
	clear: both;
	border-bottom: 1px #a4a4a4 solid;

}
* html div#left-nav ul li a{
	float: left;
	width: 179px;
	height: 22px;
	clear: both;
	color: #5b2697;
	padding-top: 8px;
	padding-left: 25px;
	background-image: url(../i/layout/bullett-arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
/*****/
div#left-nav ul li a.bigger{
	font-size: 1.2em;
	padding-top: 4px;
	font-weight: bold;
}

div#resultpag ul li{
	float: left;
/*	width: 30px;*/
	list-style: none;	
	padding:0px;
	margin: 0px;
	list-style-position: inside;
	margin-right: 2px;
}
div#resultpag ul li a{
	float: left;
	padding:5px;
	background-color: #D3D3D3;
	
}
div#resultpag ul li a:hover{
	float: left;
padding: 5px;
	background-color: Silver;
	
}


/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

div#footer-left{
	float: left;
	width: 220px;
	height: 100px;
	margin-left: 10px;
	background-image: url(../i/layout/footer-rec.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
div#footer-center{
	float: left;
	width: 340px;
	padding-top: 15px;
}
div#footer-right{
	float: left;

	width: 270px;

	background-image: url(../i/layout/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	padding-top: 55px;
	text-align: center;
}



div#sorter{
	padding: 3px;
/*	float: left;*/
	background-color: #ddd;	
}
div#sorter a{
	
}
div#sorter a.selected{
	color: #f08121;
}
div#sorter a:hover{

	color: #5b2697;
}
div.job-vacancy{
	float: left;
	background-color: #ddd;
	margin-bottom: 3px;
	width: 325px;
	padding: 5px;
}
div.job-vacancy div.job-header span{

	padding: 2px;
	color:  #fff;
	float: right;

}
div.job-vacancy div.job-header{
	background-color: #f08121;
	padding: 3px;



}
div#content div.job-vacancy div.job-header h2{

	padding: 2px;
	color:  #fff;
	margin-right: 2px;
	width: 230px;
	padding:0px;
	margin:0px;
}
div.job-vacancy div.job-body span{
	display: block;
	padding:0px;
	margin:0px;
}
div.job-vacancy div.job-body a{
	background-color: #5b2697;
	padding: 2px;
	color:  #fff;
	float: right;
}

div#content ul{
	list-style: square;
	list-style-position: outside;
	margin-left: 20px;
}
div#content ul li{
	
}




/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}
/***********************************************************************
	SOCIAL BOOKMARK LINKS LIST
************************************************************************/
div#social-bookmark-links{
	float: left;
	clear: both;
	border: 1px solid #cccccc;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
div#social-bookmark-links ul{
	
}
div#social-bookmark-links ul li{
	float: left;
}
div#social-bookmark-links ul li a{
	float: left;
	height: 20px;
	padding-left: 22px;
	padding-top: 2px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
div#social-bookmark-links ul li a:hover{
	float: left;
	color: Maroon;
}

/**icon setting**/
div#social-bookmark-links ul li a#delicious{
	background-image: url(../i/icons/delicious.jpg);
/*	width: 60px;*/
}
div#social-bookmark-links ul li a#digg{
	background-image: url(../i/icons/digg.jpg);
/*	width: 35px;*/
}
div#social-bookmark-links ul li a#stumble{
	background-image: url(../i/icons/stumble.jpg);
/*	width: 85px;*/
}
div#social-bookmark-links ul li a#facebook{
	background-image: url(../i/icons/facebook.jpg);
/*	width: */
}
div#social-bookmark-links ul li a#reddit{
	background-image: url(../i/icons/reddit.jpg);
}
/*****************/
