@CHARSET "ISO-8859-1";

/**
 * Global
 */
body {
    background: url(/images/body.gif) top repeat-x #fbfbfb;
    margin: 0;
    padding: 0;
    font: .75em Tahoma, Verdana, Arial, sans-serif;
    color: #666
}

#wrapper {
    margin: 0 auto;
    width: 920px
}

/**
 * Text Elements
 */
p {
    margin: 10px 0;
    line-height: 1.67em
}

ul {
    margin: 0;
    padding: 0
}

h1 {
    margin: 0;
    padding: 15px 0 16px;
    font-weight: normal;
    font-size: 2em;
    color: #fff
}

h4 {
	border-bottom: 1px solid #eee;
	margin: 0 0 10px;
	padding-bottom: 5px
}

/**
 * Links
 */
a {
    color: #23afd8
}

a:hover {
    text-decoration: none;
    color: #a7cb15
}

a span {
    display: none
}
/**
 * Forms
 */
input, textarea {
    font: 1em Tahoma, Verdana, Arial, sans-serif;
}

.button {
    cursor: pointer
}

/**
 * Header
 */
#header {
    background: url(/images/header.gif) left no-repeat;
    height: 101px 
}

#logo {
    display: block;
    position: relative;
    top: 36px;
    background-image: url(/images/splash/logo.gif);
    width: 100px;
    height: 23px
}

#search {
    float: right;
    display: block;
    margin-top: 5px;
    background-image: url(/images/search.gif);
    width: 136px;
    height: 29px
}

#search .text {
    float: left;
    background: transparent;
    border: 0;
    padding: 7px 5px;
    width: 107px;
    font-weight: bold;
    color: #e4e3e3
}

#search .text:focus {
    color: #b9b9b9
}

#search .button {
    background: transparent;
    border: 0;
    width: 19px;
    height: 29px
}

/**
 * Menu
 */
#menu {
    margin-bottom: 2px;
    height: 39px
}

#menu a {
    float: left;
    padding: 13px 20px;
    text-decoration: none;
    color: #adadad
}

#menu a:hover {
    color: #23afd8
}

#menu .home {
    padding-left: 0
}

#menu .logos {
    float: right;
    margin-top: -20px
}

#menu .logos a {
    float: left;
    position: relative;
    top: 6px
}

/**
 * Footer
 */
#footer {
    clear: both;
    border-top: 1px solid #d7d7d7;
    padding: 15px;
    font-size: .92em;
    color: #bababa
}

#footer a {
    text-decoration: none;
    color: #bababa
}

#footer a:hover {
    text-decoration: underline;
    color: #666
}
