/****************************************
|
| Advance Manufacturing Technologies Inc
| Created by: Kevin Biskaborn
| Copyright 2008 ScriptReaction
| http://www.scriptreaction.com
|
****************************************/

/****************************************
|	IMPORT STYLES
****************************************/

/****************************************
|	CLEAR ALL STYLES
****************************************/
* {
	margin:0px;
	padding:0px;
}

/****************************************
|	GLOBAL TAG STYLES
****************************************/
body { 
	background:#fff;
}

body, select, input, textarea {
	font-size:12px;
	color:#000000;
}

/****************************************
|	PAGE LAYOUT
****************************************/
#skn, #shl {
	width:100%;
}

/****************************************
|	HEADER
****************************************/
#masthead {
	margin-top:20px;
	height:auto;
}
#masthead #banner {
	display:none;
}

/****************************************
|	LEFT COLUMN
****************************************/
#leftColumn {
	display:none;
}

/****************************************
|	NAVIGATION
****************************************/
#navigation {
	margin-bottom:50px;
}
#navigation li a {
	border:1px solid #999;
}

/****************************************
|	FOCAL FEED
****************************************/
#focalFeed {
	width:100%;
	margin:0px;
}

/****************************************
|	FOOTER AREA
****************************************/
#footarea {
	height:auto;
}
#footarea img {
	position:relative;
	padding:20px;
}














