/* RESET */
html, body, div,  dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, select, textarea {
	margin: 0;
	padding: 0;
}
* {
	padding: 0px;
	margin: 0px;
	outline: none;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code,  th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* *** */

            
/* ESSENTIAL */
body {
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #333; 
	
	background: #FFF; 
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p, td {
	color: #333;
}
strong {
  font-weight: bold; 
}
/* ******* */


/* CONTENT */
.content {
  
	line-height: 17px;
	  
  
  width: 530px;
  height: 300px;
  
  max-width: 530px; 
  
  background: #FFF; 
   
}
#content_holder {
  
  position: absolute;
  top: 311px;
  left: 400px;  
 
  width: 530px;
  height: 300px;
  
  max-width: 500px; 
  
   
}
.content h1 {
   
  margin-bottom: 20px;
 
}    
.content h2 {
 
  font-size: 16px; 
  line-height: 20px;
  margin-bottom: 10px;
  
  font-weight: bold; 
 
   
}    
.content ul {
  margin-left: 20px;
}
.content li {
  list-style: square;
}


#title {

  margin-bottom: 17px;
}
/* ********* */


/* PAGINATION */
.pagination {
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	color: #CCC;
	font-size: 11px;
	clear: both;
}
.pagination div {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-right: 1px;
}
.pages {
	background: #000;
}
.pages:hover {
 
	color: #DE4B2E;
	cursor: pointer;
}
.pages_selected {
 
	font-weight: bold;
	color: #DE4B2E;
}

 
/* ******** */



#website {
	position: relative;
	
	width: 960px;
	height: 900px;
	   
	overflow: hidden; 
	
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left;
	
	margin: auto;
} 



#logo {

  position: absolute;
  top: 15px;
  right: 0px;
  
}

#menu {

  position: absolute;
  top: 111px;
  left: -120px;  
  
  min-width: 500px;  
  width: 500px;

  text-align: right;
   
}

.menu_item {
 
    position: relative;
    float: right; 
    clear: right;
     
      
  min-width: 150px;
  
  min-height: 23px;
  line-height: 23px;
  
  background: #FFF;
  
  padding-left: 10px;
  padding-right: 10px;     
  
  margin-bottom: 9px;
}
 
 
 
 
.submenu {

  position: absolute;
  top: 0px;
  left: 0px;
  
  z-index: 999;
  
  min-width: 100px;
  width: 500px;
}
 
 
.submenu div {

  float: left;
  margin-right: 12px;
  margin-bottom: 6px;
}
 
 
 
 
 
#footer {

  position: absolute;
  bottom: 10px;
  left: 0px;
  
  width: 376px;        
  text-align: center;
  
  color: #FFF;
}
/*  GALLERY */


#photos {
 
  

}

.photo {

  float: left;
  margin-right: 4px;
    
  width: 91px;
  height: 95px;  
  
  list-style: none;
}
    
    
.photo img {

  border: 1px solid #707070;
}    
    
    
    /* SCROLL */
    
    
    .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;    
}

.jScrollPaneTrack {             
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url('/img/bg_scroll.gif') repeat-y;      
}
.jScrollPaneDrag {
	position: absolute;
	background: url('/img/scroll_dragpane.gif') no-repeat;
	cursor: pointer;
	overflow: hidden;
	
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}                               