@import url(fonts/stylesheet.css);

body {
	margin:0;
}

a img {
	border: 0;	
}

a {
	text-decoration: none;	
}

#main a {
	color: #000;
	font-family:"exobold_italic";	
}

#main a:hover {
	text-decoration: underline;	
}

#main .contact a {
    color: black;
    font-family: "source_sans_proregular";
    font-style: italic;
}

#header-container {
	width: 100%;
	background: white;	
}

#header-top {
	background: #79132b;
	width: 100%;
	height: 40px;	
}

#contact-top {
	max-width: 940px;
	height: 40px;
	margin:0 auto;
	padding:0 20px;	
}

#contact-top p {
	font-family:'source_sans_proregular';
	color: #ffffff;
	font-size: 14px;
	float: right;
	margin:11px 0;
}

#contact-top p span {
	margin-right: 40px;
}	

#header-mid {
	max-width: 940px;
	margin:0 auto;
	padding:30px 20px 25px;
}

#logo {
	float: left;	
}

#slogan {
	float: right;	
}

#slogan p {
	color: #000000;
	font-family:'exomedium_italic';
	font-size: 1.125em;	
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

#nav-container {
	height: 60px;
	width: 100%;
	background:url(../images/home/pattern.png) repeat;	
	position: relative;
}

ul#navigation {
	display: table;
	margin:0 auto;
	list-style:none;
	padding:0;
}	

ul#navigation > li {
	float: left;	
	padding: 20px 20px 18px;
	position: relative;
	z-index:3;
}

ul#navigation > li.active {
	z-index:4;	
}

ul#navigation > li > a {
	color: #ffffff;
	font-size: 1em;
	font-family:'source_sans_prosemibold';	
}

ul#navigation > li:hover > a {
	color: #ddac00;
}

#active-img {
	background: url("../images/home/nav-active.png");
    bottom: -17px;
    height: 35px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 37px;
    z-index: 2;
	display: block;
}

#active-img img{
	position: relative;
	z-index: 10;	
}

#active-img:hover {
	cursor:default;	
}

.dd:hover ul{
	display: block;
}

.dd ul {
	position: absolute;
	display: none;
	list-style: none;	
	width: 190px;
	background:url(../images/home/pattern.png) repeat;
	padding:10px 0 10px;
	left: -35px;
	margin-top:18px;
}

.dd.active ul {
	padding:30px 0 10px;	
}

.dd ul li {
	text-align: center;	
}

.dd ul li a {
	font-family:'source_sans_proregular';
	font-size: 16px;
	color:#ffffff;
	padding:10px 0;
	width: 190px;
	display:block;
}	

#mobile-button {
	display: none;	
}

.dd ul li:hover {
	background:url(../images/sub/arrow-dropdown.png) no-repeat left center #333333;
}

#yellow-strip {
	background: #ddac00;
	width: 100%;
	height: 25px;
}

#banner-container {
	width: 100%;
	height:210px;
	background:url(../images/home/pattern.png) repeat;
	position:relative;	
}

#home-banner-container {
	width: 100%;
	height:380px;
	background:url(../images/home/banner-background.jpg) repeat-x center center;
	position:relative;	
}

#home-banner {
	width: 980px;
	max-width: 100%;
	margin:0 auto;	
	position: relative;
}

#home-banner ul {
	margin:0;	
}

#home-info {
    background: url("../images/home/pattern.png");
    bottom: 80px;
    padding: 30px 35px;
    position: absolute;
    right: 0;
    width: 330px;
    z-index: 1;
}

#home-info p {
    color: white;
    font-family: "source_sans_prolight";
    font-size: 1.5em;
    line-height: 28px;
    margin: 15px 0;
}

#home-info p.yellow {
	font-size:1.125em;
	color: #ddac00;
	font-family:'source_sans_prosemibold';	
	margin:0;
}

#home-info > img {
    bottom: -25px;
    height: 25px;
    left: 0;
    max-width: 100%;
    position: absolute;
}

