/* CSS for Ingold Website */

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

a{
	color: #333;
}

a img {
	border: 0;
}

h2{
	font-size: 16px;
	margin-top: 0;
}

h3{
	font-size: 14px;
}

hr{
	background: #333;
	color: #333;
	border: none;
	height: 1px;
}

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

#header{
	float: left;
	padding: 30px 0 5px 0;
}

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

#header p{
	float: left;
	line-height: 1;
	padding: 36px 0 0 15px;
	margin: 0;
}

#header p span{
	font-weight: bold;
}

#left{
	float: left;
	clear: both;
	width: 800px;
	margin: 0;
	padding: 0;
	background: #fc3 url('images/content/bg1.jpg') no-repeat bottom right;
}

#left.bg2{
	background-image: url('images/content/bg2.jpg');
}

#left.bg3{
	background-image: url('images/content/bg3.jpg');
}

#left.bg4{
	background-image: url('images/content/bg4.jpg');
}

#left.bg5{
	background-image: url('images/content/bg5.jpg');
}

#left.bg6{
	background-image: url('images/content/bg6.jpg');
}

#left.bg7{
	background-image: url('images/content/bg7.jpg');
}

#menu{
	padding: 0 0 0 160px;
	margin: 0;
	background: #000;
	color: #fff;
	height: 24px;
	line-height: 24px;
}

#sections{
	width: 292px;
	float: left;
}

#sections ul{
	padding: 0;
	margin: 0;
}

#sections li{
	text-align: right;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
}

#sections li a {
	padding: 72px 45px 0 0;
	color: #fff;
	background: #000 url('images/sections/manufacture.jpg') no-repeat top left;
	line-height: 19px;
	height: 19px;
	display: block;
	text-decoration: none;
}

#sections li a:hover {
	color: #fc3;
}

#sections #secEngineering a {
	background-image: url('images/sections/engineering.jpg');
}

#sections #secRetail a {
	background-image: url('images/sections/retail.jpg');
}

#sections #secConstruction a {
	background-image: url('images/sections/construction.jpg');
}

#sections #secLeisure a {
	background-image: url('images/sections/leisure.jpg');
}

#sections #secAgriculture a {
	background-image: url('images/sections/agriculture.jpg');
}


#content{
	width:488px;
	height: 535px;
	overflow: auto;
	float: left;
	padding: 10px 10px 0 10px;
}

.caseStudy {
	float: left;
	clear: both;
	width: 470px;
	margin: 0 0 0 0;
	padding: 0;
}

.caseStudy .text{
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
}

.caseStudy .pictures{
	width: 150px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

.caseStudy .pictures img{
	margin: 0 0 100px 0;
}


#downloadsLeft{
	width: 230px;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

#downloadsRight{
	width: 230px;
	float: left;
	padding: 0;
	margin: 0;
}

#downloadsLeft ul, #downloadsRight ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

dl ul{
	margin: 0;
	padding:0;
}

#content li{
	margin: 0 0 10px 0;
}

form label{
	display: block;
	float: left;
	width: 180px;
}

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

.error{
	color: #c00;
}

.error p{
	line-height: 1.2;
	font-weight: bold;
	margin: 0;
}

.error ul{
	line-height: 1.2;
	margin: 0;
}

#content .error li{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2;
}

#right{
	float: left;
	margin: 0;
	width: 200px;
	background: #000;
}

#news{
	background: #666;
	height: 345px;
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #ccc;

}

#news h3{
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: #000;
	color: #fc3;
	margin: 0;
	text-align: center;
}

#news p{
	padding: 0 10px;
}

#news a{
	color: #ccc;
}

#privacy{
	margin: 0;
	padding: 198px 5px 7px 5px;
	background: #ccc url('images/privacy/bg.jpg') no-repeat bottom right;
}

#privacy p{
	margin: 0;
}

#footer{
	clear: both;
	float: left;
	width: 980px;
	background: #666;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
}

#footer p{
	margin: 0;
	float: left;
}
#footer p.privacy{
	float: right;
}

#footer a{
	color: #fff;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			24px; /* match top ul list item height */
	z-index:		99;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 0;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background: #000 url('images/menu/bullet.gif') no-repeat center left;
	padding: 0 10px 0 16px;
	line-height: 24px;
}

.sf-menu li.first{
	padding: 0 10px 0 0;
	background: none;
}

.sf-menu li li {
	background:	#000;
	line-height: 1;
	background: #000 url('images/menu/bullet.gif') no-repeat 5px 0;
	padding: 5px 10px 5px 16px;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #fc3;
	outline:		0;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}