﻿@charset "utf-8";


/* =Fonts
-------------------------------------------------------------- */
@font-face {
  font-family: 'vocesregular';
  src: url('../fonts/voces.regular.eot');
  src: url('../fonts/voces.regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/voces.regular.woff') format('woff'),
    url('../fonts/voces.regular.ttf') format('truetype'),
    url('../fonts/voces.regular.svg#vocesregular') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* =Globals
-------------------------------------------------------------- */
html {
  position: relative;
	height: 100%;
  overflow-y: scroll;
}
body {
  position: relative;
	height: 100%;
  font: 12px Verdna, Arial, sans-serif;
	line-height: 1.35;
  color: #000;
  background: #E5E5E6;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:link, a:visited, a:active {/*Internet Explorer 7 and earlier versions don’t support the value inherit for any properties other than direction and visibility.*/
	color: #0072BC;
	text-decoration: none;
  outline: none;
}




/* =Components
-------------------------------------------------------------- */

/*** Boxes ***/
.ddBox1 {
  border: 1px solid #fff;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.25);
}
.ddBox2 {
  width: 176px;
  height: 160px;
  padding: 8px 16px;
}
.ddBox2.blue {
  background: #afd5e0;
}
.ddBox2.green {
  background: #eaf6b0;
}
.ddBox2 .title {
  font-size: 16px;
  color: #0072BC;
  text-align: center;
}
.ddBox2 ul {
}
.ddBox2 li {
  position: relative;
  font-size: 14px;
  padding-left: 16px;
  margin: 16px 0;
}
.ddBox2 li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 7px;
  margin-top: -3px;
  background: url("../images/sprite_misc.png") no-repeat -33px 0;     
}


/*** Buttons & Call 2 Action***/
.ddBtn {
  width: 224px;
}
.ddBtn a {
  display: block;
  height: 64px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.c2a.absSub .ddBtn a, .ddBtn.absSub a {
  background: #703d87;
}
.c2a.absSub {
  color: #703d87;
}
.c2a.onReg .ddBtn a, .ddBtn.onReg a {
  background: #1d7fa4;
}
.c2a.onReg {
  color: #1d7fa4;
}
.c2a.offReg .ddBtn a, .ddBtn.offReg a {
  background: #e06b04;
}
.c2a.offReg {
  color: #e06b04;
}
.c2a.acc .ddBtn.acc a, .ddBtn.acc a, .c2a.soc .ddBtn.soc a, .ddBtn.soc a {
  background: #7ba919;
}
.c2a.acc, .c2a.soc {
  color: #7ba919;
}
.ddBtn a .line {
  display: block;
  line-height: 1;
  font-size: 12px;
  padding-top: 12px;
}
.ddBtn.soc a .line {
  font-size: 18px;
}
.ddBtn.acc a .line {
  font-size: 18px;
  padding-top: 26px;
}
.ddBtn a .line+.line {
  font-size: 18px;
  padding-top: 8px;
}
.c2a {
  margin: 16px 0;
}
.c2a.aLeft .ddBtn {
  float: left;
}    
.c2a.aLeft .desc {
  padding-top: 12px;
  margin-left: 248px;
}
.c2a.aLeft .desc a:hover {
  text-decoration: underline;
}
.c2a.aCenter {
  text-align: center;
}
.c2a.aCenter .ddBtn {
  margin: 8px auto;
}




/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}




/* =Page Wrapper
-------------------------------------------------------------- */
#pageWrapper {
	position: relative;
  width: 940px;
	min-height: 100%;
	height: auto !important;/*IE fix za footer sticked to bottom*/
	height: 100%;/*IE fix za footer sticked to bottom*/
	margin: 0 auto;
}




/* =Header
-------------------------------------------------------------- */
#header {
  position: relative;
  padding-top: 10px;
}
#header .intro {
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
}
#header .intro h1 {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #0072BC;
}
#header .intro h1  sup {
  position: relative;
  top: -0.4em;
  font-size: 0.75em;
}
#header .intro p {
  font-size: 14px;
  font-style: italic;
  color: #202e3f;
  margin: 8px 0;
}
#header .intro p+p {
  font-size: 12px;
  font-style: normal;
  color: #0072BC;
}
#header .logo {
  position: absolute;
  top: 18px;
  left: 0;
}
#header .logo+.logo {
  left: auto;
  right: 0;
}
#header .slider {
	position: relative;
  height: 290px;
  margin: 24px auto;
  width: 940px;
}
#header .slider .slides {
}
#header .slider .slides ul {
	position: relative;
}
#header .slider .slides li {
}
#header .slider .slides img {
	width: 940px;
	height: 290px;
}
#header .slider .pager {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 20px;
  text-align: center;
  margin-left: -36px;
  background: #fff;
  z-index: 9999;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 -4px 4px -4px rgba(0,0,0,0.5), 4px 0 4px -4px rgba(0,0,0,0.5), -4px 0 4px -4px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 -4px 4px -4px rgba(0,0,0,0.5), 4px 0 4px -4px rgba(0,0,0,0.5), -4px 0 4px -4px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 -4px 4px -4px rgba(0,0,0,0.5), 4px 0 4px -4px rgba(0,0,0,0.5), -4px 0 4px -4px rgba(0,0,0,0.5);
}
#header .slider .pager a {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  margin: 7px 2px 0;
  background: url("../images/sprite_misc.png") no-repeat -10px -12px;
 
}
#header .slider .pager a.activeSlide {
  background-position: 0 -12px;
}




/* =Body
-------------------------------------------------------------- */
#main {
  height: 100%;
  padding-bottom: 106px;
}




