@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
------------------------------------------------------------------------*/

body
{
	background:url(../images/background.gif) repeat;	
}

.float-left
{
	float:left;	
}

.float-right
{
	float:right;	
}

.clear
{
	clear:both;	
}

.wrapper
{
	margin:0 auto;
	position:relative;
	width:960px;	
}


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

h1,h2,h3,h4,p,input,textarea,label,li
{
	font-family:Arial, Helvetica, sans-serif;
}

.copy
{
	font-size:11px;
	text-align:center;
	width:100%;
	height:30px;
	line-height:30px;
	background:#05172c;
}

.copy a
{
	color:#ffffff;
	text-decoration:none;
}

.copy a:hover
{
	text-decoration:underline;
}


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

/*--Details-------------------------------------------------------------*/

#frame-details
{
	background:#231f20;
	height:25px;
	line-height:25px;
}

#frame-details .wrapper
{
	padding:0 10px;
	width:940px;	
}

#frame-details p
{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}

#frame-details p a
{
	color:#ffffff;
	text-decoration:none;
}

#frame-details p a:hover
{
	text-decoration:underline;
}

/*--Header-------------------------------------------------------------*/

#frame-header
{
	background:#0d568e url(../images/divider-header.gif) repeat-x bottom;
	height:136px;
	padding:6px 0 0;
}

#slogan
{
	padding:18px 0 0 10px;	
}

#iphone
{
	position:absolute;
	right:28px;
	top:-13px;
}

/*--Content-------------------------------------------------------------*/

#frame-content #left-column
{
	padding:19px 0 0;
	width:618px;
}

#frame-content h1.title-tab
{
	background:#1b75bb;
	color:#ffffff;
	font-size:19px;
	font-weight:bold;
	padding:7px 10px 13px;
}

#frame-content h2
{
	color:#ffffff;
	font-size:19px;
	font-weight:normal;
	padding:6px 6px 0;
}

#frame-content .content
{
	background:#FFFFFF;
	border:3px solid #1b75bb;
	margin:0 0 15px;
	padding:0 13px 13px;
	position:relative;
	top:-6px;
}

#frame-content .content p
{
	color:#15375F;
	font-size:12px;
	line-height:17px;
	padding:13px 0 0;
}

#frame-content .content ul.bullets li
{
	background:url(../images/bullet.gif) 0 12px no-repeat;
	color:#15375F;
	font-size:12px;
	line-height:17px;
	padding:5px 0 0 7px;
}

#standard .content
{
	width:283px;	
}

.image-two
{
	margin:20px 0 0;	
}

#place
{
	width:314px;	
}

#extras
{
	width:293px;	
}

#frame-content #faq .content
{
	padding:0 0;
}

#faq
{
	padding:0 0 10px;	
}

#faq li
{
	border-right:1px solid #435f7f;
	float:left;
	height:160px;
	margin:13px 0;
	padding:0 13px;
	width:291px;
}

#faq li.end
{
	border-right:none !important;
}

#faq h3
{
	color:#15375F;
	font-size:12px;	
}

#faq p
{
	color:#15375F;
	font-size:12px;
	padding:0 0 13px !important;
}

#contact
{
	margin:250px 0 0 0;
	padding:0 0 0 15px;
	width:261px;	
}

#frame-content h1.title-tab-white
{
	background:#ffffff;
	color:#1b75bb;
	font-size:19px;
	font-weight:bold;
	padding:7px 10px;
}

#contact fieldset
{
	border-top:	3px solid #ffffff;
	padding:7px 0 0;
}

#contact fieldset label
{
	color:#ffffff;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:0 0 5px;
}

#contact fieldset input
{
	display:block;
	height:19px;
	margin:0 0 14px;
	padding:4px;
	width:256px;
}

#contact fieldset button
{
	background:url(../images/button-submit.png) no-repeat;
	cursor:pointer;
	height:28px;
	width:264px;
}


/*-----------------------------------------------------------------------
Forms
------------------------------------------------------------------------*/

