body
{
	margin: 0px;
}

body, html
{
	height: 100%;
}

body, td, li
{
	margin: 0px;
	font-size: 11px;
	font-family: sans-serif;
	color: #3F3F3F;
}

a
{
	color: #3F3F3F;
}

ul
{
	list-style-image: url('images/bullet.gif');
	margin-left: 0px;
	padding-left: 2.5em;
}

li
{
	font-size: 12px;
}

.nav
{
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 15px;
}

.nav a
{
	color: #FFFFFF;
	text-decoration: none;
}

.header1
{
	font-size: 18px;
}

.header2
{
	font-size: 16px;
}

.footer
{
	color: #7B1B11;
	font-size: 10px;
	padding-left: 10px;
}

.footer a
{
	color: #3D303D;
}

.smalltext{
color: #efefef;
	font-size: 8px;
	font-weight: normal;
	text-decoration: None;
	font-family: 'Arial';
	
}
	
.smalltext:hover {
	color: #efefef;
	font-size: 8px;
	font-weight: normal;
	text-decoration: Underline;	
	font-family: 'Arial';
	
	}

.content
{
	font-size: 12px;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	background-color: #F6F6F6;
}

.content2
{
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F6F6F6;
}

.productbox
{
   padding-left: 15px;
   padding-top: 5px;
   padding-bottom: 5px;
}


.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {

    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    XXXleft: 10px;
    z-index: 500;
}
.ddmx .item2 {
    background: #000000;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #d53814;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

.hoverlink:hover {
        color: #ffffff;
	background-color: #ee0000;
}
