/* vipmoney.com.au
Created by M9Media - www.m9media.com.au
[Copyright - M9Media 2009] */

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	background-color: #fff;
	text-align: left;
}
p {
	padding-bottom: 15px;
}
a:link, a:active, a:visited {
	color: #C81115;
	text-decoration: none;
}
a:hover {
	color: #C81115;
	text-decoration: underline;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #C81115;
	text-align: left;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #C81115;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #C81115;
	text-align: center;
}

/*==========Template Divs===========*/

#wrapper {
	width: 1100px;
	margin: 0 auto;
}
#container {
	margin: 0 auto;
	width: 1100px;
	background-image: url(body.jpg);
	background-repeat: repeat-y;
}
#masthead {
	margin: 0px;
	padding: 0px;
	width: 1100px;
	height: 185px;
	background-image: url(masthead.jpg);
	background-repeat: no-repeat;
}
#navh {
	margin: 0px;
	padding: 8px 0px 0px 70px;
	width: 1100px;
	height: 30px;
	background-image: url(navbg.jpg);
	background-repeat: no-repeat;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}
#nav li a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 0px 9px 2px 2px;
	font-size: 11px;
	text-transform: capitalize;
	background-image: url(navicon.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#nav li a:hover {
	padding: 0px 9px 2px 2px;
	color: #4f7873;
}
#nav li ul li a {
	color: #fff;
	background: none;
}
#nav li ul li a:hover {
	color: #222;
	background-color: #999999;
}
#nav li {
	float: left;
	position: relative;
	width: auto;
	padding: 0px 5px 0px 5px;
	list-style: none;
}
li ul {
	width: 220px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 5px 0px 5px 0px;
	background-color: #4f7873;
	text-align: left;
	z-index: 100;
}
#nav li ul li {
	padding: 2px 4px 2px 4px;
}
#nav li>ul {
	top: auto;
	left: auto;
}
#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
#nav li:hover ul, li.over ul {
	display: block;
}
#content {
	margin: 0 auto;
	width: 1100px;
}
#leftcolumn {
	float: left;
	margin: 0px;
	padding: 20px 50px 20px 80px;
	width: 430px;
	text-align: justify;
}
#rightcolumn {
	display: inline;
	margin: 0px;
	padding: 20px 80px 20px 20px;
	width: 440px;
	float: left;
	text-align: justify;
}
#imglinks {
	margin: 0 auto;
	padding: 0px 0px 0px 70px;
}
#footer {
	margin: 0px 0px 50px 0px;
	padding: 40px 55px 0px 0px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 9px;
}

/*==========Images Links============*/

#loan {
	height: 148px;
	width: 180px;
	display: block;
	float: left;
	padding: 0px 15px 0px 0px;
	background: url(loan.jpg) top left no-repeat;
}
#loan:hover {
	background-position: bottom left;
}
#refer {
	height: 148px;
	width: 180px;
	display: block;
	float: left;
	padding: 0px 15px 0px 0px;
	background: url(refer.jpg) top left no-repeat;
}
#refer:hover {
	background-position: bottom left;
}
#update {
	height: 148px;
	width: 180px;
	display: block;
	float: left;
	padding: 0px 15px 0px 0px;
	background: url(update.jpg) top left no-repeat;
}
#update:hover {
	background-position: bottom left;
}
#franchisee {
	height: 148px;
	width: 180px;
	display: block;
	float: left;
	padding: 0px 15px 0px 0px;
	background: url(franchisee.jpg) top left no-repeat;
}
#franchisee:hover {
	background-position: bottom left;
}
#register {
	height: 148px;
	width: 180px;
	display: block;
	float: left;
	padding: 0px 15px 0px 0px;
	background: url(register.jpg) top left no-repeat;
}
#register:hover {
	background-position: bottom left;
}
#back {
	height: 20px;
	width: 78px;
	display: block;
	float: left;
	padding: 0px;
	background: url(back.jpg) top left no-repeat;
}
#back:hover {
	background-position: bottom left;
}

/*==========Template Classes===========*/

.clear {
	clear: both;
}
.imglink {
	padding: 0px 20px 0px 0px;
}
.error {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
.left {
	float: left;
	width: auto;
	padding-left: 60px;
	clear: both;
}
