/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
    text-decoration: none;
    color: #ff7f00;
}

a:hover,
a:active
{
    text-decoration: none;
    color: #ff7f00;
    border: none;
}

acronym
{
    cursor: help;
}

body
{
    background: #fff;
    font: normal 12px 'Helvetica', 'Arial', sans-serif;
    color: black;
    text-align: center;
    margin: 0px;
}

h1
{
    margin: 10px 0px;
    font: 24px 'DIN Next W01 Light', sans-serif;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2
{
    color: #8e8e8e;
    font: 20px 'DIN Next W01 Light', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0px 10px 0px;
}

h3
{
    font: bold 12px 'Arial', sans-serif;
}

img
{
    border: none;
    display: inline;
}

p
{
    font: 16px 'Arial', sans-serif;
    line-height: 27px;
    color: #666366;
    margin: 15px 0px;
}

td
{
    vertical-align: top;
}

/* Header
================*/

#header
{
    text-align: left;
}

#search
{
    float: right;
}

#keywords
{
    border: none;
    background: url(/images/layout/search-background.png) no-repeat;
    color: white;
    font-family: 'DIN Next W01 Light';
    font-size: 16px;
    padding: 4px 4px 4px 15px;
    width: 119px;
    height: 18px;
    margin-top: 43px;
    text-transform: uppercase;
}

/* Form defaults
****************/
input, textarea
{
    border: 1px solid #ccc;
}

input[type="image"]
{
    border: none;
}


/* Classes
**********/
.block
{
    display: block;
}

.large
{
    font-size: 15px;
    color: #656366;
    line-height: 28px;
    margin-right: 70px;
}

.hints
{
    font-size: 11px;
}

.news-right
{
    float: right;
    width: 200px;
}

.news-right p
{
        font-size: 10px;
        line-height: 16px;
}

.arrow
{
    display: block;
    padding: 3px 0px 3px 20px;
    background: url(/images/layout/arrow.png) left 3px no-repeat;
}

.news-right a:link,
.news-right a:visited,
.news-main a:link,
.news-main a:visited
{
    color: #fcaf23;
}

#page h1.intro
{
    font: normal 56px 'DIN Next W01 Light', sans-serif;
    color: #8e8e8e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 35px 0px 10px 0px;

}


.news-right h2
{
    color: white;
    background: #6e7376;
    font: normal 12px 'DIN Next W01 Light', Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 5px 5px 3px 5px;
    margin: 0px 0px 10px 0px;
}

.news-right h2 a:link,
.news-right h2 a:visited
{
    color: white;
}

#page .news-main p
{
    font-size: 12px;
    margin: 15px 250px 15px 10px;
    line-height: 20px;
    color: #51575a;
}

#page .news-main h2
{
    margin: 15px 250px 15px 10px;
}

#page .news-main h2 a
{
    color: #999;
}

#page .news-main h1
{
    position: absolute;
    display: block;
    z-index: 200;
    top: 460px;
    margin: 0px;
    width: 725px;
    padding: 10px 10px 8px 10px;
    color: white;
    background: url(/images/layout/home-slides-h1.png) repeat;
    font: 24px 'DIN Next W01 Light', Helvetica, sans-serif;
    text-transform: uppercase;
}

#page h4
{
    font: normal 12px 'DIN Next W01 Light', sans-serif;
    color: #8e8e8e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0px 15px 0px;
    text-align: center;
}

.news-main
{
    margin-top: 25px;
}

/* Layout defaults
******************/
#wrap
{
    text-align: left;
    width: 960px;
    margin: 0px auto 0px auto;
}

#top
{
    display: block;
    margin: 0px 0px 15px 15px;
}

#page
{
    clear: left;
    padding: 0px 0px 0px 0px;
}

#page-admin,
#page-news
{
    padding: 0px 0px 0px 25px;
}



#footer
{
}

#login
{
    margin-top: 10px;
    background: url(/images/layout/login-form.gif) no-repeat;
    width: 247px;
    height: 150px;
    padding-left: 100px;
    padding-top: 47px
}

.login-form
{
    display: block;
    width: 150px;
    border: 1px solid #ccc;
    margin-bottom: 3px;
}


/* Layout - Gallery (new)
*************************/
#page-gallery
{
    margin: 16px 0px 75px 170px;
}

#new-image
{
    margin: 25px 0px 0px 0px
}


.showcase-table a:link,
.showcase-table a:visited
{
    color: #c0c0c0;
}

.showcase-table a:hover
{
    color: #ff7f00;
}

.showcase-table
{
    margin: 0px 0px 0px 0px;
}

.showcase-table img
{
    margin: 15px 15px 0px 0px;
}

.showcase-detail-tn
{
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

.showcase-detail-tn h3
{
    text-transform: uppercase;
    margin: 0px;
    font: 12px Tahoma, Arial, sans-serif;
    color: #666666;
}

.lb-h3
{
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
    font: 14px Tahoma, Arial, sans-serif;
    color: #666666;
}

.lb-caption
{
    margin: 0px 0px 10px 0px;
    color: #c0c0c0;
    font-size: 11px;
}

.gallery-short h2
{
    text-transform: uppercase;
    margin-top: 5px;
    font: 14px Tahoma, Arial, sans-serif;
    color: #666666;
}


/* Layout - Gallery (old)
*************************/

#gallery-index
{
    width: 788px;
    height: 322px;
    padding-top: 1px;
}

#gallery-index ul
{
    list-style: none;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

#gallery-image
{
    float: right;
}

#gallery-index table.thumbs
{
    position: relative;
    top: 5px;
    left: 0px;
}

.thumbs td
{
    height: 50px;
    width: 50px;
}

.thumbs img
{
    display: block;
}

.green
{
    color: #b5ba05;
}

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

#login-request
{
    background: url(/images/layout/login-request.gif) no-repeat #767376;
    width: 504px;
    height: 300px;
}

#contact-form
{
    margin-top: 40px;
}

#contact-form td p
{
    font: normal 12px 'DIN Next W01 Light', sans-serif;
    color: #8e8e8e;
    text-transform: uppercase;
    text-align: left;
    margin: 10px 10px;
}

input.contact,
input.contact
{
    display: block;
    padding: 4px;
    border: none;
    background: #eaeaeb;
    color: white;
    margin: 5px 0px;
}

input.required
{
    background: #c3c5c6;

}

textarea.contact
{
    background: #c3c5c6;
    width: 290px;
    color:white;
    height: 80px;
    border: none;
    padding: 4px;
}

#country
{
    width: 135px;
}

h2.home-text
{
    font: 15px arial, sans-serif;
    color: #999;
}

p.download
{
    display: block;
    background: #999;
    padding: 3px;
}

p.download a:link,
p.download a:visited
{
    color: #000;
    font-weight: bold;
}

/* Scrolling layers
*******************/


/* rollovers
************/

.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover
{
    visibility: visible;
}

.rollover:hover img
{
    visibility: hidden;
}

.news-form
{
    background: #f4f4f4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.news-form label
{
    float: left;
    text-align: right;
    width: 150px;
}

.news-form input.text,
.news-form textarea
{
    display: block;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin: 3px 0px 3px 160px;
}

.news-buttons
{
    margin-left: 160px;
    clear: left;
    height: 30px;
}

// Search

p.search-result
{
    color: #8e8e8e;
    font: 20px 'DIN Next W01 Light', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0px 10px 0px;
}

// service


#page div.service ul
{
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    list-style-image: url(/images/layout/service-bullet.png);
}

#page div.service ul li
{
    font: normal 13px 'DIN Next W01 Light', sans-serif;
    color: #8e8e8e;
    text-transform: uppercase;
    margin: 0px 0px 0px 15px;
    list-style-image: url(/images/layout/service-bullet.png);
    vertical-align: top;
    line-height: 17px;
}

#page div.service ul li a
{
    color: #8e8e8e;
}

#page div.service ul li form
{
    float: right;
}

#page .product-page h1.intro
{
    margin: 35px 0px 10px 0px;
}

#page .product-page h1.intro span
{
        font: normal 24px 'DIN Next W01 Light', sans-serif;
}

