body {
    font-size: 12px;
	background: #10366D;
	margin: 0px 0px 0px 0px;
}

div.container {
	width: 800px;
	background: #ffffff;
	margin-right: auto;
	margin-left: auto;
}

/* TOP */

div.top {
    width:  800px;
	height: 115px;
	background: url('images/bbctop.jpg');
}

/* NAVIGATION */

div.menu {
	position: absolute;
	top: 85px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #eeeeee;
	text-align: center;
}

div.blue { 
    background: #174f9c;
    width: 800px;
    height: 10px;
}

div.greyRow {
    width: 800px;
    height: 45px;
    background: #dcdcdc;
	text-align: center;
	padding: 0px;
}

div.greyRow ul {
    list-style: none;
    text-align: center;
    margin: auto;
}

ul.rowTop {
	width: 500px;
	padding: 5px 150px 0px 150px;
}

ul.rowBot {
    padding-bottom: 5px;
    margin-top: 0px;
}

div.greyRow ul li {
	background-repeat: no-repeat;
	height: 40px;
    float: left;
	color: #ffffff;
	font-family: Verdana;
}

ul.rowTop li {
	width: 100px;
	padding-top: 10px;
	font-size: 14px;
}

ul.rowBot li {
	width: 80px;
	padding-top: 2px;
	margin-right: 5px;
	font-size: 12px;
}

ul.rowTop li.selected { 
	background-image: url(images/layout/selected.gif);
}

ul.rowTop li.idle {
	background-image: url(images/layout/idle.gif);
}

ul.rowBot li.selected {
	background-image: url(images/layout/BottomMenuSelected.gif);
}

ul.rowBot li.idle {
	background-image: url(images/layout/BottomMenuIdle.gif);
}

ul li.selected a, ul li.idle a, ul li.regular {
	color: #ffffff;
}

/* NEW ARRIVALS */

.blueText {
    color: #0000FF;
    font-family: Verdana;
    font-size: 12px;
}

.redText {
    color: #FF0000;
    font-family: Verdana;
    font-size: 12px;
}

.blackText {
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
}

/* TABLES */

table {
	width: 95%;
	font-size: 12px;
	padding: 2px;
}

tr.tableeven {
    background: #EEEEEE;
}

tr.tableodd {
    background: #DFDFDF;
}

tr.tableheader {
    background: #AAAAAA;
}

tr.tablelogo td{
	padding-top: 15px;
	background: #FAFAFA;
	font-size: 28px;
	color: #FF0000;
}

td {
    padding-left: 10px;
    padding-right: 10px;
}

/* MISC */


p {
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
}

#welcome-banner {
    font-family: Verdana;
    font-size: 20pt;
    color: #FF0000;
    text-align: center;
}

#disclaimer {
    font-family: Times New Roman;
    font-size: 11px;
    color: #111111;
    text-align: center;
}

#hit-counter {
    font-family: Verdana;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

hr {
    width: 80%;
    text-align: center;
}

.header1 {
    color: #FF0000;
    font-family: Verdana;
    font-size: 18px;
    text-decoration: underline;
    display: inline;
}

.header2  {
    color: #DD0000;
    font-family: Verdana;
    font-size: 14px;
    display: inline;
}

div.announcement {
    text-align: center;
}

span.link,
a:link, a:visited, a:active, a:hover {
	font-family: Verdana;
	color: #000099;
	text-decoration: underline;
	cursor: pointer;
}

div.main {
	clear: both;
	padding: 5px 5px 5px 5px;
}