/*
*****************************************************

Australian Pressure Testing Services - General Screen Stylesheet
Created by Karl Brightman

*****************************************************
*/

@import url("reset.css");

/* Basic Selectors
----------------------------*/
body {
	background: #6d9bd1 url(../images/core/body_bg.jpg) repeat-x 0 0;
	font: normal 62.5% Arial, Helvetica, sans-serif;
}

.clear { clear: both; display: block; height: 0; line-height: 0; }

/* Container
----------------------------*/
#container {
	background: #fff;
	color: #2c2c2c;
	font-size: 1.3em;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 870px;
}

/* Header
----------------------------*/
#header {
	background: url(../images/core/header_bg.gif) no-repeat 0 0;
	height: 188px;
	position: relative;
	z-index: 9;
}

#header #strip { width: 870px; height: 74px; position: absolute; top: 114px; display: block; z-index: 15; }
#p-home #content_left #flash { width: 375px; height: 490px; position: relative; display: block; z-index: 8; padding-top: 10px; }

#header h2.logo a {
	background: url(../images/core/logo.jpg) no-repeat 0 0;
	display: block;
	height: 96px;
	left: 32px;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	top: 59px;
	width: 613px;
	z-index: 9;
}

#natalogo{
	background: url(../images/core/nata-logo.jpg) no-repeat 0 0;
	display: block;
	height: 73px;
	left: 785px;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	top: 50px;
	width: 61px;
	z-index: 9;
	}
	
/* Navigation */
#header .navigation {
	background: url(../images/core/navigation_bg.jpg) repeat-x 0 0;
	height: 48px;
	left: 0;
	padding-left: 27px;
	top: 0;
	z-index: 9;
}

#header .navigation li { float: left; position: relative; z-index: 80; }
#header .navigation li a {
	display: block;
	height: 48px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 10;
}

#header .navigation li.n-home a { background: url(../images/nav/home.jpg) no-repeat 0 0; width: 50px; }
#header .navigation li.n-about_us a { background: url(../images/nav/about_us.jpg) no-repeat 0 0; width: 67px; }
#header .navigation li.n-our_services a { background: url(../images/nav/our_services.jpg) no-repeat 0 0; width: 84px; }
#header .navigation li.n-equipment_hire_sales a { background: url(../images/nav/equipment_hire_sales.jpg) no-repeat 0 0; width: 142px; }
#header .navigation li.n-projects a { background: url(../images/nav/projects.jpg) no-repeat 0 0; width: 62px; }
#header .navigation li.n-company_policies a { background: url(../images/nav/company_policies.jpg) no-repeat 0 0; width: 110px; }
#header .navigation li.n-employment_opportunities a { background: url(../images/nav/employment_opportunities.jpg) no-repeat 0 0; width: 162px; }
#header .navigation li.n-links a { background: url(../images/nav/links.jpg) no-repeat 0 0; width: 46px; }
#header .navigation li.n-contact a { background: url(../images/nav/contact.jpg) no-repeat 0 0; width: 60px; }

#header .navigation li a:hover, #header .navigation li a:focus { background-position: 0 -48px !important; }

#header .navigation li ul {
	left: -9999px;
	margin-top: 48px;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 100;
}
#header .navigation li:hover ul, #header .navigation li.hover ul { left: auto; }

#header .navigation li ul li { display: inline; float: none; }
#header .navigation li ul li a {
	background: #4670a6 !important;
	border-bottom: 1px solid #6791c6;
	color: #fff;
	display: block;
	font-size: .9em;
	height: 1%;
	overflow: hidden;
	padding: 6px 10px;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	width: 200px !important;
}
#header .navigation li ul li a:hover {
	background-color: #537cb2 !important;
}

/* see our full range */
#see_our_full_range a {
	background: url(../images/core/see_our_full_range.jpg) no-repeat 0 0;
	display: block;
	height: 50px;
	left: 619px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 133px;
	width: 178px;
	z-index: 20;
}
#see_our_full_range a:hover, #see_our_full_range a:focus { background-position: 0 -50px; }

/* Profile button */
#profile-button a {
	background: url(../images/core/profile-button.jpg) no-repeat 0 0;
	display: block;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 359px;
	text-indent: -9999px;
	width: 178px;
	z-index: 20;
}
#profile-button a:hover, #see_our_full_range a:focus { background-position: 0 -50px; }


/* Content Left and Content Right Layout
----------------------------*/
#content_left {
	float: left;
	margin-top: -56px;
	width: 224px;
	z-index: 5;
}
#p-home #content_left { width: 375px; }

