/* style.css - a simple style sheet */
body {
	margin-top: 0px;
	margin-left: 30px;
	color: #FFFFFF;
	background-color: #281818;
	background-image: url(../images/bglogobr2bwv2.png);
	background-position: -175px 350px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #dddddd;
     }
a {
	text-decoration: none;
}

a:link {
	color: #9f5f5f;
}

a:visited {
	color: #9f5f5f;
}

a:hover {
	color: #766060;
}

a:active {
	color: #766060;
}

p {	font-family: Arial;
	font-size: 11px;
	margin-left: 4px;
	font-weight: normal;
}

ul, ol, li, dl, dt, td { font : 11px arial;}

h1 {
	font-family: Arial;
	font-size: 14px;
	color: #959595;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:0em;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom:0em;
}
h3 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:0em;
}
h4 {
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 3px;
        Margin-top: 0px;
}

h5 {
	font-family: Arial;
	font-size: 11px;
	color: #eeeeee;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	text-transform: uppercase;
}


#mainnavi {
        font-family: Arial;
        font-size: 11px;
        color: #eeeeee;
        font-weight: bold;
}

#bottommargin {
	padding-top: 8px;
	text-align: center;
}

#leftnavi {
        font-family: Arial;
        font-size: 11px;
        color: #eeeeee;
        font-weight: bold;
}


#tablemain {
        text-align: center;
        color: #eeeeee;
}

div.productnavigation	{
	list-style-position: outside;
	list-style-type: square;
}

ul {margin: 0px; padding: 0px; padding-left: 20px;}

