/*

    Colors:
    
     * Red: #dd3127
     * Blue: #3a5760
     * Light blue: #a4b9c5
     * Light gray: #eff0f0
     * Orange: #d51a0d

*/

@font-face {
    font-family: AvantBook;
    src: url('/fonts/AvantGardeGothicBook.ttf');
} 

body {
    font-family: AvantBook, sans-serif;
    padding: 0px;
    margin: 0px;
    min-width: 768px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

a {
	color: #dd3127;
	text-decoration: none;	
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

h1 {
    color: #dd3127;
    font-weight: normal;
    font-size: 150%;
}

h2 {
    color: #dd3127;
    font-weight: normal;
    font-size: 120%;
}

div.clear {
    clear: both;
}

div.videolink {
    background-color: #d51a0d;
    width: 200px;
    height: 65px;
    position: relative;
    margin: 0em 2.5em 1em 0em;
}

div.videolink a {
    color: white;
    text-decoration: none;
}

div.videolink span {
    display: block;
    position: relative;
    padding: 15px;
    width: 170px;
    height: 45px;
    background: transparent url(/images/playbutton.png) center center no-repeat;
    z-index: 5;
    font-size: 100%;
}

div.videolink img {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
}

div.news {
    text-align: right;
    font-size: 80%;
}

div.news h1 {
    display: inline;
    color: white;
    background-color: #3a5760;
    font-size: 140%;
    padding: 0.3em 0.5em;
    margin: 0em;
}

table.leaders th {
    text-align: left;
    font-weight: bold;
}

table.leaders td {
    padding: 0.3em 1.5em 0.3em 0em;
}

#container {
    background: white url(/images/back_logo_grey.png) top right no-repeat;
    padding: 0px;
    margin: 0px;
}

#header {
    border-bottom: 25px solid #eff0f0;
    padding-top: 1em;
}

#login, #search {
    float: right;
}

#login button, #search input {
    color: #3a5760;
    background-color: #a4b9c5;
    border: none;
    padding: 2px 5px;
    margin: 0px 5px;
}

#search input {
    padding: 3px 5px;
}

#logo a {
    display: block;
    text-indent: -9999px;
    width: 225px;
    height: 60px;
    background: transparent url(/images/logo.png) top left no-repeat;
    margin: 15px 0px 0px 15px;
}

#menu {
    background-color: #dd3127;
    padding: 2px;
}

#menu ul {
    float: right;
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 2px 0px;
    background-color: #dd3127;
}

#menu li {
    float: left;
}

#menu a {
    color: white;
    background-color: #dd3127;
    padding: 2px 7px;
    margin: 0px 4px;
}

#menu a:hover {
    text-decoration: none;
}

#menu .selected {
    font-weight: bold;
}

#submenu {
    float: left;
    width: 15%;
}

#submenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
}

#submenu li {
    margin: 10px 0px;
}

#submenu span {
    font-weight: bold;
    color: #3a5760;
    background-color: #a4b9c5;
    padding: 2px 4px;
    margin-left: -10px;
}

#submenu a {
    color: black;
    /*color: white;
    background-color: #dd3127;*/
    padding: 2px 4px 2px 0px;
}

#submenu a:hover {
    text-decoration: none;
}

#extracontent {
    float: right;
    font-size: 85%;
    width: 30%;
}

#content {
    margin-left: 16%;
    width: 52%;
}

#maincontent table {
    width: 100%;
    font-size: 80%;
}

#maincontent td {
    vertical-align: top;
}

#mainimage {
    background: transparent url(/images/laundry3.jpg) top left no-repeat;
    height: 250px;
    position: relative;
    width: 100%;
    margin-top: -26px;
}

#mainimage span {
    position: absolute;
    bottom: 15%;
    color: white;
    background-color: #d51a0d;
    font-size: 120%;
    padding: 0.3em 0.5em;
}

#innovations {
    background: transparent url(/images/innovations.jpg) top left no-repeat;
    width: 250px;
    height: 175px;
    position: relative;
}

#innovations span {
    position: absolute;
    top: 15%;
    color: white;
    background-color: #d51a0d;
    padding: 0.3em 0.5em;
}

#environment {
    background: transparent url(/images/eviroment.jpg) top left no-repeat;
    width: 250px;
    height: 175px;
    position: relative;
}

#environment span {
    position: absolute;
    bottom: 15%;
    color: white;
    background-color: #d51a0d;
    padding: 0.3em 0.5em;
}

#footer {
    color: #3a5760;
    background-color: #a4b9c5;
    font-size: 80%;
    padding: 4px;
    margin-top: 1em;
}

#footer a {
    color: #3a5760;
}

#copy {
    float: right;
}

#links {
    text-align: center;
}

.leftfloat { font-size: 80%; float: left; width: 220px; text-align: center; margin: 0px 20px 0px 0px;; } .leftfloat:first-letter { margin-left: 0em; }
.rightfloat { font-size: 100%; float: right; width: 200px; text-align: left; margin: 0px 0px 0px 0px;; } .rightfloat:first-letter { margin-left: 0em; }

div.floatclear { clear: both; }
