/* STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#mkwidget .mkwidget_image{	margin: 0px 40px;}
#mkwidget .mkwidget_header{	text-align: center; color: #fff;}
#mkwidget .mkwidget_header a h2{color: #fff;}
#mkwidget .mkwidget_body{ font-size: 11px; text-align: center;}
#mkwidget .mkwidget_price{	
	font-weight: bold;    
	text-align: center; 
	margin-top: 8px;
}

.wrapwidget{
	background-color: #686868;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    height: 280px;
    padding: 10px;
    width: 200px;
    margin-bottom: 25px;
    margin-left: 40px;
}



.hidden {
	display: none;
}
a {
	color:#0286CE;
	text-decoration:none;
}
a:hover {
	color:#0286CE;
	text-decoration:underline;
}
#wrapper {
	margin: auto;
	width: 950px;
}
#wrapper .header {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 73px;
	position: relative;
}
#wrapper .header .logo a {
	display: block;
	height: 50px;
	width: 255px;
	position: absolute;
	left: 21px;
	top: 10px;
}
#wrapper .header .logo {
	float: left;
	height: 70px;
	width: 280px;
	position: relative;
}

#wrapper .header .menu {
	float: right;
	width: 650px;
	text-align: right;
	margin-top: 30px;
}
#wrapper .header .menu li {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	padding: 5px 5px;
	font-size:14px;
}
#wrapper .header .menu a {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .header .menu a:hover {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
}
#wrapper .header .menu .current {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
}
#wrapper .header .menu .drop {
	position: relative;
}
#wrapper .header .menu .drop a {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .header .menu .drop a:hover {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
}
#wrapper .header .menu .drop ul {
	display:none;
	background: #5DB1DF; /* old browsers */
	background: -moz-linear-gradient(top, #5DB1DF 0%, #0286CE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5DB1DF), color-stop(100%,#0286CE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5DB1DF', endColorstr='#0286CE',GradientType=0 ); /* ie */	position:absolute;
	top: 32px;
	left: 0px;
	padding: 4px;
	margin-left:10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 999;
}
#wrapper .header .menu .drop ul li {
	display: block;
	width: 140px;
	list-style-position:inside;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px;
	text-align:left;
	background: #72BCE3;
}
#wrapper .header .menu .drop ul li:hover {
	display: block;
	width: 140px;
	list-style-position:inside;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px;
	text-align:left;
	background:#7EC4EA;
}
#wrapper .header .menu .drop ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	background:none;
	border:none;
	padding:0px 0px 0px 3px;
}
#wrapper .header .menu .drop ul li a:hover {
	background:none;
	border:none;
	padding:0px 0px 0px 3px;
	text-decoration: none;
}
#wrapper .header .menu .drop ul li span.opis {
	font-size:8px;
}
#wrapper .header .menu .drop .current {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
}

#wrapper .header .menu .drop2 {
	position: relative;
}
#wrapper .header .menu .drop2 a {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .header .menu .drop2 a:hover {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
}
#wrapper .header .menu .drop2 ul {
	display:none;
	background: #5DB1DF; /* old browsers */
	background: -moz-linear-gradient(top, #5DB1DF 0%, #0286CE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5DB1DF), color-stop(100%,#0286CE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5DB1DF', endColorstr='#0286CE',GradientType=0 ); /* ie */	position:absolute;
	top: 32px;
	left: 0px;
	padding: 4px;
	margin-left:10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 999;
}
#wrapper .header .menu .drop2 ul li {
	display: block;
	width: 140px;
	list-style-position:inside;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px;
	text-align:left;
	background: #72BCE3;
}
#wrapper .header .menu .drop2 ul li:hover {
	display: block;
	width: 140px;
	list-style-position:inside;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px;
	text-align:left;
	background:#7EC4EA;
}
#wrapper .header .menu .drop2 ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	background:none;
	border:none;
	padding:0px 0px 0px 3px;
}
#wrapper .header .menu .drop2 ul li a:hover {
	background:none;
	border:none;
	padding:0px 0px 0px 3px;
	text-decoration: none;
}
#wrapper .header .menu .drop2 ul li span.opis {
	font-size:8px;
}
#wrapper .header .menu .drop2 .current {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
}
#wrapper .header .menu .drop3 {
	position: relative;
}
#wrapper .header .menu .drop3 a {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .header .menu .drop3 a:hover {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
}
#wrapper .header .menu .drop3 ul {
	display:none;
	background: #5DB1DF; /* old browsers */
	background: -moz-linear-gradient(top, #5DB1DF 0%, #0286CE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5DB1DF), color-stop(100%,#0286CE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5DB1DF', endColorstr='#0286CE',GradientType=0 ); /* ie */	position:absolute;
	top: 32px;
	left: 0px;
	padding: 4px;
	margin-left:10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 999;
}
#wrapper .header .menu .drop3 ul li {
	display: block;
	width: 140px;
	list-style-position:inside;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px;
	text-align:left;
	background: #72BCE3;
}
#wrapper .header .menu .drop3 ul li:hover {
	display: block;
	width: 140px;
	list-style-position:inside;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px;
	text-align:left;
	background:#7EC4EA;
}
#wrapper .header .menu .drop3 ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	background:none;
	border:none;
	padding:0px 0px 0px 3px;
}
#wrapper .header .menu .drop3 ul li a:hover {
	background:none;
	border:none;
	padding:0px 0px 0px 3px;
	text-decoration: none;
}
#wrapper .header .menu .drop3 ul li span.opis {
	font-size:8px;
}
#wrapper .header .menu .drop3 .current {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
}

