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

/************************************************************************
*   
*   G L O B A L  C S S
*   
*   Author:  Level 91
*   Date:    27 June 2009
*   Web:     http://www.level91.com.au
*   Email:   design@level91.com.au
*   Version: 1.0
* 
*************************************************************************/

/*-----------------------------------------------------------------------
@import
------------------------------------------------------------------------*/

@import url(reset.css);

/*-----------------------------------------------------------------------
Control Panel
------------------------------------------------------------------------*/

table a {

	text-decoration:none;
}	
	
#twitter{
	margin:8px 0 0;	
}

#blog{
	margin:8px 0 0;	
}

.floatLeft
{
	float:left;	
}

.floatRight
{
	float:right;	
}

.clear
{
	clear:both;	
}

#wrapper,
.wrapper
{
	width:960px;
	margin:0 auto;
}

/*-----------------------------------------------------------------------
Fonts
------------------------------------------------------------------------*/

.title
{
	margin:30px 0 0;
}

h1 .phone
{
	font-size:32px;
	color:white;
	font-weight:normal;
	margin:40px 0 0 60px;
}


p
{
	font-size:14px;
	line-height:22px;
	margin:20px 0 10px;
	color:#3b3b3b;
}

li a:hover,
small a,
p a,
small
{
	color:#ffffff;	
}

li a,
small a:hover,
p a:hover
{
	text-decoration:none;	
	color:#ffffff;	
}

li a:hover
{
	text-decoration:underline;	
}

.bullet li
{
	padding:0 0 0 20px;	
	background:url(../images/bullet.gif) no-repeat left;
}

.red p
{
	padding:0;	
	line-height:30px;
	color:#7f0a0a;
	font-size:11px;
}

.red,
.green
{
	display:none;
	float:right;
}

.green p
{
	padding:0;	
	line-height:30px;
	color:#2a5e27;
	font-size:11px;
}

.ticks li
{
	background:url(../images/ticks.jpg) no-repeat  left 4px;
	padding:0 0 0 25px;
	font-size:14px;
	line-height:24px;
	margin-top:10px;
	margin-bottom:10px;
	color:#3b3b3b;
	margin:0 0 0 30px;
}

.Left
{
	float:left;	
	width:225px;
}

.Right
{
	float:left;
	margin-left:50px;
	width:225px;
}

.alignLeft
{
	padding:26px 10px 0 0;	
}

/*-----------------------------------------------------------------------
Global
------------------------------------------------------------------------*/

#header
{
	height:105px;	
}

#header .floatLeft
{
	margin:20px 0 0 0;
}

.phone
{
	/* margin:5px 0 0; */
	height:98px;
	width:327px;
	background:url(../images/phone2.gif) no-repeat;
}

#splash
{
	border:5px solid white;
	background:#f0f0f0 url(../images/splash_bg.jpg) right no-repeat;
	width:950px;
	height:415px;
	margin:5px 0 0 0;
}

.splashContent
{
	padding:50px 20px;
}

.splashContent p
{
	width:430px;
	color:#4d4d4d;
	font-weight:bold;
	font-size:16px;
}

.ribbon
{
	width:454px;
	height:71px;
	background:url(../images/ribbon.png) no-repeat;
	position:relative;
	left:-42px;
}

#splashSub
{
	position:relative;
	z-index:9999;
}

.splash
{
	margin:15px 15px 10px 0;
	border:1px solid #ffffff;
}	

.splashBtn
{
	position:relative;
	left:310px;
	top:230px;
	width:238px;
}

.splashBtn a
{
	width:238px;
	height:42px;
	background:url(../images/splash_btn.gif) top no-repeat;
	display:block;
	text-indent:-9999px;
}

.splashBtn a:hover
{
	background-position:bottom;	
}

/*--leftCol--*/

.leftColumn
{
	margin:5px 0 0 0;
	width:660px;
	float:left;
	border-right: dotted 1px #146a91;
	padding:0 20px 0 0;
}

.checkboxes label
{
	margin:5px 0;
	padding:0 0 0 10px;
	line-height:12px;
	margin:0 0 5px;
}

.checkboxes input
{
	margin:10px 0 0 0;	
}


.rightColumn
{
	margin:5px 0 0 0;
	width:259px;	
	float:right;
	padding:0 0 0 15px;
}

.leftColumn .floatLeft
{
	width:310px;
	border-right: dotted 1px #939090;
	padding:0 20px 0 0;
}

.leftColumn .floatRight
{
	width:310px;
}

