* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	background: #231f20 url(../images/background.jpg) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231f20;
	padding-bottom: 80px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #231f20;
	margin-left: -2px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #231f20;
	text-transform: uppercase;
}
#flashcontent {
		height: 100%;
}
.green {
	color: #4fb446 !important; /*07b917*/
}
.red {
	color: #ed1c24 !important;
}
.black {
	color: #231f20 !important;
}
.white {
	color: #ffffff !important;
}
.paddingright {
	padding-right: 10px;
}
.paddingleft {
	padding-left: 10px;
}
.paddingbottom {
	padding-bottom: 10px;
}
.paddingtop {
	padding-top: 10px;
}
.center {
	display: block;
	margin: 0 auto;
}
.margintop {
	margin-top: 10px;
}
.marginbottom {
	margin-bottom: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.uppercase {
	text-transform: uppercase;
}
/* CONTAINER */
#container {
	width: 914px;
	position: relative;
	z-index: 0;
	margin: 50px auto 0;
}
#containertop {
	width: 914px;
	height: 13px;
	float: left;
	background: url(../images/container-top.png);
	position: relative;
	z-index: 0;
}
#containermiddle {
	width: 914px;
	float: left;
	background: url(../images/container.png);
	position: relative;
	z-index: 0;
}
#containerbottom {
	width: 914px;
	height: 14px;
	float: left;
	background: url(../images/container-bottom.png);
	position: relative;
	z-index: 0;
}
#leftcolumn {
	width: 637px;
	padding-left: 10px;
	float: left;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}
#rightcolumn {
	width: 237px;
	padding-right: 17px;
	padding-left: 13px;
	float: left;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}
.new {
	width: 252px;
	height: 81px;
	margin-left: -5px;
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#rightcolumn .red {
	font-size: 10px;
}
#footer {
	width: 900px;
	height: 182px;
	margin: -20px auto;
	background: url(../images/footer.png);
	position: relative;
	z-index: 2;
}
.clear {
	width: 0;
	height: 0;
	clear: both;
	position: relative;
	z-index: 0;
}

/* LOGO */
#newmoment {
	width: 213px;
	height: 69px;
	background: url(../images/newmoment-logo.png);
	position: absolute;
	text-decoration: none;
	top: -5px;
	left: 10px;
}
#yr {
	width: 78px;
	height: 72px;
	background: url(../images/yr-logo.png);
	position: absolute;
	text-decoration: none;
	top: -5px;
	right: 0;
}
#newmoment span, #yr span {
	visibility: hidden;
}

/* CONTACT */
a#contact {
	width: 78px;
	height: 25px;
	background: url(../images/top-right-edge.png);
	position: absolute;
	z-index: 9;
	right: 7px;
	top: -9px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
a#contact:hover {
	color: #231f20;
}
div#contactform {
	width: 260px;
	margin-left: -13px;
	margin-right: -13px;
	margin-top: 16px;
}
#contactformtop {
	width: 260px;
	height: 11px;
	background: url(../images/contact-top.gif) no-repeat;
}
#contactformcontent {
	width: 260px;
	padding-top: 5px;
	background: url(../images/contact-content.gif);
}
#contactformbottom {
	width: 260px;
	height: 11px;
	background: url(../images/contact-bottom.gif) no-repeat;
}
.contacttext, .contacttext_err {
	width: 166px;
	margin-left: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 2px;
}
.contacttext {
	color: #ffffff;
}
.contacttext_err {
	color: #231f20;
}
.contactselect {
	color: #231f20;
}
.contactselect, .contactselect_err {
	width: 164px;
	height: 17px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	background: url(../images/input.gif) no-repeat center;
	margin-left: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contactselect:focus, .contacttextarea:focus {
	font-weight: bold;
}
.contacttextarea, .contacttextarea_err {
	width: 166px;
	height: 100px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	background: url(../images/textarea.gif) center;
	margin-left: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231f20;
	overflow: auto;
}
.buttonreset {
	width: 100px;
	width: 68px;
	height: 19px;
	line-height: 19px;
	background: url(../images/button.gif) no-repeat center;
	margin-left: 28px;
	margin-top: 5px;
	font-size: 11px;
	color: #231f20;
}
.buttonreset:hover {
	color: #ed1c24;
}
.buttonsend {
	width: 100px;
	width: 68px;
	height: 19px;
	margin-top: 5px;
	line-height: 19px;
	background: url(../images/button.gif) no-repeat center;
	margin-left: 16px;
	font-size: 11px;
	color: #231f20;
}
.buttonsend:hover {
	font-weight: bold;
}

/* MAIN MENU */
#mainmenu {
	text-align: right;
	margin-top: 65px;
	text-transform: uppercase;
	position: relative;
	margin-right: -5px;
	font-size: 11px;
	position: relative;
	float: left;
}
#mainmenu li {
	list-style: none;
	color: #231f20;
	font-weight: bold;
	height: 16px;
}
#mainmenu a {
	background-image: url(../images/main-link-hover.gif);
	background-repeat: no-repeat;
	background-position: right -12px;
	padding-right: 27px;
	text-decoration: none;
	color: #ed1c24;
	font-size: 10px;
}
#mainmenu a:hover {
	background-position: right 0;
	color: #ed1c24;
}
#mainmenu a.active {
	background-position: right -24px;
	color: #ed1c24;
}
#rightcolumn .divider {
	width: 228px;
	height: 14px;
	background: url(../images/rightcol-divider.gif) no-repeat center;;
	clear: both;
	margin: 20px auto;
}

