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

@import url("reset.css");
@import url("grid.css");
@import url("text.css");
@import url("galleria.css");
@import url("fader.css");

body {
	font-family: "Times New Roman", TimesNewRoman, Times, serif;
	padding-top: 35px;
	background-color: #fff;
}

.container_16 {
	margin-left: 70px;
}

.grid_16 {
	margin-bottom: 28px;
}

img.signature {
	display: block;
	overflow: visible;
	margin-left: -45px;
	z-index: -1;
}

h1 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: -50px;
	letter-spacing: 4px;
	margin-bottom: 0px;
	word-spacing: 1px;
	font-size: 1.3em;
}

h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}

h1 a:active {
	color: #4d007f;
	border-color: #4d007f;
}

h2 {
	margin-bottom: 18px;
	font-weight: normal;
	font-size: 1.9em;
	line-height: 1.5;
	margin-top: 60px;
	color: #310050;
}

h2.first {
	margin-top: 0;
}

h3 {
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	margin-top: 30px;
	color: #3d0067;
}

a:link, a:visited {
	color: #5b0097;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #3d0067;
}

a:active {
	color: #f00;
	border-bottom-color: #f00;
}

img {
	margin: 0 10px 5px 0;
}

#menu {
	float: left;
	width: 179px;
	margin-right: 0;
	margin-top: 12px;
}

#menu ul {
	margin-bottom: 48px;
}

#menu li {
	line-height: 1em;
	margin-bottom: 14px;
	font-weight: normal;
	font-size: 1.4em;
	list-style-type: none;
	margin-left: 0;
}

.section-title {
	display: none;
}

#menu-foot {
	margin-top: 84px;
}

#menu p {
	line-height: 2;
	font-size: 1em;
}

#content {
	float: right;
	bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 75px;
}

#content p {
	width: 470px;
	line-height: 1.8;
	font-size: 1.2em;
	margin-bottom: 12px;
}

.section-1 #content {
	padding-right: 0;
	margin-right: 0;
}

.section-1 .nothumb {
	margin-right: 20px !important;
}

.galleria {
	margin: 12px 0 0 5px;
	padding: 0;
	margin-bottom: 75px;
	width: 230px;
}

.galleria li {
	padding: 0;
	margin: 0 12px 12px 0;
	border: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter:alpha(opacity=35);
	Ğmoz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
}

.galleria li:hover, .galleria li:active, .galleria li.active {
	border: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	Ğmoz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.galleria_wrapper img {
	max-width: 440px;
	float: right;
}

* html .galleria_wrapper img { 
   width: expression( document.body.clientWidth > 439 ? "440px" : "auto" ); /* sets max-width for IE */
}

.nav {
	display: none !important;
}