/*
Theme Name: Consultum Orange
Theme URI: http://www.lcubed.com.au/
Description: Consultum Orange
Author: LCubed
*/
@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY {
    background: #FFF;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper{
    width: 920px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    background: #FFF;
}
A {
    color: #FF7400;
    text-decoration: none;
    cursor: pointer;
}
A:hover {
    text-decoration: none;
    cursor: pointer;
}
STRONG{
    font-weight: bold;
}
LABEL{
    line-height: 25px;
}
EM{
    font-style: italic;
}


/* Header
------------------------------------ */
#header{
    position: relative;
    width: 920px;
    margin: 0 auto;
}
#header IMG{
    outline: none;
    display: block;
    position: relative;
    left: 27px;
    float: left;
    margin: 0 0 25px 0;
    top:10px;
}
#top-nav{
    width: 900px;
    height: 50px;
    background: url(images/top-nav-bg.png) repeat-x;
    clear: both;
    position: relative;
}
#top-nav-left{
    width: 12px;
    height: 50px;
    background: url(images/top-nav-left.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
#top-nav-right{
    width: 14px;
    height: 50px;
    background: url(images/top-nav-right.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
#top-nav UL{
    position: relative;
    left: 6px;
}
#top-nav LI{
    color: #FFF;
    float: left;
    line-height: 50px;
    padding: 0 12px 0 12px;
    background: url(images/top-nav-li-bg.png) no-repeat right;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
}
#top-nav LI.last{
    padding: 0 0 0 12px;
    background: none;
}
#top-nav LI A{
    outline: none;
    color: #FFF;
    text-decoration: none;
}
.call{
    position: absolute;
    top: 40px;
    right: 40px;
    text-align: right;
    font-size: 16px;
    color: #5F6469;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
}
.call SPAN{
    color: #CBCBCB;
}


