/* @override http://clementvalla.com/ndxz-studio/site/clementvalla/style.css */

/* @group general */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana,"Courier New",Courier,monospace;;
	background:#FFFFFF;
	line-height: 16px;
	margin: 0 0 0 15px;
}

body.section-1 {}

body.section-2 { }

body.section-3 { }

a {
	text-decoration:none;
}
a:active { 
	text-decoration:none;
}

a:visited { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: none;
}

a.thickbox:hover {
	background: transparent;
}

a img { 
border: none; 
padding: 0;
margin: 0;
}

p { margin: 0 0 0 0; }

h2 {
	font-weight:normal;
}

h3 {
	font-weight:normal;
}

h4 { font-size: 12px; }

/* @end */

/* @group menu */
#menu {
	position:absolute;
	width: 180px;
	left: 0px;
	top: 15px;
	height: 100%;
	overflow:hidden;
	padding-left: 10px;
	text-align: left;
}

#menu h1 {
}

#menu h1 a {
	/*display: block;
	letter-spacing: 2px;
	width: 170;
	padding: 20px 10px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 9px;*/
	display: block;
	margin: 5px 10px 47px;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}

#menu h2{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 9px;
	margin-left: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#menu ul {
	list-style: none;
	margin: 0px 0 10px;
	line-height: 12px;
	text-align: left;
}

#menu ul li {
}
#menu ul li a{
	padding:3px 10px 6px;
	display: block;
}

#menu ul li.section-title {
	margin: 0px 10px 6px 10px;
	padding:8px 0px 1px;
	border-bottom: 1px dotted #000;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	display: inline;
}

/* @end */

/* @group content */

#content {
	position:absolute;
	top: 20px;
	left: 230px;
}

#content table td{
	padding: 1px 8px 1px 0px;
	vertical-align: top;
}

#content p { 
clear: both;
width: 420px;
margin-bottom: 20px;
line-height: 19px;
}

#content p object{ 
margin-top: 20px;
margin-bottom: 20px;
}

#content h1 {
	margin: 0 0 px 0;
	padding: 0;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	white-space:nowrap;
}

#content h2{
	float: left;
	font-size: 9px;
}

#content h3{
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left-style: dotted;
	border-left-width: 1px;
	font-size: 9px;
	margin-bottom: 25px;
}

div#img-container {
/*	margin-left: 200px; */
	margin-top:40px;
	max-width:600px;
}

div#img-container p{
	width: 100%;
	max-width:100%;
	position:relative;
}

div#fix {
	text-align: left;
}

div#fix2 {
	text-align: center;
}

div#fix p{
	text-align: left;
}

#once { clear: left; }

#home{
	margin-top: 35px;
	height: 435px;
	overflow:hidden;
}

/* @end */

/* @group color */
a {
	color: #323232;
}
#menu h1 a {
	color: #000;
}
a:active { 
	color:#000000;
}

a:visited { 
	color: #515151; 
}
a:hover { 
	background: yellow;
	color: #000;
}

#menu h1 #sm a{
	color: #797979;
}

#menu ul {
	border-color: #daf0ff;
}


/* @end */