html, body
{
    margin: 0;
    padding: 0;
}
body
{
    font: 12px/1.5em Tahoma, Helvetica, sans-serif;
    color: #000;    
}
h1, h2, h3, h4, h5{margin: 0 0 1em;}
h1{}
h2
{
    font: 22px Tahoma, Arial, Helevetica, sans-serif;
    margin: 0 0 12px;
}
h3
{
    font: bold 16px Tahoma, Arial, Helevetica, sans-serif;
    margin: 0 0 6px;
}
p{margin: 0 0 .8em;}
a,
a:link,
a:visited{color: #008CCA;}
a:hover,
a:active{}
a img{border: none;}
form{margin: 0;}
fieldset{padding: 0;}
hr
{
    height: 1px;
    border: none;
    color: #999;
    background-color: #999;
    margin-bottom: 1em;
}
ul
{
    list-style-type: square;
    margin-top: 0;
}
/* ~~~ === POSITIONING SELECTORS ===================================== ~~~ */
#default,
#our-products
{
    background: #BCCCD4 url(../images/default_body_bg.jpg) no-repeat fixed 50% 0;
}
#container
{
    width: 1002px;
    background: url(../images/container_bg.png) repeat-y 0 0;
    margin: 0 auto;
}
#wrapper
{
    width: 966px;
    margin: 0 auto;
}   
#topText
{
    position: absolute;
    top: 22px;
    left: 22px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#masthead
{
    position: relative;
    height: 113px;
    background: url(../images/masthead_bg.jpg) no-repeat 0 0;
}
#masthead h1{display: none;}
#nav
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 22px;
}
#nav li
{
    line-height: 22px;
    float: left;
}
#nav a
{
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 0 6px;
    text-transform: uppercase;
}
#main
{
    padding: 12px 24px 24px;
    min-height: 436px;
}
#logos
{
    position: absolute;
    top:120px;
    right: 12px;
}
#logos img{margin-left: 6px;}
#footer
{
    position: relative;
    left: 0;
    bottom: -45px;
    height: 45px;
    background: url(../images/default_footer_bg.png) no-repeat 0 0;
    color: #fff;
    font-size: 11px;
}
#footer a{color: #fff;}
#footerLinks
{
    position: absolute;
    top: 0;
    left: 38px;
    margin: 0;
    line-height: 22px;
}
#sitemapLinks a,
#footerLinks a{margin: 0 4px;}
#sitemapLinks
{
    position: absolute;
    top: 0;
    right: 38px;
    line-height: 22px;
    margin: 0;
    z-index: 2000;
}
/* ~~~ === HOME PAGE STYLES =========================================== ~~~ */
#home{background: #BCCCD4 url(../images/body_bg.jpg) no-repeat 50% 0;}
#home #container
{
    position: relative;
    width: 966px;    
    margin: 0 auto;
}
#home #main
{
    position: relative;
    height: 424px;
    background: url(../images/main_bg.jpg) no-repeat 0 0;
}
#home #footer
{
    bottom: 0;
    height: 22px;
    background: url(../images/footer_bg.jpg) no-repeat 0 0;    
}
#home #footerLinks
{
    left: 22px;
    margin-top: -2px;
}
#home #sitemapLinks
{
    right: 22px;
    margin: -2px 0 0;
}

/* ~~~ === SLIDES SHOW ================================================== ~~~ */
#showcase
{
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    height: 170px;
}
#slides
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 810px;
}
.slide
{
    width: 255px;
    height: 158px;
    position: absolute;
    top: 0;
    background-color: #fff;
    text-align: center;
    font-size: 11px;
    border: 1px solid #000;
    padding-top: 12px;
}
.slide img{border: 1px solid #000;}
.first{left: 54px;}
.middle{left: 354px;}
.last{right: 54px;}
#previous,
#next
{
    position: absolute;
    top: 0;
    font-size: 24px;    
}   
#previous
{
    left: 16px;   
}
#next
{
    right: 16px;
}
#previous a,
#next a
{
    display: block;
    line-height: 170px;
    color: #fff;
    text-decoration: none;
    outline: none;
}
/* ~~~ === PRODUCTS PAGE ================================================ ~~~ */
#home div.full-bg #main{background: url(../images/gallery_main_bg.jpg) no-repeat 0 0;}
#products
{
    padding-left: 20px;
    overflow: auto;
    height: 100%;
}
dl.thumb
{
    width: 220px;
    float: left;
    display: inline;
    text-align: center;
    padding: 0;
    margin: 12px 0;
}
dl.thumb dt img
{
    border: 1px solid #00A4D7;
    padding: 6px;
    background-color: #fff;
}
dl.thumb dt a:hover img{border: 1px solid #666;}
dl.thumb dd
{
    margin: 0;
    text-align: center;
    line-height: 1.2em;
}

/* ~~~ === OUR WORK PAGE =================================================== ~~~ */
#work
{
    padding-left: 20px;
    overflow: auto;
    height: 100%;
}

/* ~~ === CONTACT US PAGE ================================================ ~~~ */
#enquiryForm
{
    width: 350px;
    float: right;
    margin-bottom: 1em;
}
#contact-details
{
    width: 540px;
    float: left;
}
#map_canvas
{
    clear: both;
    border: 1px solid #979797;
}

/* ~~~ === FORMS ========================================================== ~~~ */
fieldset
{
    border: 1px solid #ccc;
    padding: 0 2em;
    margin: 0 0 1em;
}
fieldset table.formtable{margin: 1em 0 2em;} 
legend
{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
table.formtable th
{
    padding: 2px 4px;
    text-align: right;
}
table.formtable td
{
    padding: 2px 4px;
}
table.formtable td span
{
    font-size: 11px;
    font-style: italic;
}
.input
{
    font: 12px Tahoma, Arial, Helevetica, sans-serif;
    border: 1px solid #ccc;
}
.button
{
    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}
/* ~~~ === CLASSES ============================================= ~~~ */
.left{text-align: left;}
.center{text-align: center;}
.right{text-align: right;}
.clear{clear: both;}
.hide{display: none;}