/* global */
html {
	height: 100%;
	background-image: url(../images/diverse/bg_body.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  background: inherit;
  color: #929280;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
}

h1:hover
{ text-decoration: none }

.sub
{ font-size: 55%;
  padding-left: 12px; 
  letter-spacing: .1em;
}

.suball
{ font-size: 55%;
  padding-left: 0px; 
  letter-spacing: .1em;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin: 0 0 2px 35px;
	}

.alignleft {
	float: left
	margin: 0 35px 2px 0;
	}

a{outline: none;}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
  border-color: #40403E;
  }

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#logo, #topnavi, #menu, #menu_bottom, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* logo */
#logo
{ width: 880px;
  height: 95px;
  border-top: 10px solid;
}

#logo h1
{ font-family: century gothic, sans-serif;
  font-size: 600%;
  text-transform: lowercase;
  font-weight: normal;
  padding: 0px 0px 0px 14px;
  border: 0px;
  float: left;
  letter-spacing: 0px;
}

#logo h1 a, #logo h1 a:hover
{ text-decoration: none; }

#logo, #logo h1, #logo h1 a
{ background: inherit;
  color: #40403E;
  border-color: #40403E;
}

#links
{ margin: 15px 0px 0px 0px;
  font-size: 80%;
  text-align: right;
  padding: 20px 0px 0px 0px;
  text-transform: uppercase;
}

#links a, #links a:hover
{ background: transparent;
color: #929280;
  padding: 0px 0px 2px 0px;
  text-decoration: none;
}

#links, #links a:hover, #links a.selected, #links a.selected:hover,
#content, #content a:hover, .sub, .suball
{ background: transparent;
  color: #929280;
}

/* navigation menu top & bottom */

#menu, #menu_bottom
{ height: 15px;
  width: 880px;  
  background: #40403E;
padding: 5px 0px 5px 0px;

}

#menu
{ text-align: left;
  text-indent: 10px;
  text-transform: uppercase;
border-bottom: 2px solid;
border-color: #929280; }

#menu_bottom
{ text-align: center;
font-size: 80%;
color: #1a1a16;
border-top: 2px solid;
border-color: #929280; }

#site_content, #menu, #menu_bottom
{ border-right: 1px solid;
  border-left: 1px solid;
   border-color: #40403E; }

#menu a, #menu a:hover
{ text-decoration: none; }

#menu, #menu a, #menu a:hover
{ color: #929280; }


/* main content */
#site_content
{ width: 880px;
height: 660px;
  overflow: auto;
  background: url(../images/diverse/back1.png) repeat;
 }
 
 
/* side menu */
#side_menu
{ padding: 22px 3px 10px 19px;
  float: left; 
  width: 170px;
}

#side_menu_alt
{ padding: 0px 20px 0px 0px;
  float: left; 
  width: 170px;
  height: 100%;
}

.side_menu_item
{ width: 170px; 
  padding: 6px 0px 8px 0px;
  height: 70px;
}

.side_menu_item a
{ float: left; 
  width: 146px; 
  height: 54px;
  background: #40403E;
  color: #929280;
  border-color: #2C2C2A;
}

.side_menu_item a.selected, .side_menu_item a:hover, .side_menu_item a.selected:hover
{ background: #EEE;
  color: #929280;
}

.side_menu_item img 
{ display: block; 
  margin: 2px;
}

.info
{ padding-top: 4px;
padding-bottom: 15px;
  float: left;
}

/* page content */
#content
{ text-align: left;
  width: 653px;
  float: left;
  padding: 12px 0px 18px 14px;
}


#content h1, #content h1 a
{ background: transparent;
  color: #E6E8DC;
  border-color: #40403E;
}


#content a, #content a:hover
{ background: transparent;
text-decoration: none;
}

#content a
{ color: #efc793; }

#content a:hover
{ color: #ddd; }


/* thumbnails */

.thumbs 
{ width: 650px;
margin-left: auto;
margin-right: auto; 
  float: left;
  
}

.thumbs a 
{ display: block;
  float: right; 
  margin: 0px 0px 0px 15px; 
  width: 50px; 
  height: 50px; 
  border: 2px solid #40403E;
}

.thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}

.thumbs a:hover {border-color: #ddd;}


/* form */
form
{ margin: 3px 0px 0px 0px; 
  padding: 0; 
}

form#contact{height: 220px;}

div.row1
{ width: 501px; 
  clear: both;
}

div.row1 span.formlabel 
{ float: left;
  width: 164px;
  text-align: right;
}

div.row1 span.forminput
{ float: right;
  text-align: right;
} 

#contact input, #contact textarea
{ width: 299px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  overflow: auto;
  margin: 2px;
}

#contact input.submit
{ width: 99px;
  margin: 30px 2px 0px 10px;
  height: 22px;
  cursor: pointer;
}


#contact input, #contact textarea, #contact input.submit
{ background: #2C2C2A; 
  color: #929280;
  border-color: #40403E;
}
