@charset "utf-8";
/* CSS Document */
body{
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
 font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
 margin:20px 20px;
 width:370px;
 padding:14px;

}


 /* ----------- stylized ----------- */
 #stylized{
// border:solid 2px #b7ddf2;
// background:#ebf4fb;
 }
 #stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: rgba(255,255,255,1);
 }
 #stylized p{
 font-size:11px;
 color:#666666;
 margin-bottom:20px;
 border-bottom:solid 1px rgba(255,255,255,1);
 padding-bottom:10px;
 }
 #stylized label{
 display:block;
 font-weight:bold;
 text-align:right;
 width:140px;
 float:left;color:rgba(255,255,255,1);
 }
 #stylized .small{
 color:#666666;
display:block;
 font-size:11px;
 font-weight:normal;
 text-align:right;
 width:140px;
 }
 #stylized textarea{
 float:left;
 font-size:12px;
 padding:4px 2px;
 border:solid 1px #aacfe4;
 width:200px;
 margin:2px 0 20px 10px;
    resize: none;

 }

 #stylized input{
 float:left;
 font-size:12px;
 padding:4px 2px;
 border:solid 1px #aacfe4;
 width:200px;
 margin:2px 0 20px 10px;
 }
 #stylized button{
 clear:both;
 margin-left:150px;
 width:125px;
 height:31px;
 background:rgba(153,0,0,1);
 text-align:center;
 line-height:31px;
 color:#FFFFFF;
 font-size:11px;
 font-weight:bold;
 }
#menu{
    width:675px;  /*---Give our UL a width ---*/
    list-style:none;  /*--- Makes the bullets go away ---*/
    margin:0;  /*--- Take out any default margin on the UL tag ---*/
    padding:0;  /*--- Take out any default padding on the UL tag ---*/
    margin:0 auto;  /*--- Center the menu ---*/
}
 
#menu li{
    float:left;  /*--- Make the list go horizontal ---*/
    margin:0;
	
}
 
 #menu li a:active, a:selected, a:visited { 
    border: none;
    outline: none;
}
#menu li a{
	
    display:block;  /*--- Make the entire button are clickable rather than the text alone ---*/
    text-indent: -9999px; /*--- Push the text off screen to hide text---*/
    overflow: hidden; /*--- Makes text outside of bounding box hidden ---*/
    height:33px;
	
 
}

#menu li#home a{
		background-position: 0px 0px;
  background-image:url(meniufull.png);
    width:90px; height:40px;
}
 
#menu li#meniu a{
		background-position: -90px 0;
		background-image:url(meniufull.png);
		width:90px; height:40px;
 
}

#menu li#oferte a{
		background-position: -180px 0px;
		background-image:url(meniufull.png);
		width:90px; height:40px;
 
}
#menu li#galerie a{
		background-position: -270px 0;
		background-image:url(meniufull.png);
		width:90px; height:40px;
 
}
#menu li#contact a{
		background-position: -360px 0;
		background-image:url(meniufull.png);
		width:91px; height:40px;
 
}

#menu li#home a:hover{
		background-position: 0px -40px;
		background-image:url(meniufull.png);
		width:90px; height:40px;
		

		}

#menu li#meniu a:hover{
		background-position: -90px -40px;
		background-image:url(meniufull.png);
		width:90px; height:40px;}

#menu li#oferte a:hover{
		background-position: -180px -40px;
		background-image:url(meniufull.png);
		width:90px; height:40px;}

#menu li#galerie a:hover{
		background-position: -270px -40px;
		background-image:url(meniufull.png);
		width:90px; height:40px;}
#menu li#contact a:hover{
		background-position: -360px -40px;
		background-image:url(meniufull.png);
		width:91px; height:40px;}

/* #menu li#home a.current{
    background: url(images/home-down.jpg) no-repeat;
    cursor:default;  /*--- Show pointer instead of hand cursor for the current page 
} 
 
#menu li#flights a.current{
    background: url(images/flights-down.jpg) no-repeat;
    cursor:default;  
}  ---*/