 
/*
  Corporate Red		#ea2026
  Corporate Grey	#a9a18c
  Grey tint 1		#b6af9d   
  Grey tint 2		#c3bda3 (195,189,174)   Grey tint 1,  selected main menu
  Grey tint 3		#d0cbbf   highlight grey , used for the selected tab, graphics and sub heading
  Grey tint 4		#ddd9d0   
  Grey tint 5		#e9e7e1  
 
  #A3A18C   main menu
  #EAE7E2   left menu
*/

/* specific divs */

html, body {
	padding:0px;
	margin:0px;
	font-size: 100%; /* IE Hack */
}

/* commented backslash hack \*/
html, body {height:100%}
/* end hack */

body {
	font-family: Arial, Sans-serif;
	color: black;
	background: #FFFFFF url(../images/design/background.gif) repeat-y 50% 0%;
	/*text-align: center;*/
	font-size: 0.75em;
}

#shell {
	padding: 0px;  
	margin: 0px auto;
	width: 752px;
	min-height: 100%;
	height: auto;
	text-align: left;
	position: relative;
}

* html #shell {
	height: 100%;
	width: 752px;
}

#header{
   background: #FFFFFF;
   padding: 10px 0px;
}

#logo {
  background: #FFFFFF url(../images/design/adecco_logo.gif) no-repeat 0% 0%;
  width:200px;
  height:85px;
  /*margin-bottom:10px;*/
  float:left;
}

#worldwide {
  width:255px;
  height:48px;
  float:right;
}

#country {
  float:left;
  margin-right:19px;
  font-size: medium;
  color: #A9A18C;
  font-family: Arial,Sans-serif;
}

*html #country {margin-right:16px;}

#leftpanel {
 width: 178px;
 margin: 0px;
 padding: 0px;
 float:left;
}

.newsPanel {
 width: 178px;
 background:#D0CBBF;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 border: 0px
}

/* fix box model for IE5 */
#leftpanel div.news\Panel {width:158px;}

#holder {
  width:564px;
  float:left;
}

#contentbox {
 width: 564px;
 margin: 10px 0px 10px 10px;
 padding: 0px;
 float:left;
}

*html #contentbox {width:554px;}

#banner {
  padding:10px 0 0 10px;
}

#flash {
  background:url(../images/design/flash.jpg) no-repeat 0% 0%;
  width:350px;
  height:190px;
  margin:10px 0 10px 0px;
}

#contentboxSlim {
 width:350px;
 margin:0px 0px 10px 25px;
 padding:0px;
 float:left;
}

*html #contentboxSlim {
 margin:0px 0px 10px 12px;  
}

#leftcol {
  width: 263px;
  float: left;
}

#rightcol {
  width: 263px;
  float: right;
}


#rightpanel{
  width: 168px;
  float: right;
  margin-top:10px;
  padding-left:10px;
  border-left: 1px solid #D0CBBF;
}

.featurebox {
  margin-bottom:37px;
}

#contentbox div.withlinks {
  width: 358px;
  float: left;
}

#contentbox div.rule{
  border-bottom: 1px solid #D0CBBF;
  padding-bottom:10px;
  margin-bottom:10px;
}

/* for image wrapping */
.right{
  padding: 0px 0px 1em 10px;
  float: right;
}

.left{
  padding: 0px 10px 10px 0px;
  float: left;
}

.center{
  padding: 0px 0px 10px 0px;
}

/* footer is outside container and positioned absolute - footerspace clears space */
#footerspace {
 clear:both;
 height:50px;
}

#footer {
 height: 30px;
 position: absolute;
 bottom: 0px;
 font-size: xx-small;
 margin: 0px;
 padding: 0px 0px 0px 216px;
 color: #A9A18C;
}

#footer a {
	color: #A9A18C;
}

#footer a:hover {
	color: #EA2026;
}


/*
   Main 'Tab' menu
*/


#menu {
  float:left;
  width:100%;
  margin:0px;
  background:#A9A18C url(../images/design/right-end.gif) no-repeat right top;
  line-height:normal;
  border-bottom :8px solid #D0CBBF;  /* border under main menu */
  font-size: 0.95em;
}

#menu ul {
  margin:0px;
  padding:0px;
  list-style:none;
  }

#menu li {
  float:left;
  background:url(../images/design/left.gif) no-repeat;
  margin:0px;
  padding:0px 0px 0px 9px;
  }

#menu  a {
  float:left;
  display:block;
  background:url(../images/design/right.gif) no-repeat right top;
  padding:5px 5px 5px 2px;
  text-decoration:none;
  color: #fff;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */

#menu a:hover {
  color: #000;
  }

#menu #Home {
  background-image:url(../images/design/left-home.gif);
  border-width:0px;
}

#menu #current {
  background-image:url(../images/design/left-on.gif);
}

#menu #current a {
  background-image:url(../images/design/right-on.gif);
  padding-bottom:5px;
  color: #000; 
  }

#menu #home_current {
  background-image:url(../images/design/left-home-on.gif);
  border-width:0px;
}

#menu #home_current a {
  background-image:url(../images/design/right-on.gif);
  padding-bottom:5px;
  color: #000; 
}

#menu #empty {
  background-image:url(../images/design/left.gif);
  border-width:0px;
  padding:5px 15px 5px 6px;
  height: 100%;
}



/*
   Submenu
*/

#submenu {
	color:#000000;
	margin:0px;
	padding:30px 0px 0px 0px;
	width:100%;
}


#submenu  ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#submenu  li 
{
	display: block;
	list-style: none;
	margin: 0px;
}

#submenu  a 
{
	display: block;
	Color:#000000;
	margin:0px 0px 0px 0px;
	text-decoration:none;
}


#submenu  a.d0
{
	padding:7px 10px 7px 12px;
}

#submenu  a.open
{
	background:#e9e7e1;
}


#submenu  a.d1 
{
	background:#e9e7e1;
	padding:7px 12px 7px 24px;
}


#submenu  a.d2 
{
	background:#e9e7e1;
	padding:7px 12px 7px 36px;
}


#submenu  a.d3 
{
	background:#e9e7e1;
	padding:7px 12px 7px 48px;
}

#submenu  a:hover {
  background:#a9a18c;
  }

#submenu  #current  {
  background:#d0cbbf; 
  font-weight: bold;
  }
  
.nothing {
  clear:both;
  margin:0px;
  padding:0px;
}

.spacer {
  width:176px;
  height:30px;
  float:left;
}  

label { visibility: hidden; display: none; }

textarea, select {
  font-size:1em;
  font-family: arial, sans-serif;
}

input {
  font-size:1.1em;
  font-family: arial, sans-serif;
}

.namefield {float:left; padding-top: 3px; width: 170px; }
.inputfield, .radiobttn {float:left; width: 370px; padding:4px;}

.namefield2 {float:left; padding-top: 3px; width: 170px;}
.inputfield2 {float:left; width: 380px; padding:2px;}

.submitbutton {
  margin-top:6px;
  margin-bottom:6px;
  background-color:#A9A18C;
  border:1px solid #D0CBBF;
  color:#FFFFFF;
}

table td {vertical-align: top}

.required {color:#FF0000}
