@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(../images/page-bg.png) repeat fixed;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
/*	background-color: #99CCFF;*/
}


#banner {
	width: 704px;
	height: 180px;
	margin: 0px auto;
	background: url(../images/banner.jpg) no-repeat;
}


#container-top {
	width: 704px;
	height: 27px;
	margin: 0px auto;
	background: url(../images/container-top.png) no-repeat;
}


#container-bot {
	width: 704px;
	height: 31px;
	margin: 0px auto;
	background: url(../images/container-bot.png) no-repeat;
}

#info-top {
	width: 704px;
	height: 13px;
	margin: 0px auto;
	background: url(../images/info-top.png) no-repeat;
}

#info-bot {
	width: 704px;
	height: 15px;
	margin: 0px auto;
	background: url(../images/info-bot.png) no-repeat;
}

#info {
	width: 704px;
	margin: 0px auto;
	background: url(../images/info-bg.png) repeat-y;
	}
	#info td {
		font-size: 0.7em;
		color: #000000;
	}


#container {
	width: 704px;
	margin: 0px auto;
	background: url(../images/container-bg.png) repeat-y;
}


#content {
	margin: 0px;
	padding-left: 24px;
	padding-right: 24px;
	}
	#content p {
		font-size: 0.8em;
		line-height: 1.4em;
	}
	#content dt {
		font-size: 0.8em;
		font-weight: bold;
		text-transform: uppercase;
	}
	#content dd {
		font-size: 0.8em;
	}
	#content label, #content input {
		font-size: 0.8em;
	}
	#content ol li {
		font-size: 0.8em;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	#content ul li {
		font-size: 0.8em;
		margin-left: 24px;
		padding-left: 24px;
	}
	
.quote {
	background: url(../images/quote-bg.jpg) repeat-y;
	}
	.quote > p {
		margin: 12px auto;
		width: 500px;
		line-height: 1.4em;
	}

#footer {
	width: 704px;
	margin: 0px auto;
	}
	#footer p {
		color: #666666;
		font-size: 0.7em;
		margin: 0px;
		font-weight: normal;
	}
	#footer a, #footer a:visited {
		color: #666666;
		text-decoration: none;
	}
	#footer a:hover {
		color: #000000;
	}
	

#termsData {
	font-size: 100%;
	overflow: auto;
	width: 90%;
	height: 120px;
	border: 1px solid #666666;
	text-align: left;
	background-color: #FFFFFF;
}

/* -------------------------------------------------
   USER DEFINED CLASSES
   -------------------------------------------------*/
   
.firstPara {
	margin-top: 0px;
	font-size: 1.3em;
	color: #FF0000;
	text-align: center;
}

.lastPara {
	margin-bottom: 0px;
}

.bigBold {
	font-weight: bold;
	font-size: 1.3em;
}

.bigText {
	font-size: 1.5em;
}

.highlightRed {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFFA6;
}

.highLight, .bigHighLight {
	font-weight: bold;
/*	background-color: #FFFF00;*/
	background-color: #FFFFA6;
}

.bigHighLight {
	font-size: 1.3em;
	text-decoration: underline;
}

.bigItalic {
	font-size: 1.3em;
	font-style: italic;
}

.redText {
	color: #FF0000;
}

.priceBox {
	color: #FF0000;
	background-color: #FFFF00;
	border: 1px solid #000000;
	padding: 4px;
}

.blueText {
	color: #0000FF;
}

.greenText {
	color: #006600;
}

.brownBox {
	background-color: #E7E7DC;
	border: 1px solid #333333;
}

.brownBox td, .brownBox input {
	font-size: 0.8em;
}

.brownBox input {
	font-size: 0.8em;
}

.payPalBox {
	background-color: #E7E7DC;
	border: 1px solid #333333;
	text-align: center;
}
.memberBox {
	background-color: #E7E7DC;
	border: 1px solid #333333;
}
.memberBox td {
	font-size: 0.8em;
}
.memberBox p, .memberBox h3 {
	margin: 0px;
	padding: 0px;
}


.stdboxText {
	font-size: 0.8em;
}

.testimonial {
	width: 90%;
	margin: 0px auto;
	padding: 8px;
	background-color: #E7E7DC;
	border: 1px solid #333333;
	font-style: italic;
	}
	.testimonial p {
		margin: 0px;
	}

.infoBorder {
	border-right: 2px groove #FFFFFF;
}

/*	Front page style classes  */
#frontPage p, #salesPage p, #salesPage dt, #salesPage dd {
	font-size: 1.1em;
}


#fpRedTextCentred {
	color: #FF0000;
	text-align: center;
	font-size: 1.2em;
	}
	#fpRedTextCentred span {
		font-weight: bold;
		text-decoration: underline;
	}

.fpGreenText {
	color: #009900;
	font-weight: bold;
}
.requiredField {
	color: #FF0000;
}
