# replace {
background-color : #851911;
textlinkcolor: #406899;
textlinkhovercolor: #C93131;
navlinkcolor: #ffa647;
navlinkhovercolor: #fbe5c0;
}




html,body  {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	color: #000000;

	background : url("./graphics/pagefade.gif") #ffffff;
	background-repeat : repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;	
	text-align: center;

}
#container {
	position:relative; 
	width: 820px;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background : url("./graphics/wholepagebg.gif");
	background-repeat : repeat-y;

}

#header {
	background : url("./graphics/headBG.jpg");
	width: 800px;
	float:left;

	}
#content {
	width: 720px;
	clear: both;
	padding: 30px 50px  80px  50px;

}
#footer {
	width: 720px;
	height: 48px;
	position:absolute;
	bottom:0;
	font-size: 10px;
	padding: 4px 50px;
	background : url("./graphics/footerbg.gif");
	background-repeat : repeat-y;
	text-align: left;

}

input, select {
	font-family: arial, sans-serif;
	font-size: 11px;
}
a {
	color: #406899;
	text-decoration: none;
}
a:hover {
	color: #C93131;
	text-decoration: underline;
}
a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #d10045;
	text-decoration: underline;
}
a.toplinks {
	color: #ffffff;
	background: #000000;
	text-decoration: none;
	padding: 5px 10px;
	float:right;

}
a.toplinks:hover {
	color: #000000;
	background: #fbe5c0;
	text-decoration: none;
}
div.lowertext {
	color: #ffffff;
	float:right;
    clear: right;
	height: 47px;
	width: 535px;
	position: relative;  
	top: +23px;
    }
    
    span.bigtext {
	font-family: "trebuchet ms"; arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	letter-spacing:1px;
}
span.minortext {
	font-family: "trebuchet ms"; arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-bottom: 3px;
}

div.form {
	background: #f5f5f5;
	border: solid 1px #cacaca;
	padding-top: 8px;
	width: 650px;
	margin-left: auto; 
	margin-right: auto;
    }
    div.form2 {
	background: #f5f5f5;
	border: solid 1px #cacaca;
	padding: 8px 0px;
	width: 400px;
    }
    div.cc {
	background: #f5f5f5;
	border: solid 1px #cacaca;
	padding: 0;
	width: 400px;
	margin-left: auto; 
	margin-right: auto;
    }
td.fieldhead {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	line-height:22px;
}

td.fieldhead2 {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
}

td.tabledata2 {
	font-size: 12px;
	line-height:18px;
}

td.sectionl {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	background: #851911;
	font-weight: bold;
	border-right: solid 1px #cacaca;
	
}
td.sectionr {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: #851911;
}
td.section {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 4px 10px;
	font-weight: bold;
	background: #851911;
}
td.items {
	background: #f5f5f5;
	padding: 6px 10px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: solid 1px #cacaca;
}
td.subtotal {
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
}
td.subtotal2 {
	padding: 3px 10px;
	font-size: 11px;
	font-weight: bold;
}

td.promo {
	padding: 3px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #851911;
}

td.total {
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #cacaca;

}
td.lined {
	border-right: solid 1px #cacaca;
	border-bottom: solid 1px #cacaca;	
}
td.otherlined {
	border-bottom: solid 1px #cacaca;	
}
div.error {
	padding-left: 150px;	
	width: 400px
}