.aboutHome
{
	border-bottom: dotted 1px #939090;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}

/*--rightCol--*/


/*--footer--*/

#footer
{
	margin:20px 0 0;
	line-height:70px;
	background:#f78f1f;
	height:70px;
}

#footer li
{
	float:left;
	font-size:11px;
	margin:0 10px 0 0;
}


/*-----------------------------------------------------------------------
Navigation
------------------------------------------------------------------------*/

#topNav
{
	margin:30px 0 0 0;
	width:549px;
	height:48px;
}

#topNav li
{	
	list-style:none;
	float:left;
}

#topNav li a
{
	text-decoration:none;
	text-indent:-9999px;
}

.home a,
.org a,
.pro a,
.services a,
.about a
{
	background:url(../images/top_nav.gif) no-repeat;
	height:48px;
	display:block;
}

li.home a{ background-position:0 top; width:82px;}
li.home a:hover{ background-position:0  bottom;}
li.home a:active{ background-position:0  bottom;}
.pageHome li.home a{ background-position:0  bottom;}

li.org a{ background-position:-81px top; width:134px;}
li.org a:hover{ background-position:-81px bottom;}
li.org a:active{ background-position:-81px bottom;}
.pageOrg li.org a{ background-position:-81px  bottom;}

li.pro a{ background-position:-215px top; width:130px;}
li.pro a:hover{ background-position:-215px bottom;}
li.pro a:active{ background-position:-215px bottom;}
.pagePro li.pro a{ background-position:-215px  bottom;}

li.services a{ background-position:-345px top; width:95px;}
li.services a:hover{ background-position:-345px  bottom;}
li.services a:active{ background-position:-345px  bottom;}
.pageServices li.services a{ background-position:-345px  bottom;}

li.about a{ background-position:-440px top; width:108px;}
li.about a:hover{ background-position:-440px bottom;}
li.about a:active{ background-position:-440px bottom;}
.pageAbout li.about a{ background-position:-440px bottom;}

/*-----------------------------------------------------------------------
Tabs
------------------------------------------------------------------------*/

/*--Menu--*/

#tab-menu
{
	background:#064561;
	color:#ffffff;
	padding:10px;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin:0 0 20px;
}

#tab-menu ul
{
	border:1px solid #3a8baf;
	background:#2c7a9d;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#tab-menu li
{
	background:url(../images/icon.jpg) no-repeat 200px 15px;
	border-bottom:1px solid #3a8baf;
	cursor:pointer;
	padding:10px 20px;
}

#tab-menu li:hover
{
	background-position:200px -125px;	
}

#tab-menu li.active
{
	background-position:200px -56px;	
}

#tab-menu li.end
{
	border:none !important;	
}

#tab-menu li
{
	color:#ffffff;
	font-size:12px;
}

#tab-menu li strong
{
	color:#ffa441;
	font-size:14px;
	display:block;
	width:135px;
}

#tab-menu li:first-line
{
	color:#ffffff;
	font-size:12px;
	font-weight:normal !important;
}

#tab-one,
#tab-two,
#tab-three
{
	color:#ffa441 !important;
	font-size:14px !important;
	display:block !important;
	font-weight:bold  !important;
}

.none
{
	display:none;	
}

.rightColumn h2
{
	font-size:16px;
	color:#2C7A9D;
	margin:0;
}

.rightColumn h3
{
	font-size:14px;
	color:#F78F1F;
	padding:0 0 20px;
	margin:0;
}

.content p
{
	font-size:12px;
	margin:10px 0 !important;
}

.content li
{
	border-top:1px dotted #146A91;
}

/*-------------------------------------------------------
Panels
-------------------------------------------------------*/

.first,
.second
{
	position:static !important;
}

.more
{
	color:#0071A4;
	cursor:pointer;	
}

.none
{
	display:none;	
}

#request,
#callback,
#prices
{
	padding:10px 30px 10px 10px;	
}

.container
{
	width:264px;
}

/*-------------------------------------------------------
Panels
-------------------------------------------------------*/

#request h2,
#callback h2,
#prices h2
{
	color:#0071A4;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:underline;
}

#request p,
#callback p,
##prices p
{
	font-size:11px;
	line-height:18px;
}

#request p a,
#callback p a,
#prices p a
{
	color:#0071A4;
}

.container label
{
	float:left;
	padding:0 10px 0 0;
	width:80px;
}

.container input
{
	float:right;
	width:150px;
	height:13px;
	padding:2px;
	background:#ffffff;
	border:1px solid #999999;
	margin:0 0 3px;
}

.container .checkboxes input
{
	width:20px !important;
	padding:0 !important;
	margin:0  !important;
}


.container .checkboxes label
{
	width:auto !important;	
	padding:0 !important;
	margin:0 0 5px  !important;
}

label
{
	color:#444444;
	display:block;
	margin:3px 0;
	font-size:11px;
}

.textArea
{
	float:right;
	width:150px;
	height:50px;
	padding:2px;
	background:#ffffff;
	border:1px solid #999999;
	margin:0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

select
{
	float:right;
	width:156px;
	border:1px solid #999999;
}

#submit
{
	width:143px;
	height:38px;
	background:url(../images/contact_btn.jpg) no-repeat top;
	cursor:pointer;
	margin:10px 0 0;
}

#submit:hover
{
	background-position:bottom;
}



