/*
Theme Name: One Super Fund
Theme URI: http://www.onesuperfund.com.au/
Description: One Super Fund theme made by Booyah
Author: Booyah
Version: 1.0
*/

body{
	background:#FFFFFF;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	padding:0;
	margin:0;
}

img, a img{
	border:0;
}


.clear{
	clear:both;	
}

h1,h2,h3,h4,h5{
	color:#e16714;
	margin:0;
	padding:0;
}

#player{
	margin-left:40px;
	margin-bottom:20px;
}

a{
	color:#666666;
}

#wrapper{
	width:910px;
	margin:0 auto;
}
#content{
	float:left;
	width:660px;
}

#content.content_wide{
	width:100% !important;	
}

#sidebar{
	float:right;
	width:100px;
}

.sideimg{
	margin-bottom:9px;
}

#menu{
	width:100%;
	height:62px;
	background:url('images/menu_bg.jpg') repeat-x center;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	margin-top:15px;
}
#header{
	width:100%;
	margin-top:12px;
}
#header #logo{
	float:left;
	width:214px;
	height:97px;
}

#header .heard{
	float:right;
	width:116px;
	height:62px;
	margin-top:20px;
}


#header .slogun{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #E16714;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    margin-left: 5px;
    margin-top: 10px;
    padding: 8px;
    width: 420px;
    font-weight:bold;
    text-align:center;
}

#asterix {
	float:center;
	margin-top:15px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background-color:#333;
	padding:5px 8px;
	border-radius:8px;
	width:95%;
	border: 2px solid #999999;
}

#header .phone{
    color: #767676;
    float: left;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 20px;
    width: 200px;
}

#header .phone h2{
	margin:0;
	padding:0;
	color:#e16714;
	font-size:25px;
	font-weight:normal;
}

#menu ul, #menu li{
	padding:0;
	margin:0;
}
#menu ul{
	margin-top:20px;
	float:left;
}
#menu ul li{
	display:inline;
}
#menu li{
	display:block;
	text-transform:uppercase;
}
#menu li a{
	padding:6px 20px;
	border-right:1px solid #d4d4d4;
	text-decoration:none;
	color:#696969;
}
#menu #search{
	float:right;
	margin-top:15px;
}
#menu #search input{
	padding:10px;
	color:#c7c6c6;
}
#menu li#menu-item-309 a{
	color:#009900;
	font-weight:bold;
}
#sidebar{
	width:250px
}

#content, #sidebar{
	margin-top:24px;
}

#content .slideshow{
	width:645px;
	border-radius: 10px 10px 10px 10px;
}

#content_area{
	margin-top:26px;
	width:625px;
}
#content_area.content_wide{
	width:100% !important;
}

.widget{
	:9px;
}

#footer{
	color:#999999;
	font-size:14px;
	margin-top:80px;
	margin-bottom:30px;
}
.foot_text{

}
#footer #amp{
	float:right;
	margin-top:10px;
}

.foot_links{
	display:inline;
	padding:5px 0 225x 0;
	
	float:right;
}
.foot_links li{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
.foot_links a{
	padding: 0 5px;
	border-right:1px solid #A8A8A8;
}

.foot_links .last{
	text-decoration:none;
	border-right:0 !important;
	color:#b1b1b1;
}
.ph_small{
	margin-left:48px;
	font-size:16px;
	font-weight:bold;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


/* Get Started CSS */

.right_side{
	float:right;
	width:540px;
}
.right_side .text{
	font-size:18px;
	margin-top:15px;
}
.line{
	height:1px;
	width:100%;
	background:#cfcfcf;
	margin-top:40px;
}

#steps{
	margin-top:30px;
}
.step_heading{
	color:#666666;
	font-size:24px;
}

.box{
	width:540px;
	margin-bottom:18px;
	cursor: pointer;
	cursor: hand;
}
.box #tick{
	float:right;
	margin-right:40px;
	position:relative;
	bottom:10px;
}
.box .points{
	float:left;
	width:540px;
	font-size:12px;
	margin-left:15px;
}
.box .price{
	float:left;
	width:auto;
	font-size:32px;
	margin-left:60px;
}
.box#active .top{
	background:url('images/box_active_top.jpg') no-repeat;
	width:100%;
	height:9px;
}

