﻿body
{
    background-color: #2a2a2a;
    color: Silver;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.project
{
    width: 470px;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.project img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    height: 250px;
}
.front
{
}
.back
{
}
.projectImage
{
    position: absolute;
}

.projectDescription
{
    background: white;
    position: absolute;
    width: 470px;
    height: 50px;
    top: 250px;
    background: url(/images/black75.png);
}

.test
{
    background: url(/images/background.jpg) #501337 no-repeat center top;
}

.galleryIcons
{
    width: 450px;
    height: 80px;
    text-align: center;
}
.galleryIcons img
{
    border: 1px solid #c1c3c5;
}
.galleryIcons img:hover
{
    border: 1px solid #555555;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}
TD
{
    vertical-align: top;
}
.smalltext
{
    font-size: 10px;
}
.formtextelement
{
    font-size: 12px;
    background-color: #3a3a3a;
    color: Silver;
    border: 0px;
}
.formtextelement:focus
{
    font-size: 12px;
    background-color: #2a2a2a;
    color: Silver;
    border: 0px;
}
.headertext
{
    font-size: 13px;
    font-weight: bold;
}
.error
{
    color: #b60000;
}
.contacttext
{
    font-size: 15px;
}
.pageheader
{
    color: #c5c5c5;
    font-size: 14px;
    text-align: center;
}
.faqheader
{
    font-size: 14px;
    text-decoration: underline;
}
.faqanswer
{
    color: #818181;
}
.linkbox
{
    color: #818181;
    border: #333333 1px solid;
    background-color: #111111;
}

.productbox
{
    font-size: 10px;
    color: #818181;
    border: #333333 1px solid;
    background-color: #111111;
    display: none;
}
.productboxselected
{
    font-size: 10px;
    color: #c5c5c5;
    border: #999999 1px solid;
    background-color: #222222;
    color: #818181;
    border: #333333 1px solid;
    background-color: #111111;
}


div.centered
{
    text-align: center;
}
div.centered table
{
    margin: 0 auto;
    text-align: left;
}



.BottomWhiteLine
{
    border-bottom: #444444 1px solid;
}
.TopWhiteLine
{
    border-top: #444444 1px solid;
}


.navShow
{
    visibility: visible;
}

.navHide
{
    visibility: hidden;
}


/* Version 2.0 */
#pageHolder
{
    font-size: 1.2em;
    margin: 0px auto;
    width: 974px;
    position: absolute;
    margin-left: 50%;
    left: -487px;
    top: 0px;
    margin-top: 15px;
    border: solid 1px #444444;
    background: #1a1a1a;
    min-height: 700px;
    overflow: visible;
}

#pageNavigation
{
    border-bottom: solid 1px #444444;
    font-size: 14px;
    height: 20px;
    padding-top: 6px;
    padding-bottom: 4px;
}
#breadCrumbs
{
    border-bottom: solid 1px #444444;
    font-size: 14px;
    height: 15px;
    padding-top: 6px;
    padding-bottom: 4px;
}
#breadCrumbs UL
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}
#breadCrumbs LI
{
    float: left;
    padding-right: 10px;
    color: #222222;
}
#breadCrumbs a
{
    color: #777777;
    font-size: 12px;
}
#breadCrumbs img
{
    float: left;
}

#pageNavigation .navCell
{
    border-bottom: solid 1px #444444;
    width: 170px;
    float: left;
    margin-left: 2px;
    text-align: center;
}
#pageNavigation .navCell:hover
{
    background: #222222;
}
#pageNavigationLogo
{
    width: 280px;
    border: none;
    float: left;
}

#pageContent
{
    padding: 5px;
    min-height: 640px;
    border: solid 1px #333333;
    margin: 5px;
    background: #111111;
    float: left;
    width: 954px;
}
/* mac hide \*/
* html #pageHolder
{
    height: 700px;
}
* html #pageContent
{
    height: 640px;
}
/* end hide */
#pageFooter
{
    border-top: solid 1px #444444;
    font-size: 12px;
    float: left;
    width: 100%;
}
#pageFooter a
{
    font-size: 12px;
}

.projectBanner
{
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
.projectBannerText
{
    float: left;
    text-align: left;
    width: 75%;
}
.projectBannerLink
{
    float: right;
    text-align: right;
    width: 25%;
}
.projectLine
{
    border-bottom: 1px solid #333333;
    font-size: 10px;
    float: left;
    width: 100%;
}

#gallery
{
    text-align: center;
    position: absolute;
    left: 237px;
    top: 100px;
    width: 500px;
    height: 500px;
    background: #222222;
    border: 1px solid #444444;
    display: none;
    z-index: 30;
}
.galleryClose
{
    right: -10px;
    background: url(/images/close.gif) no-repeat;
    width: 27px;
    text-indent: -9999px;
    position: absolute;
    top: -10px;
    height: 26px;
}
.galleryClose:hover
{
    background-position: center -26px;
}
.galleryTop
{
    width: 600px;
    height: 26px;
}

a, a:visited
{
    color: Silver;
    text-decoration: none;
}
a:hover
{
    color: #e9e9e9;
}


.imageThumbnail
{
    float: left;
    border: solid 1px #333333;
    width: 150px;
    height: 150px;
    margin: 3px;
    text-align: center;
}
.imageThumbnailMain
{
    clear: both;
    width: 100%;
    height: 600px;
    text-align: center;
    padding-top: 10px;
}
#projectGallery
{
    text-align: center;
    position: absolute;
    left: 87px;
    top: 100px;
    width: 800px;
    height: 620px;
    background: #222222;
    border: 1px solid #444444;
    display: none;
    z-index: 30;
}
.projectGalleryClose
{
    right: -10px;
    background: url(/images/close.gif) no-repeat;
    width: 27px;
    text-indent: -9999px;
    position: absolute;
    top: -10px;
    height: 26px;
}
.projectGalleryClose:hover
{
    background-position: center -26px;
}
.projectGalleryTop
{
    width: 600px;
    height: 26px;
}

.galleryDiv
{
    width: 800px;
    overflow: hidden;
    height: 150px;
    position: relative;
    border: 1px solid #333333;
    float: left;
    background: #252525;
}
.galleryDiv li
{
    float: left;
    position: relative;
    display: block;
    width: 160px;
    text-align: center;
}
.galleryDiv ul
{
    list-style-type: none;
    position: absolute;
    float: left;
    width: 9000px;
    padding: 0px;
    margin: 0px;
    display: block;
}

