/* Layout */

body{
	margin:5px 0 0 0;
}

#main_center {
	margin:0 auto;
	width:749px;
}

#top {
	background: url(images/nw_top_border.png) no-repeat bottom left;
	height:12px;
	font-size:.1em;
}

#main_position {
	width:749px;
	background: url(images/nw_page_side.jpg) repeat-y;
	position:relative;
	margin:0;
	padding:0 0 10px 0;
}

#bottom {
	width:749px;
	background: url(images/nw_bottom_border.png) no-repeat;
	height:12px;
	margin:0 0 20px 0;
	font-size:.1em;
}

#text {
	width:510px;
	padding:0 150px 0px 0;
	margin:0 0 0 35px;
	position:relative;
	z-index:20;
}

.nogallery {
	z-index:30 !important;
	position:relative;
}

#pillar {
	position:absolute;
	left:246px;
	top:0;
	width:500px;
	height:420px;
	z-index:13;
	background:url(images/nw_pillar_new.png) no-repeat;	
}

#pillar-text {
	position:absolute;
	left:246px;
	top:0;
	width:500px;
	height:420px;
	z-index:13;
	background:url(images/nw_pillar_text.jpg) no-repeat;	
}


/* Navigation menu */

#menu {
	width:749px;
	height:25px;
	padding-top: 7px;
}

div#menu ul {
	list-style-type:none;
	margin:0 0 0 20px;
}

div#menu ul li {
	display:inline;
	margin-right:15px;
}

div#menu ul li a {
	text-decoration:none;
	color:#9d968e;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}

div#menu ul li a:hover {
	color:#4d4031;
}

/* Headers */

#text_title {
	padding:37px 0 0 30px;
	height:56px;
	margin-bottom:25px;
}

.text_title_home {
	padding-top:0 !important;
	margin-bottom:29px !important;
}

#main_position > .text_title_home {
	margin-bottom:62px !important;
}


/* Thumbnails and main image */

#thumbnails {
	margin:0 0 30px 30px;
	overflow:hidden;
	width:220px;
}

.thumbnail {
	float:left;
	width:70px;
	height:70px;
	z-index:17;
	background-image: url(images/th_bkg.gif);
	padding: 15px;
	margin-right:4px;
}

#main_position > #img_layer {
	top: 136px;
}

#img_layer {
	position:absolute;
	width:385px;
	height:254px;
	z-index:11;
	left:280px;
	top: 142px;
}

#img_title {
	height:253px;
	left:281px;
	position:absolute;
	top:137px;
	width:355px;
	z-index:15;
}



/* Texts and other elements*/

h1 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:5px;
	color:#aeab8f;
	margin:10px 0 0 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #76674b;
}

a img {
	border:none;
}

img.right {
	float:right;
	margin:0 0 0 10px;
	border:solid 1px #4d4031;
	padding:2px;
}

img.left {
	float:left;
	margin:0 10px 0 0;
	border:solid 1px #4d4031;
	padding:2px;
}

#text .style1 {
	margin-bottom:10px;
	overflow:hidden;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #76674b;
}

.external-links a {
	font-size:11px;
	line-height:165%;
}

/* Form */

label {
	margin: 0.3em 0 0 0;
	padding:0.2em;
	text-align:right;
	width:70px;
	float:left;
	text-transform:uppercase;
	font-size:10px
 }

fieldset {
  background-color:#fff;
  border:solid 0 #ffffff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:300px;
  font-family:Arial,Helvetica,sans-serif;
}

fieldset div {
	margin-bottom:10px;
}

.br {display:none;}  
  
.textfield {
	font:10px  Verdana, Arial, Helvetica, sans-serif ;
	color:#333 ;
	margin:3px;
	border:solid 1px #9d968e;
	padding: 5px;
	background: transparent;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

textarea {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#333 ;
	margin:3px;
	height:165px;
	border:solid 1px #9d968e;
	padding: 5px;
	background: transparent;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

.submit {
	font:10px  Verdana, Arial, Helvetica, sans-serif ;
	color:#333;
	border:solid 1px #9d968e;
	padding:2px 5px;
	background-color:#fff;
	float:right;
	text-transform:uppercase;
	margin-right:11px;
 }
 
#textform {
	position:relative;
	background-color:#009966;
}
 #textform_bkg {
	position:relative;
	width:200px;
	background-color:#ff9966;
}