/* RED BOX */
#redbox {
	width:634px;
	position: relative;
	margin-top: 70px;
	float: left;
}
#redboxtop {
	width: 634px;
	height: 14px;
	background: url(../images/redbox-top.gif);
	float: left;
	position: relative;
}
#redboxcontent {
	width: 608px;
	padding-left: 13px;
	padding-right: 13px;
	background: url(../images/redbox.gif);
	float: left;
	position: relative;
	/*min-height: 270px;*/
}
#redboxbottom {
	width: 614px;
	height: 40px;
	background: url(../images/redbox-bottom.gif);
	float: left;
	position: relative;
	line-height: 40px;
	font-size: 12px;
	padding-left: 20px;
}
#newred {
	width: 568px;
	height: 181px;
	background: url(../images/new-red.gif) no-repeat;
	margin: 20px auto 0px;
	position: relative;
	z-index: 2;
}
/* RED BOX AJAX LINKS */
#redboxbottom a.loadMe {
	text-transform: uppercase;
	text-decoration: none;
	color: #231f20;
	font-weight: bold;
}
#redboxbottom a.loadMe:hover {
	color: #ffffff;
}
#redboxbottom a.inactive {
	color: #9b7c84!important;
	cursor: default;
}
#redboxbottom a.active {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

/* BLACK BOX */
#blackbox {
	width:634px;
	position: relative;
	margin-top: 70px;
	float: left;
}
#blackboxtop {
	width: 634px;
	height: 14px;
	background: url(../images/blackbox-top.gif);
	float: left;
	position: relative;
}
#blackboxcontent {
	width: 608px;
	padding-left: 13px;
	padding-right: 13px;
	background: url(../images/blackbox.gif);
	float: left;
	position: relative;
	z-index: 1;
	/*min-height: 270px;*/
}
#blackboxbottom {
	width: 614px;
	height: 40px;
	background: url(../images/blackbox-bottom.gif);
	float: left;
	position: relative;
	line-height: 20px;
	font-size: 12px;
	padding-left: 20px;
}
/* BLACK BOX AJAX LINKS */
#blackboxbottom a.loadMe {
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#blackboxbottom a.loadMe:hover {
	color: #ed1c24;
}
#blackboxbottom a.loadMe:visited {
	color: #ed1c24 !important;
}

/* GRAY BOX */
#graybox {
	width:634px;
	position: relative;
	margin-top: 70px;
	float: left;
}
#grayboxtop {
	width: 634px;
	height: 14px;
	background: url(../images/graybox-top.gif);
	float: left;
	position: relative;
}
#grayboxcontent {
	width: 608px;
	padding-left: 13px;
	padding-right: 13px;
	background: url(../images/graybox.gif);
	float: left;
	position: relative;
	z-index: 1;
	/*min-height: 270px;*/
}
#grayboxbottom {
	width: 634px;
	height: 40px;
	background: url(../images/graybox-bottom.gif);
	float: left;
	position: relative;
	line-height: 20px;
	font-size: 12px;
}

