/*
-----------------------------------------------
Style Sheet

Site:     Australian Pressure Labs
Company:  Melissa Norfolk Web Design
Website:  www.melissanorfolk.net.au
Author:   Tim Connell
Version:  2007.02
------------------------------------------------
Colours:
	Dark Blue:				#3148b5
	Light Blue :			#5779d2
	Highlight Blue:		#5c80d7
	Even Lighter Blue:#99ccff
	Text ( Black ) :	#3a3a3a
----------------------------------------------- */

html {
	background: #3148b5 url(images/background_body.png) top left repeat-x;
	color: #3a3a3a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	padding: 30px 30px 30px 30px;
}

/* !LAYOUT
--------------------- */

#wrapper {
  border: 1px solid #3A3A3A;
}

#header {
  background: #FFF;
}

#content-wrapper {
  background: #FFF;
}

#sidebar {
  background: #5779d2;
	padding: 0 15px;
}

#content {
}

#footer {
	clear: both;
	text-align:right;
}

		
/* !HEADER
--------------------- */

#header h1 {
	color: #3148b5;
	font-size: 26px;
	font-weight: normal;
  margin: 0;
	padding: 0;
}

#navigation {
  background: #3148b5 url(images/background_navigation.png) top right repeat-x;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	text-align: left;
}

#nav li { /* all list items */
  background: transparent url(images/navigation_divider.gif) 100% 50% no-repeat;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding: 0 36px;
	margin: 0;
}

#nav li.last {
  background: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #3148b5;
	border-top: 8px solid #3148b5;
	width: 300px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
  padding: 10px 10px;
	border-top: 1px solid #FFF;
	width: 280px;
	background: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* !SIDEBAR
--------------------- */
#sidebar {
}


/* !HIGHLIGHTS AND SPACING
--------------------- */


/* !TYPOGRAPHY
--------------------- */

h1 { font-size: 16px; color: #3148b5; }
h2 { font-size: 15px; color: #3A3A3A; }
h3 { font-size: 14px; color: #3148b5; }
h4 { font-size: 14px; color: #3A3A3A; }
p { font-size: 13px; text-align: justify; line-height: 17px;}

h1, h2, h3, h4 { margin: 20px 0 0 0; }

#content p, #content address, #content form { margin: 10px 0 5px 0; }

#content ul { margin-top: 10px; margin-bottom: 5px; margin-left: 15px; padding-left: 0; }

h1 strong, h2 strong, h3 strong, h4 strong {
  color: #5c80d7;
}

h1 em {
  font-style: normal;
	font-weight: normal;
}

address { font-style: normal; }


hr { margin: 20px 0; }
li {}
	li { margin-top: 10px; }
	
a {}

	a, a:link, a:visited, a:hover, a:active {
		color: #5c80d7;
		text-decoration: underline;
	}
	
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
		color: #FFF;
		text-decoration: none;
		font-weight: normal;
		font-size: 14px;
  }
	
	#nav a:hover {
	  color: #5779d2;
	}
	
		#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
		color: #99ccff;
		font-size: 12px;
  }
	
	
#sidebar {}

  #sidebar h1, #sidebar p, #sidebar a, #sidebar address {
	  font-size: 12px;
		color: #FFF;
	}
	
	#sidebar strong {
		display: block;
		float: left;
  	width: 50px;
	}
	
#feature {}
  #feature p {
	  font-size: 12px; 
	}

#footer {}
	#footer p {
		font-size: 10px;
		color: #FFF;
		text-align: right;
	}
	
	#footer a {
		color: #FFF;
	}

img.right {
	margin-left: 15px;
	margin-top: 15px;
	float: right;
}

img.left {
	margin-right: 15px;
	margin-top: 15px;
	float: left;
}

img.bordered {
	border: 1px solid #ccc;
	padding: 2px;
}

/* !Unavoidable CSS Fixes
--------------------- */
.clear {
	clear: both;
}

/* !TEMP STYLING HELP
--------------------- 
div  { 	border: 1px dashed red; }