@charset "utf-8";
/* CSS Document */

/*
Theme Name: Satec
Description: for the exclusive use of Satec Australia Pty Ltd
Author: Sue Mundy - Level 21
Author URI: www.level21.com.au


Theme colours
Grey: 			#9ba4ab
Dark orange:	#f1640a
Light orange:	#fba76f
Dark teal:		#508989
Light teal:		#8dbcbc

*/

/*--GLOBAL--*/
body	{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 20px;
}
h3, h4	{
	color: #f1640a;
}
#wrapper	{
	margin: auto;
	padding: 0;
	width: 960px;
	font-size: small;
}
#wrapper-inner	{
	background: #fff;
}

/*--HEADER--*/
#header	{
	margin: 0;
	padding: 0;
	background: #96a4ab;
	background-image: url(../images/logo-header.jpg);
}
#logo h1		{
	font-size: 10%;
	text-indent: -9999px;
}
#feature	{
	margin: 0;
	padding: 0;
	height: 200px;
	background: #fff;
	background-image: url(../images/feature1.jpg);
	background-repeat: no-repeat;
}

/*--NAVIGATION--*/
#nav	{
	background: #f1640a;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
#nav ul	{
	padding: 10px 0 0 10px;
	
}
#nav ul li	{
	position: relative;
	display: inline;
	height: 30px;
	padding: 0 20px 0 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li ul {
	position: absolute;
	top: 10px;
	left: 5%;
	display: none;
}
nav ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
}
nav ul li ul li a {
	width: 160px;
}
#nav li:hover ul { display: block; }

#nav a	{
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover	{
	color: #ddd;
}

/*--CONTENT--*/
#main-body	{
	float: left;
	width: 70%;
	font-size: 85%;
	color: #333;
}
#content	{
	float: right;
	width: 60%;
}
#content div	{
	padding: 10px;
}
#title-leftcol, #title-centercol, #title-rightcol	{
	padding: 0;
	font-size: small;
	text-align: center;
}
#title-leftcol h2, #title-centercol h2, #title-rightcol h2	{
	color: #9ba4ab;
	font-size: large;
	font-family:Arial, Helvetica, sans-serif;
}

/*--PRODUCT SHOWCASE--*/
#showcase	{
	margin: 0 0 10px 0;
	float: left;
	width: 340px;
	padding: 10 0;
	border: 2px solid #c8cdd2;
}
#showcase dl	{
	float: left;
	width: 280px;
	margin: 10px 20px;
	padding: 0;
	display: inline; /*IE/Win double margin bug*/
}
#showcase dt	{
	float: right;
	width: 162px;
	margin: 0;
	padding: 0;
}
#showcase dt h3	{
	color: #f1640a;
}
#showcase dd	{
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.6em;
	color: #666;
}
#showcase dd.img img	{
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
}
#showcase a	{
	padding: 0 0 0 20px;
	color: #f1640a;
	text-decoration: none;
}
#showcase a:hover	{
	color: #ff3300;
	text-decoration: none;
}
#showcase dd a	{
	margin: 0;
	padding: 0;
}
#showcase h3 {
	font-size: small;
}

/*--LEFT COLUMN--*/
#sidebar	{
	float: left;
	width: 40%;
}
#sidebar div	{
	padding: 10px;
}
#sidebar div ul li	{
	list-style-type: none;
}
#sidebar div ul li a	{
	text-decoration: none;
	color: #333;
}
#sidebar div ul li a:hover	{
	color: #f1640a;
}
#sidebar div a:visited	{
	color: #333;
}
#sidebar div a	{
	text-decoration: none;
	color: #333;
}
#sidebar div a:hover	{
	color: #f1640a;
}
#sidebar div a:visited	{
	color: #333;
}
#sidebar h4		{
	font-size: small;
}

/*--RIGHT COLUMN--*/
#sidebar-2	{
	float: right;
	width: 30%;
}
#sidebar-2 div	{
	padding: 10px;
}

/*--CONTACT FORM--*/
#sidebar-2 div form	{
	border: none;
}
.controls input#submit 	{
	font-size: 95%;
	color: #333;
	border: 1px solid #666;
}
input,textarea 	{
	border: 2px solid #c8cdd2;
	padding: 5px;
	width: 240px;
}
input#submit	{
	width: 235px;
	background: #8dbcbc;
}
textarea 	{
	height: 140px;
}
fieldset	{
	border: none;
	font-size: 85%;
	color: #333;
	background-color: #fff;
}
#message-receipt	{
	color: #508989;
}
label { 
	width: 10em; 
	float: left; 
}
label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}


/*--LIST OF MANUALS-- */
#manuals ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
#manuals ul li {
	position: relative;
}
#manuals li ul {
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 1000;
}
/* Styles for Menu Items */
#manuals ul li a {
	display: block;
	width: 90%;
	text-decoration: none;
	color: #333;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	z-index: 1000;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#manuals li:hover ul {display:block; } 


/*--REQUEST A QUOTE FORM--*/
#quote-field	{
	border: 2px solid #c8cdd2;
	padding: 5px;
	width: 240px;
}
select#quote-field 	{
	width: 400px;
}


/*--ADDITIONAL HOME PAGES--*/

#left-col	{
	margin: 0;
	padding: 10px;
}
#right-col	{
	margin: 0 0 10px 0;
	float: left;
	width: 640px;
	padding: 10 0;
	border: 2px solid #c8cdd2;
}
#right-col h2	{
	color: #9ba4ab;
	font-size: 180%;
}
#action	a	{
	padding: 5px;
	font-size: 130%;
	color: #FFF;
	background-color: #f1640a;
	text-decoration: none;
	font-weight: bold;
}
#action	a:hover	{
	padding: 5px;
	font-size: 130%;
	color: #f1640a;
	background-color: #fff;
	border: solid 2px #f1640a;
	text-decoration: none;
	font-weight: bold;
}

/*--FOOTER--*/
#footer	{
	clear: both;
	padding: 20px;
	border-top: solid 1px #CCC;
	background: #fff;
	color: #999;
	font-size: x-small;
}
#footer a	{
	color: #999;
	text-decoration: none;
}
#footer a:hover	{
	color: #333;
	text-decoration: none;
}



