/*
*************************************************

file : screen.css
client : Pivs Engineering
use : Main stylesheet used for display on screen and projection
author : Karl BRIGHTMAN
date created: 19th February 2007
the song : Air - Mikie Mills
on this day : 1942 - Air raids on Darwin: The capital of Northern Territory, Australia was devastated by 242 bombers and fighters of the Imperial Japanese Navy.

*************************************************
*/

/*-------------------------------------------    
    IMPORTS
-------------------------------------------*/

@import "enquiryform.css";
@import "misc.css";
@import "thickbox.css";


/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
* {
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/core/body_bg.gif) repeat-x 0 -103px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	padding: 2em 0;
}
body#home { background: #fff url(../images/core/body_bg.gif) repeat-x 0 0; }

a { color: #0095da; text-decoration: underline; }
a:hover, a:focus { color: #007ab3; background: #ceefff; }

h1 { color: #60809e; }
h2 { color: #bed0e1; }
p { margin-bottom: 1.35em; }
p, ul, ol { font-size: 1em; }

/*-------------------------------------------    
    Structure
-------------------------------------------*/
#container {
	height: auto;
	margin: 0 auto;
	width: 809px;
}

#container #left,
#container #right {
	float: left;
	height: auto;
}
#container #left { width: 611px; }
#container #right { width: 198px; }

/*-------------------------------------------    
    Right
-------------------------------------------*/

#right #dark_grey {
	background: #3d464e;
	padding: 2em 0 1em;
}
body#home #right #dark_grey { padding: 0; }

#right #dark_grey #call_pivs {
	background: url(../images/core/call_pivs.gif) no-repeat 0 0;
	border-top: 1px solid #616b73;
	height: 101px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 184px;
}

/*-------------------------------------------    
    Header
-------------------------------------------*/
#header {
	background: url(../images/core/header_bg.jpg) no-repeat 0 0;
	height: 129px;
	position: relative;
	width: 611px;
}

#header a#logo {
	background: url(../images/core/logo.jpg) no-repeat 0 0;
	display: block;
	height: 66px;
	left: 18px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 19px;
	width: 146px;
}

#header #contact_details {
	color: #fff;
	left: 181px;
	position: absolute;
	top: 50px;
}

#header #contact_details a { color: #fff; text-decoration: underline; }
#header #contact_details a:hover, #header #contact_details a:focus { background: none; color: #fff; }

#header #contact_details em {
	color: #bacddf;
	font-style: normal;
}

#header #contact_details p {
	border-left: 1px solid #acc2d7;
	display: block;
	float: left;
	padding: .5em 0 .5em 8px;
}
#header #contact_details p.address { width: 220px; }
#header #contact_details p.telephone_email { width: 190px; }

p.address, p.telephone_email{
	font-size:10px;
}

/*-------------------------------------------    
    Flash
-------------------------------------------*/
#flash {
	background: url(../images/core/flash_bg.jpg) no-repeat 0 0;
	height: 244px;
	position: relative;
	width: 611px;
}

#flash h2 { overflow: hidden; text-indent: -9999px; }
#flash a#what_we_can_offer_you {
	background: url(../images/core/what_can_we_offer_you.gif) no-repeat 0 0;
	display: block;
	height: 30px;
	position: absolute;
	right: 13px;
	top: 143px;
	width: 166px;
}
#flash a#what_we_can_offer_you:hover { background-position: -166px 0 !important; }

/*-------------------------------------------    
    Page Title
-------------------------------------------*/
#page_title {
	background: url(../images/core/page_title_bg.jpg) no-repeat 0 0;
	height: 43px;
	padding: 0 2.5em;
}

#page_title h1 {
	color: #fff;
	font-size: 2.2em;
	font-weight: normal;
}

/*-------------------------------------------    
    Navigation
-------------------------------------------*/
#navigation {
	background: #3d464e;
	margin-bottom: 17px;
}
body#home #navigation { padding-top: 129px; }

#navigation ul {
	list-style: none;
}

#navigation ul li a {
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	width: 198px;
}

#navigation ul li a:hover {
	background-position: -198px 0 !important;
}

#navigation ul li a#nav_home { background: url(../images/nav/home.gif) no-repeat 0 0; }
#navigation ul li a#nav_company_profile { background: url(../images/nav/company_profile.gif) no-repeat 0 0; }
#navigation ul li a#nav_services { background: url(../images/nav/services.gif) no-repeat 0 0; }
#navigation ul li a#nav_projects_and_clients { background: url(../images/nav/projects_and_clients.gif) no-repeat 0 0; }
#navigation ul li a#nav_contact { background: url(../images/nav/contact.gif) no-repeat 0 0; }