.netko {
	position: absolute;
	right: 0px;
	top: 220px;
	background-color:#ffffff;
	-moz-border-radius:10px 0px 0px 10px;
	-webkit-border-radius:10px 0px 0px 10px;
	border-radius:10px 0px 0px 10px; 
	width: 130px;
	text-align: center;
	padding: 10px 0px;
}

#wrapper .wrapanimation {
	width: 950px;
	height: 439px;
	
}
.helpcontact{	height: 70px;    margin-top: 3px;    position: relative;}
.helpcontact {    /*  */    height: 70px;    margin-top: 3px;    position: relative;  }
.helpcontact .blockfirst {    float: left;    margin-left: 4px;    padding-bottom: 10px;    width: 300px;    position:relative;    height: 70px;  }
.helpcontact .blockfirst iframe{	padding-top:15px;}
.helpcontact .blocksecond {    float: left;    margin-left: 10px;    margin-right: 10px;        width: 300px;    height: 70px;    position:relative;  }
.helpcontact .blocklast{    float: left;    padding-bottom: 10px;    width: 300px;    height: 70px;    position:relative;    margin-left: 15px;    margin-right: 10px;  }  
.helpcontact .blocklast #slide3 {    /*  */    text-align: center;    width: 260px;	position: absolute;	left:30px;	top: 15px;  }
.helpcontact .blocklast .right3{    /*  */    width: 10px;    height: 50px;    position: absolute;    right:0;    color: #cccccc;    font-size: 34px;    cursor: pointer;      background: url(../images/right-arr.jpg) center center no-repeat;  }
.helpcontact .blocklast .left3{    /*  */    width: 10px;    height: 50px;    position: absolute;    left:0;    color: #cccccc;    font-size: 34px;      cursor: pointer;      background: url(../images/left-arr.jpg) center center no-repeat;  }

.helpcontact .wrapblock {	padding: 12px 0px;	margin-left: 12px;	width: 300px;}
.helpcontact .red{	color: #FFFFFF;	font-size: 18px;	height: 48px; font-weight: bold;	text-align: center;	line-height: 40px;	margin-top: 0px;	background-color: #FFD401;	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px;	width: 140px;	float: left;}
.helpcontact .red .help {    line-height: 30px;    padding-top: 2px; margin:auto;    /*width: 205px;*/}
.helpcontact .red .info {    line-height: 30px;    padding-top: 2px; margin:auto;    /*width: 205px;*/}
.helpcontact .red .help span{    line-height: 16px;	font-size: 12px;  padding-top: 3px;}
.helpcontact .red .info span{    line-height: 16px;    font-size:12px;}
#wrapper .header .messageform h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 65px;
	color: #FFFFFF;
	background-image: url(../images/kosarica.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 80px;
	font-weight: normal;
	margin-bottom: 20px;
}
#wrapper .header .messageform p {
	color: #FFFFFF;
	padding: 10px;
	font-size: 16px;
}
#wrapper .start h2 {
	color: #666666;
	padding: 2px 0px 4px 0px;
	font-size: 12px;
	font-weight: bold;
}
#wrapper .start p {
	padding-bottom: 4px;
}
#wrapper .start label {
	display: block;
	font-size: 10px;
	color: #666666;
}
#wrapper .start #email {
	display: block;
	width: 250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px 5px;
	font-size: 14px;
	color: #CCCCCC;
	margin-left: 20px;
}
#wrapper .start #sendemail {
	background: #0286CE; /* old browsers */
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 39px;
	color:#FFFFFF;
	cursor:pointer;
}
#wrapper .start #sendemail:hover {
	background: #4EAADB; /* old browsers */
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 39px;
	color:#FFFFFF;
}
#wrapper .header .messageform .forma {
	padding: 10px;
}
#wrapper .header .messageform #register {
	background: #7d7e7d; /* old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* ie */
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:block;
	cursor:pointer;
}
#wrapper .header .messageform #register:hover {
	background: #fcfff4; /* old browsers */
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* ie */
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #999999;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:block;
	cursor:pointer;
}
#registerform {
	padding: 10px;
}

