@charset "utf-8";
/* CSS Document */

* {
	padding : 0;
	margin  : 0;
}

img, h2, input { behavior: url(iepngfix.htc) }

a {
	text-decoration:none;
	color:#fff
}

a:hover {
	text-decoration:underline
}

body {
	background:#f3f3f3;
	color:#FFFFFF;
	font-family: "Trebuchet MS", sans-serif;
	font-size:14px;
	text-align:center
}

h2 {
	background: url('../img/bg_h1.png');
	color:#FFFFFF;
	display:block;
	font-size:22px;
	font-weight:normal;
	padding-left:20px;
	padding-top:5px;
	margin-bottom:15px;
	margin-top:15px;
	width:520px;
	height:33px;
}

* html h2 {
	height:40px;
	width:540px
}

#header {
	background:url('../img/bg_header.png');
	height:150px;
	width:100%;
	z-index:1000
}

#header_logo a {
	position:absolute;
	top:-150px;
	right:50px;
	width:250px;
	height:150px;
	z-index:2000
}

#topbar {
	width:899px;
	height:150px;
	background:transparent url('../img/header2.png') top left no-repeat;
	margin:0 auto;
	padding-top:125px;
	text-align:left;
	z-index:3000
}

#topbar a       { color:#993300; display:block; float:left; text-decoration:none; padding-right:20px; padding-top:125px; z-index:4000 }
#topbar a:hover { text-decoration:underline; }

#main {
    position:relative;
	min-height:527px;
	width:100%;
	background:#092F6E url('../img/bg_content_bg.gif') repeat-x;
	z-index:1;
}

#content {
	position:relative;
	z-index:2;
	min-height:527px;
	width:899px;
	background:#092F6E url('../img/bg_content.gif') no-repeat;
	margin: 0 auto;
	text-align:left
}

* html #content {
	height:480px
}

#footer {
    position:relative;
	width:100%;
	background:url('../img/bg_footer.png');
	height:103px;
	text-align:center;
	padding-top:20px;
	z-index:5
}

#footer a       { color:#993300; text-decoration:none; font-weight:bold; padding-right:20px; }
#footer a:hover { text-decoration:underline; }

.company {
	/*background-image:url('../img/bg_company.png');*/
	float:left;
	width:170px;
	height:90px;
	text-align:center;
	padding-top:1px
}

.company img {
	border:1px solid #888
}

#companies {
	position:relative;
	width:510px;
	margin:0 auto;
}

#buttons {
	width:359px;
	float:left;
	text-align:center;
	padding-top:24px
}

#leftcontent {
	width:540px;
	float:left;
	margin-bottom:36px;
	padding-top:16px
}

* html #leftcontent { margin-top:16px }

#leftcontent p {
	font-size:13px;
	line-height:1.7em;
	text-align:justify;
	margin:0;
	padding:0
}

#leftcontent h3 {
	font-size:14px;
	font-weight:bold;
	font-style:italic
}

#leftcontent ol {
	margin:0;
	padding:0
}

#leftcontent ol li {
	margin-left:25px;
	font-size:13px;
	text-align:justify;
	line-height:1.6em
}

#applynow {
	position:absolute;
	top:-90px;
	margin-left:215px;
}

label {
	margin:8px 0;
	font-size:12px
}

input, textarea {
	margin:8px 0;
	width:100%;
	border:1px solid #fff
}

textarea {
	height:60px
}

#evaluation_right {
	border:2px solid #204573; 
	margin-top:40px; 
	width:220px; 
	text-align:left; 
	padding:8px; 
	color:#fff; 
	background-color:#597DA8
}

#evaluation_right a {
	color:#fff;
	text-decoration:none
}

#evaluation_right a:hover {
	text-decoration:underline
}

#apply_now_button {
	position:absolute;
	top:0;
	right:88px
}

#apply_now_button a img {
	border:0
}

#fileUpload {
    position:relative; 
    width:200px; 
    height:60px;
	text-align:left
}

#fakeFileInput {
    position:absolute;
    top:26px;
    left:-4px;
    width:100px;
    height:32px;
    font-size:11px;
    text-align:center;
    z-index:1
}

#realFileInput {
    position: absolute;
	top:26px;
	left:-70px;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2
}

.viewall {
	position:absolute;
	top:8px;
	right:8px;
	font-size:12px;
	
}

#jobs th {
	font-weight:bold;
	font-size:14px;
	text-align:left
}

#jobs td {
	vertical-align:top
}

#jobs .positions {
    border-left:1px solid #ccc;
	padding-left:8px
}

#jobs .companies {
	padding-right:16px
}

#partners {
	position:relative;
	width:600px
}

.partner {
	position:relative;
	margin:16px 0;
	width:100%;
	clear:both
}

.logo {
	position:relative;
	width:230px;
	float:left
}

.description {
	position:relative;
	width:300px;
	float:left
}

.innovatics_link{
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	height: 5px;
	width: 5px;
}