/* @override http://www.milanoincontralagrecia.com/it/ndxz-studio/site/sample/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(/it/im/milg_bckgrnd.jpg) no-repeat fixed;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center center;
}

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

a:link { 
	text-decoration: none;
	color: #f6a483;
}
a:active {
	color: #000;
}
a:visited { 
	text-decoration: none; 
	color: #ffcabb; 
}
a:hover { 
	color: #c2ffee;
	text-decoration: ;
}

a img { 
	border: none;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 40px;
}

#menu {
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 6;
}

#menu ul {
	list-style: none;
	padding-left: 80px;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 3px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu ul li.section-title {
	
	color: #c2ffee;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 200px;
	font-weight: bold;
	text-transform: uppercase;
}

#content {
	margin-left: 300px;
	margin-top: 125px;
	padding-top: 35px;
	padding-left: 25px;
	margin-bottom: 125px;

}

.container {
    padding: 0;
}

#content p { 
	
	width: 600px; 
	margin-bottom: 0;
	color: #c2ffee;
	font-size: 13px;
	margin-top: 0;
	padding: 46px 0px 0px 0px;
	text-align: left;
    line-height: 18px
}

p {
    margin: 0px ;
	color: #fff;
	font-size: 12px;
}


h1 { 
	font-size: 32px; 
}
h2 { 
	font-size: 15px; 
	color: #c2ffee;
	font-weight: bold;
	text-transform: uppercase;
}
h3 { 
	font-size: 15px; 
	color: #c2ffee;
	font-weight: normal;
	text-transform: uppercase;
}

h3 { 
	font-size: 15px; 
	color: #c2ffee;
	font-weight: normal;
	text-transform: uppercase;
}
h4 { 
	font-size: 12px; 
	color: #c2ffee;
	font-weight: bold;
}

#img-container	{ 
	margin: 0; 
	padding: 0; 
}
#img-container p	{ 
	width: 500px; 
	margin: 30px 0px; 
	padding: 0px;
}

#once { 
	clear: left; 
}