#registerform .forma #registerkosarica #sendregister {
	background: #7d7e7d; /* old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* ie */
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:block;
	cursor:pointer;
}
#registerform .forma #registerkosarica #sendregister:hover {
	background: #fcfff4; /* old browsers */
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* ie */
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #999999;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:block;
	cursor:pointer;
}
#registerform .forma label {
	display: block;
	margin-top: 5px;
}
#registerform .forma input {
	width: 350px;
	border: 1px solid #E6E6E6;
}
#registerform .forma select {
	width: 350px;
	border: 1px solid #E6E6E6;
}

#registerform .forma #registerkosarica h2 {
	display: block;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3F3F3;
	font-size: 14px;
	font-weight: bold;
	color: #4EAADD;
}
#registerform .forma #registerkosarica small {
	font-size: 10px;
	color: #999999;
}
#registerform .forma #registerkosarica .checkbox {
	width: auto;
}



#wrapper .main {
	margin-top: 20px;
}
#wrapper .main .start {
	margin-bottom: 10px;
	/*padding-bottom: 20px;*/
	position: relative;
}
#wrapper .main .start .datum {
	font-size: 10px;
}

#wrapper .main .start .step1 {
	float: left;
	width: 300px;
	margin-left: 4px;
	padding-bottom: 30px;
	position: relative;
}
.step1 #slide1 {    /*  */    text-align: center;    width: 240px;	position: absolute; left:30px;}
.step1 .left1{	background: url("../images/prev.png");	background-repeat:no-repeat;	background-position:center;	height: 150px;    left: 0;    position: absolute;    width: 30px;    cursor: pointer;}
.step1 .right1{	background: url("../images/next.png");	background-repeat:no-repeat;	background-position:center;	height: 150px;    right: 0;    position: absolute;    width: 30px;    cursor: pointer;}
#wrapper .main .start .step1 ol li {
	padding-bottom: 3px;
	list-style-position: inside;
	list-style-type: decimal;
}

#wrapper .main .start .step2 {
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;		
	position:relative;
}
.step2 #slide2 {    /*  */    text-align: center;    width: 240px;	position: absolute;	left:40px;}
.step2 .left2{	background: url("../images/prev.png");	background-repeat:no-repeat;	background-position:center;	height: 150px;    left: 10px;    position: absolute;    width: 30px;    cursor: pointer;}
.step2 .right2{	background: url("../images/next.png");	background-repeat:no-repeat;	background-position:center;	height: 150px;    left: 280px;    position: absolute;    width: 30px;    cursor: pointer;}
#wrapper .main .start .step3 {
	float: left;
	width: 300px;
	padding-bottom: 30px;
	position:relative;
}
#wrapper .main .start .step3 .wrapstep {
	background: #f9fcf7; /* old browsers */
	background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* ie */
	border: 1px solid #F5F9F0;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wrapper .main .start .step3 .blockicon {
	height: 70px;
	width: 70px;
	float: left;
}
#wrapper .main .start .step3 .blocktext {
	float: left;
	width: 200px;
	margin-left: 5px;
}

.step3 #slide4 {    /*  */    text-align: center;    width: 240px;	position: absolute;	left:30px;}
.step3 .left4{	background: url("../images/prev.png");	background-repeat:no-repeat;	background-position:center;	height: 150px;    left: 0;    position: absolute;    width: 30px;    cursor: pointer;}
.step3 .right4{	background: url("../images/next.png");	background-repeat:no-repeat;	background-position:center;	height: 150px;    right: 0;    position: absolute;    width: 30px;    cursor: pointer;}


#wrapper .main .wrapbottom {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}



#wrapper .main .mainleft {
	float: left;
	width: 450px;
	position: relative;
}