/* Main
------------------------------------ */
#main{
    margin: 10px auto 0 auto;
    width: 920px;
    clear: both;
}
#top-banner{
    clear: both;
    position: relative;
    float: left;
    margin: 0 0 -43px 0;
    left: -7px;
    top: -45px;
}
#middle{
    float: left;
    width: 675px;
    background: url(images/middle-bg.png) repeat-y;
    position: relative;
    z-index:1; 
}
#middle-top{
    clear: both;
    width: 675px;
    height: 50px;
    background: url(images/middle-top.png) no-repeat;
}
#middle-bottom{
    clear: both;
    width: 675px;
    height: 50px;
    background: url(images/middle-bottom.png) no-repeat;
}
#left-side{
    width: 225px;
    float: left;
    background: url(images/left-side-box-bg.png) repeat-y;
    margin: 2px 0 0 0;
    position: relative;
    z-index:2;
}
#left-side-top{
    width: 225px;
    height: 50px;
    background: url(images/left-side-box-top.png) no-repeat;
}
#left-side-bottom{
    width: 225px;
    height: 50px;
    background: url(images/left-side-box-bottom.png) no-repeat;
    clear: both;
}
#left-side UL{
    padding: 0 0 20px 20px;
}
#left-side LI{
    display: block;
    padding: 7px 0 7px 10px;
    background: url(images/li-bg.png) no-repeat bottom left;
    width: 196px;
    position: relative;
}
#left-side LI A{
    color: #666;
    font-size: 14px;
    text-decoration: none;
}
#left-side LI A:hover{
    color: #FF7400;
}
#left-side LI UL{
    display: none;
}
#left-side LI:hover UL{
    color: #FFF;
    padding: 0;
    display: block;
    font-size: 14px;
    height: 50px;
    visibility: visible;
    position: absolute;
    z-index: 1001;
    left: 200px;
    top: 0;
}
#left-side LI:hover UL LI{
    float: none;
    line-height: normal;
    padding: 7px 12px 7px 12px;
    background: #DFDFDF;
    display: block;
    font-size: 14px;
    width: 150px;
	border-style: solid;
	border-width: 0 1px 1px 0;
    border-color: #BBC3C8;
}
#left-side LI:hover UL LI A{
    color: #666;
}
.side-box{
    position: relative;
    left: 13px;
}
.side-box H3{
    width: 204px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
    background: url(images/box-a.png) no-repeat;
}
.side-box H3 IMG{
    vertical-align: middle;
    padding: 0 8px 0 18px;
    display: inline;
}
.side-box P{
    padding: 0 25px 10px 10px;
    color: #666;
}
.side-box P A{
    text-decoration: none;
}
.side-box P A:hover{
    text-decoration: underline;
}
#content{
    float: left;
    position: relative;
    left: 12px;
    min-height: 710px;
}
#content H2{
    font-size: 20px;
    color: #FF7400;
    font-weight: bold;
    padding: 0 40px 0 5px;
    line-height: 50px;
    display: block;
    width: 600px;
}
#content H2 A{
    color: #C00000;
    display: block;
    float: right;
    position: relative;
    font-weight: normal;
}
#content H3{
    font-size: 16px;
    color: #FF7400;
    font-weight: bold;
    padding: 0 40px 10px 5px;
}
#content P{
    padding: 0 40px 10px 5px;
    line-height: 16px;
}
#content UL, #content OL{
    padding: 0 40px 5px 20px;
    line-height: 16px;
}
#content UL LI{
    list-style: disc;
    margin: 0 0 5px 10px;
}
#content OL LI{
    list-style: decimal;
    margin: 0 0 5px 12px;
}
#tree-boxes{
  position: relative;
  left: -3px;
  top: 2px;
  float: left;
}
.box{
    width: 212px;
    float: left;
    background: url(images/box-bg.png) no-repeat top;
    margin: 0 8px 0 0;
    padding: 0 0 20px 0;
}
.box H4{
    width: 180px;
    height: 43px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0 0 10px;
}
#content .box P{
    padding: 10px;
}
.box IMG{
    padding: 7px 0 0 10px;
}
.box UL{
    padding: 10px;
}
#content .box LI{
    padding: 0 0 0 10px;
    background: url(images/bullet.png) no-repeat 0 5px;
    line-height: 16px;
    list-style: none;
}

/* Footer
------------------------------------ */
#footer{
    background: url(images/footer-bg.png) no-repeat top;
    clear: both;
    margin: 15px auto 0 auto;
    width: 900px;
    height: 120px;
    position: relative;
}
#footer span.footer-logo A{
    outline: none;
    background: url(images/footer-logo.png) no-repeat;
    text-indent: -999999px;
    display: block;
    width: 152px;
    height: 61px;
    position: absolute;
    left: 66px;
    top: 33px;
}
#footer P{
    position: absolute;
    left: 240px;
    top: 55px;
    color: #999;
    display: block;
    font-size: 11px;
}
#footer P SPAN{
    color: #666;
    display: block;
    font-weight: bold;
}
#footer P SPAN A{
    text-decoration: none;
    color: #FF7400;
}
#footer P A:hover{
    text-decoration: underline;
}

div.gsom-sa-wrapper{
	text-align: left;
	background: none;
	border: none;
	padding: 0 10px 10px 10px;
    width: 620px;
}
#content div.gsom-sa-wrapper P{
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}
div.gsom-sa-wrapper SPAN{
    display: block;
    margin: 0;
    line-height: 1.5em;
    font-size: x-small;
    clear: both;
}
.gsom-optin-radiogroup input, .submit{
	margin: 10px 0 0 0 !important;
    height: 37px;
    width: 106px;
    text-indent: -999999px;
    line-height: 0;
    font-size: 0;
    background: url(images/submit-btn-or.png) no-repeat;
    border: none;
    display: block;
}
div.gsom-sa-placeholder
{
	width: auto;
}
div.gsom-optin-form input {
    width: 200px;
}
