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

body {
	font-size: 11px;
	line-height:110%;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	background: transparent url("/1/images/bg.gif") repeat-y;
	padding:0;
	margin:0;
}

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

a {color: #4F6B52;}
a:link { text-decoration: underline; }
a:active { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: underline; color:#000000; }

a img { border: none; }

#menu {
    width: 217px;
    font-size:12px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    padding-top:89px;
    height: 100%;
	background: #4f6b52 url("/1/ndxz-studio/asset/img/globe_bg.jpg") top left    	no-repeat;   
	color: #FFF8AF;
}

#menu a {
color:#FFFFFF;
text-decoration:none;
}

#menu a:hover {
}

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

#menu ul li.section-title { font-weight: bold;}

#menu ul li a {
display:block;
padding:4px 0px;
border-bottom:1px dotted #232F25;
}

#menu ul li a:hover {
display:block;
background: #232F25;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    padding: 109px 5px 25px 10px; 
}

.container {
    padding: 5px 5px 25px 5px;
}

#content .copy { width: 250px; margin-bottom: 9px; float:left; padding-right:20px; margin-top:0px; line-height:130%; min-height:700px; _height:700px; } /* EDIT new float, width was 400, added copy class */
	
/* EDIT removed #content p */


em {
	color:#666666;
	}

#content p {
    margin:0px 0px 20px 0px;
} 

h1, h2 {font-weight: bold; padding:0px; margin: 20px 0px 5px 0px; line-height:120%; } /* added */

h3 { margin-top:0px; font-weight:normal; line-height:120%; color:#666666; margin-bottom:5px; }

h2 strong { color: #232F26; }

h2.home { font-weight:normal; }

h1 { font-size: 18px; } /* EDIT h's used to be 32, 24, 16, 12 */
h2 { font-size: 14px; color:#666666; }
h3 { font-size: 13px; }
h4 { font-size: 13px; }

#img-container	{ margin: 0 0 0 20px; padding: 0 0 0 270px;  } /* EDIT new float, used to be 0 padding 0 margin */
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.menuFooter {
text-align:center;
color:#232F25;
padding:0;
margin-top:40px;
font-size:11px;
line-height:150%;
}

#pina_bar {
width:100%; height: 89px; background: url(/1/images/bar.jpg) repeat-x; padding:0; margin:0;
z-index:100;
position:absolute;
top:0;
left:0;
}


