body, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
    font-weight: 400;
	color: #333333;
	background-color: #6b9680;
    letter-spacing: 0.25px;
    min-width: 920px;
}
iframe {
	background: transparent none;
}
img { 
	border: 0 none;
}
table, tbody, thead, tfoot, tr, td, th, 
form, input, select, a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	color: inherit;
	background-color: inherit;
}
form {
	padding: 0;
	margin: 0;
}
a, a:link, a:visited, a:hover, a:active {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	color: #FFF8DC;
}
a:visited {
    color: #454545;
}
a:hover {
    color: #000000;
}
a:active {
    color: #FFA500;
}
#title {
    height: 36px;
    width: 270px;
    background: transparent url(../images/index_A3_11.gif) no-repeat;
}
.titleText {
    padding: 18px 0px 0px 20px;
    font-size: 14px;
	font-weight: bold;
	color: #616161;
}
#contactSuccess {
	display: none;
}
/* ==== MENU ==== */
#menu {
	padding: 0;
	margin: 16px 4px 0 18px;
	text-align: left;
}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li {
	display:block;
	margin:0;
	padding:0;
}
#menu li a span {
	padding-left: 18px;
}
#menu li li a span {
	padding-left: 28px;
}
#menu li li li a span {
	padding-left: 35px;
}
#menu a,
#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
	display:block;
	color:#fff8dc;
	background-color:transparent;
	line-height: 1.8em;
}
#menu a.current,
#menu a:hover {
	color:#DDE27F;
	background-color:#577866;
}
#menu a img {
	float: right;
	visibility: hidden;
	border: 0 none;
	margin-top: 6px;
	margin-right: 2px;
}
#menu a:hover img {
	visibility: visible;
}
#menu ul ul {
	display:none;
}
#menu ul ul.active {
	display:block;
}

/* ==== IMAGE ROLLOVERS ==== */

#features {
   text-align: right;
   margin-right: -20px;
   margin-top: 20px;
   margin-bottom: 30px;

}
.features {
   padding-right: 8px;
   display: inline;
}
.features img {
   border:1px solid black;
}
#random {
  padding-left: 20px;
  padding-bottom: 20px;
}

a.imageroll { display:block; height:90px; width:140px; overflow:hidden; }

a.imageroll:hover { display:block; text-indent:-140px; }

/* ==== GALLERY ==== */
ul.galleryThumbnails {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.galleryThumbnails li {
	float: left;
	padding: 20px 12px;
	display: block;
	height: 140px;
}
.galleryThumbImage {
	display: block;
	/*border: 1px solid #999999;*/
}
.galleryThumbTitle {
	display: block;
	text-align: center;
	font-weight: normal;
}
#sb-title-inner a {
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;
}
#sb-title-inner a:hover {
	text-decoration: none;
}
