*
{
	margin:0;
	padding:0;
}

body, html
{
	background: #E4E4E4 url(../images/background-page.jpg) repeat-x;
	color: #333333;
	font : 13px Arial, Helvetica, sans-serif;
}

span.required {
    color : #E41F30;
}

a
{
	color : #E41F30;
	text-decoration : none;
}

a:hover
{
	color : #E41F30;
	text-decoration : underline;
}

.pageA
{
	color : #333333;
	text-decoration : none;
	font : 12px Arial, Helvetica, sans-serif;
}

.pageA:hover
{
	color : #E41F30;
	text-decoration : none;
	font : 12px Arial, Helvetica, sans-serif;
}

.pageA1
{
	text-decoration: none;
	color: #E41F30;
	font : 12px Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.bold
{
	font-weight : bold;
}

p
{
	padding : 0 0 12px 0;
}

h1
{
	padding : 0 0 12px 0;
	font-size : 30px;
	color : #495358;
}

.center
{
	text-align : center;
}

.right
{
	float : right;
}

.left
{
	float : left;
}

.clear
{
	clear : both;
}

.just
{
	text-align : justify;
}

.red
{
	color : #E41F30;
}

.job
{
	color: #333333;
	font-size : 18px;
}

.imgRight
{
	float : right;
	margin : 0 0 5px 5px;
}

.input
{
	background-color : White;
	border : 1px solid #9A9A9A;
	width : 200px;
	color : #666666;
	font : 12px Arial, Helvetica, sans-serif;	
}

.input1
{
	background-color : White;
	border : 1px solid #9A9A9A;
	width : 150px;
	color : #666666;
	font : 12px Arial, Helvetica, sans-serif;	
}

.input2
{
	background-color : #E4E4E4;
	border : 1px solid #9A9A9A;
	width : 150px;
	color : #333333;
	font : 12px Arial, Helvetica, sans-serif;
}

.inputdate
{
	background-color : White;
	border : 1px solid #9A9A9A;
	width : 90px;
	color : #666666;
	font : 12px Arial, Helvetica, sans-serif;	
    margin-right: 2px;
}

.inputsmallest
{
	background-color : White;
	border : 1px solid #9A9A9A;
	width : 95px;
	color : #666666;
	font : 12px Arial, Helvetica, sans-serif;	
    margin-right: 2px;
}

.inputjob
{
	background-color : White;
	border : 1px solid #9A9A9A;
	width : 150px;
	color : #666666;
	font : 12px Arial, Helvetica, sans-serif;	
    margin-right: 2px;
}

.inputjobselect
{
	background-color : White;
	border : 1px solid #9A9A9A;
	width : 120px;
	color : #666666;
	font : 12px Arial, Helvetica, sans-serif;	
    margin-right: 2px;
}

.but
{
	color : White;
	background-color : #485357;
	border : 1px none #485357;
	font-weight : bold;
	padding : 3px 20px;
}

.but:hover
{
	background-color : #E41F30;
}

.smallGrey
{
	color : #666666;
	font-size : 11px;
}

#date_of_birth_u_info, #date_available_to_start_work_u_info
{
	color : #666666;
	font-size : 11px;
}

.tableTitle
{
	color : White;
	background-color : #475256;
	font-weight : bold;
	text-align : center;
	font-size : 11px;
	padding : 4px 0;
}

/* START BUTTONS */

.redButton
{
	display : block;
	width : 100%;
	color : White;
	font-size : 22px;
	text-decoration : none;
	text-align : center;
	padding : 12px 0;
}

.redButton:hover
{
	text-decoration : underline;
	color : White;
}

/* END BUTTONS */

#container
{
	width : 960px;
	margin : 19px auto 0 auto;
	background-color : White;
}

#leftColumn
{
	width : 270px;
	float : left;
}

#rightColumn
{
	width : 667px;
	float : left;
}

#leftColumnContent
{
	width : 220px;
	margin : 0 auto;
}

.rightColumnContent
{
	width : 655px;
	float : right;
}

#rightColumn ul
{
	margin : 0px 15px 10px 45px;
}

/* START BOTTOM */

#bottom
{
	background : url(../images/bottom.gif) no-repeat bottom;
	width : 960px;
	margin : 0 auto;
}

#bottomCopy
{
	width : 905px;
	margin : 0 auto;
	border-top : 1px solid #CCCCCC;
	padding : 10px 0 10px 0;
}

#copyright
{
	width : 300px;
	float : right;
	text-align : right;
	font-size : 11px;
	color : #666666;
}

#bottomMenu
{
	width : 550px;
	float : left;
}

#bottomMenu ul
{
	list-style-type : none;
}

#bottomMenu ul li
{
	float : left;
	padding : 0 8px;
	background : url(../images/background-bottom-menu.gif) no-repeat right;
}

#bottomMenu ul li a
{
	font-size : 11px;
	color : #666666;
	text-decoration : none;
}

#bottomMenu ul li a:hover
{
	text-decoration : underline;
}

/* END BOTTOM */

/* START GREY BOX */

.greyBox1
{
	background : #E4E4E4 url(../images/corner-grey-top-left.gif) no-repeat top left;
	margin-bottom : 20px;
}

.greyBox2
{
	background : url(../images/corner-grey-top-right.gif) no-repeat top right;
}

.greyBox3
{
	background : url(../images/corner-grey-bottom-right.gif) no-repeat bottom right;
}

.greyBox4
{
	background : url(../images/corner-grey-bottom-left.gif) no-repeat bottom left;
}

.greyBoxMenu
{
	width : 175px;
	margin : 0 auto;
	padding : 15px 0;
}

.greyBoxContent
{
	width : 640px;
	margin : 0 auto;
}

.greyBoxContent table
{
	margin : 0 0 12px 0;
}

.greyBoxContent table .tableTitle
{
	padding-bottom : 12px;
}

/* END GREY BOX */

/* START RED BOX */

.redBox1
{
	background : #E41F30 url(../images/corner-red-top-left.gif) no-repeat top left;
	margin-bottom : 22px;
}

.redBox2
{
	background : url(../images/corner-red-top-right.gif) no-repeat top right;
}

.redBox3
{
	background : url(../images/corner-red-bottom-right.gif) no-repeat bottom right;
}

.redBox4
{
	background : url(../images/corner-red-bottom-left.gif) no-repeat bottom left;
}

.redBoxContent
{
	margin : 0;
}

/* END RED BOX */

/* START DARK BOX */

.darkBox1
{
	background : #495358 url(../images/corner-black-top-left.gif) no-repeat top left;
	margin-bottom : 20px;
}

.darkBox2
{
	background : url(../images/corner-black-top-right.gif) no-repeat top right;
}

.darkBox3
{
	background : url(../images/corner-black-bottom-right.gif) no-repeat bottom right;
}

.darkBox4
{
	background : url(../images/corner-black-bottom-left.gif) no-repeat bottom left;
}

.darkBoxContent
{
	margin : 0;
}

/* END DARK BOX */

/* START BANNER */

#banner
{
	height : 193px;
	width : 664px;
	background : #E41F30 url(../images/corner-red-bottom-right.gif) no-repeat bottom right;
}

#bannerImg
{
	width : 400px;
	float : left;
}

#bannerText
{
	width : 230px;
	float : right;
	color : White;
	padding-top : 30px;
	font-size : 24px;
	font-weight : bold;
	background : url(../images/corner-red-top-right.gif) no-repeat top right;
}

#bannerText span
{
	font-size : 26px;
	font-weight : bold;
	text-transform : uppercase;
}

#bannerText a
{
	font-size : 13px;
	color : White;
	display : block;
	text-decoration : none;
	background : url(../images/arrow.gif) no-repeat 0px 6px;
	text-indent : 10px;
	font-weight : bold;
	margin-top : 12px;
}

#bannerText a:hover
{
	text-decoration : underline;
}

/* END BANNER */

/* START SUBMENU */

#subMenuTitle
{
	font-size : 12px;
	font-weight : bold;
	text-transform : uppercase;
	color : #495358;
	padding-bottom : 6px;
}

#subMenu ul
{
	list-style-type : none;
	border-top : 1px solid #CCCCCC;
}

#subMenu ul li
{
	border-bottom : 1px solid #CCCCCC;
}

#subMenu ul li a
{
	display : block;
	width : 155px;
	background : url(../images/background-submenu.gif) no-repeat;
	text-decoration : none;
	color : #495358;
	padding : 4px 2px 4px 18px;
}

#subMenu ul li a:hover
{
	color : #000000;
}

#subMenu ul li #selected
{
	font-weight : bold;
}

/* END SUBMENU */

/* START MENU */

#menu
{
	width : 690px;
	float : right;
	border-top : 1px solid White;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
#menu ul li
{
	position: relative;
	display: inline;
	float: left;
	border-bottom : 3px solid #495358;
	/*overall menu background color*/
	padding-bottom : 1px;
}

/*Top level menu link items style*/
#menu ul li a
{
	display: block;
	/*width: 132px;*/
	width: 170px;
	/*Width of top level menu link items*/
	text-decoration: none;
	color: #FFFFFF;
	text-align : center;
	font-weight : bold;
	font-size : 12px;
	background-color : #495358;
	padding : 7px 0;
	border-right : 1px solid White;
}

#menu ul #firstTab a
{
	background : #495358 url(../images/corner-black-top-left.gif) no-repeat top left;
	width: 170px;
}

#menu ul #firstTab a:hover
{
	background : #E41F30 url(../images/corner-red-top-left.gif) no-repeat top left;
}

#menu ul #lastTab a
{
	background : #495358 url(../images/corner-black-top-right.gif) no-repeat top right;
	width: 164px;
	border-right : 1px none White;
}

#menu ul #lastTab a:hover
{
	background : #E41F30 url(../images/corner-red-top-right.gif) no-repeat top right;
}

/*---------------------------------------------------------------------------------*/
#menu ul li #firstTab
{
	background : #495358 url(../images/corner-black-top-left.gif) no-repeat top left;
	width: 170px;
}

#menu ul li #firstTab:hover
{
	background : #E41F30 url(../images/corner-red-top-left.gif) no-repeat top left;
}

#menu ul li #lastTab
{
	background : #495358 url(../images/corner-black-top-right.gif) no-repeat top right;
	width: 164px;
	border-right : 1px none White;
}

#menu ul li #lastTab:hover
{
	background : #E41F30 url(../images/corner-red-top-right.gif) no-repeat top right;
}
/*---------------------------------------------------------------------------------*/

	
/*1st sub level menu*/
#menu ul li ul
{
	left: 0;
	position: absolute;
	top: 1em;
	/* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu ul li ul li
{
	display: list-item;
	float: none;
	border-bottom : 3px none #495358;
	padding-bottom : 0;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#menu ul li ul li ul
{
	left: 159px;
	/* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
#menu ul li ul li a
{
	display: block;
	width: 148px;
	/*width of sub menu levels*/
	color: #495358;
	text-decoration: none;
	padding: 5px 2px 5px 18px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	text-align : left;
	font-weight : normal;
	margin : 0px;
	background : #E4E4E4 url(../images/background-submenu.gif) no-repeat top left;
}

#menu ul li a:hover
{
	color: #FFFFFF;
	background : #E41F30;
}

#menu ul li ul li a:hover
{
	color: #000000;
	background : #E4E4E4 url(../images/background-submenu.gif) no-repeat top left;
}

/*Background image for top level menu list links */
#menu .mainfoldericon
{
	background-color: #495358;
}

/*Background image for subsequent level menu list links */
#menu .subfoldericon
{
	background: #E41F30;
}

* html p#iepara
{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

/* Hristo Hack for IE 7\*/
*:first-child+html  #menu ul li {
	float: left;
	height: 1;
}
*:first-child+html  #menu ul li a {
	height:1;
}
/* End */


/* END MENU */
/*job offers new*/
.line1 {border-top: 1px solid #ccc;padding-top:20px;padding-bottom: 15px;}
.padding1 {padding-bottom:20px;}

img.captcha {
margin-top:7px;
margin-left:1px;
}