/**************************************************************************************

                               Performance Gap Stylesheet

**************************************************************************************/

/** RESET **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
:focus
{
    outline: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/** COMMON **/
*
{
    font-family: Arial, Helvetica, sans-serif;
}

body
{
    background: #dedede;
}

h1, h2, h3
{
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #18A5DE;
}

h1
{
    font-size: 175%;   
}

h2
{
    font-size: 150%;
}

h3
{
    font-size: 125%;
}

p
{
    font-size: 90%;
    line-height: 20px;
    margin-bottom: 20px;
}

a
{
    color: #ee1f12;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h2 a
{
    color: #18A5DE;
}

h2 a:hover
{
    color: #4d5755;
    text-decoration: none;
    border-bottom: dotted 1px #4d5755;
}

input[type=text], textarea
{
    border: solid 1px #abadb3;
}

input[type=submit]
{
    background-color: #dedede;
    border: solid 1px #abadb3;
    padding: 5px;
}

table
{
    font-size: 90%;
}

th
{
    font-weight: normal;
    padding: 5px;
}

td
{
    padding: 5px;
}

table.border
{
    width: 90%;
    margin: 0 auto 20px auto;
}

table.border th
{
    background-color: #4D5755;
    border: solid 1px Black;
    color: #fafafa;
}

table.border td
{
    padding: 5px;
    border: solid 1px #333333;
}

table.contact
{
    width: 650px;
}

.clear-left
{
    clear: left;
}

.center
{
    margin: 0 auto;
}

.left-align
{
    text-align: left;
}

.center-align
{
    text-align: center;
}

.right-align
{
    text-align: right;
}

.top-align
{
    padding-top: 9px;
    vertical-align: top;
}

.good
{
    background-color: #c6efce;
}

.bad
{
    background-color: #ffc7ce;
}

.keyword
{
    background-color: #ffeb9c;
}

.float-image
{
    float: right;
}

.float-image-opposite
{
    float: left;
}

.float-image h1
{
    margin-bottom: 5px;
}

.category-image
{
    float: left;
    margin: 0 20px 10px 0;
}

.category-indent
{
    margin-left: 120px;
}

.important
{
    color: #ee1f12;
    font-size: 120%;
}

.min
{
    width: 1%;
    white-space: nowrap;
}

.clear
{
    clear: both;
}

.detail
{
    font-size: 75%;
    margin-left: 10px;
    color: #aaaaaa;
}

.submit-button
{
    font-size: 120%;
    padding: 10px 20px !important;
}

.red
{
    color: #ee1f12;
}


/** CONTAINERS **/
#wrapper
{
    margin: 0 auto;
    width: 1000px;
}

#top
{
    background: #ffffff;
}

#header
{
    width: 1000px;
    height: 200px;
    margin: 0 auto;
}

#scrabble
{
    float: left;
    width: 280px;
    height: 200px;
    background: #ffffff url('../images/seo-keywords-board.png') no-repeat center center;
    text-indent: -900%;
}

#logo-title
{
    text-indent: -900%;
    width: 430px;
    height: 200px;
    background: #ffffff url('../images/performance-gap-company.png') no-repeat center center;
    float:left;
}

#logo
{
    float: right;
    width: 280px;
    height: 200px;
    background: #ffffff url('../images/performance-gap-logo.png') no-repeat center center;
    text-indent: -900%;
}

#navigation-wrapper
{
    background: #4d5755;
    height: 40px;
    clear: both;
}

#navigation
{
    width: 1000px;
    margin: 0 auto;
}

#content
{
    clear: both;
    background: #fafafa;
    padding: 15px;
}

#content ul
{
    list-style: square;
    padding-left: 30px;
    margin-bottom: 25px;
}

#content ol
{
    list-style: decimal;
    padding-left: 30px;
    margin-bottom: 25px;
}

#content li
{
    font-size: 90%;
    margin-bottom: 10px;
    line-height: 20px;
}

#content strong
{
    font-weight: normal;
    color: #ee1f12;
}

#footer
{
    clear: both;
    text-align: center;
    font-size: 75%;
    margin: 20px 0;
}

#footer ul
{
    margin-bottom: 10px;
}

#footer li
{
    margin: 0 10px;
    display: inline;
}

#footer a:hover
{
    color: #18A5DE;
    text-decoration: none;
}

#sidebar
{
    float: right;
    width: 280px;
    padding: 10px;
}

/** NAVIGATION **/
#navigation
{
    position: relative;
}

#navigation ul
{
    margin: 0;
    display: block;
}

#navigation li
{
    border: 1px solid #888;
    border-bottom: 1px solid #4d5755 !important;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
    float: left;
    list-style: none;
    margin: 5px 0.2em 1px 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
    background: #4D5755 url('images/nav-tab-bg.png') repeat-x 50% 50%;
    color: white;
    font-weight: normal;
}

#navigation .selected
{
    background: White url('images/nav-tab-selected-bg.png') repeat-x 50% 50%;
    border: 1px solid #AAA;
    border-bottom: 1px solid White !important;
    color: #EE1F12;
    font-weight: normal;
}

#navigation .hover
{
    background: #DEDEDE url('images/nav-tab-hover-bg.png') repeat-x 50% 50%;
    border: 1px solid #999;
    border-bottom: 1px solid #DEDEDE !important;
    font-weight: normal;
}

#navigation a
{
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
    color: White;
}

#navigation .selected a
{
    color: #EE1F12;
}

#navigation .hover a
{
    color: #18A5DE;
}
