* {
    outline: none;
}

html {
    height: 100%;
}

body {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    font: 14px/1.1 arial, helvetica, sans-serif;
    color: #aaa;
    background: #000;
}

h1 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
}

h1.logo {
    font: 30px bank gothic, copperplate, verdana, helvetica, sans-serif;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

a {
    color: #eee;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border-style: none;
}

table {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

ul.nobullet {
    list-style-type: none;
    padding-left: 0;
}

ul.nobullet ul {
    list-style-type: disc;
}

#header, #footer {
    width: 100%;
    text-align: center;
}

#header img, #footer img {
    vertical-align: bottom;
}

#header {
    padding: 7px 0;
}

#header a:hover {
    text-decoration: none;
}

#footer {
    position: absolute;
    bottom: 0px;
    z-index: 0;
    padding: 4px 0 0 0;
    font: 13px/1.1 arial, helvetica, sans-serif;
}

#footercontent {
    margin: 0 12px 0 14px;
    padding: 2px 0;
    background: #222;
    border: solid #666;
    border-width: 1px;
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari and Chrome */
    -o-border-radius: 8px; /* Opera */
    border-radius: 8px;
}

#footer a {
    color: #aaa;
}

#footer a:hover {
    color: #eee;
    text-decoration: none;
}

#menu {
    margin: 0 14px;
}

#breadcrumbpath {
    margin: 0 0 10px 14px;
    font: 11px/1.1 arial, helvetica, sans-serif;
}

#menubar {
    font-size: 13px;
    text-shadow: 0px 0px 4px #000;
}

#menubar, #menubar ul {
    text-align: left;
    float: left;
    width: 100%;
    list-style: none;
    line-height: 1;
    background: #222;
    font-weight: bold;
    padding: 0;
    margin: 0 0 4px 0;
    border: solid #666;
    border-width: 1px;
    -moz-border-radius: 8px 8px 8px 0; /* Firefox */
    -webkit-border-radius: 8px 8px 8px 0; /* Safari and Chrome */
    -o-border-radius: 8px 8px 8px 0; /* Opera */
    border-radius: 8px 8px 8px 0;
}

#menubar a {
    display: block;
    width: 150;
    w\idth: 122; /* IE 6 ignores this */
    color: #eee;
    text-decoration: none;
    padding: 3px 14px;
}

#menubar a:hover {
    text-decoration: underline;
}

#menubar a.hassub {
    background: url(hassubarrow.gif) center right no-repeat;
}

#menubar li {
    float: left;
    padding: 0;
    width: 150;
    -moz-border-radius: 8px 8px 0 0; /* Firefox */
    -webkit-border-radius: 8px 8px 0 0; /* Safari and Chrome */
    -o-border-radius: 8px 8px 0 0; /* Opera */
    border-radius: 8px 8px 0 0;
}

#menubar li.right {
    float: right;
    text-align: center;
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari and Chrome */
    -o-border-radius: 8px; /* Opera */ 
    border-radius: 8px;
}

#menubar li ul {
    position: absolute;
    z-index: 1;
    display: none;
    height: auto;
    width: 180px;
    w\idth: 174px; /* IE 6 ignores this */
    margin: 0;
    font-weight: normal;
    border-width: 1px 2px 2px 2px;
    -moz-border-radius: 0 0 8px 8px; /* Firefox */
    -webkit-border-radius: 0 0 8px 8px; /* Safari and Chrome */
    -o-border-radius: 0 0 8px 8px; /* Opera */
    border-radius: 0 0 8px 8px;
}

#menubar li li {
    width: 162px;
    padding-right: 12px;
    -moz-border-radius: 0; /* Firefox */
    -webkit-border-radius: 0; /* Safari and Chrome */
    -o-border-radius: 0; /* Opera */
    border-radius: 0;
}

#menubar li ul a {
    width: 162px;
    w\idth: 138px; /* IE 6 ignores this */
    padding: 3px 12px;
}

#menubar li ul ul {
    margin: -22px 0 0 174px;
    padding: 0;
}

#menubar li:hover ul ul, #menubar li:hover ul ul ul, #menubar li.hover ul ul, #menubar li.hover ul ul ul {
}

#menubar li:hover ul, #menubar li li:hover ul, #menubar li li li:hover ul, #menubar li.hover ul, #menubar li li.hover ul, #menubar li li li.hover ul {
}

#menubar li:hover, #menubar li.hover {
    background: #666;
}

#title {
    clear: both;
    margin-left: 55px;
    margin-right: 55px;
    min-height: 40px; /* Setting straight height triggers an IE6 bug */
    max-height: 40px;
}

#title h2 {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}

#title h3 {
    text-align: center;
    font-weight: normal;
    font-style: italic;
    font-size: 8px;
}

#mainbody {
    overflow: hidden;
    clear: both;
    width: 100%;
    height: 75%;
}

