* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #48494a;
	font-family: Arial, serif;
	color: #fff;
	}

#wrapper {
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: visible;
	}
#home #wrapper {
	background: url(home.jpg) no-repeat top right;
	height: 100%;
	}
#portfolio #wrapper {
	height: 100%;
	}
#info #wrapper {
	background: url(info.jpg) no-repeat top right;
	width: 500px;
	}
#info #content {
	width: 460px;
	}
#about #wrapper {
	background: url(me.jpg) no-repeat top right;
	width: 500px;
	}
#about #content {
	width: 400px;
	}
#about #sidebar {
	padding-top: 480px;
	}
#contact #wrapper {
	width: 500px;
	background: url(contact.jpg) no-repeat top right;
	height: 500px;
	}

#header {
	padding: 20px 0;
	}
#header h1 {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 50px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 80%;
	color: #fff;
	}
#header h1 a {
	text-decoration: none;
	color: #fff;
	}
#header span {
	font-size: 9px;
	color: #888;
	}
	
#footer {
	margin: 20px 0 30px 0;
	font-size: 12px;
	clear: both;
	background: url(end.gif) no-repeat center bottom;
	height: 40px;
	margin-bottom: 30px;
	}
a {
	border: none;
	}

a img {
	border: none; 
	}

#nav1 {
	display: block;
	position: absolute;
	top: 440px;
	left: 200px;
	width: 180px;
	height: 80px;
	}
#nav2 {
	display: block;
	position: absolute;
	top: 490px;
	left: 450px;
	width: 200px;
	height: 80px;
	}
#nav3 {
	display: block;
	position: absolute;
	top: 400px;
	left: 420px;
	width: 180px;
	height: 70px;
	}
#nav4 {
	display: block;
	position: absolute;
	top: 440px;
	left: 660px;
	width: 180px;
	height: 70px;
	}	
#nav1 span { display: none; }
#nav2 span { display: none; }
#nav3 span { display: none; }
#nav4 span { display: none; }

#portfolio ul {
	list-style: none;
	margin-bottom: 30px;
	}
#portfolio ul li {
	font-size: 10px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	}
#portfolio ul li a {
	color: #E8E8E8;
	text-decoration: none;
	}
#portfolio ul li a:hover {
	color: #fff;
	}



#gallery {
	position: absolute;
	top: -159px;
	left: 0;
	z-index: 1;
	overflow: hidden;
	overflow-x: hidden;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 450px;
	visibility: hidden;
	width: 800px;
	}
	
	
#gallery p {
	font-size: 11px;
	text-align: center;
	text-transform: capitalize;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
#portfolio #wrapper #gallery .belt .panel img {
	border: 7px solid #FFFFFF;
}
#portfolio #topDiv #gallery .belt .panel a img {
	border: 7px solid #FFF;
	background-image: url(../img/layout/ombraImg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: hidden;
	}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
	z-index: -100;
	margin: 0px;
	height: 500px;
	visibility: visible;
	}
.stepcarousel .panel {
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px;
	padding-right: 600px;
	background-image: url(../images/ombraImg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	

h2 {
	margin: 10px 0;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	}

.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}


.clear {
	clear: both;
	}

