body, html {	
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-family: tahoma, helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    background-image: url("../images/background.gif");
    background-repeat: repeat-x;
    }
    
h1 {
    color: #0E3A5E;
    font-family: tahoma, arial, sans-serif;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 22px;
    display: block;
    line-height: 25px;
    }
    
#headerSadolin {
    color: #0E3A5E;
    font-family: tahoma, arial, sans-serif;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 100px;
    font-size: 22px;
    display: block;
    line-height: 25px;
    background-image: url("../images/logo_sadolin_header.gif");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    }
    
h2 {
    color: #0E3A5E;
    font-family: tahoma, arial, sans-serif;
    font-weight: normal;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 2px 0px;
    font-size: 12px;
    display: block;
    line-height: 17px;
    border-bottom: 1px solid #e1e1e1
    }
    
h3 {
    color: #0E3A5E;
    font-family: tahoma, arial, sans-serif;
    font-weight: normal;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    display: block;
    line-height: 17px;
    }
    
.homer {
    display: block;
    position: absolute;
    top: 20px;
    width: 200px;
    height: 50px;
    z-index: 10000;
    }
    
/* LISTS ---------------------*/

ul {
    padding: 0px;
    margin: 0px;
    }
    
li {
    list-style-type: none;
    background-image: url("../images/bullet.gif");
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding: 3px 0px 3px 6px;
    border-top: 1px solid #e1e1e1
    }
    
/* MENU -------------------------------------*/

#menu {
    width: 926px;
    text-align: right;
    margin: 35px 0px 0px 0px;
    position: absolute;
    color: #ffffff;
    }
    
#menu a:link, #menu a:visited {
    color: #ffffff;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    }
    
#menu a:hover {
    color: #ACD1EF
    }
    
#contactButton {  
    background-image: url("../images/icon_contact.gif");
    background-repeat: no-repeat;
    background-position: 5px 3px;
    }
    
#homeButton {  
    background-image: url("../images/homebutt.gif");
    background-repeat: no-repeat;
    background-position: 5px 2px;
    }

    
/* PARAGRAHS --------------------------------*/
    
p {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    }
    
#home #beta p {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    }
    
#home #gamma #contact p {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    }
    
#home #gamma #sadolin p {
    padding: 0px;
    margin: 3px 0px 0px 0px;
    }
    
/* LINKS --------------------------------*/

a:link, a:visited {
    text-decoration: underline;
    color: #0E3A5E;
    }
    
a:hover {
    color: #4F7697;
    }
    
#home #alpha a:link, #home #alpha a:visited {
    display: block;
    border-top: 1px solid #C6C6C6;
    text-decoration: none;
    color: #0E3A5E;
    padding: 6px 0px 6px 22px;
    }
    
#home #alpha a:hover {
    color: #4F7697
    }
    
/* SIDE MENU --------------------------------------*/

a.sideLink:link, a.sideLink:visited {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    text-decoration: none;
    color: #0E3A5E;
    padding: 6px 0px 6px 18px;
    background-image: url("../images/icon_sidelink.gif");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    }
    
a.sideLink:hover {
    color: #4F7697;
    background-image: url("../images/icon_sidelink_hover.gif");
    background-repeat: no-repeat;
    }
    
/* HOME LINKS ----*/
    
#home #meetTheTeam {
    background-image: url("../images/icon_team.gif");
    background-repeat: no-repeat;
    background-position: 0px 7px;
    }
    
#home #structure {
    background-image: url("../images/icon_structure.gif");
    background-repeat: no-repeat;
    background-position: 0px 8px;
    }

    
   
/* HOMEPAGE --------------------------------*/
    
#home {
    width: 926px;
    margin: 0px 0px 0px 30px;
    }
    
#topBar {
    width: 926px;
    height: 86px;
    background-image: url("../images/logo02.gif");
    background-repeat: no-repeat;
    }
    
/* CONTENT & CONTAINERS --------------------------------*/
    
#container {
    background-color: #ffffff;
    width: 926px;
    }
    
*html #container {
    width: 921px;
    }
    
#contentContainer {
    width: 926px;
    margin: 0px 0px 0px 5px;
    }
    
*html #contentContainer {
    width: 921px;
    }
    
.content {
    padding: 20px;
    }
    
/* FLASH --------------------------------*/
    
#flash {
    width: 926px;
    height: 184px;
    }

    
#flashSub {
    width: 926px;
    height: 84px;
    }

    
