/**
 *  Astralinks - global styles used by all pages
 *
 *  Author:    Chris Knowles <chris.knowles@ckweb.com.au>
 *  Version:   $Id$
 */


body {
    background: #EFF4F5;
    text-align: center;
}

input, textarea, select { 
  font: 1em arial; 
}

a {
    color: #FF883A;
    padding: 0 2px;
}

a:hover {
    background: #FF883A;
    color: #FFF;
    text-decoration: none;
}

ul {
    list-style-type: square;
    color: #000;
    margin: 0 0 0 2em;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #1B5E71;
    margin: 30px 0 0.5em 0;
    font-variant: small-caps;
    letter-spacing: 0.1em;
}  

h2 {
    font-size: 1.3em
} 

h2.first {
    margin-top: 11px;
}   

p {
    margin: 1em 0;
}

.imgl {
    margin-top: 0.8em;
    border: 2px solid #CCC;
}

#container {
    font: 1.1em verdana, arial, sans serif;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    padding: 0 6px;
    width: 884px;
    background: #FFF;
    text-align: justify;
    margin: 0 auto;
}


/* Header
   ------------------------------------------------ */
#header {
    background: #FFF url(../images/bg_header.png) no-repeat;
    height: 136px;
    position: relative;
}

#header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 14px;
    float: right;
}

#header li {
    float: left;
    padding: 0 0 0 2em;
    margin: 3px 0 0 0;
    min-height: 23px;
}

#header li a {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    float: left;
    min-height: 23px;
    padding: 0 1.3em 0 0;
    line-height: 2.1em;
}

#header li a:hover {
    color: #1B5E71;
    background: transparent;
}

#header li.selected {
    background: #FFF url(../images/tab_left.png) no-repeat left top;
}

#header li.selected a {
    background: #FFF url(../images/tab_right.png) no-repeat right top;
    color: #FF883A;
}

#header h1 {
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: right 45px;
    height: 70px;
    margin: 20px 0 0 290px;
    border-bottom: 1px solid #FF883A;
    clear: both;
    width: 594px;
}

.about-us {
    background-image: url(../images/heading_aboutus.png);
}

.news {
    background-image: url(../images/heading_news.png);
}

.equipment {
    background-image: url(../images/heading_equipment.png);
}

.jobs {
    background-image: url(../images/heading_jobs.png);
}

.case-studies {
    background-image: url(../images/heading_case-studies.png);
}

.photos {
    background-image: url(../images/heading_photos.png);
}


#header h1 span {
    position: relative;
    left: -999em;
}


/* Sidebar
   ------------------------------------------------ */
#sidebar {
    float: left;
    width: 250px;
    margin-top: 38px;
    min-height: 300px;
}


/* Content
   ------------------------------------------------ */
#content {
    float: left;
    width: 564px;
    margin: 30px 0 0 0;
    padding: 0 30px 0 40px;
    position: relative;
}


/* Footer
   ------------------------------------------------ */
#footer {
    background: #FFF url(../images/bg_footer.png) no-repeat;
    height: 73px;
    clear: both;
    color: #999;
    line-height: 73px;
    padding-left: 20px;
}



/* Contact Details
   ------------------------------------------------ */
.vcard {
    margin: 0 0 0 20px;
    line-height: 1.6em;
    text-align: left;
    font-style: normal;
}

.vcard .type {
    display: none;
}

.vcard dl {
    clear: both;
}

.vcard dt {
    float: left;
    width: 5em;
    font-weight: bold;
    clear: left;
    
}

.vcard dd {
    float: left;
    width: 10em;
}

.vcard dt.wide {
    width: 10em;
    float: none;
    padding-top: 1em;
}

.vcard dd.wide {
    float: none;
    width: 17em;
}

.vcard p {
    clear: both;
}

.vcard .hcard {
    padding-top: 1em;
}

.vcard .abn {
    padding-top: 1em;
}

.vcard a {
    text-decoration: underline;
    color: #000;
}

.vcard a:hover {
    color: #FFF;
}

.vcard .heading {
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: 0.2em;
    font-size: 1.1em;
}

/* Images
   ------------------------------------------------ */
#images {
    clear: both;
    margin-left: 40px;
    text-align: left;
}

#images .img {
    margin: 0 53px 20px 0;
    float: left;
    width: 228px;
    display: inline;
}

#images .img img {
    display: block;
    background: #FFF;
    padding: 0;
    border: 4px solid #DDD;
    width: 220px;
    height: 165px;
}

#images .view-images {
    margin: 0 0 10px 10px;
    color: #999;
}


/* Case Studies
   ------------------------------------------------ */
   
.case-study {
    margin-top: 4em;
}      

.case-study .image {
    float: left;
    padding: 0 0 0 20px;
}

.case-study .image img {
    border: 3px solid #DDD;;
}

.case-study .content {
    margin-left: 290px;
    padding-right: 30px;
}