/* GREEN BOX */
#greenbox {
	width:634px;
	position: relative;
	margin-top: 70px;
	float: left;
}
#greenboxtop {
	width: 634px;
	height: 14px;
	background: url(../images/greenbox-top.gif);
	float: left;
	position: relative;
}
#greenboxcontent {
	width: 608px;
	padding-left: 13px;
	padding-right: 13px;
	background: url(../images/greenbox.gif);
	float: left;
	position: relative;
	z-index: 1;
	/*min-height: 270px;*/
}
#greenboxbottom {
	width: 634px;
	height: 40px;
	background: url(../images/greenbox-bottom.gif);
	float: left;
	position: relative;
	line-height: 20px;
	font-size: 12px;
}

/* NETWORK */
ul#strelice {
	list-style: none;
	margin-top: 165px;
}
ul#strelice li {
	width: 66px;
	height: 101px;
	float: left;
	background-image: url(../images/strelica.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 1px;
}
ul#strelice li:hover {
	background-position: 0 -105px;
}
ul#strelice a {
	width: 66px;
	height: 101px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	font-size: 9px;
}
ul#strelice a span {
	visibility: hidden;
}
ul#strelice a:hover span {
	visibility: visible;
}
ul#strelice span.grad {
	text-align: center;
	color: #000000;
	visibility: visible !important;
	margin-left: -1px;
}
ul#strelice a:hover span.grad {
	color: #ffffff;
}
ul#strelice span.adresa {
	position: absolute;
	z-index: 2;
	color: #ffffff;
	font-size: 12px;
	top: 20px;
	left: 20px;
	text-align: left;
}


/* MANIFESTO */
ul#ideas {
	list-style: none;
}
ul#ideas li {
	width: 60px;
	height: 56px;
	position: absolute;
	z-index: 3;
}
ul#ideas a {
	width: 60px;
	height: 56px;
	display: block;
	position: relative;
	z-index: 3;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#ideas a:hover {
	background-position: 0 -56px;
}
ul#ideas a span {
	text-align: center;
	color: #ffffff;
	visibility: hidden;
	position: absolute;
	z-index: 4;
}
ul#ideas a:hover span {
	color: #000000;
	visibility: visible;
}
/* I */
ul#ideas li#i {
	top: 88px;
	left: 132px;
}
ul#ideas li#i a {
	background-image: url(../images/i.gif);
}
ul#ideas li#i a span {
	bottom: -253px;
	left: 82px;
	width: 210px;
}
/* D */
ul#ideas li#d {
	top: 13px;
	left: 200px;
}
ul#ideas li#d a {
	background-image: url(../images/d.gif);
}
ul#ideas li#d a span {
	bottom: -329px;
	left: 12px;
	width: 210px;
}
/* E */
ul#ideas li#e {
	top: 48px;
	left: 295px;
}
ul#ideas li#e a {
	background-image: url(../images/e.gif);
}
ul#ideas li#e a span {
	bottom: -270px;
	left: -82px;
	width: 210px;
}
/* A */
ul#ideas li#a {
	top: 29px;
	left: 387px;
}
ul#ideas li#a a {
	background-image: url(../images/a.gif);
}
ul#ideas li#a a span {
	bottom: -270px;
	left: -175px;
	width: 210px;
}
/* S */
ul#ideas li#s {
	top: 108px;
	left: 453px;
}
ul#ideas li#s a {
	background-image: url(../images/s.gif);
}
ul#ideas li#s a span {
	bottom: -180px;
	left: -240px;
	width: 210px;
}
.manifesto {
	width: 332px;
	height: 328px;
	background: url(../images/manifesto.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -31px;
	position: relative;
	z-index: 2;
	margin-top: 70px;
}

/* MISSION */
#mission {
	width: 500px;
	height: 500px;
	margin: 0 auto;
	position:relative;
	margin-bottom: -31px;
	background: url(../images/mission.gif) no-repeat center;
}
#mission span {
	background: #000000;
}
/* discover */
#mission a#discover {
	width: 67px;
	height: 375px;
	display: block;
	position: absolute;
	left: 18px;
	top: 40px;
	background-image: url(../images/discover.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mission a#discover:hover {
	background-position: 0 -375px;
}
#mission a#discover span {
	position: absolute;
	top: 160px;
	left: 135px;
	width: 200px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	visibility: hidden;
}
#mission a#discover:hover span {
	visibility: visible;
}
/* inspire */
#mission a#inspire {
	width: 375px;
	height: 67px;
	display: block;
	position: absolute;
	left: 87px;
	top: 18px;
	background-image: url(../images/inspire.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mission a#inspire:hover {
	background-position: 0 -67px;
}
#mission a#inspire span {
	position: absolute;
	top: 182px;
	left: 68px;
	width: 200px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	visibility: hidden;
}
#mission a#inspire:hover span {
	visibility: visible;
}
/* create */
#mission a#create {
	width: 67px;
	height: 375px;
	display: block;
	position: absolute;
	right: 18px;
	top: 87px;
	background-image: url(../images/create.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mission a#create:hover {
	background-position: 0 -375px;
}
#mission a#create span {
	position: absolute;
	top: 113px;
	left: -265px;
	width: 200px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	visibility: hidden;
}
#mission a#create:hover span {
	visibility: visible;
}
/* build */
#mission a#build {
	width: 375px;
	height: 67px;
	display: block;
	position: absolute;
	left: 40px;
	bottom: 18px;
	background-image: url(../images/build.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mission a#build:hover {
	background-position: 0 -67px;
}
#mission a#build span {
	position: absolute;
	top: -215px;
	left: 115px;
	width: 200px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	visibility: hidden;
}
#mission a#build:hover span {
	visibility: visible;
}
/* PARTNERI */
ul.partneri {
	width: 200px;
	float: left;
	list-style: none;
	margin-top: 10px;
}
ul.partneri li {
	width: 190px;
	float: left;
	list-style: none;
	height: 18px;
	line-height: 18px;
	padding-left: 14px;
}
ul.partneri a {
	float: left;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
}
ul.partneri a:hover {
	width: 200px;
	float: left;
	text-decoration: none;
	color: #ed1c24;
}

