﻿/********************************************************************************************************************/
/*													STYLE RESET													    */
/* For IE 6 Hacks use '* html' before the class/id name                                             			    */
/* For IE 7 Hacks use '*+html' before the class/id name                                             			    */
/********************************************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
}

/********************************************************************************************************************/
/*													SITE STYLES			        								    */
/********************************************************************************************************************/

body
{
    font-family: Verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    color: #555;
}

#SiteWrapper
{
    width: 971px;
    margin: auto;
    padding-top: 20px;
    margin-bottom: 30px;
}

.clickable
{
    cursor: hand;
    cursor: pointer;
}

h1
{
    font-size: 34px;
    margin-bottom: 10px;
    letter-spacing: -2px;
    line-height: 36px;
}

h2
{
    font-size: 16px;
    color: #ffffff;
}

h3
{
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 22px;
}

em
{
    font-weight: bold;
}

address
{
    float: left;
    font-size: 16px;
}

#map_canvas
{
    float: left;
}

#ie6div
{
    display: none;
    text-align: center;
    position: absolute;
    background-color: #ffffff;
    z-index: 9999;
    padding-top: 50px;
    height: 100px;
    border-bottom: solid 2px #ff0000;
    padding-left: 50px;
}

/********************************************************************************************************************/
/*													ENQUIRY STYLES		    		    						    */
/********************************************************************************************************************/

#enquiryDiv
{
    width: 100%;
    height: 300px;
    margin: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
    display: none;
    background-image: url('../themes/transpix.png');
    /*background-repeat: repeat;*/
    border-bottom: solid 2px #222c52;
}

* html #enquiryDiv
{
    position: absolute;
    background-color: #ffffff;
    background-image: none; /*margin-top: -20px;*/
    border-bottom: solid 2px #222c52;
}

#detailsDiv
{
    float: left;
    width: 200px;
    height: 230px;
    border-right: solid 2px #222c52;
    margin: 0 20px 0 0;
}

#requestDiv
{
    float: left;
    width: 400px;
    height: 230px;
    border-right: solid 2px #222c52;
    margin: 0 20px 0 20px;
}

#submitDiv
{
    float: left;
    width: 150px;
    height: 230px;
    margin: 0 20px 0 20px;
    color: #ff0000;
}

#thankyouWrapper
{
    width: 955px;
    height: 100px;
    margin: auto;
    margin-top: 20px;
    z-index: 2000;
    position: relative;
    display: none;
    vertical-align: middle;
    text-align: center;
}

#enquiryWrapper
{
    width: 855px;
    margin: auto;
    position: relative;
    margin-top: 20px;
}

#enquiryWrapper h3
{
    font-size: 10px;
    color: #222c52;
}

#enquiryWrapper h2
{
    font-size: 12px;
    margin-bottom: 10px;
    color: #222c52;
    font-weight: bold;
}

#enquiryWrapper table
{
    font-size: 10px;
    color: #222c52;
    margin-bottom: 10px;
}

/********************************************************************************************************************/
/*													HEADER STYLES		        								    */
/********************************************************************************************************************/

#header
{
    position: relative;
    clear: both;
}

#logo
{
    float: left;
}

#navDiv
{
    background-image: url('../themes/navBG.png');
    width: 761px;
    height: 64px;
    float: left;
    margin-top: 27px;
    margin-left: 25px;
}

#navDiv a
{
    color: #333;
    text-decoration: none;
}

#navDiv a:link
{
}

#navDiv a:visited
{
    color: #333;
}

#navDiv a:hover
{
    color: #ee0000;
}

#navDiv a:active
{
    color: #ee0000;
}

#navDiv span
{
    margin-left: 10px;
    margin-right: 10px;
}

#navWrapper
{
    position: relative;
    top: 36px;
    left: 40px;
}

/********************************************************************************************************************/
/*													FOOTER STYLES		        								    */
/********************************************************************************************************************/

#footer
{
    clear: both;
    width: 971px;
    height: 82px;
    background-image: url('../themes/bgfooter.png');
    background-repeat: no-repeat;
    margin-top: 20px;
}

#footer p
{
    margin-left: 32px;
}

#copy
{
    color: #000000;
    margin-top: 10px;
}

#CompanyAddress
{
}

#FooterLinks
{
    margin-top: 10px;
}

#FooterLinks a
{
    color: #555;
}

#FooterLinks a:link
{
    color: #555;
}

#FooterLinks a:visited
{
    color: #555;
}