/* =Sidebar
-------------------------------------------------------------- */
#aside {
  float: left;
  width: 280px;
}
#aside .nav {
}
#aside .nav ul {
}
#aside .nav li {
  position: relative;
  padding-left: 15px;
}
#aside .nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  height: 1px;
  margin-left: -180px;
  background: url("../images/underline300.png") no-repeat center 0;
}
#aside .nav li:first-child:before {
  display: none;
}


#aside .nav li.active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 12px;
  margin-top: -6px;
  background: url("../images/sprite_misc.png") no-repeat 0 0; 
}
#aside .nav li a {
  line-height: 30px;
  font-size: 14px;
  color: #202e3f;
}
#aside .nav li a:hover, #aside .nav li.active a  {
  color: #0072BC;
}
#aside .btnSet {
  margin-top: 64px;
}
#aside .ddBtn {
  margin-top: 16px;
}


/* =Content
-------------------------------------------------------------- */
#content {
  position: relative;
  float: right;
  width: 650px;
  min-height: 532px;
  background: #f4f4f4;
}
#content .inner {
  padding: 10px;
}

/* Intro */
#content .inner .intro {
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
}
#content .inner .intro h2 {
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #0072BC;
}
#content .inner .intro h2  sup {
  position: relative;
  top: -0.4em;
  font-size: 0.75em;
}
#content .inner .intro p {
  font-size: 16px;
  font-style: italic;
  color: #202e3f;
  margin: 8px 0;
}
/*
#content .inner .intro p+p {
  font-size: 12px;
  font-style: normal;
  color: #0072BC;
}
*/
/* Head */
#content .inner .head {
  position: relative;
}
#content .inner .head .title {
  clear: both;
  position: relative;
  font-size: 18px;
  color: #0072BC;
  padding-left: 16px;
  margin-bottom: 32px;
}
#content .inner .head .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url("../images/sprite_misc.png") no-repeat -19px 0;
}



/* Body */
#content .inner .body {
}
#content .inner .body ul {
}
#content .inner .body li {
  position: relative;
}
#content .inner .body p {
  clear: both;
  margin: 16px 0;
}
#content .inner .body p.note {
  font-size: 11px;
}
#content .inner .body p.ord {
  position: relative;
}
#content .inner .body p.ord:before {
  content: '';
  position: absolute;
  left: -26px;
  top: -2px;
  width: 19px;
  height: 19px;
  background: url("../images/sprite_misc.png") no-repeat 0 -22px;
}
#content .inner .body p.ord.ord1:before {
  background-position: 0 -22px;
}
#content .inner .body p.ord.ord2:before {
  background-position: -19px -22px;
}
#content .inner .body p a, #content .inner .body ul.l4 a, #content .inner .body p strong {
  color: #0072BC;
}
#content .inner .body p strong {
  font-weight: normal;
}
#content .inner .body p a:hover, #content .inner .body ul.l4 a:hover {
  text-decoration: underline;
}
#content .inner .body .title {
  position: relative;
}
#content .inner .body img.full {
  display: block;
  width: 540px;
  margin-left: -30px;
}
#content .inner .body img.full.ddBox1 {
  margin-left: -31px;
}
#content .inner .body img.aLeft {
  float: left;
  margin: 0 12px 12px 0;
}
#content .inner .body img.aRight {
  float: right;
  margin: 0 0 12px 12px;
}
#content .inner .body img.aCenter {
  display: block;
  margin: 0 auto;
}

/* Foot */
#content .inner .foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
}
#content .inner .foot .nav li {
  position: relative;
  color: #0072BC;
  margin: 0 10px;
}
#content .inner .foot .nav ul li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 7px;
  top: 50%;
  margin-top: -3px;
  background: url("../images/sprite_misc.png") no-repeat;
}
#content .inner .foot .nav li.prev {
  float: left;
  padding-left: 12px;
}
#content .inner .foot .nav li.prev:before {
  left: 0;
  background-position: -25px 0;
}
#content .inner .foot .nav li.next {
  float: right;
  padding-right: 12px;
}
#content .inner .foot .nav li.next:before {
  right: 0;
  background-position: -29px 0;
}




/* =Footer
-------------------------------------------------------------- */
#footer {
	position: absolute;
  left: 50%;
	bottom: 16px;
	width: 960px;
  height: 64px;
  color: #202e3f;
	margin-left: -480px;
}
#footer:before, #footer:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1200px;
  height: 2px;
  margin-left: -600px;
  background: url("../images/underline1200.png") no-repeat center 0;
}
#footer:before {
  top: 0;
}
#footer:after {
  bottom: 0;
}
#footer .nav {
  margin: 8px 0;
}
#footer .nav ul {
  text-align: center;
}
#footer .nav li {
  display: inline-block;
  font-size: 11px;
}
#footer .nav li:before {
  content: '/';
  font-size: 12px;
  margin: 0 4px 0 2px;
}
#footer .nav li:first-child:before {
  display: none;
}
#footer .nav li a {
}
#footer .nav li a:hover, #footer .nav li.active a  {
  color: #0072BC;
}
#footer .contact {
  text-align: center;
  line-height: 21px;
  margin-top: 12px;
}
#footer .contact .addr {
  position: relative;
  display: inline-block;
  padding-left: 87px;
}
#footer .contact .addr:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 87px;
  height: 21px;
  background: url("../images/logo3.png") no-repeat 0 0;
}
#footer .contact a:hover {
  color: #0072BC;
  text-decoration: underline;
}




/* =ToTop Widget
-------------------------------------------------------------- */
#ddToTop, #ddToTopHover {
  position: fixed;
  width: 23px;      
  height: 108px;
  top: 50%;
  left: 50%;
  text-indent: -9999px;
  margin-left: 470px;
  background: url("../images/totop.png") no-repeat 0 0;
  z-index: 9999;
  cursor: pointer;
}

.table_program td {
	padding: 10px;
}

