html, body 
{
    height: 100%;
    background-image: url(images/bck.png);
    background-color: #000000;
    text-align: center;
}

#wrapper 
{
    width: 760px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    overflow: auto;
}

#top 
{
    height: 147px;
    width: 760px;
    margin: 0 auto;       
    background-image: url(images/top.png);
    background-repeat: no-repeat;
}

#middle
{
    width: 760px;
    min-height: 500px;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: auto;
}

#content 
{
    width: 760px;
    min-height: 500px;
    margin: 0 auto;
    overflow: auto;
}

.b 
{
    background: url(images/cbl.png) 0 100% repeat-x;
    overflow: auto;
}

.l 
{
    background: url(images/cleftl.png) 0 0 repeat-y;
    overflow: auto;
}

.r 
{
    background: url(images/crightl.png) 100% 0 repeat-y;
    overflow: auto;
}

.bl 
{
    background: url(images/lbc.png) 0 100% no-repeat;
    overflow: auto;
}

.br 
{
    background: url(images/rbc.png) 100% 100% no-repeat;
    overflow: auto;
}

.tl 
{
    background: url(images/tl.gif) 0 0 no-repeat;
    overflow: auto;
}

.tr 
{
    background: url(images/tr.gif) 100% 0 no-repeat;
    overflow: auto;
} 

#bottom 
{         
    height: 20px;
    width: 760px;
    margin: 0 auto;
}

div.iconbar
{
    float: left; 
    width: 130px;
    padding-top: 25px;
    text-align: center;
}

div.contentbar
{
    float: left; 
    width: 420px;
    min-height: 500px;
    _height: 500px;
    padding-top: 25px;
    padding-left: 5px;
    padding-bottom: 50px;
}

div.navigationbar
{
    float: left;
    padding-top: 25px;
    padding-left: 0px;
}

div.navigationbar li 
{
    list-style-type: none;
}

.newsfresharrivalssection
{
    font-weight: bold;
    color: #1d8d57;
}

.newscustomersection
{
    font-weight: bold;
    color: #f8ea76;
    margin-bottom: 10px;
}

.newscustomerquote
{
    color: #ffffff;
    width: 350px;
}

.newscustomername
{
    color: #40484a;
    margin-bottom: 10px;
    width: 350px;
}

h2
{	
    font-family: Palatino, Sans-Serif, Arial, Helvetica;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}

p
{
	font-family: Sans-Serif, Arial, Helvetica;
	font-size: 9pt;
	color: #666666;
}

.smallP
{
	font-family: Tahoma, Sans-Serif, Arial, Helvetica;
	font-size: 8pt;
	color: #A9A9A9;
}

a:link
{	
	color: #666666;
	font-size:8pt;
	font-family: Tahoma, Sans-Serif, Arial, Helvetica;
	text-decoration: none;
}

a:visited
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: none;
}

img
{
    vertical-align:bottom;
}

li
{
    color: #666666;
    position: relative;
    padding-left: 0px;
    left: -15px;
	font-size: 8pt;
	font-family: Tahoma, Sans-Serif, Arial, Helvetica;
	list-style-type: circle;
	padding: 2px;
}

.navigationbar li
{
    padding-left: 0px;
    left: 0px;
}