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

body {
	font-size: 10px;
	font-family: Georgia, Serif;
/*	background: #EFEEE8;*/
background: #404345;
	line-height:12px


}

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

a:link { text-decoration: none;

color:#9D2525}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none;display:block;/*margin:10px auto 20px;*/margin:-4px 0px 35px -4px;}

#menu {
    width: 185px;
    overflow: auto;
   /* top: 0;
    bottom: 0;
	left: 0;*/
    position: fixed;
  /*  height: 100%;*/
	background-color: #fff;
	/*background-image:url(http://www.meetoo.tv/ndxz-studio/site/img/background_menu.png);*/
	margin: 25px 0px 0px 40px;
	
	border-top-color:#EF5816;
	border-top-style:solid;
	/*border-bottom:1px dotted;*/
	height:700px;
	
}

#menu ul {
	list-style: none;
	margin: -1 0 38px 0;
	text-align:left;
 /*   margin-bottom:20px;*/
 /*   padding-bottom:10px;*/
/*	background-color:#000000;*/
	/*background-image:url(http://www.meetoo.tv/ndxz-studio/site/img/background_menu_UL.png);
	*/
}

#menu ul li.section-title {
border-bottom-style:solid;
border-bottom-width:1px;
border-top:1px hidden #666666;
font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
font-weight:bold;
font-size:14px;
line-height:25px;
letter-spacing:0px;
margin:8px 0;
padding-top:7px;
list-style-type:none;}

#content {
    height: 100%;
    margin: -15px 0 0 214px;    
    /*top: 0; */
}

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

}

#content p { width: 400px; }

/*p {
    margin: 0 0 15px 0;
}
*/
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
padding: 0;
/*border-bottom-style:double;
border-bottom-width:5px;*/
/*border-top-style:dotted;
border-top-width:1px;*/
border-top-style:solid;
border-top-width:3px;
border-top-color:#EF5816;
/*background-color:#FFFFFF;*/
/*background-color:#F9E2D9;*/
background-color:#000000;
height:700px;

}

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

#img-container p	{ 
margin:1;
width:400px;
}
.vimeo{
float:left;
margin-left:10px;
margin-top:7px;
background:#ffffff;
border-bottom-style:ridge;
border-bottom-width:4px;
}

.text{
border-bottom-style:solid;
border-bottom-width:4px;
background:#ffffff;
margin-left:10px;
margin-right:-10px;
padding:10px;
font-size:13px;
line-height:1.4;
}

.text_Title{
font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
font-size:22px;
font-weight:bolder;
line-height:1;
margin-bottom:10px;
padding-bottom:10px;
border-bottom:2px solid #000000;
}

.text_Menu{
border-bottom-style:solid;
border-bottom-width:3px;
border-top-style:solid;
border-top-width:3px;
list-style:none outside none;
margin-bottom:20px;
margin-left:25px;
margin-right:25px;
padding-bottom:10px;
padding-top:10px;
text-align:left;
}
.description{
margin-top: 7px; 
margin-left:7px;
margin-right:7px;
font-weight: bold;
border-top-style:solid;
border-top-width:1px;
padding-top:7px;
}


.caption{
margin-bottom: 7px;
margin-left:7px;
margin-right:7px;
border-bottom-style:solid;
border-bottom-width:1px; 
padding-bottom:7px;
}
 
 #bottom {
 margin-bottom: 50px;
}

#once { clear: left;}

