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

Title : Paltronics
URL : http://www.paltronics.com.au

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


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

/* PNG Fix */
#container, #footer_wrapper, img { behavior: url(/persistent/js/iepngfix.htc) }


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

html {
	padding: 0;
	margin: 0;
	}

body {
	font: 12px/18px arial, helvetica, sans-serif;
	margin: 20px 0 20px 0;
	padding: 0;
	background: #c5c5c5 url(../siteimages/body_bg.gif) repeat-x;

	}
	
img {
	border: 0;
	}

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



td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 1.3;
}

a {
color: #000000;

}

a:hover {
text-decoration: underline;
color: #228bd7;

} 

hr {
width: 100%;
height: 1px;
color: #008cc0;
border: 1px dotted;

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

img {

}

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

h1 {
	font: normal 20px Arial, Helvetica, serif;
	color: #5300a1;
	text-transform:lowercase;	}
	
h2 {
	font: bold 16px Arial, Helvetica, serif;
	color: #008cc0;	}

h3 {
	font: normal 12px/14px Arial, Helvetica, serif;
	color: #77432d;
	font-weight: 600;
	text-decoration: underline;
	}


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

#main_wrapper {
margin: 0 auto;
width: 935px;

} 

	#top_bg {
	width: 935px;
	height: 22px;
	background: url(../siteimages/top_bg.gif) no-repeat;
	
	} 
	
	#logo_bg {
	width: 895px;
	height: 104px;
	background: url(../siteimages/logo_bg.gif) no-repeat;
	padding: 0 20px 0 20px;
	
	}
	
	#container {
	width: 875px;
	padding: 0 30px 0 30px;
	background: url(../siteimages/container_bg.png) repeat-y;
	} 
	
		#container_wrapper {
		width: 875px;
		background: url(../siteimages/menu_bg.gif) repeat-y;
		
		} 
		
			#lhs {
			width: 190px;
			float: left;
			background: url(../siteimages/menu_bg_top.gif) no-repeat;
			background-position: top;
			
			} 
			
				#menu_wrapper {
				width: 172px;
				padding: 25px 9px 0 9px;
				
				} 
			
			#rhs {
			width: 679px;
			float: right;
			
			}
			
				#flash {
				width: 679px;
				height: 212px;
				
				}  
				
				#content {
				width: 649px;
				padding: 15px;
				
				} 
				
				#contentH {
				width: 679px;				
				} 
				
					#home_content {
					float: left;
					width:380px;
					padding: 15px;
					
					} 
					
					#home_rhs {
					float: right;
					width: 267px;
					padding-top: 15px;
					
					} 
					
						#newsletter {
						width: 247px;
						height: 117px;
						background: url(/persistent/siteimages/newsletter_bg.gif) no-repeat;
						padding: 10px;
						
						} 
						
						.newsletter_td {
						
						} 
						
				#menu_bg_bottom {
				width: 875px;
				height: 20px;
				background: url(../siteimages/menu_bg_bottom.gif) no-repeat;
				background-position: left;
				
				
				} 
				
				
			#footer_wrapper {
			width: 875px;
			height: 52px;
			background:url(../siteimages/footer_bg.png) no-repeat;
			padding: 33px 30px 0 30px;
			font: 11px Arial, Helvetica, sans-serif;
			color: #313131;
			
			} 
			
			#footer_wrapper a {
			text-decoration: none;
			color: #313131;
			} 
			
			#footer_wrapper a:hover {
			text-decoration: underline;
			color: #313131;
			} 
			
				#footer_lhs {
				float: left;
				width: 400px;
				
				} 
				
				#footer_rhs {
				float: right;
				width: 430px;
				text-align: right;
				
				} 
				
 /* MENU */
#menu {
	width: 172px;
	vertical-align: top;
	}

#menu li, #menu ul, #menu ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: outside;
	}
	
#menu ul li a {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	text-decoration: none;
	width: 100%;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	text-transform: capitalize;
	}
		

	
#menu ul li a:hover {
	color: #5200a0;	}	
	
/* SUBS */

#menu li ul{
}

#menu li ul a {
font-weight: normal;

}

#menu li ul a:hover {
color: #FFFFFF;
}

#menu li ul li{
background: #ebeded;
}

#menu li ul li a {
font-weight: normal;

}

#menu li ul li a:hover {
color: #52009f;
}

#menu ol li a {
	color: #333333;
	text-decoration: none;
	width: 100%;
	display: block;
	border: 0px;
	background: none;
	line-height: 1.7;
	list-style-type:square;

	}
	
#menu ol li a div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-weight: normal;
	font-size: 11px;
	text-transform: lowercase;
	}	
	
#menu ol li a:hover {
	color: #772b29;
	border: 0px;
	background: none;
	}			
	
.lastsub {
	border-bottom: 1px solid white;
	}		
				

input, select, textarea {
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	}	

.input_text {
border: none;

} 

