@charset "utf-8";

/* Global definitons */
html, body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    /*text-align: center;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
}

p { margin: 0px; }

h1,h2,h3,h4,h5,h6 { margin: 0; }

img, iframe, object {
    border-style: none;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

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

/* Structure */
#container {
    position: relative;
    width: 1010px;
    margin: 0 auto;
    /*background: #929496 url(../../gfx/i/container-bg.jpg) repeat-x;*/
    /*padding: 20px 0px 20px 0px;*/
}

#header {
    position: relative;
    width: 1000px;
    height: 136px;
    background: url(../../gfx/i/header.jpg) no-repeat;
}
#homeLink {
    position: absolute;
    width: 330px;
    height: 45px;
    top: 70px;
    left: 25px;
    cursor: pointer;
}
#buyLink {
    position: absolute;
    width: 115px;
    height: 90px;
    top: 25px;
    right: 27px;
    cursor: pointer;
}

#content { margin: 10px 0px 0px 0px; }
#content h1 { margin: 0px 0px 10px 0px; }

#footer {
    width: 1000px;
    font-size: 11px;
    border-bottom: 2px solid #415a68;
}
#footer a {}

/* Menu */
#menu {
    width: 1000px;
    height: 24px;
    background: url(../../gfx/i/menu-bg-off.jpg) repeat-x;
}

#menu ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
#menu li {
    float: left;
}
#menu li a {
    display: block;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 24px;
    height: 24px;
    text-decoration:none;
    font-family: Helvetica, Arial;
    font-size: 13px;
    /*font-weight: bold;*/
}
#menu li a:hover {
    color: #EEE;
    background: url(../../gfx/i/menu-bg-on.jpg) repeat-x;
}
#menu li a.tabactive {
    font-weight: bold;
}
#menu li a.tabactive:hover {
    color: #EEE;
}

#menu ul.tabcontent {
    width:100%;
    height:24px;
    background:#CCCCCC;
    clear: left;
    position: absolute;
    top: 25px;
    left: 0px;
    display: none;
}
#menu ul.tabcontent a {
    color: #000000;
    font-size: 12px;
    line-height: 24px;
    border:none;
    font-weight:normal;
}

#menu ul.tabcontent a:hover {
    color: #FFFFFF;
    /*background:#b7b7b7;*/
}
