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

Title : Southern Tarpaulins
URL : http://www.southerntarpaulins.com.au

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

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


/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/

div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote { 
	margin:0; 
	padding:0; 
}

html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
}


body { 
	padding: 0;
	margin: 0;
	font: normal 12px/19px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666666;
	background: #e9ffca url(../templateimages/bg.jpg) top left repeat-x;
 }

fieldset { 
	border: 0; 
}

img {
	border: 0;
 }

h1 {
	font: normal 24px century gothic, arial, tahoma;
	color: #1470b9;
	margin: 0 0 16px 0;
}

h2 {
	font: normal 22px century gothic, arial, tahoma;
	color: #75ad2e;
}

p, td, li {
	font: normal 12px/19px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666666;
}


a {
	color: #1470b9;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

.clear { 
	clear: both; 
	font-size: 0; 
	height: 0; 
	line-height: 0;
 }
 
 hr {
	height: 1px;
	border: dashed;
	color: #ccc;
}

html>body hr {
	border: none; 
	border-top: 1px dashed #ccc;
}

select {
	width: 120px;
}


/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/

#container_top {
	background: url(../templateimages/bg_wrapper_top.png) top left no-repeat;
	width: 955px;
	height: 9px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 20px auto 0 auto;
}

#container_bottom {
	background: url(../templateimages/bg_wrapper_bottom.png) bottom left no-repeat;
	width: 955px;
	height: 9px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0 auto 20px auto;
}

#container {
	width: 925px;
	margin: 0 auto;
	background: #fff;
	padding: 0 15px;
}


	#header {
		width: 925px;
		height: 53px;
		margin: 0 auto;
		display: none; 
	}
	
	#logowrapper {
		width: 925px;
		height: 112px;
		background: #fff;
	}
	
		#logo {
			width: 400px;
			height: 112px;
			float: left;
		}
		
		#freecall {
			width: 300px;
			height: 112px;
			float: right;
			text-align: right;
		}
		
	#bodywrap {
		width: 925px;
		height: 450px;
		min-height: 450px;
		background: url(../templateimages/bg_content.jpg) bottom right no-repeat;
		
	}
	
	html>body #bodywrap {
		height: auto;
	}
		
			/* ------------------------------------------------------------------------- 
			NAV BAR START
			------------------------------------------------------------------------- */ 
			
			
			#navbar {
				width: 210px;
				float: left;
				/*background: url(/persistent/templateimages/contentbg.jpg) repeat-y;*/
				background: #eeeeee;
			}	
			
			html>body #navbar {
				height: auto;
			}
			
			
					#menu {
						float: left;
						width: 185px;
						text-align: left;
						padding-top: 10px;
						}
					
					#menu ul {
						width: 185px;
						margin: 0;
						/*padding: 0 0 0 15px;*/
						padding: 0;
						list-style: none;
						display: block;
						}
						
					#menu li {
						/*width: 185px;*/
						width: 200px;
						margin: 0px;
						padding: 0px;
						display: block;
						}
						
					#menu li a {
						/*width: 175px;*/
						width: 190px;
					  font: normal 12px/27px Arial, Helvetica, sans-serif;
						color:  #333;
						text-decoration: none;
						padding: 0 10px;
						display: block;
						border-bottom: 1px dashed #ccc;
						}
					
					#menu li a:hover {
						color: #000;
						text-decoration: underline;
						}
						
					#menu li a.navlink_selected {
						color: #378ace;
						font-weight: bold;
						}
					
					#menu li {
						}
						
					#menu ul li ul {
						height: auto;
						margin: 0px;
						padding: 0px;
						display: block;
					 }
					
					#menu li ul li {
						border: 0;
						}
						
					#menu li ul li a {	
						width: 160px;
						font: normal 12px/27px Arial, Helvetica, sans-serif;
						text-decoration: none;
						margin: 0px;
						padding: 0 5px;
						display: block;
						}
						
					#menu li ul li a:hover {
						color: #000;
						text-decoration: none;
						}
			
						
						/* ------------------------------------------------------------------------- 
						NAV BAR END
						------------------------------------------------------------------------- */ 
	
	
		#contentwrap {
			width: 700px;
			float: right;
		}
			
			#banner_gallery {
				border: 10px solid #EEEEEE;
				width: 670px;
				background: #fff;
				padding: 5px;
			}
			
			#banner {
				width: 700px;
				height: 201px;
				background-color: #eeeeee;
				float: right;
			}
			
					#flash {
						width: 679px;
						height: 180px;
						background-color: #fff;
						margin: 0 auto;
						border-top: 10px solid #eeeeee;
					}
					
					
						#flash_wrap {
							width: 670px;
							height: 170px;
							margin: 0 auto;
							border-top: 5px solid #fff;
						}
					
							#flashcontent {
								width: 458px;
								height: 171px;
								float: left;
							}
							
							#promo {
								width: 207px;
								height: 171px;
								float: right;
							}
					
					#bodytext {
						padding-top: 20px;
						
					}
		
			#bodytext img {
				padding: 10px;
				border: 1px solid #ccc;
				background: #fff;
			}
			
			#bodytext table {
				background: #fff;
			}
			
			#bodytext {
				float: right;
				width: 700px;
			}
			
#footer {
	width: 900px;
	background: #89c24f url(../templateimages/bg_footer.jpg) bottom left no-repeat;
	height: 57px;
	margin: 10px 0 0 0;
	padding: 10px 10px 0px 10px;
	color: #fff;
}

#footer a, #footer a:visited {
	color: #fff;
}