﻿
td,th {text-align: left;}
form
{
	text-align:left;
}

a,
a:link,
a:active,
a:visited
{ 
    text-decoration: none; 
}
a:hover 
{ 
    text-decoration: underline; 
}
a.header, a.header:link, a.header:active, a.header:visited
{
	font-size: 10px;
	color: white;
	text-transform: uppercase;
}
a.header:hover
{
	font-size: 10px;
	color: Silver;
	text-decoration: underline;
	text-transform: uppercase;
}
a.footer, a.footer:link, a.footer:active, a.footer:visited
{
	font-size: 10px;
	color: Gray;
	text-transform: uppercase;
}
a.footer:hover
{
	font-size: 10px;
	color: Black;
	text-decoration: underline;
	text-transform: uppercase;
}
a.latest, a.latest:link, a.latest:active, a.latest:visited
{
	font-size: 10px;
	color: Gray;
	text-transform: uppercase;
}
a.latest:hover
{
	font-size: 10px;
	color: white;
	text-decoration: underline;
	text-transform: uppercase;
}
        body,
        .black,
        .silver,
        .menu,
        .white,
        .red
        {
            font-family: Verdana, Arial;
          
        }
        body
        {
            color: White;
        }
        a:link,
        a:visited
        {
            font-family: Verdana, Arial;
            font-size: 10px;
            color: Silver;
        }
        .black,
        .silver,
        .menu,
        .white,
        .red
        {
            font-size: 10px;
            text-transform: uppercase;
        }
        .black
        {
            color:Black !Important;
        }
        .silver
        {
            color:Gray;
        }
        .white
        {
			color:White !important;
        }
        .red
        {
			color: Red;
        }
        #container
        {
            margin: 0 auto; text-align:left; width: 800px;
        }
        #Header,
        #Banner,
        #ContentsContainer,
        #Bar
        {
            width: 800px;
        }
        #Footer
        {
            width: 785px;
            color: Silver;
            padding-top: 5px;
        }
        #Header
        {
            min-height: 101px;background-color:black; background-image: url('library/header.jpg') 
            
        }
        #Banner
        {
            min-height: 300px; background-color:black; /*background-image: url('library/banner.jpg')*/
        }
        #Bar
        {
            min-height: 34px;background-color:black; background-image: url('library/bar.gif')
        }
        #ContentsContainer
        {
            min-height: 200px; background-color:black;
        }
        #left,
        #middle,
        #right
        {
            min-height: 200px; padding: 0px 0px 0px 0px; float:left; border-top: solid 1px white;
        }
        #left
        {
            width: 260px;  background-color:black; background-image: url('library/SHOPPING-BG.jpg')
        }
        #middle
        {
            width: 260px; background-color:black; background-image: url('library/middle.jpg')
        }
        #right
        {
            width: 278px; background-color:black; background-image: url('library/HOME-ENV1.jpg')
        }
        #Footer
        {
            padding-right: 15px; min-height: 25px; background-color:white; float:left; text-align:right;
        }
        #left,
        #middle
        {
            border-right: solid 1px white;
        }


/*--- controls ---*/
.textbox
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	width: 153px;
	border-bottom: gray 1px solid;
	background-color: #000000;
	color: White;
	font-size: 10px;
}







/*------admin css-------*/
.admin_nav
{
    margin-top: 10px;
    width: 150px;
    border: solid 1px #cdcdcd;
    float: left;
    text-align: left;
    background-color: #ffffff;
}
.admin_content
{
    color: #494e54;
    margin-top: 10px;
    text-align: left;
    width: 930px;
/*    border: solid 1px #cdcdcd;*/
    background-color: #ffffff;
}
.admin_main
{
    width: 964px;
    background-color: #ffffff;
    float: left;
    text-align: left;
}

.admin_content h1
{
    font-family: Verdana, lucida, sans-serif;
    font-size: 16px;
    color: #787878;
    margin-top: 0px;
    padding: 0px;
    font-weight: normal !important;
    letter-spacing: +.2em;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: url(styles/icons/h1.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.menuheader { text-align: center; border-bottom: solid 1px #cdcdcd; margin-bottom: 2px; padding-bottom: 3px; margin-top: 10px; }


/*-----begin admin popup----------*/
    .admin_menu
    {
        position: absolute;
        top: 0;
        left: 0px;
        background-color: #ffffff;
        width: 190px;
        border: solid 1px green;
        text-align: left;
        padding: 5px;
        z-index: 0;
    }
    .admin_link
    {
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .navcontainer
    {
        height: 200px;
    }
    .navcontainer ul
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .navcontainer li { margin: 0 0 3px 0; }

    .navcontainer a
    {
        display: block;
        padding: 2px 2px 2px 24px;
        border: 1px solid #333333;
        width: 160px;
        background-color: #999999;
        background-image: url(library/image/admin/l1_down.gif);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .navcontainer a:link, .navlist a:visited
    {
        color: #EEE;
        text-decoration: none;
    }

    .navcontainer a:hover
    {
        border: 1px solid #333333;
        background-color: #FF6600;
        background-image: url(library/image/admin/l1_over.gif);
        color: #333333;
    }

    .active a:link, .active a:visited, .active a:hover
    {
        border: 1px solid #333333;
        background-color: #FF6600;
        background-image: url(library/image/admin/l1_over.gif);
        color: #333333;
    }
/*-----end admin popup------------*/




/*-----begin login panel----------*/
    .loginpanel
    {
        background-color: #ffffff;
        width: 216px;
        float: left;
    }
    .loginpanel .textbox
    {
        height: 18px;
        width: 200px;
        background-image: url(library/image/site/textbox.gif);
        background-repeat: no-repeat;
        border: 0px;
        margin-left: 7px;
        margin-right: 7px;
        margin-top: 7px;
        color: #ffffff;
        font-weight: bold;
        font-size: 15px;
        padding-left: 2px;
    }
    .loginpanel div.txt
    {
        color: #494e54;
        float: left;
        text-align: left;
        width: 140px;
        padding-top: 9px;
        padding-left: 8px;
        padding-bottom: 7px;
    }
    .loginpanel div.txt a,
    .loginpanel div.txt a:link,
    .loginpanel div.txt a:active,
    .loginpanel div.txt a:visited
    {
        font-size: 10px;
    }
    .loginpanel div.txt a:hover
    {
        font-size: 10px;
    }
    .loginpanel div.button
    {
        float: right;
        width: 60px;
        text-align: right;
        padding-top: 7px;
        padding-right: 7px;
        padding-bottom: 7px;
        font-size: 10px;
        color: #494e54;
    }
/*-----end login panel------------*/



body {
}
a:link, a:visited, a:active
{
    font: normal 10px verdana, lucida, sans-serif;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
