body
{
    /*background: #1F2A4E;*/
    background: #444;
    color: #111;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p { margin:0 0 1em; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
a         { color:#09C; }
a:visited { color:#333; }
a:hover   { color:#ff6300; }
.clearall { clear: both; height: 0; line-height: 0; font-size: px; }
.hidden   { text-indent: -9999px; width: 0px; height: 0px; } /* TODO: needs more? */
.u        { text-decoration: underline; }

/* main container and content ************************************************/

#main
{
    position: relative;
    margin:0 auto;
/*    background: #e5e5e5; */
    background: #000;
    width: 853px;
    border-style: solid;
    border-color: #444;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-top-width: 0px;
}

#header
{
    background-image: url('header.png');
    height: 240px;
}

#navigation
{
    /* empty */
}

#navigation ul { margin: 0px; padding: 0px; display: inline; }
#navigation ul li { margin: 0px; padding: 0px; list-style: none; display: inline; }
#navigation li a
{
    float: left;
    width: 136px;
    height: 26px;
    border: 1px solid #999999;
    border-left: 0px;
    color: #fff;
    background: #444444;
    text-decoration: none;
    text-align: center;
    padding: 4px 5px 0px 0px;
    font-size: 1.1em;
}
#navigation li a:hover { color: #eef; background: #AAAAAA; }
#navigation ul li a.first { border-left: 1px solid #AAAAAA; }

/*****************************************************************************/

#content-container
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: #000000; /* this will show-through to be the sidebar color */
    border-bottom: 1px solid black;
}

#content
{
    width: 600px;
    float: left;
    background: #eeeeee;
    padding: 10px;
    height: 100%;
}

#sidebar
{
    width: 222px;
    float: right;
    padding: 5px;
}

#footer
{
    padding: 10px;
    font-size: 0.8em;
    background: #000000;
}

#sidebar ul#vendorlist
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#productsimages
{
  width: 500px;
	margin: 10px 10px 10px 10px;
  text-align: center;
  
  

}