/* reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* varion.css

Main colors:
top-text: #A9A9A9
top+footer-bg: #747675;
bord: #831A62
text-content: #4B4F4E

*/

body{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
}

a {
    text-decoration: none;
}

strong{
    font-weight: bold;
}

#upper-nav a:hover, #top-menu a:hover, #bottom-nav a:hover{
    color: #831A62;
}

.act{
    color: #831A62;
}

#container {
    width: 950px;
    margin: 0 auto;
}

#top-menu {
    height: 22px;
    font-size: 10px;
    background-color: #747675;
}

#top-menu, #top-menu a, #footer{
    color: #C2C2C2;
}

#top-menu ul{
    padding: 2px 0 0 82px;
}

#top-menu li{
    display: inline;
    margin: 0;
}


#top-menu ul#flags{
    float: right;
    margin: -17px 15px 0 0;
}


#header{
    position: relative;
	margin: 10px 83px 0 78px;
    
}

#header #logo{
    float: left;
    width: 168px;
    height: 75px;
    background: url(../images/logo.png) no-repeat;
}

#header #logo h1{
    text-indent: -9999em;
    height: 100%;
    width: 100%;
}

#header #logo a{
    display: block;
    height: 100%;
    width: 100%;
}

#nav-container{
position: absolute;
z-index: 1;
width: 531px;
top: -5px;
right: 0px;

    
}

#upper-nav, #upper-nav a{
    color: #4B4F4E;
    font-size: 10px;
}

#upper-nav{
    float: right;
    width: 100%;
}


#upper-nav ul{
    float: right;
    padding-right: 30px;
    padding-top: 30px;   
}
#upper-nav li{
    display: inline;
}

#upper-nav li a{
    margin: 0; 
    padding-top: 25px;
}

#upper-nav li a#homeico{
    background: url(../images/home-ico.png) center top no-repeat;
}

#upper-nav li a#newsico{
    background: url(../images/news-ico.png) center top no-repeat;
}
#upper-nav li a#newsico span{
    color: #FFF;
    font-weight: bold;
    background: #831A62;
}

#upper-nav li a#newsico:hover span{
    color: #831A62;
    background: none;
}

#upper-nav li a#whyusico{
    background: url(../images/whyus-ico.png) center top no-repeat;
}

#upper-nav li a#ourplacesico{
    background: url(../images/ourplaces-ico.png) center top no-repeat;
}

#upper-nav li a#aboutusico{
    background: url(../images/aboutus-ico.png) center top no-repeat;
}

#upper-nav li a#contactico{
    background: url(../images/contact-ico.png) center top no-repeat;
}


#bottom-nav{
    float: right;
    width: 100%;
    margin: 10px 0 0 0;   
	color: #FFF;
}

#bottom-nav ul{
    float: right;
}


#bottom-nav ul li{
    float: left;
}


#bottom-nav ul li a{
    display: block;
    color: #FFF;
    line-height: 20px;
    background-color: #A2A2A2;
    margin-right: 1px;
    padding: 0 10px; 
    
}

#bottom-nav ul li#oferta a{
    padding: 0 35px 0 22px; 
}

#bottom-nav ul li#oferta ul {
    position: absolute;
    width: 129px;
    height: 171px;
    margin-left: -20px;
    background: url(../images/oferta-bg.png) 0 2px no-repeat;
    padding-top: 13px;
    visibility: hidden;

}


#bottom-nav ul li#oferta ul li{
    float: none;
    text-align: center;
    font-size: 80%;
    padding: 0;
    margin: 0;

}

#bottom-nav ul li#oferta ul li a{
    background: none;
    margin: 0;
    padding: 0;
    line-height: 18px;
}


#bottom-nav a{
    color: #FFF;
}


#bottom-nav li#lt-nomargin{
    width: 10px;
    height: 20px;
    background: url(../images/bottom-nav-lt-nomargin.png) no-repeat;
    
}

#bottom-nav li#rt-nomargin{
    width: 10px;
    height: 20px;
    background: url(../images/bottom-nav-rt-nomargin.png) no-repeat;
    margin-left: -1px;    
}

#main-content{
    clear: both;
    margin: 0 83px 0 82px;
    padding-top: 5px;
}


#main-img img{
    float: left;
}

#lp-content{
    position: relative;
    float: left;
    line-height: 1.23;
    width: 720px;
    height: 225px;
    margin: -290px 0 0 35px;
	color: white;

}

#bubbles {
    float: left;
    height: 158px;
    margin: -60px 0 50px 0;
}

#bubbles li{
    float: left;
    margin-right: 32px;
}

#bubbles li#last{
    margin-right: 0;
}


#bubbles li span{
    display: none;
}

#text-content{
    clear: both;
    margin: 0 83px 0 0;
}

#text-content span{
    color: #831A62;
}

#footer{
    clear: both;
    height: 37px;
    background: #747675; 
    font-size: 10px;
    padding-top: 7px;
    text-align: center;
}

#footer p{
    margin: 0 auto;
    padding-left: 70px;
    width: 275px;
    background: url(../images/logo-mini.png) 55px 1px no-repeat;

}

#footer p span{
    margin-left: -60px;
}


/* equal height columns  */
.col-wrap1 {
	width:195px;
	background-color: #831A62;
	position:relative;
	left:0;
}

.col-wrap2 {
	width:590px;
	position:relative;
        color: #4B4F4E;
	left: 195px;
        margin: 0 -200% 0 0;
}

.col1 {
	float:left;
	width: 195px;
	margin-right: -200%;
        margin-left: -195px;
	position:relative;
        color: white;
}

#content1{
        font-size: 2em;
        text-align: center;
        padding-top: 15px;
}

#content1 h2{
        font-size: 17px;
        font-weight: normal;
        line-height: 25px;
}



#content2 {
        text-align: justify;
        padding: 20px;
}

#content2 ul li{
    list-style-type: disc;
    margin-left: 20px;
}

#content2 a{
    color: #831A62;
    border-bottom: 1px dashed;
}

#content2 a.maps{
    border-bottom: none;
}

#content2 a:hover{
    border-bottom: 1px solid;
}

#content2 a.maps:hover {
    border-bottom: none;
}


.clear {
	clear:both;
	font-size:0;
	overflow:hidden;
}