
/* Fonts */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen { 

 
/* Layout */
.container {
	width:960px;
}

#overlay {
 	background: transparent url(../img/background.png) no-repeat top center;
 	height: 636px;
 	position: absolute;
 	width: 100%;	
 	z-index: -10;
}

#header {
 	padding: 0px 20px;
 	width: 920px;
 	height: 120px;
 	
}

#content-header {
	margin: 0 0 0 3px;
	height: 223px;
	width: 958px;
 	border-bottom: 1px solid #8C8C8C;
	overflow: visible;
	position: relative;
}

#content-header div {
 	position: absolute;
  height: 300px;
 	width: 1040px;
	margin-top: -60px;
	margin-left: -40px;
	top: 0px;
	background-repeat: no-repeat;
	z-index: -15;	
}

.ie6 #content-header, .ie7 #content-header {
	overflow: hidden;
	margin-left: 4px;
	width: 957px;
	
}

.ie6 #content-header div {
	margin-top: -70px;
	margin-left: -38px;
	z-index: 1;
	
}

.ie7 #content-header div {
	margin-top: -70px;
	margin-left: -38px;	
}

#main {
 	z-index: 40;
}

#menu, #content {
 	padding-top: 30px;
}

#content {
	margin-left: -20px;
}

#content a {
	text-decoration: none;
	color: #2492C5;
}

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

/* Footer */
#footer-full {
	background-image: url(../img/footer-bg-repeat-y.png);
	background-repeat: repeat;
}

#footer {
  padding: 20px 5px;
 	background-image: url(../img/footer-bg.png);
 	background-repeat: repeat-x;
}


#footer a {
 	color: #FFF;
 	text-decoration: none;
}

#footer a:hover {
 	text-decoration: underline;
 		color: #2492C5;
 	
}

#attribution {
	font-family: Arial, sans-serif;
 	font-size: 77%;
 	color: #8B8B8B;
 	margin: 20px 0 0 30px;
}

#attribution .last {
 	text-align: right;
}

#logo {
	width: 265px;
}

#contact-details {
	width: 200px;
}

#address-details {
	width: 280px;
}

#enquiry {
	width: 150px;
}


#contact-details, #address-details {
	margin-top: 30px;
}
#contact-details p, #address-details p {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #2492C5; 
	margin: 0 0 5px 0;	
}

#contact-details span, #address-details span {
 	color: #333;
 	padding-right: 10px;
}

#enquiry {
 	margin-top: 30px;
 	padding: 0 0 0 20px;
}

#recommend {
 	background: #fff url(../img/footer-shadow.png) no-repeat top center;
 	padding-top: 30px;
}

/* Menu */
#menu ul {
 	padding: 0;
 	margin: 0px 0 0 30px;	
}
#menu ul li {
 	list-style: none;
  line-height: 190%;
  height: 33px;
  margin-left: -150px;
  background-image: url(../img/menu-line.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#menu ul li a {
 	font-family: 'BebasNeueRegular', Arial, sans-serif;
 	font-size: 230.7%;
 	letter-spacing: 0.6px;
 	text-decoration: none;
 	display: block;
  padding-top: 1px;
 	height: 33px;
 	line-height: 33px;
 	margin-left: 160px;
 	position: absolute;
 	width: 220px;
 	color: #000;
}

#menu ul li a:hover {
	color: #2492C5;
}


#clients {
	margin: 30px 0 0 45px;
}

#translate {
	margin: 30px 0 0 25px;	
}

#clients h2 {
 	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-weight: 153.9%;
	margin: 0 0 5px 0;
	font-weight: normal;
}

#clients p {
	margin: 0 0 3px 0;
	font-family: 'BebasNeueRegular', Arial, sans-serif;	
	color: #909090;
	font-size: 153.9%;
	font-weight: normal;
}

.right-column {
	background-image: url(../img/right-shadow.png);
	min-height: 250px;
	background-repeat: no-repeat;
	padding: 15px 16px;
}

.middle {
	width: 960px;
	margin: 0 auto;
}


/* Home */
.home-intro, .home-services {
	margin-right: 30px;
}

.home-services h3 {
	font-size: 93%;
	font-weight: normal;
	color: #2492C5;
}

.home-services ul {
	margin: 0;
	padding: 0;
}

.home-services ul li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.home-services ul li a {
	color: #000;
	text-decoration: none;
}

.home-services ul li a:hover {
	color: #2492C5;
}

.home-featured-project {
	margin-bottom: 20px;
}
.home-featured-project h3 {
 	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 130%;
	color: #333;
	letter-spacing: 0.6px;
	margin: 5px 0 0 0;
}

.home-featured-project h4 {
	font-family: Arial, sans-serif;
	font-size: 150%;
	margin: 0 0 5px 0;
	font-weight: normal;	

}

.home-featured-project h4 a {
	text-decoration: none;
	color: #2492C5;
}

/* Lists */
.item-content {
	padding-left: 45px;
}

.product, .service, .project {
	padding: 5px 0 0 0;
}




/* Footer */

.product-photo {
	text-align: center;
}


.our-people-photo {
	text-align: center;
}

.our-people-photo img {
	border: 2px solid #FFF;
}

.our-people-details {
	padding-right: 50px;
}

.our-people-details h3 {
	font-family: Arial, sans-serif;
	color: #8C8C8C;
	font-weight: normal;
	font-size: 108%;
	margin: 0;
}


.our-people-details h4, .transalign h3 {
	font-family: Arial, sans-serif;
	color: #FFF;
	font-size: 131%;
	margin: 0 0 9px 0;
	line-height: 1em;
}

.our-people-details p {
	color: #FFF;
}

.our-people-photo, .our-people-details, .transalign {
	margin-top: 20px;
}

.transalign {
	padding-right: 40px;
}

.transalign p {
	color: #C4C4C4;
}

.site-details p {
	color: #C4C4C4;
	text-align: right;
}

.site-details p strong {
	color: #FFF;
	font-weight: normal;
}





/* Menu highlights */

#p- .home a, 
#p-about .about a,
#p-services .services a,
#p-products .products a,
#p-projects .projects a,
#p-contact .contact a,
#p-alice-springs .alice-springs a,
#p-darwin .darwin a  {
	color: #2492C5;	
}










}


/* CHOOSE */


/* Start big and scale own */
/*
@media all and (orientation:portrait) {} 
@media all and (orientation:landscape) {}
@media screen and (max-device-width: 480px) {}
*/


/* OR */


/* Start small and scale up */

/*480px __________________________________________________________________________________________________________ 
@media only screen and (min-width: 480px) {}*/
/*768px __________________________________________________________________________________________________________ 
@media only screen and (min-width: 768px) {}*/
/*992px __________________________________________________________________________________________________________ 
@media only screen and (min-width: 992px) {}*/
/*1382px __________________________________________________________________________________________________________ 
@media only screen and (min-width: 1382px) {}*/
/*2x __________________________________________________________________________________________________________ 
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {}*/













@media screen{
	
#ie6notice, #jsnotice{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.8);
	z-index:9999;
	display:none;
}

#ie6notice p,
#jsnotice p{
	width:330px;
	border:2px solid #f2825b;
	padding:20px 30px;
	background:#fff;
	margin:50px auto;
	-moz-border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 10px; 
	-webkit-box-shadow:  0px 0px 20px #444;
	-moz-box-shadow: 0px 0px 20px #444;
	box-shadow: 0px 0px 20px #444; 
}

.js #jsnotice{ display:none; }
/* #jsnotice{ display:block; } */

/* .ie6 #ie6notice { display:block; } */

}
