/*
Site URI: http://www.amyhaiar.com/
Description: Portfolio of Amy Haiar
Version: 1.0
Author: Jeremy Margaritondo
*/


/* =Global
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

img, div {
	behavior: url(/stylesheets/iepngfix.htc); 
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	color: #ffffff;
}

/* =Layout
---------------------------------------------*/
body {
	background: #493f39;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 326px;
	height: 102px;
	background: url('../images/header_bkg.gif') no-repeat;
	z-index: 2;
}

#header img {
	position: absolute;
	left: 90px;
}

#header_nav {
	position: absolute;
	top: 15px;
	left: 735px;
	z-index: 2;
}

#about {
	position: absolute;
	left: 455px;
	width: 357px;
	height: 383px;
	background: url('../images/about_bkg.png') no-repeat;
	z-index: 2;
}

#about #title {
	padding: 15px 0 0 280px;
}

#about_content {
	padding: 30px 30px 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7C7875;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C7875;
	padding: 25px 0 10px 160px;
}

#loader {
	position: absolute;
	left: 530px;
	top: 300px;
	z-index: 1;
}

#preloader {
	display: none;
}

/* =Navigation
---------------------------------------------*/
#nav {
	position:absolute;
	top: 110px;
	left: 8px;
	z-index: 2;
}	

#nav_scroll {
	width: 157px;
	height: 533px;
	background: url('../images/nav_side_bkg.gif') no-repeat;
}

#nav_scroll_wrapper {
	position: absolute;
	top: 27px;
	left: 23px; 
	width: 114px;
	height: 476px;
	overflow: hidden; 	
}

#nav_scroll_wrapper img {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
}

#nav_scroll_wrapper div {
  padding: 0 0 3px 0;
}

#nav_scroll_content {
	height: 2500px;
}

#scrollup { 
	position: absolute;
	top: -12px;
	left: 60px;
	cursor: pointer;
}

#scrolldn {
	position: absolute;
	top: 510px;
	left: 60px;
	cursor: pointer;
}

#nav_scroll #nav_0 {
	opacity: 1;
	filter: alpha(opacity=100);	
}

/* =Content
---------------------------------------------*/
/*#main {
	position: absolute;
	left: 150px;
	top: 93px;
	width: 750px;
	padding-bottom: 70px;
	text-align: center;
}*/

#main {
	background: url('../images/allsteel_background.jpg') no-repeat 700px 0;
	padding: 93px 0 50px 200px;
	position: relative;
}

#main #content {
	/*text-align: center;*/
}

#main #background {
	display: none;
}

