@charset "utf-8";
/* ---------------- HTML ----------------- */
body {
	margin-left: auto;
	margin-right: auto;
	background-color: #009ABC;
	margin-top: 0px;
	background-image: url(images/golf_ski_spa_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	font-size: 0.8em;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.45em;
}
a {
	color: #18498C;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 1.1em;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
	background-color: #09679D;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #18498C;
}
blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2px;
	font-style: italic;
}
strong {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
small {
	font-size: 0.6em;
}
/* clases */
.left {
	float: left;
	padding: 2px;
	border: 1px solid #0F5996;
	margin-right: 10px;
	margin-bottom: 5px;
}
.leftclear {
	float: left;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.right {
	float: right;
	padding: 2px;
	border: 1px solid #0F5996;
	margin-bottom: 5px;
	margin-left: 10px;
}
.rightimg {
	padding: 2px;
	border: 1px solid #0F5996;
}
.dotted {
	padding: 5px;
	border: 1px dotted #18498C;
}

/* ---------------- /HTML ----------------- */

/* ---------------- Top Navigation ----------------- */
#topnavsite ul {
	padding: 5px 0px 0px 20px;
	font: bold 12px Verdana, sans-serif;
	color: #FF8D00;
	margin: 0px;
}
#topnavsite ul li {
 list-style: none;
 margin: 0; 
 display: inline; 
}
#topnavsite ul li a {
	margin-left: 1px;
	text-decoration: none;
	font-size: 0.95em;
	font-weight: bolder;
	margin-right: 1px;
	color: #FD8A09;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0.02em;
	padding-bottom: 1px;
	padding-left: 0.02em;
}

#topnavsite ul li a:hover {
	color: #FFFFFF;
	background: #FF8C02;
	border-color: #227;
}
/* ---------------- /Top Navigation ----------------- */
/* ---------------- Bottom Navigation ----------------- */
#bottomnavsite ul {
	padding: 5px 0px 0px 20px;
	font: bold 12px Verdana, sans-serif;
	color: #18498C;
	margin: 0px;
}
#bottomnavsite ul li {
 list-style: none;
 margin: 0; 
 display: inline; 
}
#bottomnavsite ul li a {
	padding: 1px 0.1em;
	margin-left: 0.1em;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bolder;
	margin-right: 0.1em;
	color: #18498C;
	background-color: #CEC4A6;
}

#bottomnavsite ul li a:hover {
	color: #ECE1C3;
	background: #18498C;
	border-color: #227;
}
#bottomnavsite ul li a.last {
	color: #FFFFFF;
	background: #18498C;
	border-color: #227;
}

/* ---------------- /Bottom Navigation ----------------- */
/* ---------------- Bloc Navigation ----------------- */
.blocmenu  {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-weight: normal;
	height: 207px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

.blocmenu li {
	display: inline;
	margin-left: 5px;
}
.blocmenu li a {
	text-decoration: none;
	color: #ECE1C3;
	padding: 10px 10px 0px;
	height: 260px;
	width: 156px;
	background-image: url(images/pic_holder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin: 0px;
}
.blocmenu li a:hover {
	background-image: url(images/pic_holder_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #18498C;
}
.blocmenu img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.prices {
	font-size: 1.3em;
	color: #FF0000;
	margin-top: 5px;
	font-weight: bolder;
}
.blue {
	font-size: 1.3em;
	color: #18498C;
	margin-top: 5px;
	font-weight: bolder;
}
/* ---------------- /Bloc Menu ----------------- */
/* ---------------- HEADER ----------------- */
#header_top {
	width: 820px;
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
	height: 60px;
}
#header {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#header_buttons {
	width: 820px;
	background-image: url(images/pirin_golf_top_butt.jpg);
	height: 30px;
}


#header_main {
	height: 260px;
	width: 820px;
	padding: 0px;
	margin: 0px;
}
#header_down_butt {
	background-image: url(images/pirin_golf_down_butt.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 820px;
}
/* ---------------- /HEADER ----------------- */
#dividor {
	background-image: url(images/separarate.jpg);
	height: 10px;
	width: 820px;
	background-repeat: no-repeat;
	background-position: left top;
}
/* ---------------- CONTENT ----------------- */
#content {
	height: auto;
	width: 820px;
	margin: 30px auto 20px;
}
#bloc {
	height: 300px;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
}

/* ---------------- /CONTENT ----------------- */

/* ---------------- ROUND CORNERS ----------------- */
.myBox
{
	margin: 0 auto;
	border: 0px solid #ffffff;
	width: 780px;
	padding: 20px;
	text-align: left;
	background-color: #ECE1C3;
	border: 2px solid #C3B590;    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}
/* ---------------- /ROUND CORNERS ----------------- */

/* ---------------- FOOTHER ----------------- */
#foother {
	background-image: url(images/foother_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: left top;
	text-align: center;
	background-color: #83BD4D;
	padding-top: 10px;
	color: #EDC951;
}


#foother a {
	font-size: 0.8em;
	color: #FFFFFF;
}
#foother a:hover {

	font-size: 0.8em;
	color: #EDC951;
}

/* ---------------- AJAX ----------------- */
/* Tab Accordeon */
.tabset_tabs	{ margin:0; padding:0; list-style-type:none; position:relative; z-index:2; white-space:nowrap }
.tabset_tabs li	{ margin:0; padding:0; display:inline }
.tabset_tabs a	{
	color:#F98C00! important;
	background-color:#4382AD! important;
	text-decoration:none;
	padding:0 0.6em;
	border-bottom:1px none #18498C;
	border-top: 1px solid #18498C;
	border-right: 1px solid #18498C;
	border-left: 0 solid #18498C;
	margin-left: 0.1em;
}
.tabset_tabs a:hover	{ color:#F98C00! important; background-color:#18498C! important }
.tabset_tabs a.active	{
	color:black ! important;
	background-color:#F4EEDD! important;
	border-left-width:1px;
	cursor:default;
	border-bottom:#18498C;
	padding-top:1px;
	padding-bottom:1px;
	border-top-color: #18498C;
	border-right-color: #18498C;
	border-left-color: #18498C;
}

.tabset_tabs li.firstchild a	{ border-left-width:1px }

.tabset_content	{ border:1px solid black; background-color:#F4EEDD; position:relative; z-index:1; padding:0.5em 1em; display:none }
.tabset_label	{ display:none }

.tabset_content_active	{ display:block }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}
/* /Tab Accordeon */

/* ********* Slide View ******* */ 
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 5px solid #18498C;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #18498C; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #18498C; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 

/* ********* /Slide View ******* */ 




/* ---------------- /AJAX ----------------- */
