/***********************************************/
/* HTML tag styles - Pri Lenart  */
/***********************************************/
*{
	padding:0px;
	margin:0px;	
}
body {
	text-align:left;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	/*line-height: 14px;*/
	color: #585553;
	margin-left: 17px;
	/*margin-top: 30px;*/
	margin-right: 50px;
	margin-bottom: 0px;
	background-color:#e4dfdb;
}
p{
	margin-bottom:	12px;
}

.clear {
	clear:both;
}

h1 {
	font-size: 120%;
	margin-bottom:15px;
}
h2 {
	font-size: 110%;
	margin-bottom:15px;
}
h3 {
	font-size: 10px;
	margin-bottom:15px;
}

a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #666;
	width: 350px;
	background-color: #cec5bc;
}
 legend{
 	font-weight: bold;
	color: #666;
 }
label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}
p input{
	width: 200px;
}	
input:focus, textarea:focus{
	background: #efefef;
}

.nshow{display:none;}

#wrapper {
	width: 954px;
}
#trans{
	height:15px;
	padding:5px 0px;
	text-align:right;
}

#trans a{
	text-decoration:underline;

}
#borderBottom{
	width: 954px;
	height:5px;
	background-image:url(images/border_bottom.gif);
	background-repeat:no-repeat;
}

#header {
	width:	954px;
	height:	279px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
}

#flashHolder {
	height: 279px;
	width: 701px;
	padding-left: 204px;
	
}
#content{
	padding: 30px 20px 50px 22px;
}

#wrapper #content a:link, #wrapper #content a:visited{
	border-bottom:dotted 1px #333;
}

#wrapper #content a:hover{
	color:#666;
}

/***********************************************/
/* Nav tag styles - Pri Lenart  */
/***********************************************/

#navHolder {
	width: 954px;
	height: 37px;
	margin-top: 4px;
	background-image:url(images/back_nav.gif);
	background-repeat:no-repeat;
	
}

#navContainer {
	padding: 10px 8px 0px 205px;
	width:730px;
	height: 17px;
	
}

#navtext{
	float: left;
	color:#fff;
	width:730px;
	
}

ul{ 
 list-style-type: none; 

}


#navtext ul li{
	float:left;
	padding: 1px 0px 0px 16px;
}

#navtext ul li a:link, #navtext ul li a:visited{
	color:#fff;
	text-decoration: none;

}

#wrapper #navtext  li .dwn:link, #wrapper #navtext li .dwn:visited{
	color:#b36683
}

#navtext ul li a:hover{
	color:#b36683;
	margin-bottom:0;
	border: none;
	text-decoration:none;
}

a:link, a:visited{
	color:#585553;
	text-decoration: none;

}

a:hover{
	color:#999
	text-decoration: none;	
}



/***********************************************/
/* Body tag styles - Pri Lenart  */
/***********************************************/

#mainBody {
	width:954px;
	margin-top: 4px;
	background-image: url(images/back_main.gif);
	background-repeat: repeat-y;
}

#leftSection {
	width: 200px;
	background-color:#cec5bc;
	float:left;
	padding:30px 0px 20px 0px;
}

#rightSection {
	width: 750px;
	background-color:#cec5bc;
	float: right;
	
}




#borderLeft {
	width:200px;
	height: 3px;
	background-color:#3c1d2d;
}

#borderRight {
	width:750px;
	height: 3px;
	background-color:#3c1d2d;
	float:right;
}


#footer {
	width: 930px;
	margin-top:5px;
	padding-left: 0px;

}

#subNav{
	background-color:#76505f;
	padding:7px 5px;
	height:22px;
}

#subNav li{
	float:left;
	padding:3px 10px;
}
#subNav li a:link, #subNav li a:visited{
	color:#fff;
}

#subNav li a:hover{
	color:#b36683;
}

#subNav li a.dwn{
	color:#3d1e2e;
}
/***********************************************/
/* gallery styles */
/***********************************************/



#galleryContainer {
	margin-top:40px;
	width: 680px;
}

.galleryItem{
	width:180px;
	float:left;
	margin:10px 10px;
	

}
.galleryItem img{
	border:solid 1px #666;
}

.gallLink{
	text-align:center;
}
