body, div, ul, h1, h2, p, form { margin:0; padding:0;color:#777;font-family: arial, sans-serif; }
ul {list-style-type: disc;}
ol {list-style-type: decimal;}
a {color:#d91b5c;text-decoration: none;}
a:hover {color:#777;}


/* layout intro */

body {
    min-width:1000px;
    background:#ffffff;
    font-family:arial;
    font-size:12px;
}

#container {
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23%;
    margin-left: -31%;*/
    margin: 0px auto;   
    margin-top: 131px;
    width: 800px;
    height: 581px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:2px solid #bbb;
    background: #fff;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
    padding: 0px;
}

#header_bg {
    width: 798px;
    background: #ddd;
    background: -moz-linear-gradient(top, #efefef 1%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #efefef), color-stop(100%, #ddd));
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ddd', GradientType=0);*/
    height:190px;
    border:1px solid #fff;
    border-bottom:2px solid #aaa;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-radius-topleft: 6px;
    -webkit-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-box-shadow: 1px 1px 5px #888;
    -webkit-box-shadow: 1px 1px 5px #888;
    box-shadow: 1px 1px 5px #888;
}

#header {
    background: url(images/logo_intro2.png) no-repeat;
    width:408px;
    height:170px;
    margin:10px 0px 10px 195px;
}

#header2 {
    background: url(images/logo_hdr_panoramas.png) no-repeat;
    width:480px;
    height:200px;
    margin:88px 74px 88px 74px;
}

#header3 {
    background: url(images/logo_hdr_pictures.png) no-repeat;
    width:480px;
    height:200px;
    margin:26px 74px 26px 74px;
}

#content {
    padding: 20px 30px 20px 30px;
    width:740px;
    /*height:320px;*/
    height:298px;
}

#content h2 {
    clear: both;
    font-size: 16px;
    color: #d91b5c;
    padding-top: 9px;
    padding-bottom: 7px;
}

#mnu {
    margin:105px 0px 0px 0px;
    text-align: center;
    width:740px;
}

#mnu a{
    color:#919499;
    font-size: 28px;
    text-decoration: none;
    margin:0px 9px 0px 9px;
    line-height: 60px;
}

#mnu a:hover{
    color:#d91b5c;
}

#mnu div {
    float: left;
    margin: 0px 43px 0px 43px;
}

#mnu div input[type="button"]{
    border: 1px solid #bbb;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 6px 6px 5px #888;
    -webkit-box-shadow: 6px 6px 5px #888;
    box-shadow: 6px 6px 5px #888;
    padding: 66px 0px 0px 0px;
    text-align: center;
    font-size:14px;
    color: #333;
    text-shadow: 0px 0px 0px #000;
}

.clear {
    clear: both;
}

#btn_panorama{
    background:url(images/btn_panorama.png) no-repeat 5px 5px;
    width: 150px;
    height: 95px;
}

#btn_panorama:hover{
    background:#eee url(images/btn_panorama.png) no-repeat 5px 5px;
}

#btn_hdr_panorama{
    background:url(images/btn_hdr_panorama.png) no-repeat 5px 33px;
    width: 150px;
    height: 95px;
}

#btn_hdr_panorama:hover{
    background:#eee url(images/btn_hdr_panorama.png) no-repeat 5px 33px;
}

#btn_dhr_pictures{
    background:url(images/btn_dhr_pictures.png) no-repeat 5px 14px;
    width: 150px;
    height: 95px;
}

#btn_dhr_pictures:hover{
    background:#eee url(images/btn_dhr_pictures.png) no-repeat 5px 14px;
}

.space_holder {
    clear: both;
    height: 105px;
}

#authors_holder {
    float: left;
    margin: 10px 0px 0px 0px;
}

#authors {
    width:720px;
    list-style-type: none;
}

#authors .li_auth {
    margin: 0px 10px 10px 10px;
    width: 320px;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:1px solid #bbb;
    background: #fff;
    -moz-box-shadow: 6px 6px 5px #888;
    -webkit-box-shadow: 6px 6px 5px #888;
    box-shadow: 6px 6px 5px #888;
    padding: 10px 8px 10px 8px;
}

.auth_holder {
    overflow: auto;
    height:210px;
    width: 320px;
    float: left;
}

#authors .li_auth .left {
    width: 102px;
    float: left;
    margin-right: 12px;
    margin-bottom: 3px;
}

#authors .li_auth .right {
    width: 189px;
    /*height: 170px;*/
    float: left;
    line-height: 19px;
    font-size: 12px;
    color:#777;
    /*overflow: auto;*/ 
    margin-bottom: 3px;
}

.auth_desc_holder {
    line-height: 19px;
    font-size: 12px;
    color:#777;
}

.auth_desc_holder .item {
    padding-top: 7px;
}

#authors .li_auth .right b{
    font-size: 13px;
}

#authors .li_auth .right span{
    line-height: 15px;
}

#authors .li_auth .left img {
    border: 1px solid #bbb;
    -moz-box-shadow: 3px 3px 2px #888;
    -webkit-box-shadow: 3px 3px 2px #888;
    box-shadow: 3px 3px 2px #888;
}

