/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	line-height: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans serif;
	background: #ececec url(http://www.lorihoffman.net/ndxz-studio/site/img/bg_pat.gif) top left repeat;
}

a img { 
	border: none; 
}

a:active, a:focus {
      outline: 0;
}

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: url(http://www.lorihoffman.net/ndxz-studio/site/img/menu_bg.gif) top left repeat-y;
}

#menu .container {
    padding: 0;
}

#menu ul li.section-title { 
	height: 28px;
}

#menu h2 {
	display: none;
	}

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

#menu ul li a {
	color: #fff;
	margin: 0 0 0 25px;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
}

#menu ul li a:visited { 
color:#fff;
}

#menu ul li a:hover {
background: #000; 
color:#ccc;
}

#menu ul li.active a {
color:#ccc; 
background:#000;
}

div.bloc {
display:block;
margin: 0 0 15px 0;
overflow: hidden;
padding: 0;
position: relative;
width: 750px;
border: #c2c2c2 1px solid;
}

div.bloc a {
display: block;
margin: 0;
padding: 0;
text-decoration: none;
}

div.first {
margin-top: 18px;
}

div.bloc a span.desc {
background-color: #000;
color: #fff;
display: block;
font-size: 11px;
height: 274px;
left: 0;
margin: 3px 0 3px 3px;
opacity: 0.8;
padding: 10px;
position: absolute;
top: 0;
visibility: hidden;
width: 195px;
}

div.bloc a:hover {
cursor:pointer;
}

div.bloc a:hover .desc {
visibility:visible;
}

.t { 
	color: #33ccff;
}

.c { 
	color: #fff;
}

#footer {
	margin: 25px 0 0 -30px;
	color: #666;
	text-align: center;
}


#content {
    height: 100%;
    margin: 0 0 0 230px;
    top: 0;
}

#content .container {
	padding: 28px 0 0 0;
}

body.section-2 #content img {
	padding: 1px;
	background: #c2c2c2;
	}
	
body.section-2 #content a img {
	padding: 0 0 0 2px;
	background: none;
	}

#content .container a.strip {
background-color:none !important;
}

#content .container a {
	font-size: 12px;
	color: #c3050c;
	text-decoration: none;
}

#content .container a:visited { 
	color: #c3050c;
	text-decoration: none;
}

#content .container a:hover {
	color: #c3050c;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#content .container a:active {
	color: #c3050c;
	border-bottom: 1px dotted;
	text-decoration: none;
}

p {
    margin: 0;
}

.video {
	border: 1px solid #c2c2c2;
}

#content .container p {  
	margin: 5px 0 10px 0;
	font-size:12px;
	line-height:16px;
}

.section-1 #content .container {
	width: 482px;
 }

.section-2 #content .container {
	width: 752px;
 }

.section-3 #content .container {
	width: 404px;
	padding: 28px 0 0 0;
 }

.section-4 #content .container {
	width: 404px;
 }
 
.section-5 #content .container {
	width: 404px;
 }
 
 .section-6 #content .container {
	width: 752px;
 }
 
 .section-6 #content .container a:hover {
	border-bottom: none;
	text-decoration: none;
}
 
.news img {
	margin-bottom: 10px;
	border: 1px solid #c2c2c2;
 }
 
.section-3 h3 {
	margin: 10px 0 5px 0;
	padding: 3px 0 3px 0;
	color: #0d95c3;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
 }

h1 {
	margin-bottom: 2px;
	padding: 10px 0 0 0;
	font-size: 18px; 
	font-weight: bold;
	line-height: 20px;
}

h2 {
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
 }


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

#once { clear: left; }

/* CONTACT FORM */

#contact_form {
	margin-top: 8px;
	width: 404px;
}
	
form.contact fieldset {
	border: none;
}

.input {     
	border: 1px solid #c2c2c2;
	background: #ececec;
	margin-bottom: 6px;
	padding: 1px;
	width: 333px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans serif;
	font-size: 12px;
	} 

	
form.contact label {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}

form.contact label.fixedwidth {
	display: block;
	margin-right: 5px;
	width: 60px;
	float: left;
}

form.contact .buttonarea input {
	text-align: right;
	margin-left: 342px;
}