/* CSS Document */
body { 
	margin: 0px;
	padding: 0px;
	background: #ffffff url(/images/body-bg-home.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #797979; font-size:11px;
	line-height: 14px;
}

#wrapper
{
	padding: 0px auto;
	margin: 0px auto;
	width: 836px;
	background: transparent url(/images/container-bg-home.jpg) top left no-repeat;
} 

#container
{
	position: relative;
	width: 800px;
	top: 0px;
	left: 16px;
}
	#header
	{
		position:relative;
		height:147px;
	}
	
		#logo
		{
			background: #ffffff url(/images/logo.gif) no-repeat;
			width: 258px;
			height: 56px;
			display: block;
			position: absolute;
			top: 50px;
			left: 40px;
		}
		
		#topimage-aboutus
		{
			background: url(/images/top-images/aboutus.jpg) no-repeat;
			width: 470px;
			height: 125px;
			display: block;
			position: absolute;
			top: 0px;
			right: 0px;
		}
		
		#topimage-fabrication
		{
			background: url(/images/top-images/fabrication.jpg) no-repeat;
			width: 470px;
			height: 125px;
			display: block;
			position: absolute;
			top: 0px;
			right: 0px;
		}
		
		#topimage-fit
		{
			background: url(/images/top-images/fit.jpg) no-repeat;
			width: 470px;
			height: 125px;
			display: block;
			position: absolute;
			top: 0px;
			right: 0px;
		}
		
		#topimage-contact
		{
			background: url(/images/top-images/contactus.jpg) no-repeat;
			width: 470px;
			height: 125px;
			display: block;
			position: absolute;
			top: 0px;
			right: 0px;
		}
		
		#topimage-product
		{
			background: url(/images/top-images/product.jpg) no-repeat;
			width: 470px;
			height: 125px;
			display: block;
			position: absolute;
			top: 0px;
			right: 0px;
		}

			#mainnav
			{
				background-color:#ffffff;
				width:470px;
				height: 19px;
				display: block;
				margin: 0px;
				padding: 0px;
				position:absolute;
				bottom: 15px;
				right: 0px;
			}
			
				#mainnav ul 
				{
					list-style-image: none;
					list-style-position: outside;
					list-style-type: none;
					margin:0px;
					padding:0px;
				}
				
				#mainnav ul li 
				{
					display:block;
					float:left;
				}

		#util1
		{
			position: absolute;
			right: 97px;
			bottom: 0px;
		}
		
		#util2
		{
			position: absolute;
			right: 14px;
			bottom: 0px;
		}
			
	#mainsection
	{
		background-color: #ffffff;
	}
	
		#sidebar
		{
			float: left;
			padding:0px 24px 20px 40px;
			width: 150px;
		}	
		
			.section-header {
				background: #ffffff url(/images/section-title-bg.gif) no-repeat;
				width: 174px;
				height: 36px;
				line-height:18px;
				color:#9da94f;
				font-size:15px;
				padding-top:2px;
			}
			
			#subnav, #subnav a {
				color: #999999;
				font-size: 11px;
				text-decoration: none;
				margin: 0px;
			}
			
			#subnav a:hover {
				color: #9da94f;
				text-decoration: underline;
			}
			
			#subnav a.current {
				color: #9da94f;
				text-decoration: underline;
			}
				
			dl dt
			{
				padding: 5px 0px 5px 9px;
				background: #ffffff url(/images/bullet.gif) center left no-repeat;
			}
			
		#content
		{
			margin-left: 214px;
			padding: 28px 25px 25px 15px;
			position: relative;
			min-height: 340px;
		}
		
		.cbs
		{
			clear: both;
		}
		
	#footer
	{
		height: 38px;
		padding-top: 10px;
	}
	
		#site-info
		{
			float: left;
			padding-top: 3px;
			padding-left: 125px;
		}
		
		#site-links
		{
			float: right;
			width: 470px;
			height: 17px;
			text-align: center;
			padding:3px 5px 0px 0px;
			background-color:#8ca1bf;
		}
		
			#site-links a
			{
				color:#FFFFFF;
				text-decoration: none;
				padding-left: 12px;
			}
			
			#site-links a:hover
			{
				text-decoration: underline;
			}
			
			.site-links-dividor
			{
				color:#FFFFFF;
				padding-left: 12px;
			}
			
/* general items css */			

p { margin: 0px; padding: 0px}

a { color: #797979; text-decoration: underline}
a:hover { color: #9da94f; text-decoration: underline}

h1 { font-size: 12px; color:#8ca1bf; margin:0px; padding-bottom: 16px; text-align: left}

h2 { font-size: 11px; font-weight:bold; color:#9da94f; margin:0px; padding-bottom: 16px; text-align: left}

#imageleft 
{	
	float: left;
	padding: 0px 20px 20px 0px;
}

#imageright 
{	
	float: right;
	padding: 0px 0px 20px 20px;
}

.home-text
{
	color:#888888;
	line-height: 12px;
}

.bold
{
	font-weight: bold;
	line-height: 16px;
	color:#9DA94F;
}

#content ul li
{
	padding-bottom:6px;
}

.divlist
{
	padding-left: 20px;
}

form { padding: 0; margin: 0 }