#FooterLinks a:hover
{
    color: #555;
}

#FooterLinks a:active
{
    color: #555;
}

/********************************************************************************************************************/
/*													BANNER STYLES		        								    */
/********************************************************************************************************************/

.banner
{
    position: relative;
    width: 971px;
    height: 233px;
    background-image: url('../themes/bannerBG.jpg');
    background-repeat: repeat-x;
    clear: both;
    top: 20px;
}

.bannerImg
{
    width: 890px;
    margin-left: 40px;
}

/********************************************************************************************************************/
/*													MAIN BODY STYLES		        							    */
/********************************************************************************************************************/

/************************************************************************************************************/
/*													RP STYLES		                  					    */
/************************************************************************************************************/

#rp
{
    position: relative;
    float: right;
    width: 277px;
    height: 359px;
    background-image: url('../themes/rpBG.jpg');
    margin-top: 30px;
    margin-right: 43px;
    margin-bottom: 20px;
}

#commHead
{
    position: relative;
    left: 30px;
    font-weight: bold;
    top: 8px;
}

#commTitle
{
    position: relative;
    left: 30px;
    top: 30px;
    font-size: 12px;
    width: 200px;
    font-weight: bold;
}

#commDesc
{
    position: relative;
    left: 30px;
    top: 35px;
    width: 130px;
}

#transHead
{
    position: relative;
    left: 95px;
    top: 90px;
    font-weight: bold;
}

#transTitle
{
    position: relative;
    left: 30px;
    top: 105px;
    width: 230px;
}

#transTitle span
{
    font-weight: bold;
}

.transDesc
{
    position: relative;
    left: 30px;
    top: 115px;
    font-weight: bold;
}

#rp a
{
    position: relative;
    left: 30px;
    top: 120px;
    font-size: 14px;
    color: #ee0000;
    font-weight: bolder;
    text-decoration: none;
}

#rp a:link
{
    font-size: 16px;
    color: #ee0000;
}

#rp a:visited
{
    color: #ee0000;
}

#rp a:hover
{
    color: #aa0000;
}

#rp a:active
{
    color: #aa0000;
}

/************************************************************************************************************/
/*													LP STYLES		                  					    */
/************************************************************************************************************/

#lp
{
    position: relative;
    float: left;
    width: 590px;
    margin-top: 30px;
    margin-left: 43px;
    margin-bottom: 20px;
}

#lpImg
{
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 277px;
}

#lpRight
{
    float: right;
    margin-top: 20px;
    width: 293px;
}

#lpList1
{
    float: left;
    width: 125px;
    margin-left: -25px;
}

*+ html #lpList1
{
    margin-left: 0px;
    margin-top: 20px;
}

#lpList2
{
    float: left;
    width: 125px;
    margin-left: -15px;
}

*+ html #lpList2
{
    margin-left: 10px;
    margin-top: 20px;
}

#lpRight H2
{
    color: #ee0000;
}

#lpSingleList
{
    margin-left: -25px;
    width: 250px;
    float: left;
}

*+ html #lpSingleList
{
    margin-left: 3px;
    margin-top: 20px;
}


/********************************************************************************************************************/
/*													AD STYLES		        		        					    */
/********************************************************************************************************************/

#ad
{
    clear: both;
    width: 910px;
    height: 58px;
    background-image: url('../themes/adBG.png');
    background-repeat: no-repeat;
    margin: 10px auto;
}

#ad p
{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 20px;
    left: 80px;
}

#ad span
{
    color: #ee0000;
}

/************************************************************************************************************/
/*													PRIVACY STYLES		               					    */
/************************************************************************************************************/

#PrivacyDiv
{
    width: 400px;
    margin: auto;
    margin-top: 20px;
}

#PrivacyDiv ul
{
    margin-bottom: 10px;
}

#PrivacyDiv p
{
    margin-bottom: 10px;
}

#PrivacyDiv h1
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#PrivacyDiv h2
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #555;
}

/************************************************************************************************************/
/*													RECRUITMENT STYLES		           					    */
/************************************************************************************************************/

#RecDiv p
{
    margin-bottom: 10px;
}

#RecDiv h2
{
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
}

#RecDiv h3
{
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: underline;
}

/************************************************************************************************************/
/*													TESTIMONIALS STYLES		           					    */
/************************************************************************************************************/

#TestDiv
{
    height: 400px;
    overflow: auto;
    padding-right: 10px;
}

#TestDiv P
{
    margin-bottom: 10px;
}

