@charset "UTF-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html {
    background:url(/images/bg.jpg);
    margin: 0px;
    padding: 0px;
}

body {
    background-repeat: repeat-y;
    background-position: 600px top;
    background-image: url(/images/galleryBg1.gif);
    margin: 0px;
    padding: 0px;
}


#base {
    background: url(/images/illBg.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    /*white-space: nowrap;*/
}

div.col {
    float: left;    
    height: 100%;
}

div#col1{
    width: 132px;
}

div#col2{
    width: 255px;
}

div#col2{
    margin-left: 22px;
}

div#col3{
    margin-left: 36px;
    width: 147px;
}

div#col4{
    height: 100%;
    margin-left: 8px;
    width: 180px;
}

#menu, #locales {
    left: 0px;
}

#menu {
    margin-top: 73px;
    
}

#menu a {
    color: rgb(128, 0, 0);
    font-weight: bold;
    display: block;
    text-decoration: none;
}

#menu a.selected {
    background-image: url(/images/burbulas.gif);
    background-position: 6px center;
    background-repeat: no-repeat;
}
#menu div {
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

div.m1 {
    background-image: url(/images/wsmenu1.gif);
}
div.m2 {
    background-image: url(/images/wsmenu2.gif);
}
div.m3 {
    background-image: url(/images/wsmenu3.gif);
}
div.m4 {
    background-image: url(/images/wsmenu4.gif);
}
div.m5 {
    background-image: url(/images/wsmenu5.gif);
}
div.m6 {
    background-image: url(/images/wsmenu6.gif);
}
div.m7 {
    background-image: url(/images/wsmenu7.gif);
}

div.m1, div.m1-selected {
    background-image: url(/images/wsmenu1.gif);
}
div.m2, div.m1-selected {
    background-image: url(/images/wsmenu2.gif);
}
div.m3, div.m1-selected {
    background-image: url(/images/wsmenu3.gif);
}
div.m4, div.m1-selected {
    background-image: url(/images/wsmenu4.gif);
}
div.m5, div.m1-selected {
    background-image: url(/images/wsmenu5.gif);
}
div.m6, div.m1-selected {
    background-image: url(/images/wsmenu6.gif);
}
div.m7, div.m1-selected {
    background-image: url(/images/wsmenu7.gif);
}



#locales {
    text-align: center;
    padding-top: 140px;
}
/*
#content{
    position: absolute;
    left: 154px;
    top: 90px;
    width: 255px;
    height: 308px;
    overflow: scroll;
}
*/
#content{
    margin-top: 90px;
    height: 308px;
    overflow: auto;
}


#content-view {
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#topLink {
    margin-left: 190px;
    margin-top: 2px;
}

/*
#panorams {
    position: absolute;
    left: 447px;
    top: 170px;
    width: 147px;
    height: 130px;
}
*/

#panorams {
    margin-top: 170px;
    height: 130px;
}
#panorams *{
    color: rgb(255, 215, 155);
    text-decoration: none;
}

#panorams div {
    padding-top: 9px;
    padding-bottom: 9px;
    background-image: url(/images/melinas.gif);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

#panorams a{
    display: block;
    font-weight: normal;	
    text-transform: none;
}

/*
#gallery{
    position: absolute;
    left: 600px;
    top: 170px;
    width: 180px;
    background:url(/images/galleryBg1.gif);
}
*/
#gallery{
    margin-top: 170px;
    background:url(/images/galleryBg1.gif);
    background-repeat: repeat-y;
    overflow: visible;
}

#gallery-border{
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 13px;
    height: 100%;
}
#footerSpacer {
    height: 40px;
}

#footer {
    /*left: 131px;*/
    width: 200px;
    height: 40px;
    margin-top: -40px;
    margin-left: 131px;
}

#footer a{
    color: rgb(237, 217, 173);   
}

#width {
    width: 800px;
    height: 100%
}