body, td, input, select, textarea {
	font-family: sans-serif;
	font-size: 11px;
	color: #7F7F7F;
}

p {
	margin-top: 13px;
	margin-bottom: 13px;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.red {
	color: #FF0000;
}

.botnav {
	font-size: 10px;
	color: #7F7F7F;
}

.nav, .nav:hover {
	color: #FFFFFF;
	padding-top: 4px;
	text-decoration: none;
}

.header1 {
	font-size: 23px;
}

.header2 {
	font-size: 18px;
}

.header2red {
	font-size: 18px;
	color: #FF0000;
}

.header2boldred {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.header2white {
	font-size: 18px;
	color: #FFFFFF;
}

.header2whitebold {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.header1bold {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1px;
}

.bigred {
	color: #FF0000;
	font-size: 27px;
}

.notsobigred {
	color: #FF0000;
	font-size: 19px;
}

.strapline {
	color: #EE0000;
	font-size: 36px;
	font-weight: bold;
}

.tablethin {
	border: 1px solid #E3E3E3;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.tablethinh {
	border: 1px solid #E3E3E3;
	border-collapse: collapse;
	background-color: #E3E3E3;
	font-weight: bold;
}

.orders {
	border: 1px solid #7e7e7e;
	border-collapse: collapse;
}

.orderhead {
	border: 1px solid #7e7e7e;
	background-color: #7e7e7e;
	color: #FFFFFF;
	font-weight: bold;
}

.formfield span {
	float: left;
	width: 100px;
	padding-top: 4px;
}

.formfield input {
	width: 400px;
}

.formfield textarea {
	width: 400px;
	height: 200px;
}

.formcontainer {
	width: 550px;
	border: 1px solid #E3E3E3;
	padding: 10px;
}

.formheader {
	width: 550px;
	background-color: #E3E3E3;
	padding: 5px;
	font-weight: bold;
}

#tablethin, #tablethin td {
	border: 1px solid #b4b4b4;
	border-collapse: collapse;
	background-color: #7f7f7f;
	text-align: center;
}

#tablethin a {
	color: #FFFFFF;
}

#tablethin a:hover {
	text-decoration: none;
}

#tablethin td:hover, #tablethin td.sfhover {
	border: 1px solid #b4b4b4;
	border-collapse: collapse;
	background-color: #FF0000;
	cursor: pointer;
}



.ddmx {
    font: 11px sans-serif;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    font: 11px sans-serif;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-bottom: 1px solid #B4B4B4;
}
.ddmx .item2 {
    background: #7f7f7f;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FF0000;
}
.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 {
    border: 1px solid #B4B4B4;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

/* html .ddmx td { position: relative; } /* ie 5.0 fix */