﻿
/* http://www.industrialcladding.com.au */

/*Defaults */		
		* 
		{
			margin:0;
			padding:0;
		}

		body 
		{
			font:11pt Georgia, Times New Roman, serif; 
			background-color:#000000;
			color:#999999;
		}

		a img 
		{
			border:none;
		}

		a:link 
		{
			color: #108fde;
			text-decoration:underline;
		}

		a:hover 
		{
			color:#cc9206;
			text-decoration:underline;
		}

		a:visited 
		{
			color: #108fde;
			text-decoration:underline;
		}

		p 
		{
			margin:10px 0 5px 0;
		}
		h1 { font:18pt Myriad Pro, Georgia, Times New Roman, serif;color:#cc9206; }
		h2 { font:16pt Myriad Pro, Georgia, Times New Roman, serif;color:#cc9206; }
		h3 { font:12pt Myriad Pro, Georgia, Times New Roman, serif;color:#cc9206; }

/* Header */
		#header 
		{
			padding: 2px 0 28px 0;
			height: 140px;
			border-bottom: 1px solid #000000;
			background: url('images/main/topbg.png');
		}

		#header #logo 
		{
			width:1024px;
			margin:0 auto;
			padding:0 10px 0 10px;
		}
		
		#header #logo #companyprofile 
		{
			width:300px;
			float:right;
			height:55px;
			margin-right:0px;
		}

/* nav */
		#nav 
		{
			padding: 0px 0px 0px 0px;
			height: 42px;
			border-bottom: 1px solid #000000;
			background: url('images/main/nav.png');
		}

		#nav #bar 
		{
			width:1024px;
			margin:0 auto;
			padding:12px 0px 0 0px;
			font:13pt Arial, Helvetica, sans-serif; 
			color:#000000;
			text-align: center;
		}
		#nav li a
		{
			padding:15px 30px 11px;
			color:#000000;
			text-decoration:none;
		}
		
		#nav li a:hover
		{
			padding:14px 30px 11px;
			color:#aeacac;
			background:#000000;
			text-decoration:none;
		}
		
		#nav ul li
		{
		display:inline;
		text-transform:uppercase;
		}

		
		

/* Title */
		#title 
		{
			padding: 0px 0px 0px 0px;
			height: 10px;
			border-bottom: 1px solid #000000;
			background: url('images/main/title.png');
		}

		#title #area 
		{
			width:1024px;
			padding:10px 0px 0 0px;
			font:18pt Myriad Pro, Georgia, Times New Roman, serif; 
			margin:0 auto;
			color:#cc9206;
			line-height:1.1em;
		}

/* Content Area */

		#main 
		{
			width:1024px;
			margin:0 auto;
			clear:both;
			padding-right:10px;
			padding-left:10px;
		}

		#content 
		{
			width:1024px;
			padding:30px 0 0px 0;
			text-align: justify;
		}
		
		#content #images
		{
			padding-top: 20px;
			text-align: center;
		}
		#content #images img
		{
			padding-right: 10px;
		}
		#content strong
		{
			color: #cc9206;
			font-weight: bold;
		}


/* Footer */
		#footer 
		{
			background: #000000;
			color:#ffffff;
			font-size:11px;
			font-family:Verdana, Arial, sans-serif;
		}

		#footer a
		{
			color:#108fde;
			text-decoration:underline;
		}

		#footer a:hover 
		{
			color:#cc9206;
			text-decoration:underline;
		}

		#footer a:visited
		{
			color:#108fde;
			text-decoration:underline;
		}

		#foot 
		{
			width:1024px;
			margin:0 auto;
			height:140px;
			line-height:1.1em;
		}

		#foot #left 
		{
			width:450px;
			float:left;
			padding-top:50px;
		}
		#foot #right 
		{
			width:350px;
			float:right;
			text-align:right;
			padding-top:72px;
		}