body{
	margin:0 auto auto auto;
	padding:0;
	background:url(../images/background.jpg);
	background-repeat:repeat-x;
	line-height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:11px;
}
#Header{
	background:url(../images/banner.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:100%;
	background-position:center top;
}
#Header div.headercolumnLeft{
	float:left;
}
#Header div.headercolumnRight{
	float:right;
}
#Page {
	margin:0 auto auto auto;
	padding:0;
	width:100%;
	padding:0px;
	text-align:center;
}
/*
	Page Content
*/
#Content{
	margin:0 auto auto auto;
	padding:0;
	width:850px;
}

#Content div.columnLeft{
	float:left;
	width:400px;
	text-align:left;
	margin-top:15px;
}
#Content div.lefttable {
	float:left;
	width:154px;
	height:122px;
	margin:0 auto auto auto;
	padding:0;
	background-image:url(../images/table_left.jpg);
	background-repeat:no-repeat;
}
#Content div.righttable {
	float:left;
	width:200px;
	height:122px;
	margin:0 auto auto auto;
	padding:0;
	background-image:url(../images/table_right.jpg);
	background-repeat:no-repeat;
}
#Content div.form {
	margin-top:20px;
	padding-left:20px;
	width:360px;
	height:399px;
	background-image:url(../images/form.jpg);
	background-repeat:no-repeat;
	float:left;
	text-align:left;
}

#Content div.columnRight{
	width:360px;
	float:left;
	vertical-align:top;
	text-align:left;
	margin-left:20px;
	margin-top:15px;
}
#Content ul {
	margin:0 auto 20px 5px;
	padding:0;
	float:left;
}
#Content li {
	background-image:url(../images/point.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	list-style:none;
	padding:0 0 10px 15px;
}
/*
	footer
*/
#Footer {
	float:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	margin-top:30px;
	color:#999999;
	padding-bottom:100px;
	margin-right:100px;
	
}

.spacer {
	height:25px;
}
.bottomtext {
	margin-top:10px;
}
.textpoint {
	margin-left:10px;
}
.texttable {
	margin-left:30px; margin-top:20px;
}
.texttable2 {
	margin-left:30px; margin-top:17px;
}

/*
	Changes made by Geoff
*/

.clear{
	clear:both;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	padding-bottom:5px;
	border-bottom:1px solid #dddddd;
}

div.pod{
	clear:both;
}
.asterisk{
	color:#0066CC;
}

/*
	Form
*/
table.form{
	background-image:url(../images/form.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:353px;
	height:388px;
}
table.form td{
	padding:0;
	padding-left:15px;
}
table.form td p{
	margin:0;
	padding:0;
}
table.form td.single input{
	width:139px;
}
table.form td.double input{
	width:315px;
}
table.form td input,
table.form td textarea{
	border:1px solid #D5D5D5;
	padding:3px 5px 3px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066CC;
}

table.form td input.focused,
table.form td textarea.focused{
	border:1px solid #67A9EC;
}

table.form td textarea{
	width:315px;
	height:100px;
}
table.form td input.submit{
	border:0;
	padding:0;
	margin-right:15px;
	margin-top:10px;
	width:auto;
	height:auto;
}
table.form tr.first td{
	padding-top:10px;
}

a{
	color:#0066CC;
}
a:hover{
	color:#0099FF;
}

.azexis_details {
	padding:15px 0 20px 0;
}

/* discount */

.table_discount {
	width:395px;
	padding:0;
	margin:0;
	background-color:#f4f4f4;
}
.inside {
	line-height:2.25em;
}

.highlight {
	background-color:#e4e4e4;
}

.white {
	background-color:#fff;
}

.name {
	padding-left:10px;
}

.dotted {
	border-bottom:1px dotted #d8d8d8;
}