

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

body {
	font-size: 12px;
	font-family: georgia; color: #666;
	background: #fff url('http://www.maxboschini.com/site/ndxz-studio/site/img/background.jpg'); background-position:bottom left;background-attachment:fixed;background-repeat:no-repeat;
}

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

a:link { text-decoration: none; color: #e7447d; }
a:active { color: #e7447d; text-decoration: none; }
a:visited { text-decoration: none; color: #e7447d; }
a:hover { color: #000; text-decoration: underline; }

a img { border: none; }


/** FONTS ############################################################*/

h1 { padding-top: 15px; margin-top: 15px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; padding-bottom: 0px; margin-bottom: 5px; color: #3f3f3f; font-size: 14px; line-height: normal;	border-bottom-color: #bfbfbf;
	border-bottom-style: dotted;
	border-bottom-width: 1px;}
	
	h2 { font-family: "Lucida Grande", Verdana, Arial, sans-serif; padding-bottom: 5px; margin-bottom: 5px; text-transform: capitalize; color: #3f3f3f; font-size: 14px; line-height: normal;}

/** TOP NAV LOGOs ############################################################*/


#logo {
	margin-top: 20px;
	background-image: url(http://www.maxboschini.com/site/ndxz-studio/site/img/pino.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	border: none;
	width: 173px;
	height:35px;
	/**other logo 145*145px */
}





/** MENU NAVIGATION AND STUFF ############################################################*/

#menu {
	left: 20px;
	bottom: 0;
	top: 0px;
    width: 180px;
    overflow: auto;
    position: fixed;
    height: 100%;
}

#menu ul {
	color: black;
	list-style: none;
	margin: 10px 0 10px 0;
	}

#menu ul li.section-title {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-color: #bfbfbf;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #3f3f3f;
 }

#menu ul a {
	color: #3f3f3f;
	width: 100%;
	line-height: 1em;
	height:1.2em;
	margin: 0px;
	text-decoration: none;
}

#menu ul a:visited {
display: block;
	color: #3f3f3f;
	width: 90%;
	}
	
	
#menu ul a:hover {
	color: #ff0047;
	width: 90%;
	}


/** CONTENT ############################################################*/
#content {

    height: 100%;
    width:550px;
    /**TOP BOTTOM RIGHT LEFT*/
    margin: 71px 0 0 240px;
    
}

.container {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}



/** exhibition width */
#content p { width: 85%; margin-bottom: 10px; }

p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0;
	margin-bottom: 9px;
	margin-right: 0;
	margin-top: 0px;
}


#img-container	{ 

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

	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0; }

#once { clear: left; }