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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
.homebody {
	background-image: url(../images/bg/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.standardbody {
	background-image: url(../images/bg/bgstandard.jpg);
	background-position: center top;
	background-color: #243B0D;
	background-repeat: no-repeat;
}
* {margin:0;padding:0;} 

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 760px;}

#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1{
	color: #091C5A;
	font-size: 33px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 40px;
}
h2{
	color: #091D5A;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3{
	color: #091D5A;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 10px;
	line-height: 24px;
}
h4{
	color: #091D5A;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h5{
	color: #091D5A;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	line-height: 16px;
}
p{
	color: #000;
	font-size: 13px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.intro{
	color: #131656;
	font-size: 16px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a{
	color: #131656;
}
a:hover{
	color: #AFBD22;
}
#main ul, #sidebar ul{
	margin-top: 0px;
	margin-bottom: 17px;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main li, #sidebar li{
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 9px;
	list-style-image: url(../images/bg/bullet.gif);
	padding: 0px;
}
#headerwapper{
	background-color: #091c5a;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	width: 900px;
	position: relative;
}
.logo{
	float: left;
	margin: 0px;
	padding: 0px;
}
#number{
	padding: 0px;
	width: 609px;
	position: relative;
	margin: 0px;
}
#wrapper{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	width: 900px;
}
/* nav */
#nav{
	width: 890px;
	height: 40px;
	background-color: #AFBD22;
	list-style-type: none;
	padding-left: 10px;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav a {
	color: #FFF;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}
#nav a span { background-position: top left; background-repeat: no-repeat; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; cursor: pointer; }
#nav a:hover, #nav a.current {
	color: #AFBD22;
	background-color: #AFBD22;
}
#nav a:hover span, #nav a.current span { background-position: bottom left; }
#nav a#nav01 { width: 88px; }
#nav a#nav02 { width: 136px; }
#nav a#nav03 { width: 138px; }
#nav a#nav04 { width: 135px; }
#nav a#nav05 { width: 131px; }
#nav a#nav06 { width: 101px; }
#nav a#nav07 { width: 156px; }
#nav a#nav01 span { background-image: url(../images/nav/01.gif); }
#nav a#nav02 span { background-image: url(../images/nav/02.gif); }
#nav a#nav03 span { background-image: url(../images/nav/03.gif); }
#nav a#nav04 span { background-image: url(../images/nav/04.gif); }
#nav a#nav05 span { background-image: url(../images/nav/05.gif); }
#nav a#nav06 span { background-image: url(../images/nav/06.gif); }
#nav a#nav07 span { background-image: url(../images/nav/07.gif); }

/* nav dropdown */
#nav li ul {
	background-color: #FFF;
	color: #AFBD22;
	display: block;
	left: -999px;
	margin: 0px;
	position: absolute;
	width: 138px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	list-style-type: none;
}
#nav li li.first {
	border-top: none;
	z-index: 1000;
	font-weight: normal;
	font-size: 12px;
	list-style-type: none;
}
#nav li li {
	z-index: 1000;
	width: 138px;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D3E15B;
}
#nav li li a {
	color: #919D1C;
	font-size: 12px;
	height: auto;
	line-height: 16px;
	margin: 0;
	text-align: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 8px;
}
#nav li li a:hover, #nav li li a.current {
	background-color: #AFBD22;
	color: #FFF;
	z-index: 30001;
	list-style-type: none;
}
#nav li ul:hover {
	list-style-type: none;
}
/* content */
#content{
	width: 850px;
	background-color: #fff;
	float: left;
	padding: 25px;
	height: 100%;
	margin-bottom: 20px;
}
#headerimage {
	width: 850px;
	margin-bottom: 40px;
}
#sidebar{
	width: 140px;
	float: left;
}
#sidebar h3{
	color: #091C5A;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 2px;
}
#sidebar a {
	color: #091D5A;
	text-decoration: none;
}
#sidebar .current, #sidebar a:hover{
	color: #919D1C;
	text-decoration: underline;	
}
#main{
	width: 660px;
	float: left;
	margin-left: 19px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-right: 10px;
}
#getintouch{
	width: 650px;
	background-image: url(../images/bg/getintouch.gif);
	background-repeat: no-repeat;
	height: 95px;
	margin-top: 25px;
	margin-bottom: 0px;
	float: left;
}
#getintouch1{
	width: 300px;
	padding-left: 100px;
	padding-right: 10px;
	float: left;

}
#getintouch2{
	width: 194px;
	float: left;
	padding-top: 27px;
	padding-left: 25px;

}
#getintouch p{
	color: #fff;
	padding-left: 3px;
}
#getintouch h3{
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 3px;
}
/* hompagecontent */
#slideshow {
	height: 275px;
	width: 850px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 23px;
	padding-left: 0px;
	background-image: url(../images/slideshow/01.jpg);
	background-repeat: no-repeat;
}
#boxes {
	width: 850px;
	float: left;
}
#boxes p{
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}
#boxes h2{
	color: #fff;
		line-height: 18px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}