#wrapper .main .mainright {
	float: right;
	width: 450px;
	position: relative;
}
#wrapper .main .mainleft .block , #wrapper .main .mainright .block{
	width: 430px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3F3F3;
	display: block;
	clear: both;
	min-height: 90px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 5px;
}
#wrapper .main .mainleft .block .blockicon, #wrapper .main .mainright .block .blockicon {
	float: left;
	height: 80px;
	width: 80px;
	margin-top: 5px;
}
#wrapper .main .mainleft .block .blocktext, #wrapper .main .mainright .block .blocktext{
	float: right;
	width: 340px;
}
#wrapper .tw {
	width: 300px;
	/*float: right;*/
	margin-left: 10px;
	/*background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;*/
}
#wrapper .fb {
	width: 300px;
	/*margin-left: 10px;
	float: left;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;*/
	margin-top: 10px;
}
#wrapper .tw a {
	color: #0286CE;
	text-decoration: none;
	line-height: 24px;
	display: block;
	background-image: url(../images/twitter-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}

#wrapper .tw a:hover {
	text-decoration: underline;
}
#wrapper .fb a {
	background-image: url(../images/facebook-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	display: block;
}

#wrapper .fb a:hover {
	text-decoration: underline;
}
#wrapper .twblock {
	background-image: url(../images/twitter_block.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 71px;
	width: 391px;
	display: block;
	margin-top: 15px;
	clear: both;
	position: relative;
}
#wrapper .twblock #tweets {
	height: 60px;
	width: 360px;
	position: absolute;
	left: 10px;
	top: 15px;
}
.wrapfoot {
	background-color: #333333;
	background-image: url(../images/foot.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.wrapfoot .foot {
	margin: auto;
	width: 950px;
	padding-top: 20px;
	color: #CCCCCC;
}

.wrapfoot .foot .start .step1 {
	float: left;
	width: 300px;
	margin-left: 4px;
	padding-bottom: 10px;
}
.wrapfoot .foot .start .step2 {
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	padding-bottom: 10px;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
}
.wrapfoot .foot .start .step3 {
	width: 300px;
	float: left;
	padding-bottom: 10px;
}
.wrapfoot .foot .start .step4 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
.wrapfoot .foot .start li {
	list-style-position:inside;
	list-style-type: square;
}
.wrapfoot a {
	color:#FFFFFF;
}
.wrapfoot .footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	color: #999999;
}
#tweets li {
	font-size:13px;
	background:url(../images/twitter.png) no-repeat left ;
	padding-left:25px;
	padding-top:4px;
	margin-left:10px;
	margin-top:8px;
	list-style-type:none;
	height:17px;
}
#tweets small {
	font-size: 10px;
}
#tweets .hash { color:#0066CC; } 

#tweets .reply { color:#0066CC; } 