#banner {
	width: 1014px;
	max-width: 100%;
	margin:auto;
	position: absolute;
	left:0;
	right:0;
	top:0;
	z-index:1;
	overflow:hidden;
}

#banner img {
	max-width: 100%;
	min-width: 900px;	
}

#main {
	max-width: 940px;
	padding:0 20px;
	margin:25px auto 0;	
}

.half {
	float: left;
    margin: 0 auto 30px;
    width: 455px;
	position: relative;
	max-width: 100%;
    padding-right: 14px;
}

.half p.job {
	margin:5px 0;
}

.half p.job a {
	color: #ddac00!important;
}

.half p span {
	color: #a1a1a1;
	width: 100px;
	display: inline-block;	
}

.half p.job.long span {
	width: 140px;	
}

.half p.address span {
    color: #a1a1a1;
    display: inline-block;
    float: left;
    height: 150px;
    width: 140px;
}

.half p.address {
	line-height: 24px;	
}

.contact .half p span {
    color: #a1a1a1;
    display: inline-block;
    line-height: 30px;
    width: 170px !important;
}

.job-spacer {
    height: 70px;
    margin: 0;
    width: 100%;
}

.half.right#job-half {
	padding-bottom:0;
}

#main .half .no-margin {
	margin:0;	
}

.half > img {
	max-width: 100%;	
}

.half.right {
    width: 445px;
	max-width: 100%;
    padding: 0 0 0 40px;
}

.grey {
	background: #393939;	
	margin-bottom: 15px;
	margin-top: 35px;
	padding-bottom: 20px;
}

.grey .half,
.grey .half.right {
	padding:20px;	
	max-width: 430px;
	margin-bottom:0;
}

#main .grey p,
#main .grey h2,
#main .grey h3 {
	color: white;
}	

#main .grey h2 {
	border-bottom: 1px solid #ddac00;
	margin-top:0;
}

#main .half h2 {
	margin-top: 0;
}	

#main p.grey-bg {
    background:#393939;
    color: white;
    margin-bottom: 45px;
    margin-top: 20px;
    padding: 10px 20px;
}

#main p.grey-bg.del {
	margin-top: 35px;
}

#page-title {
    background: url("../images/sub/header-line-point.png");
    display: block;
    height: 59px;
    left: -20px;
    padding: 1px 0 0;
    position: relative;
    top: 0;
    width: 360px;
}

#page-title h1 {
	color:#ffffff;
	font-family:'exomedium_italic';
	font-size:1.3125em;
	font-weight:normal;	
	margin-left: 20px;
}

#main h2 {
	border-bottom: 1px solid #79132b;
    color: black;
    display: inline-block;
    font-family: "exomedium_italic";
    font-size: 1.25em;
    font-weight: normal;
    margin: 45px 0 0;
    padding-bottom: 10px;
	line-height: 21px;
}

#main h3 {
	color: #79132b;
	font-size: 1em;
	font-weight: normal;	
	font-family:'exomedium_italic';
	margin-bottom:0;
}

#main .half h3 {
    margin-top: 0;
}

#main .contact .half h3 {
    margin: 50px 0 30px;
}

.spacer {
	margin:20px 0;
	width: 100%;
	height:5px;	
}

#main.delmas h3 {
	margin:0;
}

#main.delmas .half {
	margin-bottom:0;	
}

#main p {
	font-size:0.9375em;
	color: black;
	font-family:'source_sans_proregular';
}

#directors img:first-child {
	margin-right: 30px;	
}

.yellow-more {
	position: absolute;
	top:20px;
	right:30px;
	background:url(../images/sub/btn-more.png);
	width: 120px;
	height: 34px;	
}

.yellow-more:hover {
	background:url(../images/sub/btn-more-active.png);
}

.red-more {
    background: url("../images/sub/btn-more-red.png");
    height: 34px;
    position: absolute;
    right: 4px;
    top: 240px;
    width: 120px;
}

