/* - - - - - - - - - - - - - - - - - - - - -

Title : Naritas Finance
URL : http://www.naritas.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

Description : full website styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBAL BROWSER - Baseline values for browser consistency
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { 
	margin: 0;
	padding: 0;
	}

body {
	font: 11px/17px Verdana, Arial, Tahoma, helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

hr {
	border: 1px solid #ccc;
	height: 1px;
	margin: 10px auto;
	width: 100%;
	clear: both;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

h1 {
	font-size: 16px;
	color: #73D063;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 25px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E6E6E;
	}
	
h3 {
	color: #797979;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

a {
	color: #506265;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	text-decoration: none;

	}

#stats {
display: none;
height: 0;
line-height: 0;
} 




/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#container {
	width: 848px;
	margin: 0 auto 0 auto;
	background: url(../siteimages/container_bg.jpg) repeat-y;
	}
	
	#maintable {
	width: 814px;
	margin: 0 auto 0 auto;
	
	}
	
	#top {
	background-color: #72c267;
	width: 814px;
	margin: 0 auto 0 auto;
	height: 5px;
	}
	
	#logo {
	height: 105px;
	width: 814px;
	margin: 0 auto 0 auto;
	background-image: url(../siteimages/logo.gif);
	}
	
	#header {
	height: 182px;
	width: 814px;
	margin: 0 auto 0 auto;
	padding-bottom: 2px;
	
	}

 #leftbar {
	float: left;
	width: 205px;
	}
	
	#admovie {
	margin-bottom: 15px;

	
	}
	
	div#content {
	float: right;
	width: 563px;
	margin: 15px;

	}
	
	#footer {
	height: 37px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	width: 823px;
	margin: 0 auto 0 auto;
	padding-right: 25px;
	background-image: url(../siteimages/footer_bg.jpg);
	background-repeat: no-repeat;
	line-height: 3.5;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
	color: #808080;

	
	}
	

#footer a {
	color: #808080;
		text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
		#copy {
	height: 36px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	width: 828px;
	margin: 0 auto 0 auto;
	padding-right: 20px;
	background-image: url(../siteimages/copy_bg.jpg);
	background-repeat: no-repeat;
	line-height: 2.7;
	
	}
	
div#content li {
	list-style-image: url(/persistent/siteimages/li_ie.gif);
	list-style-position: outside;
	}	
html>body div#content li {	
list-style-image: url(/persistent/siteimages/li.gif); }
	
	
/* MENU */
td#menu {
	width: 205px;
	background-color: #506265;
	}

td#menu li, td#menu ul, td#menu ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: outside;
	}
	
td#menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	background: url(/persistent/siteimages/menuitembg.gif) top left repeat-y;
	line-height: 25px;
	}
		
td#menu ul li a div {
	margin-left: 25px;
	font-weight: bold;
	font-size: 9px;
	}	
	
td#menu ul li a:hover {
	color: #000000;	}	
	
div.menucloser {
	background: url(../templateimages/menucloser.gif) no-repeat;
	height: 11px;
	}	
		
/* SUBS */
td#menu ol li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	display: block;
	border: 0px;
	background: none;
	line-height: 2;
	}
	
td#menu ol li a div {
	margin-left: 38px;
	font-weight: normal;
	font-size: 10px;
	text-transform: lowercase;
	}	
	
td#menu ol li a:hover {
	color: #CCCCCC;
	border: 0px;
	background: none;
	}			
	
.lastsub {
	border-bottom: 1px solid white;
	}		

ul {
	margin-left: 32px;
	padding: 0;
	list-style-image: url(/persistent/siteimages/li.gif);
}

ul li {
	font: 11px verdana, arial, helvetica;
	color: #000000;
	line-height: 1.6;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	background: #FAFAFA;
	border: 1px solid #ABABAB;*/
	padding: 2px;
	}
