
body, td, p, td th {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-size:13px;
}

h1,h2,h3,.priceHeading {
	font-weight: normal;
	color:#880501;
}

img { border: 0; }

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0;  margin-bottom:5px; }

h1 { border-bottom:2px solid #FFCC00; width:740px; font-size: 22px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }

label {
	float: left;
	width:120px;
	text-align:right;
	color:black;
	font-weight:bold;
	padding-right:10px;
}

.errorMessage {
	color:#880000;
	margin-left:125px;	
}

.summaryMessage, .summaryMessage .text, .summaryMessage .head {
	background-color:#880000;
	color:white;
	text-align:center;
}

.summaryMessage .head {
	font-weight: bold;
	font-size: 20px;
}

.summaryMessage {
	padding:10px;
	border:1px solid white;
	margin-bottom:10px;
}


p {
	margin-top:0;
	margin-bottom:10px;
}


body {
	background-repeat:repeat-x;
	background-image:url(images/background.gif);
	background-color:#2B3F3E;
}

input.full, textarea.full {
	width:350px;
}

textarea.full {
	margin-top:5px;
	height:40px;
}

.inputSection {
	width:720px;
	margin-bottom:20px;
	border: 1px solid white;
	padding:10px;
	background-color:#F8F8E9;
}

.fullWidth, div.body, div.body1, div.body2 {
	width:981px;
}

.header_menu, .header_menu a {
	color: white;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
}


.menuWidth {
	width: 197px;
}

.textWidth {
	width: 784px;
}

div.body {
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
}

div.body1 {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

div.body2 {
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top: 118px;
	padding-bottom:20px;
}

.menu { 
	text-align:left;
	padding-left:13px;	
}

.menuItem {
	display: block;
	width:170px;
	font-size:14px;
	color:#ffffff;
	margin-left:3px;
	border-bottom:1px solid #989367;
	padding:2px;
	text-decoration:none;
	background-image:url(images/dot.gif);
	background-position:2px 6px;
	padding-left:12px;
	background-repeat:no-repeat;
	
	
}

a.menuItem:hover {
	background-image:url(images/dot_over.gif);
	background-color:#f0f0f0;
	color:#7A7653;

}

.menuSection {
    margin-top:4px;
}

.text {
	text-align:left;
	padding-left:10px;
	padding-top:14px;
	padding-right:15px;
}
	
	
.priceHeading {
	margin-top:10px;
	margin-bottom:5px;
}

table.priceTable {
	border-collapse:collapse;
}
	
.priceTable td {
	text-align:center;
	border: 1px solid #EAEADB;	
}

table.scarttable {
	width:720px;
	border-collapse:collapse;
	background-color:#E8E8D9;
}
 
table.halfTable {
	width:355px;
	border-collapse:collapse;
	background-color:#E8E8D9;
}

table.halfTable td, table.halfTable th, table.scarttable td, table.scarttable th {
	border-collapse:collapse;
	border:1px solid white;
}


table.halfTable tr.odd td, table.scarttable tr.odd td {
	background-color:#F8F8E9;
}

table.halfTable td, table.scarttable td, table.scarttable th {
	padding:5px;
	padding-right:5px;
	font-size:10pt;
}

table.paytable th, table.paytable tr.last td {
	border-bottom:1px solid white;
}
table.paytable td, table.paytable th {
	padding-top:3px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}

.prompt {
	font-weight: bold;
 	text-align:right;
	width:80px;
}

.cartLink,.cartLink:visited {
	padding-left:15px;
}