/* 3 BOXES */
.boxes {
	width: 634px;
	position: relative;
	margin-top: 20px;
	float: left;
}
.boxestop {
	width: 634px;
	height: 15px;
	background: url(../images/3boxtop.gif);
	float: left;
	position: relative;
}
.boxescontent {
	width: 634px;
	background: url(../images/3boxcontent.gif);
	float: left;
	position: relative;
}
.boxesbottom {
	width: 634px;
	height: 15px;
	background: url(../images/3boxbottom.gif);
	float: left;
	position: relative;
}
.boxes .content {
	width: 180px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.boxes img {
	float: left;
	margin-right: 5px;
}
.content a {
	text-decoration: none;
	color: #ed1c24;
	text-align: center;
	margin-top: -20px;
	width: 190px;
}
.content a:hover {
	text-decoration: none;
	color: #231f20;
}
.newsmall {
	width: 90px;
	height: 29px;
	background: url(../images/newsmall.gif) no-repeat;
	float: right;
	margin-top: -10px;
	margin-right: -8px;
}
.frontbox {
	float: left;
	text-decoration: none;
	display: block;
	margin-top: 10px;
}
/* TEXT */
.text {
	padding: 2%;
	float: left;
	width: 96%;
	margin-top: 10px;
}
#text {
	padding: 2%;
	float: left;
	width: 96%;
	margin-top: 10px;
}
#text a {
	text-decoration: none;
	color: #ed1c24;
	font-weight: bold;
}
#text a:hover {
	text-decoration: underline;
}
#text ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 12px;
}
#text img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #231f20;
	max-width: 600px;
}
#text img:hover {
	border: 2px solid #ed1c24;
}
.peoplesfunction {
	margin-top: 10px;
	width: 320px;
	padding-left: 20px;
	float: left;
	font-size: 10px;
}
.name {
	font-size: 20px;
	margin-bottom: 8px;
	color: #231f20;
	text-transform: uppercase;
}
.function {
	font-size: 14px;
	margin-bottom: 20px;
	color: #ed1c24;
	text-transform: uppercase;
	font-weight: bold;
}
.about {
	margin-bottom: 8px;
	font-size: 11px;
}
.small {
	font-size: 10px;
}
.newlink {
	margin-top: 50px;
	margin-left: 10px;
	text-decoration: none;
	position: relative;
	float: left;
}
#new {
	width: 272px;
	height: 155px;
	background: url(../2008/new.gif) no-repeat;
}
#gillette {
	width: 76px;
	height: 164px;
	display: block;
	background-image: url(../2008/gillette.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration:none;
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 10;
}
#gillette span {
	visibility: hidden;
}
#gillette:hover {
	background-position: 0 -164px;
}
#glas {
	width: 105px;
	height: 108px;
	display: block;
	background-image: url(../2008/glas.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration:none;
	position: absolute;
	top: 65px;
	right: 105px;
	z-index: 10;
}
#glas span {
	visibility: hidden;
}
#glas:hover {
	background-position: 0 -108px;
}
