* {
    font-family: Arial;
    font-size: 12px;
    color: #252525;
}

body
{
/*    width: 740px; */
    text-align: left;
    margin: 0;
    background: url("bkg2.jpg");
    /* background-color: #243434; */
}

a
{
    color: #ab8652;
}

#smiLogo
{
    padding-left: 20px;
/*
    position: absolute;
    top: 35px;
    left: 293px;
*/
}

#navbar
{
    padding-top: 15px;
    padding-left: 20px;
/*
    position: absolute;
    top: 145px;
    left: 300px;
*/
}

#navbar ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#navbar ul li
{
    float: left;
    padding-right: 15px;
}

#warehouses
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 327px;
}

#warehouses li
{
    padding: 0;
    margin-top: 10px;
    border: 2px solid black;
}

.darkblue
{
    color: #0a0e23;
}


/* page structure
---------------------------------------------------------- */

#main-body {
	width: 738px;
	padding: 0 0 10px 0;
	font-size: 95%;
	line-height: 1.6em;
	text-align: left;
    float: left;
    background: white;
    border: 1px solid #707070;
}

#heading {
    margin: 10px 0px 8px 0px
}

#content {
	width: 350px;
	float: left;
    padding: 30px 0 0 25px;
    background: white;
}

#sidebar {
	float: right;
	width: 330px;
    margin: 0 8px 0 0;
    /* margin-left: 2em; */
	font-size: 90%;
	line-height: 1.5em;
    background: white;
}


#fullcontent {
	width: 715px;
	float: left;
    padding: 30px 0 0 10px;
    background: white;
}

#fullcontent p
{
    font-size: 90%;
    line-height: 13px;
}

#fullcontent table td
{
    font-size: 90%;
}

/* footer
---------------------------------------------------------- */

#footer {
    width: 740px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	font-size: 95%;
	line-height: 1.2em;
    clear: both;
    /* background: white; */
}

#footer-inner {
    text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
    color: #252525;
}

#footer p a {
    font-size: 100%;
    color: #252525;
}

h2.S {
    color: #12183b;
    font-size: 12px;
    font-weight: bold;
}

h2.CP {
    color: #475f13;
    font-size: 12px;
    font-weight: bold;
}


a.new {
    color: #bd4d41;
    font-size: 12px;
    text-decoration: underline;
}

a.new2 {
    color: #001b43;
    font-size: 12px;
    text-decoration: underline;
}

h2.CR {
    color: #6a2d34;
    font-size: 12px;
    font-weight: bold;
}



/* self-clearing floats
----------------------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */
* html #nav ul, 
* html #main-body
{
	height: 1%;
}