/* undohtml.css */
:link,:visited { text-decoration:none }
h1,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,li,ol{list-style: none;}
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,tr,td
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
html {overflow-y: scroll;}
a:active{outline: none;}
a:focus{-moz-outline-style: none;}

/* text -----------------------------------------------------------------------*/

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70.01%;
	color: #343232;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 8px;
  color: #dee16b;
}

h2{
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 8px;
  color: #dee16b;
}

h3{
   font-size: 1.1em;
   font-weight: bold;
   margin-bottom: 4px;
   color: #dee16b;
   display: inline;
}

h4{
   font-size: 1.0em;
   font-weight: bold;
   margin-bottom: 4px;
   color: #b9b4ac;
}

p{
	margin-bottom: 15px;
	font-size: 1.1em;
}

a:link {color: #ffffff; text-decoration: none; font-weight: normal;}
a:visited {color: #ffffff;	text-decoration: none; font-weight: normal;}
a:hover {color: #dfe376;text-decoration: none; font-weight: normal;}
a:active {color: #ffffff; text-decoration: none; font-weight: normal;}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

#print-head{
	float: left;
}

body{
	background-color: #c9c5bf;
	color: #ffffff;
   text-align: center;
}

#container{
	margin: 0 auto;
	margin-top: 50px;
	width: 950px;
	height: 691px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}

#container-other{
	margin: 0 auto;
	margin-top: 50px;
	width: 950px;
	background-color: #ffffff;
	background-image: url(images/background-other.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#header{
	display: none;
}

#content-left{
	display: none;
}

#content-news{
	color: #000000;
	text-align: left;
	font-size: 1.2em;
	float: left;
	width: 783px;
	min-height: 600px;
	background-color: #ffffff;
}

#content-mid{
	float: left;
	width: 430px;
	text-align: left;
	color: #000000;
	padding-bottom: 15px;
}

#content-right{
	color: #ffffff;
	text-align: left;
	font-size: 1.0em;
	float: left;
	width: 353px;
	height: 252px;
	background-color: #b9b4ac;
}

#top-nav{
	display: none;
}

#top-nav2{
	display: none;
}

#top-nav  a{
	display: none;
}

#top-nav2  a{
	display: none;
}

#left-nav{
	display: none;
}

#left-nav a{
	display: none;
}

.left-nav-root{
	display: none;
}

.left-nav-sub{
	display: none;
}

#btnUp{
	display: none;
}

#btnDown{
	display: none;
}

#arrow-left{
	display: none;
}

#arrow-right{
	display: none;
}

#btnReset{
	display: none;
}

#easyscroll{

}

#active{
	display: none;
}

#copy-below-image{
	display: none;
}

/* thumbs ---------------------------------------------------------------------*/

#thumbs{
	position: relative;
	left: 43px;
	top: 20px;
}

.thumbNormal {
	border:3px solid #ffffff;
}
.thumbSelected {
	border:3px solid #dfe376;
}

/*  ---------------------------------------------------------------------*/

/* slider ---------------------------------------------------------------------*/

.pics {  
    height:  430px;  
    width:   536px;  
    padding: 0;  
    margin:  0;  
	 z-index: 10;
} 
 
.pics img {  
    width:  430px; 
    height: 536px; 
    top:  0; 
    left: 0 
} 

/*  ---------------------------------------------------------------------*/

/* tabs ---------------------------------------------------------------------*/

.tabs{
	margin: 15px;
}

.tab-container{
	width: 720px;
	padding: 15px;
	border-left: solid 1px #bcc6cf;
	border-bottom: solid 1px #bcc6cf;
	border-right: solid 1px #bcc6cf;
	z-index: 10;
}

.tab-navigation{
	height: 23px;
	width: 752px;
	border-bottom: solid 1px #bcc6cf;
}

.tab-navigation li{
	float: left;
	height: 23px;
	z-index: 100;
}

.tab-navigation a{
	color: #000000;
	font-size: 1.1em;
	line-height: 31px;
	height: 23px;
	margin-right: 5px;
	border-left: solid 1px #bcc6cf;
	border-top: solid 1px #bcc6cf;
	border-right: solid 1px #bcc6cf;
	padding: 0px 10px 0px 10px;
}

.tab-container hr{
	height: 1px;
	margin: 0px 15px 15px 15px;
	background-color: #cccccc;
	border: 0px;
}

#form-div{
	position: relative;
	left: 440px;
	top: -300px;
}

