/* CSS for Ingold Website */

body{
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	margin: 0;
	padding: 0;
}

a{
	color: #333;
}

a img {
	border: 0;
}

#main{
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#header{
	margin: 0;
	padding: 0;
}

#contact{
	background: #c5a006 url('images/header/tl.gif') no-repeat bottom left;
	color: #fff;
	margin: 0 0 20px 0;
}

#contact p {
	background: url('images/header/tr.gif') no-repeat bottom right;
	padding: 5px 20px;
	margin: 0;
	font-size: 18px;
}

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

#logo{
	float: right;
    padding: 177px 0 0 0;
    overflow: hidden;
    background: url("images/header/logo.jpg") no-repeat;
	width: 236px;
    height: 0 !important;
    height /**/:177px;
	margin: 0;
}

#banners{
	width: 615px;
	height: 159px;
	overflow: hidden;
	float: left;
	margin: 5px 0 10px 0;
}

#menu{
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul{
	float: left;
	list-style: none;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 0;
	margin: 0;
}

#menu li{
	float: left;
	padding: 3px 12px;
}

#menu li a{
	text-decoration: none;
}

#contentContainer{
	clear: both;
	padding: 40px 0 0 0;
}

#left-bar{
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
	padding: 12px 0 0 0;
}

#left-bar div{
	background: #cc9;
	margin: 5px 0 25px 0;
}

#left-bar h2{
	background: #c5a006;
	color: #fff;
	margin: 0;
	font-size: 16px;
	padding: 0 5px;
}

#left-bar h2 a{
	color: #fff;
}

#left-bar div p{
	margin: 0 5px 5px 5px;
	font-size: 12px;
}

#left-bar div p span{
	font-weight: bold;
}

#left-bar div a{
	text-decoration: none;
}

#content{
	width: 616px;
	margin: 0 0 30px 0;
	padding: 0 0 90px 0;
	text-align: justify;
	float: left;
	background: url('images/content/bottom1.jpg') no-repeat bottom left;
	color: #666;
}

#content.bottom2{
	background: url('images/content/bottom2.jpg') no-repeat bottom left;
}

#content.bottom3{
	background: url('images/content/bottom3.jpg') no-repeat bottom left;
}

#content.bottom4{
	background: url('images/content/bottom4.jpg') no-repeat bottom left;
}

#content.nobottom{
	background: none;
}

#rightBoxes {
	float: right;
	text-align: center;
	padding: 0 40px 0 0;
}

#rightBoxes a {
	color: #c5a006;
	font-weight: bold;
	text-decoration: none;
}

#footer{
	clear: both;
	float: left;
	width: 940px;
	margin: 0;
	background: #c5a006 url('images/footer/br.gif') no-repeat top right;
	font-size: 12px;
	color: #000;
}

#footerLeft{
	background: url('images/footer/bl.gif') no-repeat top left;
	padding: 10px;
	float: left;
	width: 65%;
}

#footerRight{
	padding: 10px;
	float: left;
}

#footer span{
	font-weight: bold;
}

form p{
	clear: both;
}

form label{
	display: block;
	float: left;
	width: 130px;
	text-align: left;
}

form .submit{
	margin-left: 130px;
}

#vacancies h3 {
	color: #fff;
	background: #c5a006;
	padding: 2px 5px;
	position: relative;
	margin: 0;
}

#vacancies h4 {
	margin: 12px 0;
	font-size: 14px;
	font-weight: bold;
}

#vacancies .vacancy{
	clear: both;
}

#vacancies .vacancyBody {
	float: left;
	width: 435px;
	padding: 0 16px 0 0;
}

#vacancies .vacancyDetails {
	float: left;
	width: 165px;
	font-size: 12px;
}

#news h3 {
	color: #fff;
	background: #c5a006;
	padding: 2px 5px;
	position: relative;
	margin: 0;
}

dt {
	font-weight: bold;
}

dd ul{
	padding: 0;
	list-style: none;
}
