/**
* CSS
*
* @version 1.0
* @author Derek Kinsman // Unttld
* @author modified by Andy Fisher
*/
* {
	margin: 0;
	padding: 0;
}

/* Set 1em to 10px */
body {
    font-size: 62.5%;
    background: url(/ndxz-studio/site/horizontal_v1/_img/fondpointter.png) repeat scroll 0 0;
}
html>body {font-size: 10px;}


/* Base font size */
#menu, #content {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 1em;
	
}

#menu, #content * {
	
	
}

#menu ul li.section-title { 
	color:#23282a;
	font-size: 13px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-weight: none;
	text-decoration: none;
	border-bottom: 0.5pt dotted;
	margin: 0 0 4px;

	}

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

a { font-style: normal !important; outline: none; }
a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #000; background: #ff0; }


a img { border: none; }

p, ul {
    font-size: 1em;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
}

#menu {
    width: 170px;
    overflow: auto;
    text-align: right;
    top: 50px;
    bottom: 0;
    left: 25px;
    position: fixed;
    height: 478px;
    background-color: #ffffff;
    background-image: none;
    opacity: 0.82;
    z-index: 9999;
    
}

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


#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    z-index: 1;
}

.container {
    padding: 15px 15px 15px 15px;}

#content img {
    cursor: move;
    padding-top: 35px;
}

#content p {
    cursor: pointer;
    margin-bottom: 10px;
    width: 250px;
    padding-top: 35px;
}

#text {
	padding: 0px 0px 0px 0px;
}

p {
    margin: 0 0 9px 0;
}

#img-container { margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

/* #long-sandy-beach .one-box p { width: 300px; } */

#once { clear: left; }
