/*
Theme Name: Lendlinx
Author: Mod Media
Author URI: http://www.modmedia.com.au
*/

body {
	background: url('images/body-bg.gif') #0384bf no-repeat top left;
	font-family: Verdana,Arial,Helvetica;
	font-size: 62.5%;
	color: #333;
}

p, td, input, select, textarea, li {
	font-family: Verdana,Arial,Helvetica;
	font-size: 1.2em;
}

a {
	font-size: 1.2em;
	color: #0091c8;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #00589d;
	text-decoration: underline;
}

img { 
	border: 0;
}

#page {
	width: 760px;
	margin: 20px auto;
}

#header {
	width: 760px;
	background: url('images/header-bg.gif') no-repeat;
	margin-bottom: 10px;
}

#header div.logo {
	width: 225px;
	height: 155px;
	background: url('images/header-logo.gif') no-repeat;
	float: left;
	display: block;
}

#header div.logo h1 {
	display: none;
}

#header .menu ul {
	list-style: none;
	padding-top: 105px;
}

#header .menu ul li {
	float: left;
}

#header .menu ul li a {
	display: block;
	background: 0 0 no-repeat;
	height: 35px;
}

#header .menu ul li a:hover {
	background-position: 0 -35px;
}

#header .menu ul li a span {
	display: none;
}

#header .menu ul li a.home {
	width: 71px;
	background-image: url('images/menu-home.gif');
}

#header .menu ul li a.services {
	width: 95px;
	background-image: url('images/menu-services.gif');
}

#header .menu ul li a.about-us {
	width: 99px;
	background-image: url('images/menu-about-us.gif');
}

#header .menu ul li a.referral-partners {
	width: 161px;
	background-image: url('images/menu-referral-partners.gif');
}

#header .menu ul li a.contact {
	width: 92px;
	background-image: url('images/menu-contact.gif');
}

#homepage-banner {
	position: relative;
	width: 760px;
	height: 327px;
	background: url('images/homepage-banner.png') no-repeat;
}

#homepage-banner form {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 281px;
	height: 232px;
	padding: 20px;
	display: block;
	background: url('images/homepage-banner-form-bg.png') no-repeat;
}

#homepage-banner form h2 {
	color: #fff;
	font-weight: normal;
}

#homepage-banner form label {
	float: left;
	color: #fff;
	clear: left;
	display: block;
	width: 100px;
	margin: 5px 0;
	font-size: 12px;
}

#homepage-banner form input[type=text] {
	float: left;
	margin: 5px 0;
}

#homepage-banner form input[type=submit] {
	clear: both;
	float: right;
	margin: 5px 10px;
}

#logo-rotate {
	display: block;
	width: 150px;
	height: 50px;
}

.panel-header {
	background: url('images/panel-header.gif') no-repeat;
	height: 30px;
}

.panel-body {
	border-left: 5px solid #eee;
	border-right: 5px solid #eee;
	background-color: #fff;
	padding: 1px 25px;
	margin: 0;
}

.panel-footer {
	background: url('images/panel-footer.gif') no-repeat;
	height: 30px;
	display: block;
}

#footer {
	color: #80c1de;
	font-size: 1em;
	padding-top: 10px;
	text-align: center;
}

#footer a {
	font-size: 1em;
	color: #80c1de;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
}

.clear {
	float: none;
	clear: both;
}

div.smallprint p {
	width: 430px;
	margin: 0 auto;
	color: #ccc;
	font-size: 10px;
	text-align: left;
}

#sidebar {
	width: 178px;
	margin: 0 31px 0 0;
	float: left;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li a {
	width: 178px;
	line-height: 28px;
	background: url('images/sidebar-bg.gif') no-repeat;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

#sidebar label {
	display: block;
	width: 60px;
	clear: both;
	float: left;
	color: #999;
	margin: 5px 0 0 0;
}

#sidebar form {
	margin-top: 16px;
}

#sidebar form input[type=text], #sidebar form textarea {
	width: 110px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background-color: #fcfcfc;
	margin: 3px 0;
	padding: 2px;
	color: #666;
	font-size: 1.0em;
}

#sidebar form textarea {
	height: 150px;
}

#sidebar form input[type=image] {
	float: right;
	margin: 3px;
}

#content {
	width: 470px;
	float: left;
}

h2 {
	font-weight: normal;
	font-size: 2em;
	color: #00599d;
}

#content h2:first-child {
	margin-top: 0;
	padding-top: 0;
}

#content li {
	margin-bottom: 1em;
}

.clear {
	float: none;
	clear: both;
}

.homepage-left {
	display: block;
	width: 200px;
	float: left;
	margin-right: 25px;
}

.homepage-right {
	float: left;
	width: 100%;
	padding-top: 10px;
}