#authors .li_auth .left img:hover {
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

#authors .li_auth .right a {
    color:#d91b5c;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

#authors .li_auth .right a:hover {
    color:#d91b5c;
}

/* layout subpages*/

/*#wrapper {
    width: 980px;
    margin: 0px auto;
    background: url(images/content_bg.jpg) repeat-y;
}*/

/*categories*/
#categories_holder {
    float: left;
    margin: 47px 0px 0px 0px;
}

#categories {
    width:720px;
    list-style-type: none;
}

#categories li {
    margin: 10px 10px 20px 10px;
    width: 220px;
    height:160px;
    float: left;
}

#categories li input[type="button"]{
    border: 1px solid #bbb;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 6px 6px 5px #888;
    -webkit-box-shadow: 6px 6px 5px #888;
    box-shadow: 6px 6px 5px #888;
    padding: 105px 0px 0px 0px;
    text-align: center;
    font-size:14px;
    color: #333;
    text-shadow: 0px 0px 0px #000;
}
/*ends categories*/

#wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25%;
    margin-left: -31%;
    width: 800px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:2px solid #bbb;
    background: #fff;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
    padding: 0px;
}

#header_bg_sub {
    width: 798px;
    background: #ddd;
    background: -moz-linear-gradient(top, #efefef 1%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #efefef), color-stop(100%, #ddd));
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ddd', GradientType=0);*/
    height:240px;
    border:1px solid #fff;
    border-bottom:2px solid #aaa;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-radius-topleft: 6px;
    -webkit-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-box-shadow: 1px 1px 5px #888;
    -webkit-box-shadow: 1px 1px 5px #888;
    box-shadow: 1px 1px 5px #888;
}

#header_sub {
    background: url(images/logo_intro.png) no-repeat;
    width:480px;
    height:200px;
    margin:20px 0px 20px 159px;
}

/*#header_bg_sub {
    width: 798px;
    background: #ddd;
    background: -moz-linear-gradient(top, #efefef 1%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #efefef), color-stop(100%, #ddd));
    height:240px;
    border:1px solid #fff;
    border-bottom:2px solid #aaa;
    -moz-box-shadow: 1px 1px 5px #888;
    -webkit-box-shadow: 1px 1px 5px #888;
    box-shadow: 1px 1px 5px #888;
    margin:0px 10px;
}

#header_sub {
    background: url(images/logo_intro.png) no-repeat;
    width:480px;
    height:200px;
    margin:20px 0px 20px 139px;
}*/

#content_sub {
    padding: 20px 30px 20px 30px;
    width:740px;
}

#breadcrumbs {
    color: #919499;
    font-size: 14px;
    clear: both;
    font-weight: bold;
    padding-top: 5px;
}

#breadcrumbs span {
    color: #d91b5c;
}

#breadcrumbs a {
    color: #919499;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

#breadcrumbs a:hover {
    color: #d91b5c;
}

/*jCarouselLite*/
.jCarouselLite {
    float: left;
    margin-top: 10px;
}
.jCarouselLite ul {
    list-style-type: none;
    list-style-image: none;
}
.jCarouselLite li {
    float:left;
    padding:0px 12px 0px 12px;
}

.prev_button_carousel {
    float: left;
    width:22px;
    height: 28px;
    margin-top: 130px;
    margin-right:14px;
    margin-left: 0px;
    clear: both;
    
}

.next_button_carousel {
    float: left;
    width:22px;
    height: 26px;
    margin-top: 132px;
    margin-left:14px;
    
}

.prev_button_carousel_fake {
    float: left;
    width:22px;
    height: 28px;
    margin-top: 130px;
    margin-right:14px;
    margin-left: 0px;
    
}

.next_button_carousel_fake {
    float: left;
    width:22px;
    height: 26px;
    margin-top: 132px;
    margin-left:14px;
    
}

#prev_button_authors {
    float: left;
    width:22px;
    height: 28px;
    margin-top: 115px;
    margin-right:0px;
    margin-left: -10px;
    
}

#next_button_authors {
    float: left;
    width:22px;
    height: 26px;
    margin-top: 117px;
    margin-right:-20px;
    margin-left:3px;
    
}

#prev_button_authors_fake {
    float: left;
    width:22px;
    height: 28px;
    margin-top: 115px;
    margin-right:0px;
    margin-left: -10px;
    
}

#next_button_authors_fake {
    float: left;
    width:22px;
    height: 26px;
    margin-top: 117px;
    margin-right:-20px;
    margin-left:3px;
    
}
/*end jCarouselLite*/

.panorama_holder {
    width:607px;    
    /*min-height:220px;*/
    float: left;
    margin: 0px 5px 2px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:1px solid #bbb;
    background: #fff;
    -moz-box-shadow: 6px 6px 5px #888;
    -webkit-box-shadow: 6px 6px 5px #888;
    box-shadow: 6px 6px 5px #888;
    padding: 10px;
    height:212px;
}

