/*-----------------------------------------------------------------
Alpha Workholding Solutions

STRUCTURE

version: 	1.0
author: 	Impressive Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008	
-------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	background: #dfdfdf url(/images/backgrounds/site.jpg) repeat-x 0 35px;
}

.container{
	margin: 0 auto;
	width: 840px;
	clear: both;
}

#admin_toolbar{
	width: 100%;
	position: absolute;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 115%;
}

#brushed_metal{
	height: 35px;
	background: url(/images/backgrounds/brushed_metal.jpg) repeat-x 0 0;
}

/* HEADER
-----------------------*/
#header{
	height: 116px;
}

	#site_logo{
		margin-top: 12px;
		width: 281px;
		height: 85px;
		text-indent: -9999px;
		line-height: 0px;
		background: url(/images/logos/alpha_workholding.png) no-repeat 0 0;
		float: left;
	}
	
		#site_logo a{
			display: block;
			height: 100%;
			width: 100%;
		}
		
	#contact_button{
		margin-top: 30px;
		height: 50px;
		width: 395px;
		text-align: center;
		line-height: 50px;
		font-size: 150%;
		font-weight: bold;
		color: #555;
		text-decoration: none;
		background: url(/images/elements/contact_button.png) no-repeat 0 0;
		float: right;
	}
	
/* CONTENT
-----------------------*/
#content{
	padding: 30px 0 40px 0;	
	background: #5e5e5e url(/images/backgrounds/content.gif) repeat-x 0 0;
}

#home #content{
	padding-top: 0;
}

	#content_container{
		background-color: #f7f7f7;
		padding: 20px 10px;
		height:  100%;
		border-left: 10px solid #e3e3e3;
		border-right: 10px solid #e3e3e3;
		border-bottom: 10px solid #e3e3e3;
	}

/* FOOTER
-----------------------*/
#footer{
	padding: 0 0 30px 0;
	font-size: 120%;
	height: 150px;
	background: #dfdfdf url(/images/backgrounds/footer.gif) repeat-x 0 0;
}

	#copyright{
		line-height: 1.4em;
	}
	
	#site_creator{
		width: 100px;
		height: 25px;
		text-indent: -9999px;
		line-height: 0px;
		background: url(../images/logos/imp_designs.gif) no-repeat 0 0;
	}

/* COLUMNS
-----------------------*/
#small_column{
	width: 150px;
}

#medium_column{
	width: 250px;
}

#large_column{
	width: 515px;
}

#extra_large_column{
	width: 625px;
}

#extras_column{
	width: 350px;
}

.even_column{
	width: 48%;
}