/* Godo Systems */
body
{
    margin: 0;
    padding: 0;
    background-color: #F4F4E7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

a, a:link, a:visited, a:active, a:hover
{
    color: #000;
    /* #005FA9 #185D00;*/
    font-weight: bold;
    text-decoration: underline;
}

h1
{
    font-size: 20px;
    margin: 0px 0px 10px;
    padding-bottom: 5px;
    /* color: #0D3055; */
}
h2
{
    font-size: 16px;
    margin: 0px 0px 10px;
    padding-bottom: 5px;
    /* color: #0D3055; */
}
h3
{
    font-size: 14px;
    margin: 0px 0px 10px;
    /* color: #0D3055; */
}
h4
{
    font-size: 12px;
    margin: 0px 0px 10px;
    /* color: #0D3055; */
}
p
{
    margin: 0px;
    padding-bottom: 10px;
}

/***********************************/

#bg
{
    background-image: url(../../Images/Godo/background.jpg);
    background-repeat: repeat-x;
    height: 100%;
}
#canvas
{
    width: 955px;
    height: 100%;
}
#header
{
    height: 86px;
    background-image: url(../../Images/Godo/header_background.jpg);
    background-repeat: no-repeat;
}
#menu
{
    float: left;
    width: 575px;
    height: 20px;
    padding-left: 175px;
    padding-top: 38px;
}
/*
a.staticMenuItem:link, a.staticMenuItem:visited, a.staticMenuItem:active
{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
a.staticMenuItem:hover
{
    color: #CC0000;
}
a.dynamicMenuItem:link, a.dynamicMenuItem:active, a.dynamicMenuItem:visited
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
}
a.dynamicMenuItem:hover
{
    color: #CC0000;
}
*/
#productSelection
{
    float: left;
    width: 195px;
    height: 30px;
    padding-top: 10px;
}


#pageSearch
{
	float: left;
	width: 195px;
    padding-top: 13px;
}

#breadCrumbs
{
    clear: both;
    padding-top: 12px;
    padding-left: 7px;
    height: 16px;
    color: #000000;
    font-weight: normal;
}
#breadCrumbs a, #breadCrumbs a:hover
{
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

#container
{

}

#col2
{
    width: 575px;
    height: 100%;
    float: left;
    background-color: #FFFFFF;
}

#col2Pane
{
    width: 575px;
    height: 100%;
    background-color: #D3E59F;
    border-bottom: solid 1px #FFFFFF;
}

#content
{
    height: 100%;
    min-height: 620px;
    width: 525px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#contentFooter
{
    height: 43px;
    width: 575px;
    background-image: url(../../Images/Godo/col2_background_white.jpg);
    background-repeat: no-repeat;
    background-color: #F4F4E7;
}


/***********************************/

#col1
{
    width: 151px;
    height: 100%;
    float: left;
}

#logoContainer
{
    width: 151px;
    height: 89px;
    background-image: url(../../Images/Godo/col1_logo_background.jpg);
    background-repeat: no-repeat;
}

#logo
{
    width: 134px;
    height: 52px;
    padding-left: 7px;
    padding-top: 20px;
}

#col1Pane1
{
    width: 151px;
    height: 200px;
    background-color: #8ECEDE;
    background-image: url(../../Images/Godo/col1_cart_background.jpg);
    background-repeat: no-repeat;
}

#col1Pane1Container
{
    width: 105px;
    height: 130px;
    /* padding-top: 20px; */
    padding-left: 23px;
}
#col1Pane1ContainerNews
{
    padding-top: 15px;
}
#col1Pane1ContainerCart
{
    padding-top: 15px;
}

#col1Pane2
{
    height: 100px;
}
#col1Pane2ContainerFaq
{
    width: 105px;
    height: 120px;
    padding-left: 23px;
}
#col1Pane2ContainerEntire
{
    width: 105px;
    height: 100px;
    padding-left: 23px;
}

/***********************************/

#col3
{
    width: 225px;
    height: 100%;
    float: left;
}

#col3Pane
{
    width: 225px;
    height: 600px;
    background-image: url(../../Images/Godo/col3_background.jpg);
    background-repeat: no-repeat;
}
#notesContainer
{
    display: block;
}
.note
{
    padding-left: 20px;
}

/***********************************/

#footer
{
    width: 951px;
    height: 30px;
    text-align: center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
#footer a:hover
{
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}

