﻿/* StyleSheet
Text4web style

*/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* STYLE */
body{
    background-color: #FFF;
    background-image: url(images/bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    
    font-family: Verdana;
    font-size: 12px;
}
#header{
    width: 870px;
    height: 360px;
    background-image: url(images/header.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;    
}
    #header .txt{
        padding-top: 160px;
        font-size: 48px;
        color: #D1D1D1;
        font-weight: bold;
    }
    #header .slogan{
        padding-top: 10px;
        font-size: 18px;
        color: #FFF;
        font-weight: bold;
    }
    
        #menu li{
	   display: inline;
    }
    
    #menu ul{
	   margin: 0 auto;
    }    

    #header .menu{
        padding-top: 100px;
        height: 20px;
        width: 810px;
        margin: 0 auto;
        border-bottom: 1px solid #01466f;
        color: #01466f;
    }
        #header .menu a:link, #header .menu a:visited{
            color: #01466f;
            text-decoration: none;
        }
        #header .menu a:hover{
            color: #002a43;
        }        
    
#content{
    width: 870px;
    min-height: 360px;
    background-image: url(images/content.png);
    background-position: center top;
    background-repeat: repeat-y;
    margin: 0 auto;        
}
    #content .ctr{
        padding-top: 10px;
        color: #01466f;
        width: 810px;
        margin: 0 auto;            
    }
    
#footer{
    width: 100%;
    height: 255px;
    background-image: url(images/footer2.png);
    background-position: center top;
    background-repeat: repeat-x;       
}
    #footer .ftr{
        width: 870px;
        height: 255px;
        background-image: url(images/footer.png);
        background-position: center top;
        background-repeat: no-repeat;
        margin: 0 auto;         
    }
        #footer .ftr .left{
            float: left;
            padding-left: 30px;
            margin-top: 160px;
            color: #FFF;
            text-align: left;
        }
        #footer .ftr .right{
            float: right;
            padding-right: 30px;
            margin-top: 160px;
            color: #FFF;
            text-align: right;
        }
            #footer .ftr .right a:link, 
            #footer .ftr .left a:link, 
            #footer .ftr .right a:visited, 
            #footer .ftr .left a:visited{
                color: #FFF;
                text-decoration: none;
            }    
            #footer .ftr .right a:hover, 
            #footer .ftr .left a:hover{
                color: #D1D1D1;   
            }
