* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-size: 10pt;
	font-family: 'DINRegular', Arial, Verdana, sans-serif;
	color:#FFF;
}

@font-face {
	font-family: 'DINRegular';
	src: url('font/din-regular-webfont.eot');
	src: local('☺'), url('font/din-regular-webfont.woff') format('woff'), url('font/din-regular-webfont.ttf') format('truetype'), url('font/din-regular-webfont.svgz#webfontYSDCSIKg') format('svg'), url('font/din-regular-webfont.svg#webfontYSDCSIKg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:visited {
	color: #A6E3CD;
	text-decoration: none;
}

img.alignright2 {
	float: right;
	margin: 0 160px 0 15px;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: -48px 160px 0 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

a:hover {
	color: #008c9f;
	text-decoration:line-through;
}

a img { border: none; }

#menu {
	background-color:#FFFFFF;
    width: 112px;
    overflow: auto;
    top: 30px;
	left: 30px;
    position: fixed;
	padding: 10px 10px 10px 10px;
	z-index:10000;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
}

#menu ul li.section-title {
	background-image:url('imgs/dot.gif');
	background-position:left bottom;
	background-repeat: no-repeat;
	color:#49354a;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-style:italic;
	margin-bottom: 5px;
	border-bottom:dotted #e4e3d2 1px;
}

#menu li {
	padding-left: 10px;
	background-image:url('imgs/dot2.gif');
	background-position:left center;
	background-repeat: no-repeat;
}

.active {
	font-style:italic;
	font-weight:bold;
}

#menu a {
	color: #008c9f;
}

#menu a:hover {
	color: #A6E3CD;
}

#content {
    height: 100%;
	width: 800px;
	margin-top: 19px;
	margin-left: 230px;
}

.container {
    padding: 0;
}

#content p { margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 {
	font-size: 19px;
	color:#49354a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

h3 { font-size: 15px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ margin: 0; padding: 10px 10px 10px 10px;}

#once { clear: left; }

#intro_img {
	width: 50%;
	position:absolute;
	left:25%;
	top:10px;
}

#bottom {
	position: fixed;
	width:100%;
	color: #49354a;
	background-color:#FFFFFF;
	left: 0px;
	bottom: 0px;
	height: 13px;
	padding: 2px 2px 5px 2px;
	background-image: url('http://www.theeggs.biz/ndxz-studio/site/theeggs4/imgs/eggs.gif');
	background-position: right;
	background-repeat: no-repeat;
	visibility:visible;
	z-index:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-style:italic;	
}

#social {
	position:fixed;
	text-align:right;
	width:99%;
	float:right;
	bottom: 0px;
	height: 18px;
	z-index:100;
}

#framed{
	width: 700px;
	height: 600px;

}

#background{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-100;
}


span.titolo {
	text-transform:uppercase;
}

#info {
	display:block;
	position:fixed;
	padding-bottom:20px;
}

.pics img {
	margin-left:10px;
	
}

hr {
  border: dotted 1px;
  width: 80%;
  color: #49354a;
  height: 1px;
}

#cg {
	position:fixed;
	left:25px;
	bottom:30px;
}

img {
	cursor: crosshair !important;
}


/**********IPHONE-IPOD**********/

@media only screen and (max-device-width: 480px) {

#bottom {
	visibility: hidden;
	}

#menu {
	font-size:140%;
}


}