html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, section { margin: 0; padding: 0; border: 0; 
font-family:Tahoma, Geneva, sans-serif;}
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }

body{background: #fff;  background-image: url('../images/sandpaper.png'); background-repeat: repeat; background-position: 0 0;}

/*body{background: #fff;  background-image: url('../images/background-big6.jpg');  background-attachment: fixed; background-repeat:no-repeat; background-position: 50% 0;*/ }
	
	
		
a{color: #f89718; text-decoration: none; font-weight: bold;}
		
a:hover{text-decoration: underline; color: #f83d18;}
	
a.linkbutton{float:right; padding:20px; margin:10px; cursor:pointer; font-size:20px; color:#ffffff; background-color: #f89718}
a.linkbutton:hover{background-color: Red;text-decoration: none;}
	
ul {list-style-type:circle; margin-left:30px;}
	

#Header{margin-bottom:5px; float:left; width:980px; height:95px;}	
#includedUpperMenu{float:right; width:750px;}	
	
#container2 {
	width: 980px; position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left; background-color: #fff;
}
.container_inner{margin: 0px;padding: 0px;clear: both;float: left;background-color: #fff; position:relative;}

.leftcontainerborder{position:absolute; top:0; left:-10px; height:100%; width:10px; background: url(../images/left-containterborder.png)}
.rightcontainerborder{position:absolute; top:0; right:-10px; height:100%; width:10px; background: url(../images/right-containterborder.png)}


.logo_animation1{float: left;
clear: right;
width: 200px;}

/* Showcase
-------------*/


#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		background-color: #000;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 220px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: #fff;
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../images/white-opacity-80.png);
		}
		
		.showcase_h1,.showcase_h2
		{
			color: #000;
			padding: 8px 15px;
			text-align: right;
			position: absolute;
			bottom: 100px; right: 10px;
			background-image: url(../images/white-opacity-80.png);
			font-size:24px;
		}
		.showcase_h2
		{
			font-size:16px;
			bottom: 50px;
		}
		.showcase-content div a{color: #f89718;}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 30px;
			color: #f89718;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #6bbd46;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}


	
/* MAIN's
   ================================================== */
   
.BodySection{width:980px; float:left; margin:0px; border:0px; padding:0px;background: #fff;}
   
.W980{
width: 960px;
float: left;
margin: 0px 0px 20px;
padding: 10px;
		}
.W640{
width: 620px;
float: left;
margin: 0px 0px 20px;
padding: 10px;
		}
		
.W340{
margin: 0px 0px 20px;
width: 320px;
float: left;
padding: 10px;
		}
		
.h1, h1 {
font-size: 40px;
text-align: left;
color: #f89718;
padding: 5px;
font-weight:bold;
}

.h2, h2 {font-size: 24px;text-align: left;padding: 5px;color: #f89718; margin:15px 0px 10px;}

.paragraph, p{
font-size: 16px;
text-align: left;
color: #000;
padding: 5px;
margin-bottom: 35px;
line-height:20px;
	}
.yoxview_in_paragraph{float:left; padding:10px 25px 15px 0px;}
.yoxview_in_paragraph_right{float:right; padding:10px 0px 15px 25px;}
.yoxview a img{margin: 0 10px 10px 0;}

.Footer{float: left;
clear: right;
font-size: 10px;
width: 920px;
padding: 30px;
margin-bottom: 10px;
background-color: #f89718;
color: #FFF;
text-align: center;
line-height: 18px;}

.Footer a{color: #ffffff;}
	
	
	  /* Main Menu */
    .sNv2 {float:right;height:35px;z-index:101;padding: 60px 25px 0px; font-size:18px;}
    .sNv2 .sNv2Sub {margin:0 auto;height:35px}
    /* Main Menu: UL */
    .sNv2 .nav {float:left;position:relative;top:0;left:0;border:0; margin:0px}
    .sNv2 .nav * {margin:0;padding:0;list-style:none}
    .sNv2 .nav UL {position:absolute;left:-9999em;top:-9999em;z-index:5;width:270px;padding:12px;border:0;font-size:90%;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.3);-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3);box-shadow:0px 0px 10px rgba(0,0,0,0.3);background-color:#FFF}
        .ie7 .sNv2 .nav UL,
        .ie8 .sNv2 .nav UL {border-width:0 1px 1px 1px;border-style:solid;border-color:#CCC #999 #999 #CCC}
        .ie7 .sNv2 .nav UL UL,
        .ie8 .sNv2 .nav UL UL {border-width:1px}
    .sNv2 .nav UL {
opacity:0;
-webkit-transition:opacity 0.2s, left 0s;
-moz-transition:opacity 0.2s, left 0s;
-ms-transition:opacity 0.2s, left 0s; 
-o-transition:opacity 0.2s, left 0s;
transition:opacity 0.2s, left 0s;
}
    .sNv2 .nav LI:Hover UL {
        left:0;
        top:35px; 
        opacity:1;             
        -webkit-transition-delay:0.1s;     
        -moz-transition-delay:0.1s; 
        -ms-transition-delay:0.1s;     
        -o-transition-delay:0.1s;     
        transition-delay:0.1s;                                     
        }
        .ie7 .sNv2 .nav LI:Hover UL,
        .ie8 .sNv2 .nav LI:Hover UL {left:-1px}
    .sNv2 .nav LI:Hover UL UL {left:-9999em;top:-9999em}
    .sNv2 .nav LI:Hover LI:Hover UL {left:270px;top:-13px}
    /* Main Menu: LI */
    .sNv2 .nav LI {position:relative;float:left;border:0;}
    .sNv2 .nav UL LI {float:none;border:none;border-bottom:1px dotted #DDD;border-bottom:1px dotted rgba(0, 0, 0, 0.15)}
    .sNv2 .nav UL LI:First-child {border-top:1px dotted #DDD;border-top:1px dotted rgba(0, 0, 0, 0.15)}
    .sNv2 .nav UL LI:Hover {background-color:#FFF0D1}
    /* Main Menu: A */
    .sNv2 .nav LI A {position:relative;height:35px;line-height:35px;padding:0 10px;display:block;text-decoration:none;color:#f89718;
        -webkit-transition:background 0.2s, color 0.2s;
        -moz-transition:background 0.2s, color 0.2s;
        -ms-transition:background 0.2s, color 0.2s; 
        -o-transition:background 0.2s, color 0.2s;
        transition:background 0.2s, color 0.2s;
        }
    .sNv2 .nav LI:Hover A {color:#f83d18;padding-bottom:5px;position:relative;z-index:999;z-index:10;
        -webkit-transition-delay:0.1s;     
        -moz-transition-delay:0.1s; 
        -ms-transition-delay:0.1s;     
        -o-transition-delay:0.1s;     
        transition-delay:0.1s}
        .ie7 .sNv2 .nav LI:Hover A,
        .ie8 .sNv2 .nav LI:Hover A {padding-bottom:0}
    .sNv2 .nav LI:Hover UL LI A,
    .sNv2 .nav LI:Hover UL LI:Hover UL A {height:26px;line-height:26px;padding:0 3px;color:#777;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background-color:transparent}
    .sNv2 .nav LI:Hover UL LI A:Hover,
    .sNv2 .nav LI:Hover UL LI:Hover A,
    .sNv2 .nav LI:Hover UL LI:Hover UL A:Hover {color:#f83d18}



.TestimonialRotator{width:300px; height:250px; background-color:#ffffff; background-image: url("../images/Testimonial_bckg.png");  background-repeat: no-repeat; background-position: 0 0;}
.TestimonialRotator p{width:250px; height:150px; padding:50px 25px; text-align:left; font-style:italic; font-size:18px; line-height:24px;}
	
	

.Wideslider5in1Container{float:left; width:196px; margin:0px; color:#ffffff; height:200px;}
.Wideslider5in1Container .Picture{float:left; width:186px; margin:5px; height:150px}
.Wideslider5in1Container a.Action{float:left; width:176px; margin:5px; padding:5px; background-color:Green; color:#ffffff; cursor:pointer;}
.Wideslider5in1Container a.Action:hover{background-color:#f89718;}

.Wideslider4in1Container{float:left; width:245px; margin:0px; color:#ffffff; height:120px;}
.Wideslider4in1Container .Picture{float:left; width:235px; margin:5px; height:120px}
.Wideslider4in1Container .Picture img{width:235px; height:120px}
.Wideslider4in1Container a.Action{float:left; width:226px; margin:5px; padding:5px; background-color:Green; color:#ffffff; cursor:pointer;}
.Wideslider4in1Container a.Action:hover{background-color:#f89718;}


div.element{float:left;}

.CurrencyList div{text-align: right;padding: 1px 0px;background-color: #f89718;margin-bottom: 1px; color:#ffffff;}
.CurrencyList div div{width:100px;text-align: left; float:right; padding:0px 0px 0px 3px; margin:0px; background-color:transparent;}
.CurrencyList div:hover{background-color: #f83d18}

.InfoRow{float:left; width:630px; margin-bottom:10px;}
.InfoLabel{text-align: left; float: left; width: 250px; padding: 5px;background-color: #f89718; color:#ffffff;}
.InfoContent{text-align: right; padding: 4px 5px 5px 5px; border-top:1px solid #f89718}


.FlagsHeaderContainer{float:right; width:200px; position:absolute; right:0px; top:0px;}
.HRVFlag,.DEUFlag,.ENGFlag,.ITAFlag{float: right; width:35px; height:21px; margin:5px; cursor:pointer; background-repeat: no-repeat; background-position: 0 0;}
.HRVFlag{background-image: url("../img/Flags/FlagCRO.png");}
.DEUFlag{background-image: url("../img/Flags//FlagDEU.png");}
.ENGFlag{background-image: url("../img/Flags//FlagENG.png");}
.ITAFlag{background-image: url("../img/Flags//FlagITA.png");}

.person_icon{background-image: url("../img/Person.png"); width:16px; height:16px; background-repeat: no-repeat; background-position: 0px 2px; display:inline-block;}
.star_icon{background-image: url("../img/Star.png"); width:16px; height:16px; background-repeat: no-repeat; background-position: 0px 0px; display:inline-block;}


.TableContainer{float:left;width:100%; margin-bottom:30px; clear:both}
.TableCell{padding:5px 10px; width:125px; margin:5px; float:left; background-color:#f89718; color:#ffffff; text-align:center;}

table.Pricing tbody tr td{text-align:center; background-color:#efefef;padding: 5px;}



/* ACCORDION MENU */

h2.acc_trigger {
	padding: 0;	margin: 0 0 25px 0;
	height: 100px;	line-height: 46px;
	width: 960px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.acc_trigger a {
	background-color: #f89718;
	color:#ffffff;
	text-decoration: none;
	display: block;
	padding: 15px 0 40px 15px;
}

h2.acc_trigger a:hover {background-color:#6BBD46;}

h2.acc_trigger a img { margin-right:10px;}

h2.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 958px;
	clear: both;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.acc_container .block {
	padding: 20px;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.acc_container h2 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.acc_container h3 {
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	color: #f89718;
    font-size: 24px;
    margin: 30px 0 0;
    padding: 0 0 5px;
}
.acc_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
.AccordionBackToTop{float:right; font-size: 20px;  margin: 30px 10px 10px; cursor:pointer; color: #f83d18}


/* END ACCORDION MENU */

.SmallInfoLabel,.SmallInfoValue{float:left; width:145px; font-size: 14px; margin:3px 0px; padding:2px 0px;}
.SmallInfoLabel{text-align:right; padding-right:5px; background-color:#f89718; color:#ffffff;}
.SmallInfoValue{text-align:left;padding-left:5px}
