 /* ----------------------------------------------
	Template Name : PageOne
	Template Code : S-0032
	Version : 1.0
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/
	Last Date Modified : November 28, 2011
 ------------------------------------------------ */

 /* ------------------------------------------------
    CUSTOM WEB FONTS
--------------------------------------------------*/

/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
html { overflow-y: scroll; }

/* ------------------------------------------------------
    STRUCTURE
--------------------------------------------------------- */

headertop {
    position: relative;
    width: 940px;
    height: 0px;
    margin: 0 auto;
}

/* -------------------------------------------
    Header
-------------------------------------------- */

/* Logo */
headertop hgroup {
    position: absolute;
    background: url(../images/logo.png) no-repeat;
    height: 31px;
    width: 312px;
    display: block;
    top: 25px;
    left: 0;
}
headertop hgroup h1 a {
    text-indent: -9999em;
    display: block;
    height: 31px;
    width: 130px;
}
headertop hgroup h3  {
    text-indent: -9999em;
    height: 0;
}

/* Main Navigation */
headertop nav {
    float: right;
    margin-top: 25px;
}
headertop nav ul {
    font: bold 12px/25px  Helvetica, Arial, Sans-serif;
    margin-right: -5px;
    padding: 0;
    list-style: none;
}
headertop nav ul li {
    float: left;
}
headertop nav ul a:link, headertop nav ul a:visited {
    color: #c5c4c4;
    margin-right: 20px;
    text-shadow: 0 -1px 0 rgba(10, 10, 10, 1);
}
headertop nav ul a:hover,
headertop nav ul a:active {
    color: #17a231
}