﻿body
{
    font-family: Calibri, Arial;
    font-size: 14px;
    color: #565654;
}

textarea
{
    overflow: auto;
    font-family: Calibri;
    font-size: 12px;
}

h1
{
    color: #c0c0c0;
    font-weight: normal;
    margin: 0px;
    text-align: right;
    font-size: 12px;
}
h2
{
    color: #f42822;
    font-size: 27px;
}
h3
{
    margin: 0px;
    font-size: 18px;
    color: #0f2d51;
}
h4
{
    color: #0f2d51;
    margin-bottom: 0px;
}
a
{
    color: #0f2d51;
}
.breadcrumb a, .breadcrumb
{
    font-size: 18px;
    color: #0f2d51;
    text-decoration: none;
}
.breadcrumb a:hover
{
    color: #848581;
    text-decoration: underline;
}
#wrapper
{
    width: 900px;
    margin: 0px auto;
}
.MainLogo
{
    margin-bottom: 25px;
}
.Footer
{
    background: #747570 url(images/footer.jpg) no-repeat;
    height: 21px;
    width: 900px;
    padding-top: 2px;
}
.Footer a
{
    font-size: 11px;
    color: #fff;
    margin: 0px 10px;
    text-decoration: none;
}
.Footer a:hover
{
    text-decoration: underline;
    color: #aaa;
}
#body
{
    clear: both;
    min-height: 200px;
}
/* <------------ Start of Nav ------------> */
#nav
{
}
#nav a
{
    float: left;
    display: block;
    width: 150px;
    height: 40px;
    background-repeat: no-repeat;
}
#nav a:hover
{
    background-position: 0px -40px;
}
.homeNav
{
    background-image: url(images/nav/home.jpg);
}
.whyNav
{
    background-image: url(images/nav/why.jpg);
}
.productsNav
{
    background-image: url(images/nav/products.jpg);
}
.applicationsNav
{
    background-image: url(images/nav/applications.jpg);
}
.whoNav
{
    background-image: url(images/nav/who.jpg);
}
.contactNav
{
    background-image: url(images/nav/contact.jpg);
}

/* <------------- End of Nav -------------> */

.alertbox
{
    position: absolute !important;
}
.alertbox div
{
    padding: 5px !important;
}

.applications
{
    /*width: 208px;     margin: 0px 11px;*/
    float: left;
    text-align: left !important;
    text-decoration: none;
}
.applications div.ImageWrapper
{
    text-align: center;
    border: 1px solid #a0a0a0;
    height: 130px;
}
.highlight
{
    background-color: #FFFCD9;
}

/* messages */
.messages
{
    border: solid 1px black;
    background-color: #7B96A7;
    color: White;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.messages p
{
    margin: 5px 0px;
}

.messages a
{
    color: White;
    text-decoration: underline;
}

/* scroller */
#scroller
{
    height: 100px;
    overflow: hidden;
}

#scroller div
{
    width: auto;
    line-height: 100px;
    text-align: left;
}

#scroller img
{
    margin: 0px 5px;
    vertical-align: middle;
}

/* validator */
.highlight
{
    background-image: none !important;
    background-color: #fffacd !important;
    color: Black;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216px;
    background: url(images/arrow.png) no-repeat left top;
    color: Black;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

