/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, arial, sans-serif;
	font-size: 10px;
	color: #ccc;
}

p {
	margin-bottom: 1em;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ff6f00;
	letter-spacing: 0.25em;
}	

h2 {
	font-size: 11px;
}

ul {
	list-style: none;
}

body { 
	background-color:#2f2f2f;
	padding: 0;
	text-align: center;
}

/* Container for all elements */
#wrapper {
	position:relative;
	width: 985px;
	height:600px;
	z-index: 0;
	margin: 0px auto;
	background-image:url(Images/background.gif);
}

/*Wrapper for normal content*/
#PageWrapper {
	position:absolute;
	left: 15px;
	top: 150px;
	height:450px;
	width: 950px;
	z-index:10;
	text-align: left;
	/*overflow-x: hidden;
	overflow-y: auto;*/
	
}

#Logo {
	position: absolute;
	left: 34px;
	top: 34px;
	width: 328px;
	height: 95px;
}

/*Navigation ----------------------------------------------------------------------------------- */

#NavBox {
	position: absolute;
	left: 770px;
	top: 28px;
	width: 198px;
	height: 113px;
	color: white;
	text-align: right;
}

#NavBox a {
	display: block;
	text-decoration: none;
	color: white;
}

#NavBox a:hover {
	display: block;
	text-decoration: none;
	color: #ff6f00;
}


#NavBox h1 {
	color: white;
	font-size: 11px;
	letter-spacing: normal;
	font-weight: normal;
}

#Nav_Home {
	float: right;
	width: 198px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}



#Nav_Products {
	float: right;
	width: 100%;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#Nav_Steel {
	float: right;
	width: 100%;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#Nav_Company {
	float: right;
	width: 100%;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#Nav_Project {
	float: right;
	width: 100%;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#Nav_Testimonial {
	float: right;
	width: 100%;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#Nav_Contact {
	float: right;
	width: 100%;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

/* END Nav ------------------------------------------------------------------------------------------- */
#BottomText {
	position: absolute;
	top: 600px;
	left: 567px;
	width: 365px;
	height: 16px;
	color: #CCC;
	text-align: right;
}

#BottomTextNav {
	position: absolute;
	top: 615px;
	left: 567px;
	width: 365px;
	height: 16px;
	color: #666666;
	text-align: right;
}

#BottomTextNav a {
	text-decoration: none;
}

#BottomTextNav a:hover {
	color: white;
}

#TopImage {
	position: absolute;
	width: 950px;
	height: auto;
	top: 0px;
	left: 0px;
}