.box#active .bottom{
	background:url('images/box_active_bottom.jpg') no-repeat;
	width:100%;
	height:9px;
}

.box#active #box_mid{
	background: #f9f8f8;
	width:540px;
	border:1px solid #c4bfbd;
	border-radius:10px;
	padding:10px;
}
#box_mid{
	min-height:111px;
}

#box_mid h1{
	width:500px;
	margin-left:15px;
}

.box#inactive .top{
	background:url('images/box_inactive_top.jpg') no-repeat;
	width:100%;
	height:9px;
}

.box#inactive .bottom{
	background:url('images/box_inactive_bottom.jpg') no-repeat;
	width:100%;
	height:9px;
}

.box#inactive #box_mid{
	background:#FFF;
	width:540px;
	border:1px solid #c4bfbd;
	border-radius:10px;
	padding:10px;
}

.next{
	border:0;
	width:100px;
	height:40px;
	background:url('images/next_btn.png');
	cursor: pointer;
	cursor: hand;
	float:right;
	margin-right:14px;
}

.start{
	border:0;
	width:100px;
	height:40px;
	background:url('images/submit_btn.jpg');
	cursor: pointer;
	cursor: hand;
	float:left;
	margin-top:20px;
}

.startsearch{
	border:0;
	width:216px;
	height:43px;
	background:url('images/start_search.jpg') no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	margin-top:20px;
}
.lost-form {
    background: none repeat scroll 0 0 #e06225;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    color: #fff;
    padding: 10px 15px;
    width: 215px;
	height:auto;
	margin-bottom:0.5em;
}

.lost-form input {
    width: 98%;
}
.lost-form select{
    width: 100%;
	height:25px;
}
.lost-form p{
	text-align:center;
	font-size:19px;
	margin:10px 0;
}
.lost-form .row{
	line-height:30px;
}
.lost-form .row .l,.lost-form .row .r{
	color:#fff;
	width:100%;
	font-size:15px;
}
.lost-form .row .l{
	height: 26px;
}
#get_started{
	height:100%;
	margin-top:24px;
	
}

.row{
	height:40px;
	line-height:40px;
	clear:both;
}

.row .l{
	float:left;
	width:25%;
	font-weight:bold;
	font-size:22px;
	color:#e16714;
}

.row .r{
	float:left;
	width:40%;
}

.error{
	border:1px solid #FF0000;
}
.errormsg{
	color:#FF0000;
	font-weight:bold;
	margin-top:10px;
}

.img_row{
	float:left;
}

#types{
	margin-top:14px;
	overflow:hidden;
	
}


/** Sign-Up Page CSS **/

.more_content{
	font-size:18px;
}

/** Sbbmit Form CSS **/

label{
	display:block;
	text-align:left;
	width:180px;
	float:left;
}
.wpcf7-submit{
	margin-left:360px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.special{
    font-weight:bold;
    color:#E16714;
}
.org{
	color:#E16714;
}
.step1{
	float:right;
	width:560px;
}
#li_quote_form h2{
	margin-bottom:20px;
}
#li_quote_form .whole label{
	width:320px;
}
#qf_submit{
	width:104px;
	height:42px;
	background:url('images/submit_li_form.png') no-repeat;
	border:0;
	cursor:pointer;
	cursor:hand;
}
.chkbx{
	float:none;
	display:inline;
	margin-right:20px;
	font-weight:normal !important;
}
.row_l .chkbx{
	margin-right:5px !important;
}
#li_quote_form .whole_dob  label{
	width:150px;
}
#li_quote_form label{
	width:120px;
	font-weight:bold;
}
#li_quote_form .whole{
	clear:both;
	margin-bottom:15px;
}
#li_quote_form .row_l{
	width:45%;
	float:left;
	margin-bottom:12px;
}
#li_quote_form .row_r{
	width:45%;
	float:left;
	margin-bottom:12px;
}
#content_area .getstartedgraphic{
	float:left;
}

#li_quote_form{
	background:url('images/form_bg.png') no-repeat;
	width:622px;
	height:241px;
	padding:15px 20px;
}

.loader{
	display:none;
}