#tweets a:link { text-decoration:none; color:#0066CC;}
#tweets a:active { text-decoration:none; color:#0066CC;}
#tweets a:hover { text-decoration:underline; color:#0066CC;}
#tweets a:visited { text-decoration:none; color:#0066CC;} 
#wrapper .header .messageform .smallpx {
	font-size: 12px;
}
#message_ok {
	padding: 5px 10px;
}
.doit {
	font-size: 20px;
	color: #FFFFFF;
	padding: 10px 20px;
	background: #0286CE; /* old browsers */
	/*border: 1px solid #ffffff;*/
	border: none;
	line-height: 80px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 20px;
	font-size: 20px;
	width:300px;
	height: 80px;
	color:#FFFFFF;
	cursor:pointer;	

}
.doit:hover {
	margin: auto;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 80px;
	background: #4EAADB; /* old browsers */
	/*border: 1px solid #ffffff;*/
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 20px;
	font-size: 20px;
	width:300px;
	height: 80px;
	color:#FFFFFF;
	cursor:pointer;	
}
.wrapblue {
	background-color: #0386CE;
	border: medium none;
    border-radius: 10px 10px 10px 10px;
	padding: 10px;
	color: #ffffff;		
	height: 145px;
	position: relative;
}
.blue {
	position: absolute;
	bottom: 10px;
	font-size: 14px;
	color: #999999;
	border: 1px solid #ffffff;
    border-radius: 10px 10px 10px 10px;
	padding: 10px 0px;
	font-size: 20px;
	width: 280px;
	cursor:pointer;	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
}
.blue:hover {
	font-size: 14px;
	color: #999999;
	border: 1px solid #ffffff;
    border-radius: 10px 10px 10px 10px;
	padding: 10px 20px;
	font-size: 20px;
	width: 280px;
	cursor:pointer;	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
}
.wrapgreen {
	background-color: #99CC00;
	border: medium none;
    border-radius: 10px 10px 10px 10px;
	padding: 10px;
	color: #ffffff;		
	height: 145px;
	position: relative;
}
.wrapred {
	background-color: #EC2688;
	border: medium none;
    border-radius: 10px 10px 10px 10px;
	padding: 10px;
	color: #ffffff;		
	height: 145px;
	position: relative;
}
.separator {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
.separator2 {
	/*padding-top:10px;*/
	margin-bottom: 30px;
	margin-top: 15px;
	/*padding-bottom: 10px;*/
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.separator3 {
	/*padding-top:10px;*/
	margin: 3px 0px;
	/*padding-bottom: 10px;*/
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.bar{
	margin-bottom: 30px;
}

.gumb1 {
	background: #FE9900; /* old browsers */
	background: -moz-linear-gradient(top, #FE9900 0%, #FE9900 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FE9900), color-stop(99%,#FE9900)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9900', endColorstr='#FE9900',GradientType=0 ); /* ie */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:none;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 18px;
	width:280px;
	color:#FFFFFF;
	cursor:pointer;
}
.gumb2 {
	background: #109619; /* old browsers */
	background: -moz-linear-gradient(top, #109619 0%, #109619 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#109619), color-stop(99%,#109619)); /* webkit */	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#109619', endColorstr='#109619',GradientType=0 ); /* ie */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:none;
	padding: 10px 20px;
	font-size: 20px;
	width:300px;
	height: 80px;
	color:#FFFFFF;
	cursor:pointer;	
}
.gumb3 {
	background: #EC2688; /* old browsers */
	background: -moz-linear-gradient(top, #EC2688 0%, #EC2688 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EC2688), color-stop(99%,#EC2688)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC2688', endColorstr='#EC2688',GradientType=0 ); /* ie */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:none;
	padding: 10px 20px;
	font-size: 20px;
	width:300px;
	height: 80px;
	color:#FFFFFF;	
	cursor:pointer;
}

.wrapanimation {
	position: relative;
}
#animation {
	float: right;
	width: 950px;
	height: 439px;
	background-image: url(../images/anim-bg.jpg);
}

.anitext{
	position:absolute;
	float: left;
	width: 400px;
	height: 380px;
	color: #ffffff;
	top:50px;
	left:60px;
	font-size: 17px;
	line-height: 21px;
	font-family: Helvetica;
}

/*#animation #youframe{
	width:400px; 
	height:233px; 
	z-index:10; 
	position:absolute;
	margin-top:-350px;
	margin-left:500px;
}*/



#animation li {
	list-style: none;
}#animation .animcija-bg{
	width: 950px;
	height: 439px;	} 
div.animcija-bg div.animacijatext{	width: 400px;	color: #ffffff;	font-size: 16px;	float:left;	margin: 30px;	line-height: 30px;}
.animcija-bg p{	}
.animcija-bg iframe{	float: right;	margin: 100px 30px;}

}#animation .animcija-bg img{
	
}

#animation li iframe{
	width:400px;
	height:233px;
	border: 5px solid #FFFFFF;
}

#nextani {
	position: absolute;
	bottom: 0;
	left: 450px;
	width: 60px;
	height: 10px;
	background: url(/images/downani.jpg) center center no-repeat #666666;
	z-index: 9999;
	cursor: pointer;
}
#pagerani {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9999;
	text-align: right;
}
#pagerani a{
	background-color:#bababa;
	border-width:1px;
	border-color:#2c2c2c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	opacity:0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity=50);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	float:left;
	margin: 3px;
	color: #ffffff;
}
#pagerani a:hover{
	background-color:#999999;
	border-width:1px;
	border-color:#2c2c2c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	opacity:0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity=50);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	float:left;
	margin: 3px;
	color: #ffffff;
	text-decoration: none;
}
#pagerani a.activeSlide {
	background-color:#000000;
	border-width:1px;
	border-color:#2c2c2c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	opacity:0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity=50);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	float:left;
	margin: 3px;
	color: #ffffff;
	text-decoration: none;	
}
#statsani {
    background: -moz-linear-gradient(center top , #A5A5A5 1%, #666666 99%) repeat scroll 0 0 transparent;
    border: 1px solid #666666;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    left: 160px;
    line-height: 16px;
    padding: 5px 3px;
    position: absolute;
    text-align: center;
    width: 630px;
    z-index: 9999;
}

/*youtube movie*/

#fancybox-content{
	width: 400px;
	height: 233px;
	z-index: 99999;
}

#fancybox-wrap{
	width: 400px;
	height: 233px;
	z-index: 99999;
}

#fancybox-close{
	z-index: 999999;
}

#animation li img{
	position: absolute;
	top: 50px;
	left: 450px;
	
}



#youfancybox{
	border: solid 2px #ffffff;
	margin-left: 100px;
	margin-top:-20px;
}

#youfancybox2{
	margin-top: 170px;
	border: solid 2px #ffffff;
	margin-left: 100px;
}

