*
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

a
{
	color: #4c94b7;
	text-decoration: none;
}

a img
{
	border: none;
}

strong
{
	font-weight: bold;
}

p
{
	color: #666666;
	margin-bottom: 16px;
	line-height: 130%;
}

h1
{
	color: #4c94b7;
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

body
{
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

#header
{
	background-image: url(../images/header.gif);
	width: 930px;
	height: 345px;
	margin: 0px auto;
}

#logo
{
	height: 122px;
	width: 930px;
	margin: 0px auto;
}

#menu
{
	height: 30px;
	width: 930px;
	margin: 0px auto;
	padding-left: 10px;
}

#menu a
{
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px;
	margin-right: 10px;
	display: block;
	float: left;
}

#menu a:hover
{
	color: #4c94b7;
	background-color: #FFFFFF;
}

#body
{
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#page
{
	width: 930px;
	margin: 0px auto;
	background-image: url(../images/column.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#left
{
	padding: 40px;
	padding-right: 20px;
	width: 580px;
}

#left p
{
	width: 430px;
}

#left #pricing p
{
	width: auto;	
}

#column
{
	float: right;
	width: 256px;
	padding: 10px;
}

#column img
{
	border: 3px solid #FFFFFF;	
}

#column h3
{
	color: #a5e1eb;
	font-weight: bold;
}

#column h2
{
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
	text-transform: uppercase;
}

#column h4
{
	color: #AAAAAA;
	font-weight: bold;
	margin-bottom: 10px;
}

#column p
{
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 10px;
}

#westpac
{
	float: right;
	margin-top: 40px;
}

.cb
{
	clear: both;	
}

.form
{
	list-style-type: none;
}

.form .field
{
	border: 1px solid #006698;
	padding: 3px;
	background-color: #F6F6F6;
}

.form .field:focus
{
	padding: 2px;
	border: 2px solid #006699;
}

.form li
{
	padding: 3px;
}

.form label
{
	width: 140px;
	display: block;
	float: left;
	text-align: left;
	padding-right: 5px;
	margin-top: 3px;
}

.screenshot
{
	border: 1px solid #4c94b7;	
}

#pricing td
{
	border-bottom: 1px solid #DDDDDD;
}

#pricing h3
{
	color: #4c94b7;
	font-size: 18px;
	margin-top: 15px;
}

#pricing h4
{
	color: #444444;
	font-size: 14px;
	margin-bottom: 10px;
}

.message
{
	padding: 20px;
	text-align: center;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	margin-bottom: 16px;
}

.red
{
	color: #FF0000;
}
