@charset "UTF-8";
/* CSS Document */

e42d1f
/* - - - - - - - - - - - - - - - - - - - - -

Title : 
URL : 

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

Description : full website styles

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

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/
html {
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	}
	
	
body{
	width:100%;
	margin:0px;
	padding:0px;
	font: 12px/18px normal Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background:url(/images/templateimages/body_bg.gif) repeat-x;
}

p {
	font: 12px/18px normal Verdana, Arial, Helvetica, sans-serif;
}

a {
	
color: #e42d1f;

}

a:link, a:visited  {

}
	a:hover {
	
	}

h1 {

}

h2 {

}

h3 {

}

form {
  margin: 0;
}

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

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

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/
#oevrallWrap {
	width:800px;
	margin: 5px auto 0px auto;
	border: 1px solid #a3a3a3;
	background:#fff;
}

#banner {
	width:800px;
	height:105px;
}

		#logo {
			width: 271px;
			height: 105px;
			margin:0px;
			padding:0px;
			float:left;
		}
		
		#logoRhs {
			width: 529px;
			height:105px;
			margin:0px;
			padding:0px;
			float:right;
		}

#conNav {
	width:800px;
	background:url(/images/templateimages/connav.gif) repeat-y 0% 0%;
}

		#navWrap {
			width:249px;
			float:left;
			padding-top:62px;
			background: #f4f4f4 url(/images/templateimages/navtop.gif) no-repeat 0% 0%;
			}
				#addtooutlook {
					width:249px;
					height:38px;
					padding: 0px;
					margin:159px 0px 58px 0px;
				}
		
		#contentWrap {
			width:551px;
			float:right;	
		}
		
				#image {
					width:551px;
					height:221px;
					
				}


				#content {
					padding: 34px 22px 30px 24px;
				}
				
#footer {
	width:800px;
}

		#footerLhs {
			width:249px;
			height: 73px;
			margin:0px;
			padding:0px;
			float:left;
		}
		
		#footerRhs {
			width: 551px;
			height: 73px;
			margin:0px;
			padding:0px;
			background:url(/images/templateimages/footerrhs.gif) no-repeat;
			float:right;
		}
		
#sponsors {
	width:800px;
	height: 89px;
	background:url(/images/templateimages/sponsorsbg.gif) repeat-x;
}

		#sponsorsIn {
			padding: 0px 22px 0px 24px;
			float:right;
		}
/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
.navlist {
	width:249px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.navtext {
	width:249px;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	background:url(/images/templateimages/navbg.gif) no-repeat;
	}

a.navlink:link, a.navlink:active, a.navlink:visited {
	height:39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:39px;
	color:#3d3d3e;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 0px 0px 0px 35px;
	background: url(/images/templateimages/dot.gif) no-repeat 15px 50%;
	}
	
a.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:39px;
	color:#6e6e6f;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 0px 0px 0px 35px;
	background: url(/images/templateimages/dot.gif) no-repeat 15px 50%;
	}

/* -------------------------------- Sub Nav -------------------------------  */
  
.subnavlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	

.subnavtext {
	width:249px;
	height:39px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background:url(/images/templateimages/navbg.gif) no-repeat;
	}

a.subnavlink:link, a.subnavlink:active, a.subnavlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:39px;
	color:#3d3d3e;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 0px 0px 0px 55px;
	background: url(/images/templateimages/dot.gif) no-repeat 35px 50%;
	}
	
a.subnavlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:39px;
	color:#6e6e6f;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 0px 0px 0px 55px;
	background: url(/images/templateimages/dot.gif) no-repeat 35px 50%;
	}


/*
----------------------------------------------------------------------------- 
Login Box
----------------------------------------------------------------------------*/

#login, #logout { margin-left: 20px; }

#login b, #logout b { color: #E42D1F; }

#loginForm input { 
	margin-bottom: 3px;
	border: 1px solid #A3A3A3;
	padding: 3px;
}

#loginForm .login_button {
	margin: 0;
	padding: 0;
	background: #eeeeee;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 3px;
}