.panorama_holder .thumb img {
    border: 1px solid #bbb;
    -moz-box-shadow: 3px 3px 2px #888;
    -webkit-box-shadow: 3px 3px 2px #888;
    box-shadow: 3px 3px 2px #888;
}

.panorama_holder .thumb img:hover {
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

.panorama_holder .title {
    color: #231f20;
    font-size: 16px;
    margin-top: 8px;
}

.panorama_holder .link {
    margin-top: 6px;
}

.panorama_holder .link a {
    color: #d91b5c;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

.panorama_holder .link a:hover {
    text-decoration: none;
}

#paginator_authors {
    padding-top: 7px;
    font-size: 16px;
    clear: both;
    width: 100%;
    text-align: center;
    color: #919499;
}

#paginator {
    padding-top: 15px;
    font-size: 16px;
    clear: both;
    width: 100%;
    text-align: center;
    color: #919499;
}

#paginator_top {
    margin-top: 0px;
    font-size: 14px;
    clear: both;
    width: 100%;
    text-align: center;
    color: #919499;
}

#paginator_links {
    margin-top: 10px;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

#paginator_links a {
    color:#919499;
}

#paginator_links a:hover {
    color:#d91b5c;
}



.pano_of_week_holder {
    width:727px;    
    /*min-height:220px;*/
    float: left;
    margin: 0px 0px 0px -5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:1px solid #bbb;
    background: #fff;
    -moz-box-shadow: 6px 6px 5px #888;
    -webkit-box-shadow: 6px 6px 5px #888;
    box-shadow: 6px 6px 5px #888;
    padding: 10px 10px 10px 10px;
    overflow: auto;
    height: 260px;
}

.pano_of_week_holder .thumb {
    float: left;
    width:352px;
    margin-right: 12px;
}

.pano_of_week_holder .thumb img {
    border: 1px solid #bbb;
    -moz-box-shadow: 3px 3px 2px #888;
    -webkit-box-shadow: 3px 3px 2px #888;
    box-shadow: 3px 3px 2px #888;
}

.pano_of_week_holder .thumb img:hover {
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

.pano_of_week_holder .title {
    color: #231f20;
    font-size: 16px;
    margin-top: 5px;
    float: left;
    width:345px;
}

.pano_of_week_holder .link {
    margin-top: 15px;
}

.pano_of_week_holder .link a {
    color: #d91b5c;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

.pano_of_week_holder .link a:hover {
    text-decoration: none;
}

.pano_of_week_holder .desc {
    color: #777;
    font-size: 14px;
    padding-top: 12px;
    clear: both;
    width:100%;
}

.empty_result {
    padding-top: 15px;
    font-weight: bold;
    color: #777;
    font-size: 14px;
}

/*navigation*/

.nav{
height:30px;
line-height:30px;
right:0px;
position:absolute;
z-index:100;
top:0px;
}

.nav, .nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:30px; 
z-index:5;
}

.nav ul{
    
}

.nav a{
display:block;
float:left;
line-height:30px;
outline:medium none;
padding:2px 15px;
text-decoration:none;
/*width:95px;*/
min-height: 35px;
}

.nav li a strong {
display:block;
font-size:14px;
font-weight:normal;
}

.nav li a span {
display:block;
font-size:10px;
line-height:14px;
}


.nav li{
float:left;
position:relative;
z-index:20;
}

.nav li:first-child a{
border:none;
}

.nav ul {
display:none;
left:0;
position:absolute;
top:20px;
width:192px;
padding-top:30px;

}


.nav li ul a{
width:148px;
height:auto;
float:left;
text-align:left;
line-height:24px;
padding:4px 21px;
font-size: 12px;
min-height: 24px;
}

.nav ul ul{
top:auto;
padding-top: 0px !important;
}    

.nav li ul ul {
left:191px;
top:0px;
}

.nav li:hover ul ul, .nav li:hover ul ul ul,.nav li:hover ul ul ul ul{
display:none;    
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul{
display:block;
}

/************************************************************************
NAV
*************************************************************************/

.nav li a {
border-left:1px solid #ccc;
color:#777;
}


.nav ul li a {
border:1px solid #eee;
border-bottom: none;
color:#888;
background: url("images/skin1/bg_gradiant_stripe_top.png") 0px -20px #fff;
}

.nav ul li a:hover{
color:#d91b5c;
background: #fff;
}

.nav ul{
background: url("images/skin1/arrow_up.png") 10px 22px transparent no-repeat !important; /*ie6fix*/
background: none;
border-bottom:1px solid #eee;
}

.nav .current-menu-item a strong{
color:#444;
font-weight: bold;
}

.overlay_top, .overlay_bottom{
background-image: url("images/skin1/overlay.png");
}

#creator {
    margin: 0px auto;   
    margin-top: 20px;
    width: 800px;
    text-align: center;
}

#creator a {
    color: #777;
    text-decoration: underline;
}

#creator img {
    margin-bottom: -10px;
    margin-left: 7px;
    border: none !important;
}