/*  -------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - clearpixel.com.au - 2014
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	color: #fff;
	font: 21px 'Tauri', Arial, Verdana, Sans-Serif;
	text-align: left;
	background:#052841 url("../images/bg/body.jpg") no-repeat left top ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}




/*  -------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.container {
	margin: 0 auto;
	max-width: 1060px;
}

#header {
	height: 313px;
	background: url("../images/bg/header.png") no-repeat center top;
}

#main_title {
	padding: 0 7.5%;
}

#main_page {
	float: left;
	padding-top: 128px;
    width: 45%;
}

#main_side {
    float: right;
    padding-top: 136px;
    width: 45%;
    text-align: center;
}

#footer {
    clear: both;
    width: auto;
    padding: 81px 0 200px 0;
}




/*  -------------------------------------------------------------
    HEADER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#header .logo {
    float: right;
    margin: 85px 30px 0 0 ;
}




/*  -------------------------------------------------------------
    MAIN_TITLE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main_title {
    position: relative;
}

#main_title .now_offering {
    position: absolute;
    top: -155px;
    left: 105px;
    display: block;
}

#main_title h1 {
    padding-top: 115px;
    padding-bottom: 21px;
    text-align: center;
    font-size: 2.6em;
    text-transform: uppercase;
}

#main_title h2 {
    padding-top: 11px;
    padding-bottom: 30px;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    color:  #00aeef;
    border-top: 1px solid #fff;
}

#main_title h2 span {
    color:#fff;
}




/*  -------------------------------------------------------------
    MAIN_PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main_page h3 {
    font-size: 1.3em;
    line-height: 35px;
}

#main_page ul {
    padding: 34px 0 0 19px;
    font-size: 1em;
    line-height: 34px;
}

#main_page ul li {
    padding: 4px 0 4px 32px;
    line-height: 1.25em;
    background: url("../images/icons/bulletpoint.png") no-repeat left 10px;
}




/*  -------------------------------------------------------------
    MAIN SIDE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main_side h2 {
	padding-bottom: 18px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}


/*  Form - Contact Form
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#form {
    max-width: 800px;
    margin: 80px auto 0 auto;
}


#form .textbox,
#form textarea {
    padding: 0 15px;
    width: 100%;
    font: 21px 'Tauri', Arial, Helvetica, Sans-serif;
    line-height: 1.4em;
    color: #000;
    border: #41b8de 1px solid;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 62, 84, 0.4);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0, 62, 84, 0.4);
    box-shadow: 0px 3px 0px 0px rgba(0, 62, 84, 0.4);
    background: #41b8de;
	outline: none;
}

#form .textbox {
    vertical-align: middle;
	margin-bottom: 32px;
	height: 50px;
}

#form textarea {
    padding-top: 10px;
    padding-right: 10px;
    height: 210px;
}

#form .textbox:focus,
#form textarea:focus {
    border-color: #fff;
    color: #fff;
}

#form .submit {
    float: right;
    margin-top: 9px;
    width: 161px;
    height: 65px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #10a2ae;
    border: none;
    outline: none;
}

#form .submit:hover {
    cursor: pointer;
}




/*  -------------------------------------------------------------
    FOOTER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#footer .copyright {
    float: right;
    padding: 34px 5px 0 0;
    font-size:0.6em;
}

#footer a.logo_cp:link,
#footer a.logo_cp:visited {
    float: right;
    display: block;
    margin-top: 26px;
    width: 20px;
}

#footer a.logo_cp:hover {
    opacity: 0.7;
}

#footer a.btn_fb:link,
#footer a.btn_fb:visited {
    float: left;
    display: block;
    width: 65px;
}

#footer a.btn_fb:hover {
    opacity: 0.7;
}

#footer .credentials {
    float: left;
    padding: 12px 0 0 25px;
    color: #45a4c9;
}

#footer .credentials span {
    text-transform: uppercase;
}

#footer .credentials p {
    font-size: 0.7em;
    line-height: 1.3em;
}




/*  -------------------------------------------------------------
    MESSAGES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox {
    margin: 10px 0 10px 0;
    padding: 10px 10px 5px 35px;
    background: no-repeat 10px 10px;
    font-size: 12px;
}

.msgBox .title {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.msgBox .text {
    padding: 0 0 5px 0;
}

.msgBox a:link,
.msgBox a:visited {
    text-decoration: underline; 
}


/*  Success
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.success {
    border: 1px solid #7fea6f;
    background-color: #dcf8d8;
    background-image: url("../images/icons/msgBox_success.gif");
    color: #009900;
}

.msgBox.success a:link,
.msgBox.success a:visited,
#content .msgBox.success a:link,
#content .msgBox.success a:visited {
    color: #009900; 
}

/*  Error
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.error {
    border: 1px solid #e9cc7c;
    background-color: #fdf0cd;
    background-image: url("../images/icons/msgBox_error.gif");
    color: #b17409;
}

.msgBox.error a:link,
.msgBox.error a:visited,
#content .msgBox.error a:link,
#content .msgBox.error a:visited {
    color: #a08106; 
}

/*  Fail
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.fail {
    border: 1px solid #f57878;
    background-color: #ffe1e1;
    background-image: url("../images/icons/msgBox_fail.gif");
    color: #cc3300;
}

.msgBox.fail a:link,
.msgBox.fail a:visited,
#content .msgBox.fail a:link,
#content .msgBox.fail a:visited {
    color: #cc3300; 
}