/*Scrolable menu*/
ul.topnav li {
    float: left;
    margin: 0px 30px 0 0;
    padding: 0;
    position: relative;
    height: 35px;
    /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a {
    padding-top: 5px;
    color: #000;
    display: block;
    text-decoration: none;
    float: left;
    height: 21px;
    width: 95px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    text-align: right;
    background:  url("../images/nav_bg.jpg") repeat-x bottom;
}

/*
ul.topnav li a:hover {
    background: url(topnav_hover.gif) no-repeat center top;
}
*/

.slidemaximage { display:none;}	
.loader        { position:absolute;z-index:9999;width:39px;height:39px;top:49%;left:49% }

.subnavContainer{
   width: 100%;
   /*position: absolute;   
   z-index: 100;
   top: 70px;*/
   padding: 10px 0 0 0;
   display: none;
   background: #333;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#050505'); /* for IE */
   background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#050505)); /* for webkit browsers */
   background: -moz-linear-gradient(top,  #222222,  #050505);
   
}
ul.subnav {
    list-style: none;    
    /*--Important - Keeps subnav from affecting main navigation flow--*/
    margin: 0;
    padding: 0 0 10px 12px;
    width: 940px;    
}

ul.subnav li {
    margin: 0;
    padding: 0;
    /* border-top: 1px solid #252525; --Create bevel effect--*/
    /* border-bottom: 1px solid #444; --Create bevel effect--*/
    float: left;
}

ul.subnav li a {
    /*border-right: 1px solid #797979;*/    
    margin: 5px 0;
    padding: 5px 10px;
    width: 165px;
    display: block;
    color: #808080;
}

ul.subnav li a:hover { /*--Hover effect for subnav links--*/
                       background: #222;
}

ul#siteMap{
    padding: 0 0 0 5px;
    margin: 0;
}

ul#siteMap li{
    list-style: none;    
}

ul#siteMap li a{
    color: #322F30;
}

/*  Scrolable menu  */
body {
    margin: 0px;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #322f30;
    line-height: 12pt;
    background-color: #eaeaea;
    font-size: 12px;
}

a {
    color: #fff;
    text-decoration: none;
}
h1{
    font-style: italic;
    font-family: Times, Arial, Verdana, sans-serif;
}
.headings{
    font-size: 36px;
    font-family: Times, Arial, Verdana, sans-serif;
}

h2 {
    font-family: Times, Arial, Verdana, sans-serif;
    font-size: 18px;
    margin: 5px 5px 20px 5px;
    font-style: italic;
}

#indexNav a {
    text-decoration: none;
    margin: 10px 18px 5px 0px;
    width: 60px;
    height: 60px;
    display: block;
    float: left;
}

#indexNav a.activeSlide {	
    color: #0f9cca;
    width: 60px;
    height: 65px;    
    padding: 0px 0 0 0px;
    border-bottom: 1px solid #000;
}

#indexNav a:focus {
    outline: none;
}

#infoNav a {
    width: 10px;
    height: 10px;
    color: #3f3f3f;
    background-color: #3f3f3f;
    text-decoration: none;
    margin: 5px 20px 5px 0px;
    padding: 4px 4px;
    display: block;
    font-size: 2px;
}

#infoNav a.activeSlide {
    background: #0f9cca;
    color: #0f9cca;
}

#infoNav a:focus {
    outline: none;
}

.infoSlideShowContainer {
    position: relative;
    z-index: 0;
    left: -40px;
    margin-bottom: 25px;
}

.infoslideshow img {
    display: none;
    width: 914px;
    height: 224px;
}

.infoslideshow img.first {
    display: block;
    width: 914px;
    height: 224px;
}

.portfslideshow img {
    display: none;
    width: 450px;
    height: 450px;
}

.portfslideshow img.first {
    display: block;
    width: 450px;
    height: 450px;
}

.portfolioMenu {
    /*color: #0f9cca;*/
    color: #fff;
    width: 132px;
    line-height: 25px;
    margin-bottom: 15px;
    padding-left: 8px;
    background-image: url('../images/port_menu_open.png');
    background-color: #767676;
    cursor: pointer;    
}

.portfolioSubMenu {
    height: 290px;
    display: none;
    padding-left: 3px;
    width: 146px;
}

.portfolioSubMenu .listportfolio a {
    color: #0f9cca;
    text-decoration: none;
}

.textbox_rq {
    width: 180px;
    height: 20px;
    border: 0;
    margin: 0 0 10px 5px;
}

.footer {	
    font-size: 11px;
    line-height: 12px;
    color: #000;
    background-color: #fff;
}

.displyInline {
    float: left;
}

.displyInline a {
    font-size: 10px;
    padding: 10px 3px 10px 3px;
    color: #000;
    text-decoration: none;
    display: block;
}

.listportfolio a {
    color: #fff;
    text-decoration: none;
}

#pageElement {
    width: 970px;
    background-color: #cbcbcb;
    position: relative;
    z-index: 0;
    /*margin-bottom: 50px;*/
}

#scroolContainer {
    margin-right: 15px;
}

#scrollCatHeader {
    padding: 15px 0 15px 15px;
    font-size: 12px;
    color: #262626;
    border-bottom: 2px solid #262626;
    clear: both;
    font-family: Times, Arial, Verdana, sans-serif;
    font-style: italic;
}

#scroolItemsContainerLeft {
    height: 160px;
    width: 73px;
    background-color: #cbcbcb;
}

#scroolItemsContainer {
    background-color: #fff;
    height: 160px;
}

.slideshow img {
    display: none;
    width: 940px;
}

.slideshow img.first {
    display: block;
    width: 940px;
}

.slideshowfestival img {
    display: none;
    width: 138px;
    height: 40px
}

.slideshowfestival img.first {
    display: block;
}