.red-more:hover {
	background:url(../images/sub/btn-more-red-active.png);
}

#recruitment-logo {
    float: left;
    padding-right: 20px;
}

#tender-logo {
    float: left;
    padding-right: 20px;
}

#main p.yellow {
	margin: 13px 0;
	color: #ddac00;	
	font-size: 1em;
	font-family:'exoregular';
}

#main ul {
	list-style: none;
	padding:0;
	margin:0;
}

#main ul li {
	background:url(../images/home/bullet.png) no-repeat left 5px;
	padding-left: 40px;
	margin-bottom: 10px;
	
	color: black;
    font-family: "source_sans_proregular";
    font-size: 0.9375em;	
}

#main p.semibold {
	font-family:'source_sans_prosemibold';	
}

#main p.semibold span {
	color: #79132b;
	width: auto;
	padding-right:5px;	
}

input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: "source_sans_proregular";
    font-size: 13.5px;
    height: 20px;
    margin: 0 15px 20px 0;
    padding: 10px 0 10px 10px;
    width: 180px;
	color: #666;
}

textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: "source_sans_proregular";
    font-size: 13.5px;
    height: 60px;
    margin: 0 0 20px;
    padding: 10px 0 10px 10px;
    resize: none;
    width: 390px;
	color: #666;
}

input[type="submit"] {
    background:url(../images/sub/btn-send.png);
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-family: "source_sans_proregular";
    font-size: 13.5px;
    height: 40px;
    margin: 0 0 20px;
    width: 183px;
}

input[type="submit"]:hover {
	background:url(../images/sub/btn-send-active.png);
	cursor:pointer;	
}

#contactForm {
	max-width: 420px;
	margin:0 auto;	
}

.incorrect {
	box-shadow:0 0 1em red;	
}

#full-grey {
	width: 100%;
	background: #e6e6e2;
	padding:40px 0 25px;
	margin-top: 50px;	
}

#full-grey-inner {
	margin:0 auto;
	max-width: 940px;
	padding:0 20px;	
}

#full-grey-inner img {
	float: left;
	padding-right: 60px;	
	padding-bottom: 50px;
	margin-top: 15px;
}

#main.index {
	margin-top: 0;	
}

#full-grey-inner p {
    color: black;
    font-family: "source_sans_proregular";
    font-size: 0.9375em;
}

#full-grey-inner h2 {
	border-bottom: 1px solid #79132b;
    color: black;
    display: inline-block;
    font-family: "exomedium_italic";
    font-size: 1.25em;
    font-weight: normal;
    line-height: 21px;
    margin: 0;
    padding-bottom: 10px;	
}

#back {
	display: block;
	width: 120px;
	height: 34px;
	background:url(../images/sub/btn-back.png);	
	float: right;
}

#back:hover {
	background:url(../images/sub/btn-back-active.png);	
}

#main .half h2.has-margin {
	margin-top: 30px;	
}

#footer-container {
	margin-top: 20px;
	background:#3e3e3e;
	width: 100%;
}

#footer {
	max-width: 940px;
	padding:25px 20px 70px;
	margin:0 auto;
	background:url(../images/home/footer.jpg) no-repeat center;	
}

#footer #address {
	float: left;	
}

#footer #footer-nav {
	float: right;	
}

#footer-nav ul {
	list-style: none;
	padding:0;
	margin:0 0 25px;	
}

#footer-nav ul li {
	display: inline-block;	
}

#footer-nav ul li a {
	color: #ddac00;
	font-size: 0.9375em;
	font-family:'exoregular';
	margin-left: 10px;
}	

#footer-nav ul li a:hover {
	color: #e6e6e2;
}

#footer-nav ul li a span {
	margin-left: 10px;	
}

#footer #footer-nav p {
	margin-left: 10px;	
}

#footer #address p,
#footer p {
	color: #e6e6e2;
	font-size: 0.9375em;
	line-height: 23px;
	font-family:'exoregular';	
	margin:0;
}