@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY {
    background: #0B5AB7 url(images/bg.png) repeat-x top left;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
    color: #1C2842;
    margin: 0;
    padding: 0;
    height: 100%;
}
#wrapper{
    min-height: 100%;
    width: 950px;
    margin: 0 auto;
}
A {
    color: #002B8E;
    text-decoration: underline;
    cursor: pointer;
}
A:hover {
    text-decoration: none;
    cursor: pointer;
}
STRONG{
    font-weight: bold;
}

/* Header
------------------------------------ */
#header{
    width: 950px;
    height: 188px;
    background: url(images/header-bg.png) no-repeat;
}
#header H1 A{
    outline: none;
    background: url(images/logo.png) no-repeat;
    text-indent: -999999px;
    display: block;
    width: 314px;
    height: 85px;
    position: relative;
    left: 27px;
    top: 46px;
    float: left;
}
#nav{
    width: 888px;
    margin: 0 auto;
    height: 42px;
    background: url(images/nav-bar.png) no-repeat;
    clear: both;
}
#nav LI{
    color: #FFF;
    float: left;
    line-height: 42px;
    padding: 0 35px 0 35px;
    background: url(images/nav-space.png) no-repeat right;
    display: block;
    height: 42px;
}
#nav LI.last{
    padding: 0 0 0 45px;
    background: none;
}
#nav LI A{
    outline: none;
    color: #FFF;
    text-decoration: none;
}
.call{
    background: url(images/header-img-bg.png) no-repeat;
    width: 531px;
    height: 129px;
    float: right;
    position: relative;
    top: 21px;
    left: -25px;
    padding-bottom: 17px;

}
.call SPAN{
    text-indent: -999999px;
    display: block;
}


/* Main
------------------------------------ */
#main-wrapper{
    width: 950px;
    background: url(images/main-bg.png) repeat-y;
    float: left;
}
#main{
    width: 888px;
    margin: 0 auto;
}
#top-image{
    width: 888px;
    height: 228px;
    background: url(images/top-image.jpg) no-repeat;
    margin: 0 auto;
    position: relative;
    top: 3px;
    text-indent: -999999px;
    clear: both;
}
#top-image DL{
    width: 377px;
    height: 167px;
    background: url(images/dl-text.png) no-repeat;
    text-indent: -999999px;
    display: block;
    position: relative;
    top: 18px;
    left: 20px;
}
#top-image P.learn-more{
    height: 40px;
    width: 113px;
    display: block;
    background: url(images/learn-more.png) no-repeat;
    color: #FFF;
    line-height: 40px;
    font-size: 16px;
    text-indent: 0;
    position: relative;
    top: -60px;
    left: 200px;
}
#top-image P.learn-more A{
    color: #FFF;
    text-decoration: none;
    padding-left: 18px;
}
#left-side{
    width: 630px;
    float: left;
}
#left-side H2{
    font-size: 22px;
    padding: 15px 0 15px 6px;
}
#left-side H3{
    font-size: 18px;
    padding: 10px 0 9px 6px;
}
#left-side P{
    padding: 0 26px 10px 6px;
    line-height: 16px;
}
.clear{
    clear: both;
}
#left-side .hr{
    background: url(images/hr-bg.png) repeat-x;
    height: 1px;
    width: 620px;
    line-height: 1px;
    padding: 0;
    margin: 11px auto 7px auto;
    display: block;
}
#left-side .alignleft{
    float: left;
    margin: 16px 22px 0 0;
    padding-bottom: 20px;
}
#serv-left{
    float: left;
    width: 330px;
    padding-bottom: 20px;
}
#serv-left UL{
    float: left;
    width: 165px;
    list-style: disc inside;
}
#serv-left LI{
    padding: 10px 0 0 15px;
}
#serv-right{
    float: left;
    width: 300px;
    height: 200px;
    background: url(images/serv-right-bg.jpg) no-repeat;
    margin-top: -25px;
}
#serv-right P{
    display: block;
    width: 200px;
    color: #014781;
    margin: 120px 0 0 80px;
}
#serv-right SPAN{
    display: block;
    width: 135px;
    color: #CC0000;
    font-size: 19px;
    margin: 10px auto;
}
#right-side{
    float: right;
    width: 248px;
}
.right-box{
    width: 248px;
    margin-top: 10px;
}
.right-box H2{
    width: 248px;
    height: 42px;
    text-indent: -999999px;

}
.right-box-inner{
    width: 240px;
    padding-top: 10px;
    margin: 0 auto;
    background: #D0E8FD;
    margin-top: -2px;
}
.right-box-inner IMG{
    border: 1px solid #01366D;
}
.products{
    background: url(images/right-box-bg.png) no-repeat;
}
.book{
    background: url(images/right-box-bg.png) no-repeat 0px -42px ;
}
.right-box-inner LI{
    text-align: center;
    margin-bottom: 12px;
}
.right-box-inner UL{
    margin-bottom: 5px;
}
.right-box-inner P{
    padding-bottom:12px;
    margin: 0 12px 0 16px;
}
.right-box-inner P.view-more{
    padding:0;
    margin: 0 auto;
    height: 40px;
    width: 113px;
    display: block;
    background: url(images/view-more.png) no-repeat;
    color: #FFF;
    line-height: 40px;
    font-size: 16px;
    padding-bottom: 15px;
}
.right-box-inner P.view-more A{
    color: #FFF;
    text-decoration: none;
    padding-left: 18px;
}
.right-box-inner LABEL{
    width: 5.1em;
    float: left;
    margin-right: 0.5em;
    display: block;
    font-weight: bold;
    line-height: 18px;
}
.right-box-inner INPUT{
    border: 1px solid #999;
    height: 16px;
    width: 140px;
}
.submit INPUT{
    border: 0px;
    display: block;
    width: 84px;
    height: 50px;
    background: url(images/button.png);
    font-size: 0px;
    line-height: 0px;
    text-indent: -999999px;
    margin-left: 120px;
}

/* Footer
------------------------------------ */
#footer{
    height: 110px;
    width: 950px;
    background: url(images/footer-bg.png) no-repeat;
    clear: both;
    color: #FFF;
    margin: 0 auto;
}
#footer A{
    color: #FFF;
}
#footer UL{
    text-align: center;
    margin: 0 auto;
    font-size: 11px;
    width: 410px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}
#footer LI{
    float: left;
    padding-right: 6px;
}
#footer LI A{
    padding-right: 5px;
    text-decoration: none;
}
#footer LI A:hover{
    text-decoration: underline;
}
#footer P{
    clear: both;
}
#footer P.copyright{
    font-size: 10px;
    padding: 15px 0 10px 0;
    text-align: center;
}
#footer P.footer-logo A{
    display: block;
    text-indent: -999999px;
    margin: 0 auto;
    width: 184px;
    height: 22px;
    background: url(images/footer-logo.png) no-repeat;
}







