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

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

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

DESCRIPTION: Full Site Styles

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

/*-------------------------------------------
  GLOBALS
-------------------------------------------*/

html, body {
	padding: 0;
	margin: 0;
	background: #212121;
	font: 12px Arial, Helvetica, sans-serif;
	color: #aaa;
	}
	
.clear {
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0;
	}

/*-------------------------------------------
  HEADINGS
-------------------------------------------*/

h1 {
	font: normal 22px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0481C3;
	padding: 0;
	}
	
	.brightBlue /*h1 default */ { color: #0481C3; }
	.midBlue { color: #105B83; }
	.darkBlue { color: #164862; }

h2 {
	font: bold 13px/20px Arial, Helvetica, sans-serif;
	color: #0481C3;
	margin: 0 0 10px 0;
	padding: 0;
	}

/*-------------------------------------------
  TEXT STYLES
-------------------------------------------*/

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

p, table, ul { margin: 0 0 19px 0; }
li { margin: 0 0 5px 0; }

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

/*-------------------------------------------
  LAYOUT ELEMENTS
-------------------------------------------*/
	
#container {
	width: 1020px;
	margin: 0 auto;
	}
	
	#logoWrap {
		width: 100%;
		background: #141414 url(../templateimages/logoBarBG.jpg) bottom left repeat-x;
		padding: 30px 0;
		}
		
		#logoBar {
			width: 1000px;
			margin: 0 auto;
			}
	
		#logoBar img { border: 0; }

#topNavWrapper {
	width: 100%;
	height: 41px;
	background: url(../templateimages/top_nav_wrapper.jpg) top left repeat-x;
}

	#top_nav {
		width: 1000px;
		margin: 0 auto;
		height: 41px;
		overflow: hidden;
	}
	
		#primary-nav {
			list-style: none;
			padding: 0;
			margin: 0;
			width: 1000px;
		}
		
			#primary-nav li {
				float: left;
				display: block;
			}
			
			#primary-nav li a, #primary-nav li a:visited {
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				padding: 10px 35px 0 35px;
				height: 31px;
				float: left;
				display: block;
			}
			
			#primary-nav li a:hover {
				color: #1e94d2;
			}
			
			#primary-nav li.selected a, #primary-nav li.selected a:visited { color: #1e94d2; }
			
			.home a, .home a:visited { padding: 10px 35px 0 0 !important; }

.navWrap {
	background: url(../templateimages/zig_new.jpg) top left !important;
}

.t4t_bg {
	background: url(../templateimages/bg_banner.jpg) top left no-repeat;
}

#navBnnrWrap { background: #1C1C1C url(../templateimages/zig.jpg) top left repeat; }
	
	#navBnnr {
		width: 1000px;
		margin: 0 auto;
		}
	
		#nav {
			width: 260px;
			height: 231px;
			padding: 25px 0;
			overflow: hidden;
			float: left;
			}

			#navul {
				width: 260px;
				margin: 0;
				padding: 0;
				list-style-type: none;
				}
			
				#navul li { display: inline; }  /* To remove IE's whitespace beneath all list-items - THANKS, Microsoft =) */
			
				#navul li a  {
					margin: 0px;
					padding: 5px 0;
					display: block;
					font: normal 14px Arial, Helvetica, sans-serif;
					color: #999;
					text-transform: uppercase;
					text-decoration: none;
					}
			
				#navul li a:hover { color: #fff; }
				#navul li.selected a { color: #fff; }

		#bnnr {
			width: 699px;
			height: 281px;
			float: right;
			}
			
			#bnnr img { display: block /*to fix IEs extra base padding */; }
	
#contentWrap { background: #222 url(../templateimages/contentBG.jpg) top left repeat-x; }

	#contentInner {
		width: 1000px;
		margin: 0 auto;
		padding: 25px 0;
		}
		
		#sideNavWrap {
			width: 257px;
			float: left;
			}
			
			#sideNavWrap img { border: 0; }
			
			#navInternal {
				background: url(../templateimages/zig.jpg) top left repeat;
				width: 217px;
				padding: 20px;
				margin: 0 0 19px 0;
				}
	
				#subnavul {
					width: 217px;
					margin: 0;
					padding: 0;
					list-style-type: none;
					}
				
					#subnavul li { display: inline; }  /* To remove IE's whitespace beneath all list-items - THANKS, Microsoft =) */
				
					#subnavul li a  {
						margin: 0px;
						padding: 5px 0;
						display: block;
						font: normal 14px Arial, Helvetica, sans-serif;
						color: #999;
						text-transform: uppercase;
						text-decoration: none;
						}
				
					#subnavul li a:hover { color: #fff; }
					#subnavul li.selected a { color: #fff; }
			
					#subnavul li ul {
						padding: 0 0 0 40px !important;
					}
			
		#contentMain {
			width: 638px;
			float: right;
			padding: 0 60px 0 0;
			}
			

#footerWrap { background: url(../templateimages/footrBG.jpg) top left repeat-x; }
	
	#footer {
		width: 1000px;
		margin: 0 auto;
		}
		
		#footerInternal {
			width: 648px;
			padding: 20px 60px 20px 0;
			float: right;
			}
			
			#footer a { margin: 0 40px 0 0; text-decoration: none; }
			#footer a.fulvue { margin: 0; float: right;}
			.fulvue img { border: 0; }
			
			#ss { padding: 5px 0; font-size: 11px; color: #aaa; float: right; }

#stats { display: none; }

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

.imgright {
	float: right;
	margin: 0 0 35px 35px;
	}

.imgleft {
	float:left;
	margin: 0 35px 35px 0;
	}
	
/*-------------------------------------------
  LOGIN
-------------------------------------------*/

#logout {
	background: url(/persistent/templateimages/logout_bg.jpg) no-repeat;
	width: 256px;
	height: 110px;
}

#login {
	background: url(/persistent/templateimages/login_bg.jpg) no-repeat;
	width: 256px;
	height: 168px;
}



#loginForm {
	padding: 76px 0 0 10px;
	margin: 0;
}

	#loginForm input.textfield {
		background: none;
		height: 12px;
		width: 187px;
		margin: 0 0 10px 0;
		border: 0;
		padding: 5px 5px;
		color: #bbbbbb;
		font-size: 11px;
	}
	
	#loginForm .login_button {
		background: url(/persistent/templateimages/login_submit.jpg) no-repeat; 
		height: 18px;
		width: 62px;
		border: 0;
		color: #fff;
		font-size: 11px;
	}