/*
Theme Name: Consultum Blue
Theme URI: http://www.lcubed.com.au/
Description: Consultum Blue
Author: LCubed
*/
@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY {
    background: #FFF;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
    height: 100%;
}
#wrapper{
    min-height: 100%;
    width: 900px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
A {
    color: #1A4FA7;
    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: 900px;
    margin: 0 auto;
}
#header IMG{
    outline: none;
    display: block;
    position: relative;
    left: 27px;
    float: left;
    margin: 10px 0 15px 0;
}
#top-nav{
    width: 900px;
    height: 50px;
    background: url(images/top-nav-bg.png) repeat-x;
    clear: both;
    position: relative;
}
.menu{
  z-index: 3000;
}
#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;
    position: relative;
}
#top-nav LI.last{
    padding: 0 0 0 12px;
    background: none;
}
#top-nav LI A{
    outline: none;
    color: #FFF;
    text-decoration: none;
}
#top-nav LI UL{
    display: none;
}
#top-nav LI:hover UL{
    color: #FFF;
    padding: 0;
    display: block;
    font-weight: bold;
    visibility: visible;
    position: absolute;
    z-index: 1001;
    left: 0;
    top: 50px;
}
#top-nav LI:hover UL LI{
    float: none;
    line-height: 16px;
    padding: 7px 12px 7px 12px;
    background: #2368D9;
    display: block;
    width: 150px;
    font-size: 12px;
}
#top-nav LI:hover UL LI A:hover{
    text-decoration: underline;
}
.call{
    position: relative;
    top: 30px;
    right: 15px;
    float: right;
    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 0 0 0;
}
#top-banner{
    clear: both;
    float: left;
    margin: 0 0 10px 0;
}
#left-side{
    width: 680px;
    float: left;
}
#left-side H2{
    font-size: 20px;
    padding: 0 0 10px 20px;
    color: #194FA7;
    font-weight: bold;
}
#left-side H2 A{
    color: #C00000;
    display: block;
    float: right;
    position: relative;
    right: 40px;
    font-weight: normal;
}
#left-side H3{
    font-size: 16px;
    padding: 0 0 10px 20px;
    color: #194FA7;
    font-weight: bold;
}
#left-side P{
    padding: 0 20px 10px 20px;
    line-height: 16px;
}
#left-side UL, #left-side OL{
    padding: 0 20px 10px 30px;
    line-height: 16px;
}
#left-side UL LI{
    list-style: disc;
    margin: 0 0 5px 10px;
}
#left-side OL LI{
    list-style: decimal;
    margin: 0 0 5px 12px;
}
#left-side .hr{
    background: url(images/hr-bg.png) repeat-x;
    height: 1px;
    width: 620px;
    line-height: 1px;
    padding: 0;
    margin: 5px 0 10px 20px;
    display: block;
}
#right-side{
    float: right;
    width: 213px;
}
#right-side-bottom{
    width: 213px;
    height: 16px;
    background: url(images/side-box-bottom.png) no-repeat;
    clear: both;
}
.side-box{
    width: 213px;
    background: url(images/side-box-bg.png) repeat-y;
}
.side-box H3{
    width: 213px;
    height: 50px;
    line-height: 50px;
    color: #245DBB;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.side-box H3 IMG{
    vertical-align: middle;
    padding: 0 8px 0 18px;
    display: inline;
}
.side-box H3.box-a{
    background: url(images/box-a.png) no-repeat;
}
.side-box H3.box-b{
    background: url(images/box-b.png) no-repeat;
}
.side-box P{
    padding: 0 20px 10px 16px;
    color: #666;
}
.side-box P A{
    text-decoration: none;
}
.side-box P A:hover{
    text-decoration: underline;
}


/* Footer
------------------------------------ */
#footer{
    background: url(images/footer-bg.png) no-repeat top;
    clear: both;
    margin: 15px 0 0 0;
    float: left;
    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;
}
#footer P A:hover{
    text-decoration: underline;
}

/* Form page
------------------------------------ */

div.gsom-sa-wrapper{
	text-align: left;
	background: none;
	border: none;
	padding: 0 10px 10px 10px;
    position: relative;
    left: 10px;
}
#left-side 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-bl.png) no-repeat;
    border: none;
    display: block;
}
div.gsom-sa-placeholder
{
	width: auto;
}
div.gsom-optin-form input {
    width: 200px;
}
