/*
Theme Name: Bike Finance
Theme URI: http://www.bikefinance.com.au
Description: Natloans Bike Finance 
Author: Natloans - Jamie Weston
Author URI: http://www.fuelmarketing.com.au
Version: 1
*/
@import url('css/sideMenu.css');
@import url('css/textStyle.css');

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(images/app-bg.jpg);
	background-repeat:repeat-x;
}
.BikeFinance #container { 
	width: 1030px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	-webkit-box-shadow: 0px 0px 10px #b8b8b8;
			-moz-box-shadow: 0px 0px 10px #b8b8b8;
			box-shadow: 0px 0px 10px #b8b8b8;
				border: 1px solid #999;
			padding: 20px 20px 7px 20px;
			_padding: 10px 10px 3px 10px;
		
} 
.BikeFinance #header { 
	background: #FFF; 
	padding: 0px; 
	
} 
.BikeFinance #header h1 {
	margin: 0;
} 
.BikeFinance #footer { 
	padding: 0 10px 0 20px; 
	background:#FFF; 
} 
.BikeFinance #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bikeFinanceMain {
	float:left; 
	width:725px;
	margin-right:5px;
}
#banner {
	width:auto;
	height: 150px;
	background:url(images/banner-bg.jpg) repeat-x #FFF bottom;
	border:#009DDD 2px solid;
	padding: 7px;
	margin: 17px 0 10px 0;
}
#banner img {
	float:left;
	padding: 0 5px 0 0;
}
#internalLeft {
	float:left; 
	width:180px; 
	margin-right:10px;
	background:url(images/app-bg.jpg) repeat-x #FFF;
	border:#009DDD 2px solid;
	padding: 7px;
	
}
#internalRight {
	margin-left:212px; 
	padding-top:0px;  
	_padding-top:0px;  
	#padding-top:0px; 	
}
#rightSideBar {
	float: right;
	width:290px;
	padding-top:18px; 
	_padding-top:0px;  
	#padding-top:0px;
}
#main_panel {
	background-image:url(images/mainTop.jpg);
	padding:15px 30px 12px 12px;
	background-repeat:no-repeat;
}
#main_panel_middle {
	background-image: url(images/mainMiddle.png);
	padding:15px 30px 12px 12px;
	background-repeat:repeat-y;
}
#main_panel_bottom {
	background-image: url(images/mainBottom.jpg);
	height:30px;
	background-repeat:no-repeat;
}
.blue_heading {
	background-color: #00A8DE;
	border-top: solid 1px #00A8DE;
	border-bottom: solid 1px #00A8DE;
	margin: 0 0px 0 0;
	padding: 2px;
	color:#FFF;
	font-size:18px;
}
#apply-bike-finance {
	background:url(images/app-bg.jpg) 50px repeat-x #FFF;
	border:#009DDD 2px solid;
	padding: 7px;
}
.number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00A8DE;
	font-weight: bold;
	padding-left: 33px;
	padding-top: 3px;
	padding-right:6px;
	text-decoration:none;
	float:right;
}
a .number  {
	text-decoration:none;	
}
.bikeFinance li{
	list-style:url(images/bullet.gif);
	margin: 3px 0 3px -15px;
}
a:link {
	color: #00A8DE;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00A8DE;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.very_small {font-size:9px;
}
.disclaimer{
	font-size:9px;
	vertical-align:top; 
}
.apply_boats {
	background:url(images/apply-green-button.png) no-repeat;
	_background:url(images/apply-green-button.gif) no-repeat;
	height: 29px;
	width:136px;
	float:right;
	padding:0px 0 0 4px;
	margin: 0 12px 0 0;
	color:#FFFFFF;
	text-decoration:none;
}
.apply_boats a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.apply_boats a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.apply_boats a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
.apply_boats a:active {
	text-decoration: underline;
	color:#FFFFFF;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
nav {
	margin: 10px 0 0 0;
}
nav ul {
	background:#333;
	list-style: none;
	margin:0;
	padding:0;
	color: #FFF;
}
nav ul li {
	float:left;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
nav ul a:link, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 5px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 179px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	color: #FFF;
	background: #00A8DE;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	text-decoration: none;
}
