@import "common.css";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000000;
	background: #ffffff;
	position:relative;
}
#noscript {
	width: 100%;
	top:0px;
	color: #000000;
	background: #f9f76f;
	padding: 0px 0px 0px 20px;
	z-index: 100;
	height:30px;
	line-height:30px;
}
#container {
	position:relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	background: #000000;
}
#bgimg {
	background: url(../img/default.jpg) no-repeat top right;
	position: absolute;
	top: 134px;
	right: 0px;
	height: 479px;
	width: 738px;
	z-index: 1;
	display: block;
}
#header {
	position: relative;
	height: 133px;
}
#header .logo {
	position: absolute;
	top: 35px;
	left: 38px;
}
#footer {
	position: relative;
	background: #ffffff url(../img/footerbg.gif) no-repeat 0px 0px;
	clear: both;
	height: 40px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	color: #7e7e7e;
	font-size: 9px;
}
#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}
#footer ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#footer ul li a {
	border-left: 1px solid #7e7e7e;
	color: #7e7e7e;
	padding: 0px 5px;
	font-size: 9px;
}
#menu {
	position: absolute;
	width: 686px;
	width: 506px;
	height: 54px;
	background: url(../img/topmenubgshort.jpg) no-repeat;
	top: 39px;
	right: 25px;
}
#menu ul {
	margin: 15px 0px 0px 20px;
	padding: 0px;
}
#menu ul li {
	margin: 0px;
	display: inline;
	background: url(../img/topmenulibg.gif) no-repeat 0px 0px;
	padding: 4px 0px 2px 10px;
	float: left;
	width: 185px;
}
#menu ul li.aventegarde a {
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	position: relative;
	z-index: 250;
}
#menu ul li li {
	padding: 2px 0px 2px 5px;
}
#menu ul li.last {
	width: 50px;
}
#menu ul li a:hover {
	color: #e80032;
}
#columns {
	float: left;
	width: 980px;
	padding-bottom: 120px;
	height: auto !important;
	min-height: 366px;
	height: 366px;
	position: relative;
	z-index: 5;
}
#home #columns {
	padding-bottom: 85px;
}
#leftbar {
	float: left;
	width: 178px;
}
#leftbar ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#leftbar ul li {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	display: inline;
	background: url(../img/leftlibg.gif) repeat-x;
	height: auto !important;
	min-height: 27px;
	height: 27px;
	width: 100%;
	float: left;
	cursor: pointer;
	line-height: 27px;
	position:relative;
	font-size: 13px;
	clear: left;
}
#leftbar ul li.aventegarde a {
	width: 123px;
	color: #ffffff;
	background: url(../img/leftarrow.png) no-repeat 36px 4px !important;
	background: transparent;
	padding: 0px 0px 0px 55px;
	font-size: 13px;
}
#leftbar ul ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftbar ul ul li {
	clear: both;
	background: url(../img/ulullibg.gif) no-repeat 36px 4px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 153px;
	height: auto !important;
	min-height: 15px;
	height: 15px;
	line-height: 15px;
}
#leftbar ul li.aventegarde a {
	width: 153px;
	color: #ffffff;
	background: url(../img/leftarrow.png) no-repeat 36px 4px !important;
	background: transparent;
	padding: 0px 0px 0px 55px;
	font-size: 13px;
}
#leftbar ul li.innergarde {
	list-style-type: none;
}
#subover {
	background: url(../img/suboverlay.png);
	height: 115px;
	position: absolute;
	bottom: 50px !important;
	bottom: 45px; /* cos ie6 is *****/
	left: 0px;
	width: 980px;
	z-index: 199;
}
#subover .icon {
	position: absolute;
	bottom: 0px;
	right: 20px;
}
#subover .subovertext {
	position: absolute;
	left: 240px;
	top: 20px;
}
#content {
	position: relative;
	padding: 35px 0px 0px 65px;
	float: left;
}
.bodytext {
	position: relative;
	z-index: 60;
	color: #c8c8c8;
	width: 690px;
	font-size: 14px;
}
.bodytext h1 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 0px;
}
.bodytext h2 {
	margin: 15px 0px 5px 0px;
}
.bodytext h3 {
	margin: 15px 0px 0px 0px;
}
.bodytext h4 {
	margin: 15px 0px 0px 0px;
	font-weight: normal;
	font-size: 14px;
	color: #64C03B;
}
.bodytext ul {
	margin-left: 0px;
}
.bodytext ul li {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../img/leftarrow.png) no-repeat 0px 3px;
	list-style-type: none;
}
.linklist li a {
	color: #ffffff;
}
.linklist li a:hover {
	color: #64C03B;
}
#downloads {
}
#downloads div{
	width: 150px;
	float: left;
	text-align: left;
	font-size: 12px;
	margin: 0px 12px 20px 0px;
	color: #ffffff;
}

 #downloads table td {
	width: 150px;
	float: left;
	text-align: left;
	font-size: 12px;
	padding: 0px 12px 15px 0px;
	color: #ffffff;
}

#downloads div strong, #downloads table strong {
	color: #64C03B;
}
#downloads div img, #downloads table img {
	display: block;
	margin-bottom: 5px;
}
#downloads div a, #downloads a, #downloads table a {
	display: block;
	color: #ffffff;
}
.form {
	margin: 0px 0px 10px 0px;
}
.form th {
	padding:5px 15px 0 0;
	font-weight: normal;
}
.form td {
	padding-top: 5px;
}
.form input {
	background: #b3b3b3 url(../img/inputbg.gif) repeat-x top left;
	border: 0px;
	margin-right: 15px;
	height: 20px;
	width: 160px;
}
.form .button {
	width: auto;
	height: auto;
	margin-right: 5px;
}
.loginbtn {
	border: 0px;
	width: 106px;
	height: 23px;
	background: url(../img/loginbtn.gif) no-repeat;
	margin: 8px 0px;
}
.registerbtn {
	border: 0px;
	width: 122px;
	height: 25px;
	background: url(../img/registerbtn.gif) no-repeat;
	margin: 8px 0px;
}
.savebtn {
	border: 0px;
	width: 103px;
	height: 27px;
	background: url(../img/savebtn.gif) no-repeat;
	margin: 8px 0px;
}
.sendbtn {
	border: 0px;
	width: 103px;
	height: 27px;
	background: url(../img/sendbtn.gif) no-repeat;
	margin: 8px 0px;
}
hr {
	background: transparent;
	height: 1px;
	color: #000000;
	border-bottom: 1px dotted #ffffff;
	margin: 7px 0px 7px 0px;
}
.infotable {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0px;
	padding: 0px;
}
.infotable th, .infotable td {
	vertical-align: top;
	border: 1px dotted #808080;
}
.infotable thead th {
	border: 1px solid #000000;
	border-width: 1px 2px 1px 2px;
	background: url(../img/theadthbg.gif) repeat-x top left;
	padding: 20px 0px 10px 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.infotable td {
	padding: 11px;
	width: 32%;
}
.career {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0px;
	padding: 0px;
}
.career th, .career td {
	vertical-align: top;
	border: 1px dotted #808080;
	padding: 11px;
}
.career thead th {
	border: 1px dotted #808080;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	color: #64C03B;
}
.career td {
	padding: 11px;
	width: auto;
}

#videoplayer{
   outline: none;
}
