/****************************************************************************
* Author: Stephen Macchia of MASHED
* W - [www.mashed.com]
* E - whats@get-mashed.com
* 
* Copyright MASHED 2004
* For the purpose of Electroserv pty ltd v3
* [www.electroserv.com.au]
*
* No authorised reproduction and distribution allowed. 
* All rights reserved
****************************************************************************/

/* --START-- All base styles and colors */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-image: url(../images/background.gif);
	/*margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;*/
}
a {
	font-size: 10px;
	color: #CC9999;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: none;
}
a:active {
	color: #996699;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	line-height:14px;
	text-transform: uppercase
}
.sub{
	font-size:11px;
	text-transform:lowercase
}
h2 {
	font-size: 12px;
	line-height:12px
}
h3 {
	font-size: 11px;
	line-height:11px
}
p{line-height:11px}
/* --END-- All base styles and colors */
/* --START-- front page link */
.front{
	text-transform:uppercase;
	font-size:24px;
	color:#CCCCFF
}
.front:hover{
	color:#FFFFFF;
	background-color:#9999CC
}
/*.front:visited{
	color:#CCCCFF
}*/
.front:active{
	color:#FFFFFF;
	background-color:#CC9999
}
/* --END-- front page link */
/*--START-- outerboxes to hold it all in */
#outerbox{
		  display:block; 
		  height:100%; 
		  width:100%
}
#shade{
		/*padding:0px 0px 3px 5px; */
		background-color:#959EAD; 
		width:740px
}
#container{
			background-color:#FFFFFF; 
			width:740px; 
			display:table; 
			top:-5px; 
			position:relative; 
			padding-left:10px; 
			padding-bottom:10px; 
			padding-right:10px; 
			padding-top:10px
}
/*--END-- outerboxes to hold it all in */
/*--START-- Swap pages [Next | previous]*/
#swap{
	text-align:right;
	padding-right:35px
}
/*--END-- Swap pages [Next | previous]*/
img.ima{
	border:thin solid #999966;
	background-color:#FFFFFF; 
	padding: 2px 2px 2px 2px; 
	margin:2px 2px 2px 2px;
}
p.image{
	font-family:"Courier New", Courier, mono;
	font-size:9px;
	line-height:9px;
	text-align:center;
	color:#996600
}
/*--START-- Crumb trail*/
.crumb{ 
		color:#999999;
		font-size:9px; 
		line-height:9px; 
		font-family:Geneva, Arial, Helvetica, sans-serif; 
		padding-left:5px; 
		padding-bottom:3px;
		text-align:left
}
a.crumb{
		color:#CCCC99;
		text-decoration:underline
}
a.crumb:hover {
	color:#999966;
	font-weight:300;
	text-decoration:overline;
}
a.crumb:active {
	color: #996699;
	text-decoration: underline;
}
a.crumb:visited {
	text-decoration: underline;
	color:#CCCC99;
}
/*--END-- Crumb trail*/
.nav{
	height:14px; 
	width:100%; 
	padding:0px 0px 0px 0px
}

/* --START-- Main content [visual] layout */
.all{
	width:100%; 
	display:inline-table
}
.all#pics{
		  padding: 0px 0px 0px 0px; 
		  height:33px
}
.all#flash{
			padding: 0px 0px 0px 0px; 
			height:67px
}
.all#space{
			padding-top:5px
}
#right{
	   float:right
}
#left{
	  float:left
}
#leftspace{
			float:left; padding-left:15px
}
#middle{
		float:none
}
/* --END-- Main content [visual] layout */

/* --START-- Main content [content area] layout */
.content{
		display:block; 
		padding:0px 0px 0px 0px; 
		background-color:#F9F8EF; 
		width:733px
}
#cont{
	padding: 5px 5px 5px 5px
}
#contBottom{
			height:15px; 
			width:733px
}
/* --END-- Main content [content area] layout */

/* --START-- Main content [Footer] layout */
.footer{
		 display:block;
		 width:100%; 
		 background-color:#FFFFFF; 
		 padding: 0px 0px 0px 0px
}
a.mashed{
		 color:#999999;
		 text-decoration:none; 
		 font-family:Arial, Helvetica, sans-serif; 
		 font-size:10px
}
a.mashed:hover{
				color:#333333
}
a.mashed:active{
				color:#999933
}
/* --END-- Main content [Footer] layout */