#boxes a{
	color: #fff;
}
#boxes a:hover{
	color: #fff;
}
.col1 a {
	width: 240px;
	float: left;
	background-color: #0B1C54;
	margin-right: 20px;
	height: 68px;
	background-image: url(../images/button/box_image01.jpg);
	background-repeat: no-repeat;
	padding-top: 102px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
.col1 a:hover{
	background-image: url(../images/button/box_image11.jpg);
	background-repeat: no-repeat;
}
.col2 a {
	width: 240px;
	float: left;
	margin-right: 20px;
	height: 68px;
	background-color: #0B1C54;
	background-image: url(../images/button/box_image02.jpg);
	background-repeat: no-repeat;
	padding-top: 102px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
.col2 a:hover{
	background-image: url(../images/button/box_image22.jpg);
	background-repeat: no-repeat;
}
.col3 a {
	width: 240px;
	float: left;
	background-color: #0B1C54;
	height: 68px;
	background-image: url(../images/button/box_image03.jpg);
	background-repeat: no-repeat;
	padding-top: 102px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
.col3 a:hover{
	background-image: url(../images/button/box_image33.jpg);
	background-repeat: no-repeat;
}
#clearcontent{
	width: 850px;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 20px;
	margin: 0px;
}
#clearcol1 {
	width: 270px;
	float: left;
	margin-right: 20px;
}
#clearcol2 {
	width: 270px;
	float: left;
	margin-right: 20px;
}
#clearcol3 {
	width: 270px;
	float: left;
}
/* productspage */
#linegreen{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AFBD22;
	width: 545px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainproduct{
	width: 660px;
	float: left;
	margin-left: 19px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-right: 10px;
}
#mainproduct li{
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 9px;
	padding: 0px;
	list-style-type: none;
}
#content div.item ul li.reference, #content .products-table li.reference  {
	background-image: url('../images/icon/reference.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	z-index: 1000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #091D5A;
}

#content div.item ul li.download, #content .products-table li.download  {
	background-image: url(../images/icon/pdf.jpg);
	background-repeat: no-repeat;
	z-index: 1000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#content div.item ul li.enquiry, #content .products-table li.enquiry  {
	background-image: url(../images/icon/enquiry.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.productbuttons{
	margin-right: 15px;
}
#productbuttonscont{
	float: left;
	width: 650px;
	margin-bottom: 20px;

}
/* footer */
#footerwrapper{
	background-color: #091c5a;
	clear: both;
	position: relative;
	width: 100%;
	min-height: 120px;
}
#footer{
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/logo/footerlogo.gif);
	background-repeat: no-repeat;
	padding-left: 90px;
	background-color: #091C5A;
	height: 140px;
}
#footer p{
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 8px;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #919D1C;
}
#footer h5{
	color: #919D1C;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 8px;
}
#footer h5 a{
	color: #919D1C;
}
#footer h5 a:hover{
	color: #fff;
}
/* pics */
.newspic{
	margin-right: 20px;
	margin-top: 22px;
}
.productspic{
	margin-right: 20px;
	margin-top: 22px;
}
.pdfpic{
	padding-right: 5px;
	margin-bottom: -3px;
}
#companypic{
	background-image: url(../images/pics/inner_company.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 140px;
	width: 300px;
	padding-right: 360px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 25px;
}
#casestudiespic01{
	background-image: url(../images/pics/inner_casestudie.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 140px;
	width: 300px;
	padding-right: 360px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 25px;
		margin-top: 30px;
}
#casestudiespic02{
	background-image: url(../images/pics/inner_leisure.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 140px;
	width: 300px;
	padding-right: 360px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 25px;
		margin-top: 30px;
}
#casestudiespic03{
	height: 140px;
	width: 300px;
	padding-right: 360px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 25px;
		margin-top: 30px;
}
#productapppic{
	background-image: url(../images/pics/inner_productapp.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 140px;
	width: 300px;
	padding-right: 360px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 25px;
	margin-top: 30px;
}
#servicespic{
	background-image: url(../images/pics/inner_services.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 140px;
	width: 300px;
	padding-right: 360px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 25px;
		margin-top: 30px;
}
#companypic h3, #casestudiespic01 h3, #casestudiespic02 h3, #casestudiespic03 h3, #productapppic h3, #servicespic h3{
	color: #919D1C;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
#industrypic{
	height: 139px;
	width: 660px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#industrypic h2{
	color: #091D5A;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 60px;
}
.industrypics{
	float: right;
}
.repeaterpic{
	float: left;
	margin-right: 15px;
	border: 1px solid #AFBD22;
	margin-top: 15px;
}
/* extras */
.map{
	border: 1px solid #999;
	margin-bottom: 30px;
	margin-top: 20px;
}
.green{
	color: #919D1C;
}
.newsdate{
	color: #091D5A;
	margin-bottom: 5px;
}
#line{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AFBD22;
	margin-top: 20px;
	margin-bottom: 10px;
}
.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AFBD22;
	padding-bottom: 25px;
	padding-top: 15px;
}
