@CHARSET "ISO-8859-1";

body {
    /*background-color: #ffffff;  */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    /*font-weight: bold;*/
    font-style: normal;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    /*overflow: hidden;*/
}

#bg {
     position:fixed;
     z-index:3;
     overflow:hidden;
}

#bgimg {
    height: 900px;
    width: 1200px;
    display:none;
}

#preloader {
    position:relative;
    z-index:2;
    height: 32px;
    width:32px;
    top:50%;
    margin:-32px auto;
}

span#name {
     font-weight:bold;
}

a {
    text-decoration: none;
    font-size: 11px;
}

a.menu_item {
    display: inline-block;
    padding: 0px 5px 0px 5px;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #FF3300;
}

a:active {
    color: #CCCCCC;
}

a:active, a:focus {
    outline: none;
}

a.submenu_select {
    color: #FF3300;
}

div#menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: 28px;
    background: none repeat scroll 0 0 #FFFFFF;
    /*background-color: #FFFFFF;  */
    margin-left: 20px;
    text-indent: 0px;
    padding_left: 20px;
    letter-spacing: 1px;
    height: 120px;
	width: 270px;
    opacity:1.0;
}

div#menu_top {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    background: none repeat scroll 0 0 #FFFFFF;
    background-color: #FFFFFF;
	position: fixed;
    text-indent: 0px;
    padding-left: 20px;
    letter-spacing: 1px;
	height: 900px;
	width: 250px;
    opacity:1.0;
}

li {
    list-style-type:none;
}

ul {
    padding-left:10px;
}

#img-container {
     width: 16000px;
     float: left;
     /* overflow:hidden; */
	 margin-left: 300px;
}

#img-container #text {
     float: left;
     width: 325px;
}

#img-container #text p {
     width: 250px;
}

#img-container .picture_holder {
     display:inline-block;
     float: left;
     margin-top: 55px;
}

#img-container .picture {
     /* padding-top: 10px; */
}

#img-container .captioning .title {
     margin-top: 12px;
     font-weight: bold;
}

#img-container .captioning .caption {
}