@charset "utf-8";

img, div { behavior: url(../iepngfix.htc) }/* Presets & Wrapping */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color:#ad1c21;
	margin: 0;
	background-image: url(../images/main/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
img.plus {
	clear: left;
	display: inline;
	vertical-align: middle;
	padding-right: 5px;
}
td#bgnorpt {
	background-repeat: no-repeat;
	background-position: top;
}

a.pluslinkB {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.pluslinkW {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.pluslinkB:hover,
a.pluslinkW:hover {
	font-weight: bold;
/*	color: #E20A16; */
	-moz-opacity:.65;
	opacity:.65;
	text-decoration: none;
}

/* MENU BUTTONS */
table#menu td {
	padding: 0 8px 0 8px;
}
/* Main Table backgrounding */
table#main {
	background-image:url(../images/index/indexmainbg.jpg);
	background-repeat: no-repeat;
	height: 300px;
}/* Footer */
td#footer {
	color: #FFFFFF;
}
td#footer table#menubot {
	float: left;
}
td#footer table#etc {
	float: right;
}
td#footer table#menubot td,
td#footer table#etc td {
	padding: 10px;
}
td#footer table#menubot td a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
td#footer table#etc td a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}	

td#footer table#menubot td a:hover,
td#footer table#etc td a:hover {
	color: #E20A16;
}	
td#footercopy {
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	padding: 10px;
}

.bgnorpt {
	background-repeat: no-repeat;
}