#content_right {
	float: right;
	margin-left: -270px;
	padding: 20px 44px 0 0;
	position: relative;
	width: 566px;
}
#p-home #content_right { margin-left: -375px; width: 435px; }

/* Content Left
----------------------------*/
#content_left {
	line-height: 1.4;
}

#content_left a { color: #d9017b; text-decoration: none; }
#content_left a:focus { text-decoration: underline; }
#content_left a:hover { color: #153a6e; }
#content_left strong { font-weight: bold; }
#content_left em { text-style: italic; }


#content_left-contact_details {
	border-bottom: 1px solid #cfcfcf;
	padding: 18px 20px;
	font-size:0.82em;
}
#p-home #content_left-contact_details { padding: 18px 24px; }

#content_left-contact_details strong span { display: none; }

#content_left-contact_details .phone_fax_email { display: block; float: none; width: 100%; }
#content_left-contact_details .adr { display: block; float: none; margin-top: 10px; width: 100%; }

/* Content Right
----------------------------*/
#content_right {
	line-height: 1.4;
	padding-bottom: 1em;
}

#content_right p,
#content_right h1,
#content_right h2,
#content_right table,
#content_right img,
#content_right dl,
#content_right ol,
#content_right ul {
	margin-bottom: 1em;
}
#content_right h3 {
	margin-bottom: .5em;
}
#content_right h4,
#content_right h5 {
	margin-bottom: 0;
}

#content_right h1 { color: #6d9bd1; font-size: 1.6em; font-weight: normal; }
#content_right h2 { color: #e3007a; font-size: 1.4em; font-weight: normal; }
#content_right h3 { color: #e3007a; font-size: 1.2em; font-weight: normal; }
#content_right h4 { color: #6d9bd1; font-size: 1.1em; font-weight: normal; }
#content_right h5 { color: #e3007a; font-size: 1.0em; font-weight: bold; }
#content_right p { font-size: 1.0em; font-weight: normal; }

#content_right ul { list-style: disc; margin-left: 2em; }
#content_right ol { list-style: decimal; margin-left: 2em; }
#content_right ul.file_list { list-style: none; margin-left: 0; }
#content_right ul.file_list li { border: 1px solid #ccc; border-left: 0; border-right: 0; margin-top: -1px; }
#content_right ul.file_list li a { display: block; height: 1%; padding: 4px; }
#content_right ul.file_list li a:hover { background-color: #e3effe; }
#content_right ul.file_list li a:focus { text-decoration: underline; }

#content_right a { color: #d9017b; text-decoration: none; }
#content_right a:focus { text-decoration: underline; }
#content_right a:hover { color: #153a6e; }

#content_right img.image-left, #content_right img.image-right { margin: 1em; }
#content_right img.image-left { float: left; margin-left: 0; }
#content_right img.image-right { float: right; margin-right: 0; }
#content_right img.image-border { background: #fff; border: 1px solid #E3007A; padding: 1px; }

#content_right p.back_to_top { display: block; font-size: 90%; text-align: right; }

/* affiliates */
#content_right-affiliates { padding: 12px 20px; }
#content_right-affiliates:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#p-home #content_right-affiliates { padding: 12px 30px; }
#content_right-affiliates ul li { float: left; margin-right: 30px; }
#p-home #content_right-affiliates ul li.nata { display: inline; }
#content_right-affiliates ul li.nata {  }

#content_right #content_left-contact_details { margin: 0; padding: 0; border: 0; }

/* Footer
----------------------------*/
#footer {
	background: #153a6e;
	clear: both;
	font-size: 11px;
	height: 30px;
	padding: 10px 169px 10px 20px;
	position: relative;
}

#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #6d9bd1; }
#footer a:focus { text-decoration: underline; }

#footer ul.navigation {	color: #fff; list-style: none; }
/* #footer ul.navigation li { border-right: 1px solid #fff; display: inline; padding: 0 4px 0 0; } */
#footer ul.navigation li { display: inline; margin-right: 4px; }
#footer ul.navigation li.n-contact { border-right: 0; }
#footer ul.navigation li ul { display: none; }

#footer p.copyright { color: #6d9bd1; }

#footer a#site_created_by_webfirm {
	background: url(../images/core/site_created_by_webfirm.jpg) no-repeat 0 0;
	display: block;
	height: 22px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 14px;
	width: 75px;
	clear:inherit;
}

/* slide content */
.slidecontent div { display: none; }
