/* GENERAL */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #52402C;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	line-height: 17px;
}
a {
	text-decoration: none;
	color: #ababab;
	font-weight: bold;
}
a:hover {
	color: #FFFF66;
}
h1 {
	font-size: 18px;
	color: #BC4427;
}
h2 {
	font-size: 14px;
	color: #FAF2B2;
}


/* INDEX PAGE */
#fabricationPic, #machiningPic, #chromingPic, #welcomePic {
	position: absolute;
	visibility: visible;
	width: 144px;
	height: 62px;
	top: 470px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#welcomePic {
	top: 255px;
	left: 105px;
	z-index: 10;
}
#fabricationPic {
	left: 101px;
	z-index: 7;
}
#machiningPic {
	left: 286px;
	z-index: 8;
}
#chromingPic {
	left: 468px;
	z-index: 9;
}
#welcometext {
	position: absolute;
	visibility:visible;
	width:615px;
	height:158px;
	z-index:0;
	margin:0px;
	padding:6px;
	left: 97px;
	top: 241px;
	overflow:hidden;
}
#fabtext, #machtext, #chromtext {
	position:absolute;
	visibility:visible;
	width:143px;
	height:108px;
	margin:0px;
	padding:6px;
	overflow:hidden;
	font-size: 10px;
	line-height: 14px;
	top: 537px;
}
#fabtext {
	z-index:2;
	left: 96px;
}
#machtext {
	z-index:3;
	left: 282px;
}
#chromtext {
	z-index:4;
	left: 464px;
}
#indexgallery {
	position:absolute;
	visibility:visible;
	width:229px;
	height:183px;
	margin:0px;
	padding:6px;
	overflow:hidden;
	z-index:5;
	left: 648px;
	top: 464px;
	text-align: center;
	font-size: 9px;
}
#indexgallery img {
	border: 2px solid #663300;
}
.bigfirstword {
	/* font-size: 18px;
	text-transform: uppercase;
	font-weight: bold; */
}
#bottomcopyright {
	font-size: 9px;
	left: 300px;
	position: relative;
}

/* GATEWAY */
.gatewaybody h1 {
	color:#a7a7a7;
}
#gateway_header {
	font-size: 16px;
	margin-left: 50px;
}
.gatewayheader {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.gatewaybody {
	margin: 0px auto;
	padding: 0px;
	width: 796px;
	border: 2px solid #573F2B;
	background-image: url(images/gatewaybodybg.jpg);
	background-repeat: repeat-y;
	clear: both;
}
.gatewaynav {
	margin: 0px;
	padding: 0px;
	width: 177px;
	height: 450px;
}
.gatewaynav ul {
	list-style-type: none;
	margin: 40px 0px;
	padding: 0px 0px 0px 0px;
}
.gatewaynav ul a:hover, .gatewaynav ul .active {
	font-weight: bold;
	color: #573F2B;
	text-decoration: none;
	background-image: url(images/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
.gatewaynav li {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gatewaynav ul a {
	color: #94745C;
}
.gatewaypage {
	margin: 25px 0px 0px 30px;
	padding: 0px;
	width: 540px;
}
.editusertable input, .editusertable textarea, .inputwidth {
	width: 365px;
}
.error {
	font-weight: bold;
	color: #FFFF33;
}
.message {
	font-weight: bold;
	color: #FFFF33;
}
