/*
All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
*
{
    padding: 0;
    margin: 0;
}

/* @group HTML, Body */
body
{
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: white;
}
/* @end */
img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
a
{
    cursor: pointer;
    cursor: hand;
}

/* @group Headings */
h1
{
    font-size: 19px;
    font-weight: bold;
    color: #000000;
    margin: 2px 0 0 10px;
    font-style: normal;
}
h2
{
    font-size: 120%;
    font-weight: normal;
    color: #fff;
    margin: 5px 0;
}
h3
{
    font-size: 130%;
    font-weight: normal;
    color: #92a8bd;
    margin: 5px 0;
}

/* @end */

/* Header bar */

div#outer
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div#header
{
    width: 1000px;
    height: 121px;
    margin: 0 0 0px 0;
}

div#navbar
{
    width: 1000px;
    height: 37px;
    background: url(../images/Navbar.jpg) no-repeat;
    overflow: hidden;
}

/* @group Nav */
ul#main-nav
{
    height: 27px;
    width: 1000px;
    margin: 3px 0 0 0px;
    overflow: hidden;
    list-style: none;
    font-family: Tahoma;
    z-index: 10;
    position: relative;
    z-index: 100;
}

ul#main-nav li
{
    float: left;
    list-style-type: none;
    width: 125px;
    margin: 0;
    text-align: center;
    line-height: 28px;
}

ul#main-nav a:link, ul#main-nav a:visited
{
    color: #ccc;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
}
ul#main-nav a:hover
{
    color: #fff;
    font-size: 100%;
    text-decoration: underline;
}

/* @end */

/* @Main Body */
ul#left-col
{
    height: auto;
    overflow: inherit;
    position: relative;
    margin: 0px 0 0 10px;
    list-style-type: none;
    top: 0px;
    left: 0px;
}

ul#left-col li
{
    float: left;
    width: 290px;
    text-align: left;
    line-height: 20px;
}

ul#left-col a:link, ul#left-col a:visited
{
    color: #ccc;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 100%;
}
ul#left-col a:hover
{
    color: #fff;
    font-size: 100%;
    text-decoration: underline;
}

/* @end */

div#contents
{
    width: 1000px;
    height: 438px;
    background: url(../images/body-h.gif) repeat-y;
}
div#left-col
{
    width: 300px;
    height: 97px;
    text-align: left;
    float: left;
    margin-left: 24px;
    display: inline;
    margin-top: 3px;
}

div#left-col-home
{
    width: 235px;
    height: 97px;
    float: left;
    margin-left: 24px;
    display: inline;
    margin-top: 3px;
}
div#right-col-home
{
    width: 700px;
    float: left;
    margin-left: 14px;
    display: inline;
    height: 100px;
    margin-top: 3px;
}

div#left-col-img
{
    width: 300px;
    float: none;
    margin-left: 24px;
    display: inherit;
    margin-top: 3px;
}

div#column
{
    width: 1px;
    height: 427px;
    background: url(../images/column.jpg) repeat-y;
    float: left;
    margin-top: 3px;
}

div#right-col
{
    width: 630px;
    float: right;
    margin-right: 24px;
    display: inline;
    height: Auto;
    margin-top: 2px;
}

div#combustion a:link, div#combustion a:visited
{
    float: left;
    margin-left: 10px;
    width: 249px;
    height: 328px; /*background: url(../images/Combustion.jpg) no-repeat;*/
    color: #ccc;
}
div#steel a:link, div#steel a:visited
{
    float: left;
    width: 485px;
    height: 328px;
    color: #ccc;
}
div#aluminium a:link, div#aluminium a:visited
{
    float: left;
    width: 246px;
    height: 328px;
    margin-left: 0px;
    color: #ccc;
}

div#contact-form
{
    height: 200px;
    width: 100%;
}

div#footer
{
    width: 1000px;
    height: 28px;
    background: url(../images/footer.gif) no-repeat;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 8px;
    text-align: center;
    vertical-align: middle;
    color: White;
    margin: 0px 0px 5px 0px;
}

/* @end */


/* @group Misc */
.clear
{
    clear: both;
}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */
/* @end */

/* slideshow */

#gallery
{
    position: relative;
    width: 522px;
    margin: 3px auto;
    padding: 3px;
    border: 0px solid #fff; /*background: #AAA; */
}
#images
{
    border: 2px solid #9ac1c9;
    height: 225px;
    background: #eef5f6;
    margin-bottom: 20px;
}
#image
{
    position: relative;
    width: 508px;
    height: 290px;
    padding: 5px;
    border: 1px solid #666;
    background: #FFF url(../images/loading.gif) center center no-repeat;
}
#image img
{
    position: absolute;
    top: 5px;
    left: 5px;
}
#thumbwrapper
{
    margin-top: 3px;
    padding: 5px 0;
    width: 518px;
    height: 100px;
    border: 1px solid #666;
    background: #FFF;
}
#thumbarea
{
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 518px;
}
#thumbs
{
    position: absolute;
    list-style: none;
    margin-left: 5px;
    height: 100px;
    width: 10000px;
    border-right: 5px solid #FFF;
}
#thumbs li
{
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.imgnav
{
    position: absolute;
    height: 375px;
    width: 20%;
    z-index: 100;
    height: 290px;
    width: 20%;
    z-index: 100;
    outline: none;
    cursor: pointer;
}
#previmg
{
    left: 0;
    background: url(../images/left.gif) left center no-repeat;
    border-left: 5px solid #FFF;
}
#previmg:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}
#nextimg
{
    right: 0;
    background: url(../images/right.gif) right center no-repeat;
    border-right: 5px solid #FFF;
}
#nextimg:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}

