﻿body
{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Arial;
}

b
{
    font-size: 110%;
}
html
{
    /* this will fix the page shift in firefox */ /* due to the vertical scroll not showing  */ /* if not needed */
    min-height: 100%;
    height: auto;
    margin-bottom: 1px;
}
em
{
    color: red;
}

#maincontainer
{
    width: 840px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    font-size: 12px;
}

#topsection
{    background-image: url(../artganiks_design/images/header_bg.gif);
    background-repeat: repeat-x;
    padding-top: 10px;
    height: 112px; /*Height of top section*/
}

#topsection h1
{
    margin: 0;
    padding-top: 15px;
}

#contentwrapper
{
    float: left;
    width: 100%;
    height: auto;
}

#contentcolumn
{
    margin-left: 220px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn
{
    float: left;
    width: 230px; /*Width of left column*/
    margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
}

#footer
{
    clear: left;
    width: 100%;
    height: 26px;
    background: black;
    color: #FFF;
    text-align: right;
    padding: 0px 10px;
    background-image: url(../artganiks_design/images/footer_bg.gif);
    background-repeat: repeat-x;
}

.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

.orangeheader
{
    color: White;
    padding: 5px 10px;
    font-weight: bold;   
    font-size: 14px;
    height: 25px;
    
    background-image: url(../artganiks_design/images/orange_header_bg.gif);
    background-repeat: repeat;
}
.greenheader
{
    color: White;
    padding: 5px 10px;  
    font-weight: bold;  
    font-size: 14px;
    height: 25px;
   
    background-image: url(../artganiks_design/images/green_header_bg.gif);
    background-repeat: repeat;
}

/* glossy menu */
.glossymenu
{
    list-style-type: none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 208px;
    border: 1px solid #9A9A9A;
    border-bottom-width: 0;
}

.glossymenu li a
{
    background: white url(../artganiks_design/images/ArtganiksNavButton1.gif) repeat-x bottom left;
    font: bold 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    color: white;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 10px;
    text-decoration: none;
}


* html .glossymenu li a
{
    /*IE only. Actual menu width minus left padding of A element (10px) */
    width: 195px;
}

.glossymenu li a:visited, .glossymenu li a:active
{
    color: white;
}

.glossymenu li a:hover
{
    background-image: url(../artganiks_design/images/ArtganiksNavButton2.gif);
}

#contentwrapper a:link
{
    font-weight: bold;
    color: #6b8e23;
    border-bottom: #6b8e23 1px solid;
    text-decoration: none;
}
#contentwrapper a:hover
{
    border-bottom: #6b8e23 1px dotted;
}

#contentwrapper a:visited
{
    font-weight: bold;
    font-size: 100%;
    color: #6b8e23;
    border-bottom: #6b8e23 1px solid;
    text-decoration: none;
}

#loginbox a:link
{
    font-weight: bold;
    font-size: larger;
    color: Green;
    border-bottom: Green 1px solid;
    text-decoration: none;
}


#loginbox a:visited
{
    font-weight: bold;     
    color: Green;
    border-bottom: Green 1px solid;
    text-decoration: none;
    font-size: larger;
}

#loginbox a:hover
{
    border-bottom: Green 1px dotted;
    font-size: larger;
     
}

#footer a:link
{
    font-weight: bold;
    color: #6b8e23;
    border-bottom: #6b8e23 1px solid;
    text-decoration: none;
}
#footer a:hover
{
    border-bottom: #6b8e23 1px dotted;
}

#footer a:visited
{
    font-weight: bold;
    font-size: 100%;
    color: #6b8e23;
    border-bottom: #6b8e23 1px solid;
    text-decoration: none;
}


#leftbox
{
    padding-left: 220px;
    height: 220px;
    float: left;
}

#rightbox
{
    margin-left: 580px;
    height: 220px;
}

#bottomleftbox
{
    padding-left: 220px;
    width: 350px;    
    float: left;
}

#bottomrightbox
{
    margin-left: 580px;    
}

#loginbox
{
    padding: 10px 0px;
    font-weight: bold;
    color: White;
    height: 100%;
    background-color: #cccc66;  
}

.logintube
{
    margin: 0px 10px; /*Margins for inner DIV inside each column (to provide padding)*/	    
}