#mainbody.services, #mainbody.about, #mainbody.contact {
    overflow: auto;
}

#home, #contact, #mainbody.images {
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: auto;
}

#contact {
    padding: 0 14px;
}

#home {
    padding: 0 10px 0 12px;
}

#mainbody.services img, #mainbody.about img, #home td, #mainbody.images td.thumb {
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari and Chrome */
    -o-border-radius: 6px; /* Opera */
    border-radius: 6px;
}

#mainbody.images img.thumb {
    opacity: 0;
    filter: alpha(opacity=0); /* IE */
}

#mainbody.images td {
    background-repeat: no-repeat;
    background-position: center;
}

#mainbody.images td img {
    vertical-align: top;
}

#mainbody.images td.thumb {
    background-color: #444;
    border: 2px solid #000;
}

#mainbody.images td.thumb:hover {
    background-color: #333;
    border: 2px solid #eee;
}


#fullimagebg {
    background-color: #000;
    display: none;
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}

#imageleft, #imageright {
    display: none;
    position: absolute;
    z-index: 4;
    top: 0px;
}

#imageleft {
    left: 0px;
    padding-left: 14px;
}

#imageright {
    right: 0px;
    padding-right: 14px;
}

#slideshow {
    display: none;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    padding: 4px 14px 29px 14px;
}

#fullimage_1, #fullimage_0, #fullimage_2 {
    text-align: center;
    display: none;
    position: absolute;
    z-index: 4;
    left: 30px;
    bottom: 30px;
    height: 80px;
    width: 80px;
    padding: 0;
    vertical-align: bottom;
}

#fullimagecaption_1, #fullimagecaption_0, #fullimagecaption_2 {
    text-align: center;
    display: none;
    position: absolute;
    z-index: 5;
    opacity: 0.7;
    filter: alpha(opacity=70); /* IE */
    left: 0px;
    top: 40px;
    width: 80px;
    background: #222;
    padding: 14px;
}

#fullimagecaption_1 h1, #fullimagecaption_0 h1, #fullimagecaption_2 h1{
    color: #fff;
    font-size: 14px;
    font-weight: bold;    
}

#fullimagecaption_1 h2, #fullimagecaption_0 h2, #fullimagecaption_2 h2 {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
}

#home table, #contact table {
    width: 100%;
    height: 100%;
}

#home table {
    padding: 0;
}

#home td {
    text-align: center;
    height: 50px;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 100%;
    font-weight: bold;
    text-shadow: 1px 1px 1px #888;
}

#home td.shown {
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}

#home td:hover {
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}

#home td.shown:hover {
    color: #000;
    text-shadow: 0px 0px 4px #fff;
}

#contact {
    font: 14px/1.1 arial, helvetica, sans-serif;
}

#contact a {
    color: #aaa;
}

#contact img {
    border-style: solid;
    border-color: #aaa;
}

#about, #services {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    color: #ddd;
    padding: 7px 0;
}

#about ul li {
    margin-top: 7px;
}

#services ul li {
    margin-top: 4px;
}

#services h1 {
    margin-bottom: 10px;
}

#services h2 {
    margin-top: 20px;
    font-size: 20px;
}

#services img {
   vertical-align: bottom;
   margin: 2px;
}

#about a, #services a, a.dotted {
    border-bottom: 1px dotted #aaa;
}

#about a:hover, #services a:hover, a.dotted:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}

#language {
    text-align: left;
    border: none;
    top: 11px;
    left: 29px;
    position: absolute;
    display: block;
}

#info {
    clear: both;
    position: relative;
}

#infoI {
    z-index: 2;
    position: absolute;
    top: 4px;
    right: 20px;
    border: none;
}

#infotxtbox {
    display: none;
    z-index: 1;
    position: absolute;
    top: 26px;
    right: 46px;
    color: #ccc;
    padding: 4px;
    background-color: #222;
    -moz-border-radius: 14px 0 14px 14px; /* Firefox */
    -webkit-border-radius: 14px 0 14px 14px; /* Safari and Chrome */
    -o-border-radius: 14px 0 14px 14px; /* Opera */
    border-radius: 14px 0 14px 14px;
}

#infotxtcontent {
    padding: 8px;
    margin: 0;
    border: solid 1px;
    -moz-border-radius: 8px 0 8px 8px; /* Firefox */
    -webkit-border-radius: 8px 0 8px 8px; /* Safari and Chrome */
    -o-border-radius: 8px 0 8px 8px; /* Opera */
    border-radius: 8px 0 8px 8px;
}

#infotxtcontent h1 {
    font-size: 110%;
    margin: 0 0 7px 0;
}

#infotxtcontent p {
    margin: 0 0 7px 0;
}

#infotxtcontent p.final {
    margin: 0;
}

#infotxtcontent p.comment {
    font-size: 80%;
    font-style: italic;
}

#infotxtcontent p.comment em {
    font-style: normal;
}