/* ALPHA --------------------------------*/
    
#home #alpha {
    width: 302px;
    float: left;
    margin: 0px 5px 0px 0px;
    }
    
#sub #alpha {
    width: 609px;
    float: left;
    margin: 0px 5px 0px 0px;
    }
    
/* BETA --------------------------------*/
    
#home #beta {
    width: 302px;
    float: left;
    margin: 0px 5px 0px 0px;
    line-height: 13px;
    }
    
#sub #beta {
    width: 302px;
    float: left;
    margin: 0px 0px 0px 0px;
    line-height: 13px;
    }
    
#timeLine {
    width: 171px;
    height: 88px;
    background-image: url("../images/clock.gif");
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0px 0px 91px;
    }
    
#outlet {
    width: 171px;
    height: 88px;
    background-image: url("../images/compass.gif");
    background-repeat: no-repeat;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 91px;
    }
    
/* GAMMA --------------------------------*/
    
#home #gamma {
    width: 302px;
    float: left;
    line-height: 13px;
    }
    
#sub #gamma {
    width: 302px;
    float: left;
    line-height: 13px;
    }
    
#contact {
    width: 167px;
    height: 88px;
    background-image: url("../images/contact.gif");
    background-repeat: no-repeat;
    padding: 0px 0px 0px 95px;
    }
    
#sadolin {
    width: 167px;
    height: 88px;
    background-image: url("../images/sadolin.gif");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding: 0px 0px 0px 95px;
    margin: 20px 0px 0px 0px;
    }
    
#distribution {
    margin: 15px 0px 0px 0px;
    width: 262px;
    height: 100px;
    display: block;
    background-image: url("../images/distribution.gif");
    background-repeat: no-repeat;
    }
    
/* THREE BUTTONS SUB PAGES --------------------------------*/

#sub {
    width: 926px;
    margin: 0px 0px 0px 30px;
    }
    
*html #sub {
    width: 921px;
    margin: 0px 0px 0px 30px;
    }

#subButtons {
    padding: 5px;
    }


.buttonPaints {
    display: block;
    width: 302px;
    height: 73px;
    background-color: #cc0000;
    float: left;
    }
    
a.buttonPaints:link, a.buttonPaints:visited {
    background-image: url("../images/button_paints.gif");
    background-repeat: no-repeat;
    width: 302px;
    height: 73px;
    }
    
a.buttonPaints:hover {
    background-image: url("../images/button_paints_hover.gif");
    background-repeat: no-repeat;
    }
    
.buttonGraphics {
    display: block;
    width: 302px;
    height: 73px;
    background-color: #cc0000;
    float: left;
    margin: 0px 0px 0px 5px;
    }
    
a.buttonGraphics:link, a.buttonGraphics:visited {
    background-image: url("../images/button_graphics.gif");
    background-repeat: no-repeat;
    width: 302px;
    height: 73px;
    }
    
a.buttonGraphics:hover {
    background-image: url("../images/button_graphics_hover.gif");
    background-repeat: no-repeat;
    }
    
.buttonIndustry {
    display: block;
    width: 302px;
    height: 73px;
    background-color: #cc0000;
    float: left;
    margin: 0px 0px 0px 5px;
    }
    
a.buttonIndustry:link, a.buttonIndustry:visited {
    background-image: url("../images/button_industry.gif");
    background-repeat: no-repeat;
    width: 302px;
    height: 73px;
    }
    
a.buttonIndustry:hover {
    background-image: url("../images/button_industry_hover.gif");
    background-repeat: no-repeat;
    }
    
/* COPYRIGHT --------------------------------*/

.copyright {
    width: 886px;
    margin: 0px 0px 0px 25px;
    padding: 0px 0px 20px 0px;
    color: #666666;
    }
    
.copyright a:link, .copyright a:visited {
    text-decoration: none;
    color: #666666;
    }
    
.copyright a:hover {
    color: #333;
    text-decoration: underline;
    }
    
/* CREDIT ----------------------------------------------*/

.copyright .credit {
	color: #666;
	}
	
	
.copyright .credit a:link, .copyright .credit a:visited {
	
	text-transform: uppercase;
	font-size: 9px;
	padding: 1px;
	color: #666;
	}
	
.copyright .credit a:hover {
	background-color: #000;
	text-transform: uppercase;
	font-size: 9px;
	padding: 1px;
	color: #fff;
        text-decoration: none;
	}