/*-------------------------------------------    
    Left Content
-------------------------------------------*/
#left_content {
	border-left: 1px solid #dbdfe3;
	color: #465568;
	font-size: 1.3em;
	margin: 2em 0 0;
	padding: 0 2em;
}

#left_content h1 {
	color: #bed0e1;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: lowercase;
}
#left_content h1 em { color: #60809e; font-style: normal; }

#left_content h2 {
	color: #60809e;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: lowercase;
}

#left_content h3 {
	color: #bed0e1;
	font-size: 1.2em;
	font-weight: bold;
	padding:10px 0 15px 0;
}

#left_content h4 {
	color: #60809e;
	font-size: 1.1em;
	font-weight: bold;
}

#left_content h5 {
	color: #465568;
	font-size: 1em;
	font-weight: bold;
}

#left_content img.float_left {
	float: left;
	margin: 1em;
	margin-left: 0;
}

#left_content div.float_center {
	text-align: center;
	margin: 1em 0;
}

#left_content img.float_right {
	float: right;
	margin: 1em;
	margin-right: 0;
}

#left_content ul { list-style: none; margin-bottom: 1.35em; }
#left_content ul li { background: url(../images/core/list_arrow.gif) no-repeat left center; padding-left: 10px; }
#left_content ul.anchor_links li { background: url(../images/core/list_anchor_arrow.gif) no-repeat left center; padding-left: 12px; }

#left_content p.back_to_top {
	display: block;
	font-size: .8em;
	text-align: right;
}

#left_content p.back_to_top a { border-left: 1px solid #dbdfe3; margin: 1em 0; padding-left: 1em; }
#left_content p.back_to_top a:hover, #left_content p.back_to_top a:focus { background: none; }

#left_content .client_container { margin: 1em auto; width: 550px; }
#left_content .client_container .client_logo, #left_content .client_container .client_content { float: left; }
#left_content .client_container .client_logo {
	border-right: 1px solid #dbdfe3;
	padding: 10px;
	width: 120px;
}
#left_content .client_container .client_content {
	padding: 10px;
	padding-top: 0;
	width: 389px;
}

#left_content .client_container .client_content .client_work_photos {
	height: 100px;
	margin: 1em auto;
	width: 375px;
}

#left_content .client_container .client_content .client_work_photos img {
	float: left;
	margin-right: 5px;
}


/*-------------------------------------------    
    Right Content
-------------------------------------------*/
#right_content {
	color: #7e8b9c;
	font-size: 1.2em;
}

#right_content dl dt {
	color: #bed0e1;
	font-size: 1.8em;
	font-weight: normal;
}

#right_content .padded_text {
	padding: 0 .5em;
}

#right_content .right_header_image { padding-top: 80px; }
#right_content .right_header_image#right_clients { background: url(../images/core/right_clients.jpg) no-repeat 0 0; }
#right_content .right_header_image#right_projects { background: url(../images/core/right_projects.jpg) no-repeat 0 0; }

/*-------------------------------------------    
    Footer
-------------------------------------------*/
#footer {
	border-top: 1px solid #dbdfe3;
	color: #afb2b5;
	font-size: 1em;
	height: auto;
	margin: 2em auto 0;
	padding-top: 1em;
	width: 809px;
}
#footer .left { float: left; padding: .8em 0;}
#footer .right { float: right; text-align: right; }

#footer a { color: #afb2b5; text-decoration: underline; }
#footer a:hover, #footer a:focus { background: none; color: #999999; }

#footer #footer_navigation { float: left; list-style: none; }
#footer #footer_navigation li {
	border-right: 1px solid #afb2b5;
	margin-right: .5em;
	padding-right: .6em;
	display: inline;
}

#footer #copyright {
	float: left;
}

/*
  Services - Workplace pages
*/

ul#workplace-images { clear: both; display: block; height: 94px; list-style: none; margin: 1em 0 1em 3em; }
ul#workplace-images li { float: left; margin: 0 1em; background: none;}
ul#workplace-images li a {
  border: 2px solid #ccc;
  display: block;
  height: 90px;
  overflow: hidden;
  text-indent: -9999px;
  width: 120px;
}

ul#workplace-images li.workplace1 a { background: url('../images/workplace1.jpg') no-repeat 0 0; }
ul#workplace-images li.workplace2 a { background: url('../images/workplace2.jpg') no-repeat 0 0; }
ul#workplace-images li.workplace3 a { background: url('../images/workplace3.jpg') no-repeat 0 0; }