/*_________________________________________________________
	
	Author: Blue Square Design
	www.blue-square.com.au
	Created for: PRP Engineering
	www.prpengineering.com.au
	Copyright © 2008, All rights reserved.
	Date Created: 13th November 2008
	File Name: layout.css
	DO NOT MODIFY THIS DOCUMENT WITHOUT
	NOTIFYING THE AUTHOR FIRST
_________________________________________________________*/


@import url('reset.css');
@import url('clearfix.css');

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	background: #666 url(../images/background.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}

h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color: #333;
	padding: 10px 0 20px 0;
	line-height:27px;
	font-weight:normal;
}
h2	{
	font-size:13px;
	color: #005aab;
	text-transform:uppercase;
	padding: 10px 0 10px 0;
	line-height:22px;
	font-weight:normal;
}

h3	{
	font-size:14px;
	color: #333;
	padding: 5px 0 5px 0;
	font-weight:bold;
	line-height:20px;
}

p strong {
	font-weight:bold;
	color:#333;
	line-height:18px;
}

em {
	font-style:italic;
}

.twoColFixRtHdr #container { 
	width: 917px; 
	margin: 0 auto;
	text-align: left;
}

.phone {
	background:url(../images/phone.gif) no-repeat; 
	font-size:25px;
	color: #333;
	line-height:27px;
	font-weight:normal;
	margin-bottom:15px;
	padding-left:35px;
	height:30px;
}

#header { 
		background:url(../images/header-background.jpg) no-repeat #ddd;
	height: 198px;
	text-align:right;
	padding: 0;
	margin:0;
	display:block;
} 

#flashHeader {
	width:250px;	position:absolute;
	top:0px;
	left:350px;
	float:left;
	height:100px;
	padding:74px 0 0 30px; 	 z-index:2;
}
#headerTitle {
	width:500px;
	height:43px;
	margin: 0;
	color: #fff;
	float: right;
	margin-top:130px;
	font-size:42px;
	padding: 0 0;
	text-align:right;
}

#middleDiv{
	background:url(../images/content-background.jpg) repeat-y;
}

.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 360px;
	background:url(../images/content-right-background.jpg);
	padding:0;
	margin:0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 360px 0 0;
	padding:20px;
} 

p {
	margin-bottom:10px;
	line-height:18px;
}
p a {
	border-bottom:dotted 1px #06F;
	color:#06F;
}
p a:hover {
	background:#eee;
	border-bottom:solid 2px #06F;
}


.twoColFixRtHdr #footer { 
	padding:0 15px;
	background: url(../images/bg-footer.gif) repeat-x;
	height:40px;
	margin-bottom:40px;
} 
.twoColFixRtHdr #footer div {
	color:#888;
	font-size:10px;
	margin-top: 5px;
	padding: 10px 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltrt a {
	color:#888;
}
.fltrt a:hover {
	color:#fff;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	text-decoration:none;
	color:#333;
}


#menuDiv{
	height: 48px;
	width: 877px;
	background: url(../images/menu-div.gif) repeat-x;
	padding:0 20px;
}

#menuDiv ul{
}

#menuDiv ul li{
	display:inline;
}

a.menuItem{
	text-decoration:none;
	font-size: 10px;
	text-transform:uppercase;
	letter-spacing:1px;
	background:url(../images/menuItemLeft.gif) 0 0 no-repeat;
	display:inline;
	float:left;
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 48px; /* Height of button background height */
	padding-left: 15px; /* Width of left menu image */
	text-decoration: none;
	color: #9c9c9c;
}

a.menuItem span {
	background:url(../images/menuItemRight.gif) no-repeat 100% 0;
	display: block;
	padding:19px 15px 15px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.selected, 
a.menuItem:hover { /* Hover state CSS */
	background-position: bottom left;
	color:#fff;
}

a.selected span,
a.menuItem:hover span { /* Hover state CSS */
	background-position: 100% -48px;
	color: #fff;
}

#sidebar1Slider {
	width:360px;
	height:320px;
	overflow:hidden;
}
#sidebar1Slider ul {
	width:100%;
	height:100%;
}
#sidebar1Slider li {
	width:100%;
	height:100%;
	
}
.sliderdescription {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#656565;
	display: inline-block;
	padding:5px 10px;
}

#sidebar1FurtherInfo {
	padding:10px;
	border-top:3px solid #fff;
}

#mainContent ul {
	list-style:square outside;
	padding-left:15px;
	margin-left:15px;
	margin-bottom:10px;
}	
#mainContent ul li {
	line-height:18px;
}



/*    Forms    */

#formDiv {
}

#formDiv form {
	width:486px;
}

#formDiv fieldset {
	border:1px solid #ccc;
	margin:0;
	padding:10px;
}

#formDiv legend {
	font-size:14px;
	color: #333;
	padding:10px 10px 15px 10px;
	font-weight:bold;
}

#formDiv input.checkbox {
	width:20px;
	padding:0;
	text-align:left;
	background:none;
	border:none;
	margin:0 0 0 0;
}

#formDiv label.checkboxLabel {
	line-height:22px;
}

#formDiv label {
	width:100px;
	clear:left;
	display:block;
	float:left;
	text-align:right;
	margin-right:10px;
	line-height:21px;
}

#formDiv input {
	background:#fff;
	width:335px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	padding:2px;
	line-height:18px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#formDiv select {
	width:342px;
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	padding:2px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:5px;
}

#formDiv textarea {
	background:#fff;
	width:335px;
	height:100px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	padding:2px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

#formDiv input.submit {
	border:1px solid #333;
	cursor:pointer;
	overflow:hidden;
	color:#ccc;
	font-weight:bold;
	font-size:14px;
	background: url(../images/menu-div.gif) repeat-x;
	width:130px;
	padding:10px;
	margin:20px 0;
}
#formDiv input.submit:hover {
	color:#fff;
}

#spamSubmitMargin {
	margin-left:130px;
}

.error{
	color:red;
}

.relatedLogos {
	border:#ccc solid 1px;
	width:340px;
	padding:6px;
	font-size:10px;
	color:#001940;
	margin-top:20px;
}
.relatedLogosImg {
	float:left;
	margin-right:5px;
}
.relatedLogosText {
	float:left;
	padding:8px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }