@charset "utf-8";
/* CSS Document */

/************************************************************************
*   
*   G L O B A L  C S S
*   
*   Author:  Level 91
*   Date:    02 October 2009
*   Web:     http://www.level91.com.au
*   Email:   design@level91.com.au
*   Version: 1.0
* 
*************************************************************************/

/*-----------------------------------------------------------------------
@import
------------------------------------------------------------------------*/

@import url(reset.css);

/*-----------------------------------------------------------------------
Control Panel
------------------------------------------------------------------------*/

body
{
	background:#c0c0c0 url(../images/background.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.floatLeft
{
	float:left;	
}

.floatRight
{
	float:right;
}

.clear
{
	clear:both;	
}

.wrapper
{
	width:944px;
	margin:0 auto;
	position:relative;
}

/*-----------------------------------------------------------------------
Fonts
------------------------------------------------------------------------*/

p
{
	font-size:12px;
	padding:10px 0 ;
	line-height:20px;
}

p a
{
	color:#ed1c24;
	text-decoration:none;
}

p a:hover
{
	text-decoration:underline;
}

p span
{
	color:#ed1c24;
}

p strong
{
	color:#ed1c24;
}

.annoucement{
	font-size:18px;
}

h2{
	color:#ed1c24;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	padding-bottom:4px;
	padding-top:8px;
}

h4{
	color:#ffffff;
	font-weight:bold;
}

small{
	font-size:11px;
}

/*-----------------------------------------------------------------------
Global
------------------------------------------------------------------------*/

#header
{
	height:93px;
	width:944px;
	position:absolute;
	z-index:9999;
	
}

.contact
{
	margin:8px 0 0;	
}

#body
{
	margin:20px 0;
}	

.splash
{
	position:relative;
	z-index:2;
	width:944px;
	height:457px;
}

.splashSub
{
	position:relative;
	z-index:2;
	width:944px;
	height:
}

.splashContact
{
	position:absolute;
	z-index:2;
	top:130px;
	right:32px;
	text-align:center;
}

.splashContact a
{
	color:white;
	display:block;
	height:22px;
	width:260px;
	line-height:20px;
	background: url(../images/splash_contact_btn.gif) no-repeat bottom;
	text-decoration:none;
	margin:10px 0 0 0;
	font-size:12px;
}

.splashContact a:hover
{
	background-position:top;
}

.experienced
{
	width:580px;	
}

.budgetTitle 
{
	margin:0 0 10px 2px;	
}

.budgetBin
{
	width:344px;	
}

.budgetBin p
{
	margin:0 0 0 2px;	
}

#footer
{
	border-top:1px solid #676767;
	position:relative;
	height:20px;
	margin:20px 0;
}

#footer p,
#footer p a
{
	color:#676767;	
}

.leftColumn,
.rightColumn
{
	width:458px;	
}

.fullColumn
{
	width:944px;
	padding-top:18px;
}

.title
{
	margin:10px 0 0 0;	
}

/*-----------------------------------------------------------------------
Gallery
------------------------------------------------------------------------*/

.gallery li{
	width:282px;
	height:auto;
	position:relative;
	float:left;
	margin-right:49px;
	list-style-type:none;
	margin-bottom:22px;
}

.gallery li a{
	color:#ed1c24;
	text-decoration:none;
}

.gallery li a:hover{
	text-decoration:underline;
}

.gallery li h2{
	color:#2f2d27;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	padding:12px 0 8px 0;
	width:100%;
	border-bottom:1px solid #848484;
	margin-bottom:3px;
}

.gallery li p{
	padding:0 0 2px 0;
	color:#2f2d27;
}

.gallery li.last{
	margin-right:0px;
}

/*-----------------------------------------------------------------------
Navigation
------------------------------------------------------------------------*/

#topNavBg
{
	width:700px;
	height:35px;
	background: url(../images/nav_bg.gif);
	position:absolute;
	right:0;
	top:35px;
	z-index:1;
}

ul#topNav 
{
	right:0;
	top:37px;
}

ul#topNav li 
{
	margin:12px 20px 0 0;
	float:left;	
	position:relative;
	top:11px;
}

ul#topNav li a
{
	display:block;
	outline:none;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

li#navHome a,
li#navEquipment a,
li#navPricing a,
li#navAbout a,
li#navEmployment a
{
	background:url(../images/topNav.gif);
	height:11px;
	overflow:hidden;
}

li#navHome a{ background-position:0 top; width:37px;}
li#navHome a:hover{ background-position:0 -11px;}
#pageHome li#navHome a{ background-position:0 -11px;}

li#navEquipment a{ background-position:-56px top; width:73px;}
li#navEquipment a:hover{ background-position:-56px -11px;}
#pageEquipment li#navEquipment a{ background-position:-56px -11px;}

li#navPricing a{ background-position:-145px top; width:50px;}
li#navPricing a:hover{ background-position:-145px -11px;}
#pagePricing li#navPricing a{ background-position:-145px -11px;}

li#navAbout a{ background-position:-212px top; width:63px;}
li#navAbout a:hover{ background-position:-212px -11px;}
#pageAbout li#navAbout a{ background-position:-212px -11px;}

li#navEmployment a{ background-position:right top; width:92px;}
li#navEmployment a:hover{ background-position:right -11px;}
#pageEmployment li#navEmployment a{ background-position:right -11px;}


/*-----------------------------------------------------------------------00

Forms
------------------------------------------------------------------------*/

