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

TITLE : PATTONS
URL:  www.pattons.com.au

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

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

/*-------------------------------------------
  GLOBALS AND LAYOUT ELEMENTS
-------------------------------------------*/

html, body {}

#container { width: 100%; }
	
	#bnnr { width: 100%;	}

		#bnnr img.logo {}
			
		#bnnr img.quote {
		display: none;
		height: 0;
		line-height: 0;
		}

		#wrapper { width: 100%;	}
		
			#nav, #navul, #navul li, #navul li a, #navul li a.index, 
			#navul li a.selected, #navul li a:hover,
			#navul ul, #navul ul li a, #navul ul li a:hover { 
				display: none;
				height: 0;
				line-height: 0;
				}

			#content {
				width: 100%;
				}
			
			.clear {
				display: none;
				height: 0;
				line-height: 0;
				}
				
	#footer, #footer div p, #footer p, #footer a, #footer a:hover, 
	#stats {
		display: none;
		height: 0;
		line-height: 0;
		} 
	
/*-------------------------------------------
  HEADINGS
-------------------------------------------*/

h1 {
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	color: #92b30d;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	}

h2 {
	font: bold 15px/18px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #012d5e;
	border-bottom: 1px solid #ccc;
	}

/*-------------------------------------------
 TEXT FORMATTING
-------------------------------------------*/

p, td, li {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #000;
	}

p {	margin: 0 0 20px 0;	}

/*-------------------------------------------
 LINKS
-------------------------------------------*/

a {
	color: #0072bc;
	text-decoration: none;
	}

a:hover { text-decoration: underline; }

/*-------------------------------------------
  MISC
-------------------------------------------*/

.floatright {
	float: right;
	padding: 0 0 15px 15px;
	}

.floatleft {
	float: left;
	padding: 0 15px 15px 0;
	}
