@charset "utf-8";

/* main vertical scroll */
	#main {
	position:relative;
	overflow:hidden;
	height: 620px;
	}
	
	/* root element for pages */
	#pages {
	position:absolute;
	height:450px;
	}
	
	/* single page */
	.page {
	padding:10px;
	height: 617px;
	width:670px;
	border: 1px solid #cbcbcb;
	background-color: #e1e1e1;
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	}
	
	/* root element for horizontal scrollables */
	.scrollable {
	position:relative;
	overflow:hidden;
	width: 670px;
	height: 617px;
	}
	
	/* root element for scrollable items */
	.scrollable .items {
	width:670px;
	position:absolute;
	clear:both;
	}
	
	/* single scrollable item */
	.item {
	float:left;
	width:650px;
	height:617px;
	padding:10px;
	}
	
	/* main navigator */
	#main_navi {
	float:left;
	padding:0px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	#main_navi li {
	background-color:#333;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:70px;
	list-style-type:none;
	width:200px;
	cursor:pointer;
	}
	
	#main_navi li:hover {
		background-color:#444;
	}
	
	#main_navi li.active {
		background-color:#555;
	}
	
	#main div.navi {
	margin-left:0px;
	cursor:pointer;
	}





/* DEPRECATED FILE */




/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/scrollable/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
} 	





















#main_navi .active .bronze {
	background-image: url(images/butoane/bronze.jpg);
	height: 70px;
	width: 210px;
	background-repeat: no-repeat;
}
#main_navi li .bronze {
	background-image: url(images/butoane/bronze.jpg);
	height: 70px;
	width: 200px;
	background-repeat: no-repeat;
}

#main_navi li .silver {
	background-image: url(images/butoane/silver.jpg);
	height: 70px;
	width: 200px;
	background-repeat: no-repeat;
}
#main_navi li .gold {
	background-image: url(images/butoane/gold.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 200px;
}
#main_navi li .platinum {
	background-image: url(images/butoane/platinum.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 200px;
}
#main_navi li .diamond {
	background-image: url(images/butoane/diamond.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 200px;
}
#main_navi li .online_shop {
	background-image: url(images/butoane/online_shop.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 200px;
}
#main #pages .page .scrollable .items .item .explicatie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#main #pages .page .scrollable .items .item h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72px;
	font-style: italic;
	font-weight: normal;
	color: #323232;
	letter-spacing: -5px;
	display: block;
	padding: 0px;
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	background-position: 0px 76px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#main #pages .page .scrollable .items .item .features {
	padding: 0px;
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#main #pages .page .scrollable .items .item .features li {
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 32px;
}
.space_1 {
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 40px 0px;
	margin-top: 210px;
}

.bronze_link {
	text-indent: -9000px;
	display: block;
	height: 89px;
	width: 421px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pret.png);
	background-repeat: no-repeat;
}
.space_2 {
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 40px 0px;
	margin-top: 195px;
}
.silver_link {
	text-indent: -9000px;
	display: block;
	height: 89px;
	width: 421px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pret_silver.png);
	background-repeat: no-repeat;
}
.space_3 {
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 40px 0px;
	margin-top: 105px;
}
.gold_link {
	text-indent: -9000px;
	display: block;
	height: 89px;
	width: 421px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pret_gold.png);
	background-repeat: no-repeat;
}
.space_4 {
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 40px 0px;
	margin-top: 15px;
}
.platinum_link {
	text-indent: -9000px;
	display: block;
	height: 89px;
	width: 421px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pret_platinum.png);
	background-repeat: no-repeat;
}
.explicatie2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-weight: bold;
	color: #131313;
	font-style: italic;
	text-indent: 40px;
}
.space_5 {
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 40px 0px;
	margin-top: 196px;
}
.diamond_link {
	text-indent: -9000px;
	display: block;
	height: 89px;
	width: 421px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pret_diamond.png);
	background-repeat: no-repeat;
}
.space_6 {
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 40px 0px;
	margin-top: 105px;
}
.shop_link {
	text-indent: -9000px;
	display: block;
	height: 89px;
	width: 421px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pret_ecomerce.png);
	background-repeat: no-repeat;
}
