/* ERIC MEYER'S CSS RESET
------------------------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:						0;
	padding:					0;
	border:						0;
	outline:						0;
	font-size:					100%;
	vertical-align:				baseline;
	background:				transparent;
	}

body {
	line-height:				1;
	}

html {
	height:						100.1%
	}

ol, ul {
	list-style:					none;
	}

blockquote, q {
	quotes:						none;
	}

/* remember to define focus styles! */
:focus {
	outline:						0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:			none;
	}

del {
	text-decoration:			line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:			collapse;
	border-spacing:			0;
	}

/* POSEIDON STYLE
------------------------------------------------------------ */

body {
	background:				#dbe2e2;
	font-size:					1em;
	font-family:				verdana,sans-serif;
	color:						#333;
	}

.wrap {
	width:						920px;
	height:						700px;
	margin-left:				auto;
	margin-right:				auto;
	margin-top:				10px;
	}

.main {
	width:						920px;
	height:						630px;
	float:							left;
	background:				#fff;
	padding-bottom:			10px;
	margin-bottom:			10px;
	font-size:					0.689em;
	}

.header {
	position:					relative;
	width:						900px;
	height:						166px;
	margin-left:				10px;
	margin-top:				10px;
	}

.title {
	display:block;
	height:32px;
	position:absolute;
	top:-105px;
	left:206px;
	background-image: url(../img/title-line.png);
	background-repeat: no-repeat;
	width: 200px;
	padding-left: 15px;
	font-size: 18px;
	color: #FFF;
	padding-top: 13px;
}

.leftColumn a.headLink {
	position:					absolute;
	top:							-105px;
	left:							10px;
	width:						180px;
	height:						45px;
	display:						block;
	background:				url("../img/poseidonlogo.gif") no-repeat;
	}
	
.headLink2 {
	position:					absolute;
	top:							-107px;
	left:							508px;
	width:						380px;
	height:						20px;
	display:						block;
	text-align: right;
	color: #FFF;
	}

.header a {
	position:					absolute;
	top:							15px;
	left:							15px;
	width:						180px;
	height:						45px;
	}

.header h1, .header h2 {
	display:						none;
	}

.date-time {
	position:					absolute;
	margin-left:				10px;
	margin-top:					100px;
	}

.leftColumn {
	position:					relative;
	display:						inline;
	float:							left;
	width:						225px;
	margin-left:				10px;
	margin-top:				-48px;
	z-index:						10;
	}

.navigation {
	width:						225px;
	height:						378px;
	background:				url(../img/navBack.jpg) left bottom no-repeat;
	}

.navLinks {
	display:						inline;
	float:							left;
	width:						106px;
	height:						372px;
	margin-left:				19px;
	}

.navLinks a {
	display:						block;
	width:						106px;
	height:						12px;
	color:						#666;
	text-decoration:			none;
	margin-bottom:			7px;
	padding-top:				5px;
	border-top:				1px solid #fff;
	}

.navLinks a:hover, a.navLinkOn, a.navLinkOnNoSub {
	color:						#09f;
	}

a.navLinkOn {
	border-top:				1px solid #e6e6e6;
	}

a.navLinkOnNoSub {
	border-top:				1px solid #fff;
	}

.subnavigation {
	float:							left;
	width:						100px;
	}

.subnavigation.about {
	border-top:				1px solid #e6e6e6;
	margin-top:				25px;
	}

.subnavigation.services {
	border-top:				1px solid #e6e6e6;
	margin-top:				50px;
	}

.subnavigation.partners {
	border-top:				1px solid #e6e6e6;
	margin-top:				125px;
	}

.subnavigation.press {
	border-top:				1px solid #e6e6e6;
	margin-top:				200px;
	}
	
.subnavigation.updates {
	border-top:				1px solid #e6e6e6;
	margin-top:				250px;
	}

.subnavigation a {
	display:						block;
	width:						100px;
	height:						11px;
	text-decoration:			none;
	color:						#999;
	font-size:					0.9em;
	margin-bottom:			8px;
	padding-top:				6px;
	}

.subnavigation a:hover, a.subnavLinkOn {
	color:						#09f;
	}

.login {
	width:						196px;
	height:						113px;
	background:				url(../img/loginBack.jpg) no-repeat;
	padding:					11px 0 0 19px;
	}

.login p {
	color:						#fff;
	font-weight:				bold;
	margin-bottom:			8px;
	}

.login Form input#username,
.login Form input#lykilord {
	width:						170px;
	background:				#e6eded;
	border:						1px solid #c4d4d4;
	font-family:				verdana, sans-serif;
	font-size:					1em;
	color:						#666;
	margin-bottom:			8px;
	padding:					2px;
	}

.login Form input#submit {
	width:						27px;
	height:						20px;
	background:				url(../img/loginSubmitBtn.gif) no-repeat;
	border:						0px;
	cursor:						pointer;
	float:							right;
	margin-right:				19px;
	}

#loginMsg p {
	font-size:					0.9em;
	color:						#fff;
	}

.content {
	display:						inline;
	float:							left;
	width:						675px;
	margin-top:				-82px;
	}

.homeImg {
	float:							left;
	width:						675px;
	height:						203px;
	}

.homeFlash {
	float:							left;
	width:						675px;
	height:						200px;
	margin-top:				3px;
	overflow:					hidden;
	}

.ImgReplace {
	float:							left;
	width:						675px;
	height:						106px;
	background:				#e6e6e6;
	}

.ImgReplaceLess {
	float:							left;
	width:						675px;
	height:						88px;
	background:				#e6e6e6;
	}

.newsTicker {
	position:					relative;
	float:							left;
	width:						675px;
	height:						19px;
	background:				#ccc;
	padding-top:				6px;
	color:						#069;
	font-weight:				bold;
	}

.newsTicker a {
	text-decoration:			none;
	color:						#069;
	font-weight:				bold;
	}

.newsTicker a:hover {
	text-decoration:			underline;
	}

.textBody {
	float:							left;
	position:					relative;
	width:						675px;
	background:				#e6e6e6;
	padding-bottom:			15px;
	}

.textBody p {
	line-height:				1.6;
	margin-bottom:			17px;
	}

.homeText {
	position:					relative;
	float:							left;
	width:						450px;
	height:						293px;
	z-index:						1;
	}
	
.homeText2 {
	position:					relative;
	float:							left;
	width:						330px;
	height:						293px;
	z-index:						1;
	}

.homeNews {
	position:					relative;
	float:							left;
	width:						670px;
	height:						293px;
	z-index:						1;
	}

.homeText h2 {
	margin-left:				15px;
	margin-top:				19px;
	margin-bottom:			21px;
	}

.homeText2 h2 {
	margin-left:				10px;
	margin-top:				15px;
	margin-bottom:			15px;
	}
	
.homeNews h2 {
	margin-left:				15px;
	margin-top:				19px;
	margin-bottom:			21px;
	}

.homeText p {
	margin-left:				15px;
	margin-right:				15px;
	}

.homeText2 p {
	margin-left:				10px;
	margin-right:				10px;
	text-align: justify;
	}
	
.homeNews p {
	margin-left:				15px;
	margin-right:				15px;
	}

.homeOffice {
	position:					relative;
	float:							left;
	width:						220px;
	height:						273px;
	margin-top:				20px;
	border-left:				1px solid #fff;
	color:						#999;
	z-index:						1;
	}

.homeOffice2 {
	position:					relative;
	float:							left;
	width:						340px;
	height:						273px;
	margin-top:				15px;
	border-left:				1px solid #fff;
	color:						#006699;
	z-index:						1;
	}

.homeOffice p {
	margin-top:				-4px;
	margin-left:				15px;
	}

.homeOffice2 p {
	margin-top:				-4px;
	margin-left:				15px;
	}

.homeOffice a {
	color:						#666;
	}

.homeOffice2 a {
	color:						#666;
	}

.homeOffice a:hover {
	color:						#09f;
	}

.homeOffice2 a:hover {
	color:						#09f;
	}

.innerText {
	position:					relative;
	float:							left;
	width:						655px;
	height:						415px;
	z-index:						1;
	}
	
.innerText img {
	margin-left:				10px;
	float:							left;
	}

.innerText img.pdfIcon {
	margin-left:				0px;
	margin-right:				6px;
	float:							left;
	}

.innerText p {
	width:						430px;
	float:							right;
	}

.innerText a {
	color:						#999;
	}

.innerText a:hover {
	color:						#09f;
	}

.innerTextPartners {
	position:					relative;
	float:							left;
	width:						655px;
	height:						415px;
	z-index:						1;
	}

.innerTextPartners p {
	width:						635px;
	float:							right;
	}

.innerFrame {
	position:					relative;
	display:						inline;
	float:							left;
	width:						645px;
	height:						433px;
	background:				#fff;
	margin-left:				15px;
	}

.innerFrame img#Map {
	float:							left;
	margin-left:				2px;
	margin-top:				2px;
	z-index:						1;
	}

img.MapUK {
	width:						421px;
	height:						429px;
	background:				url(../img/contactMapUK.gif) no-repeat;
	}

img.MapCroatia {
	width:						421px;
	height:						429px;
	background:				url(../img/contactMapCroatia.gif) no-repeat;
	}

img.MapBosnia {
	width:						421px;
	height:						429px;
	background:				url(../img/contactMapBosnia.gif) no-repeat;
	}

img.MapSerbia {
	width:						421px;
	height:						429px;
	background:				url(../img/contactMapSerbia.gif) no-repeat;
	}

.contactBox {
	float:							left;
	width:						207px;
	height:						420px;
	background:				#d8d59d;
	margin-top:				2px;
	padding:					9px 0 0 13px;
	z-index:						1;
	}

.contactBox a {
	color:						#333;
	font-weight:				bold;
	}

.contactBox a:hover {
	color:						#09f;
	}

a.projectLink {
	position:					absolute;
	height:						12px;
	color:						#fff;
	font-size:					0.85em;
	text-decoration:			none;
	width: 141px;
	}

a.projectLink:hover {
	text-decoration:			underline;
	}

.croatia01 {
	top:							272px;
	left:							252px;
	}

.croatia02 {
	top:							173px;
	left:							237px;
	display:						none;
	}

.croatia03 {
	top:							285px;
	left:							128px;
	}

.croatia04 {
	top:							342px;
	left:							257px;
	}

.croatia05 {
	top:							314px;
	left:							265px;
	}

.croatia06 {
	top:							91px;
	left:							233px;
	}
	
.croatia07 {
	top:							173px;
	left:							237px;
	}

.croatia08 {
	top:							329px;
	left:							284px;
	}

.croatia09 {
	top:							198px;
	left:							133px;
	}
	
.croatia10 {
	top:							101px;
	left:							38px;
	}
	
.croatia11 {
	top:							148px;
	left:							85px;
	}
	
.croatia12 {
	top:							118px;
	left:							251px;
	}
	
.croatia13 {
	top:							140px;
	left:							249px;
	}
	
.croatia14 {
	top:							247px;
	left:							178px;
	}
	
.croatia15 {
	top:							66px;
	left:							252px;
	}

.bosnia01 {
	top:							219px;
	left:							299px;
	}
	
.bosnia02 {
	top:							211px;
	left:							180px;
	}

.serbia01 {
	top:							103px;
	left:							85px;
	}

.serbia02 {
	top:							310px;
	left:							247px;
	}

.serbia03 {
	top:							156px;
	left:							290px;
	}

.serbia04 {
	top:							172px;
	left:							83px;
}

.projectBox {
	float:							left;
	width:						220px;
	height:						429px;
	background:				#d8d59d;
	margin-top:				2px;
	z-index:						1;
	}

.projectBox img {
	margin-top:				10px;
	margin-left:				10px;
	}

.projectBox a {
	color:						#333;
	font-weight:				bold;
	}

.projectBox a:hover {
	color:						#09f;
	}

.projectText {
	width:						197px;
	height:						210px;
	margin-left:				13px;
	margin-top:				5px;
	}

.projectText p {
	line-height:				1.45em;
	}

.projectDownload {
	width:						200px;
	padding:					10px;
	font-size:					0.9em;
	}

.projectDownload a {
	display:						block;
	position:					relative;
	color:						#666;
	}

a.pdf {
	position:					absolute;
	top:							376px;
	left:							450px;
	height:						16px;
	background:				url(../img/icon_pdf.gif) no-repeat;
	padding-left:				22px;
	padding-top:				2px;
	color:						#f00;
	margin-bottom:			10px;
	font-size:					0.9em;
	font-weight:				bold;
	}

a.pdf2 {
	position:					absolute;
	top:							402px;
	left:							450px;
	height:						16px;
	background:				url(../img/icon_pdf.gif) no-repeat;
	padding-left:				22px;
	padding-top:				2px;
	color:						#f00;
	margin-bottom:			10px;
	font-size:					0.9em;
	font-weight:				bold;
	}

a.pdfKSC {
	position:					absolute;
	top:							389px;
	left:							450px;
	height:						16px;
	background:				url(../img/icon_pdf.gif) no-repeat;
	padding-left:				22px;
	padding-top:				2px;
	color:						#f00;
	margin-bottom:			10px;
	font-size:					0.9em;
	font-weight:				bold;
	}

a.pdfAviv {
	position:					absolute;
	top:							405px;
	left:							450px;
	height:						16px;
	background:				url(../img/icon_pdf.gif) no-repeat;
	padding-left:				22px;
	padding-top:				2px;
	color:						#f00;
	margin-bottom:			10px;
	font-size:					0.9em;
	font-weight:				bold;
	}

a.website {
	position:					absolute;
	top:							402px;
	left:							450px;
	height:						16px;
	margin-left:				22px;
	font-weight:				bold;
	color:						#666;
	font-size:					0.9em;
	}

a.website2 {
	position:					absolute;
	top:							402px;
	left:							530px;
	height:						16px;
	margin-left:				22px;
	font-weight:				bold;
	color:						#666;
	font-size:					0.9em;
	}

a.zoomOut {
	position:					absolute;
	top:							398px;
	left:							15px;
	width:						100px;
	height:						24px;
	background:				#fff url(../img/zoomOutBtn.gif) 10px 7px no-repeat;
	z-index:						20;
	border-top:				1px solid #e6e6e6;
	border-right:				1px solid #e6e6e6;
	z-index:						2;
	text-align:					right;
	padding-right:			14px;
	padding-top:				10px;
	color:						#000;
	font-weight:				bold;
	}

a.zoomOut:hover {
	color:						#09f;
	}

.backwave {
	position:					absolute;
	width:						675px;
	height:						104px;
	left:							-1px;
	}

.backwave.Home {
	top:							204px;
	}

.backwave.Inner {
	top:							326px;
	}

.backwave.SecInner {
	top:							344px;
	}

.footer {
	float:							left;
	width:						900px;
	font-size:					0.6em;
	text-align: center;
	padding: 10px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	}

.footer p {
	color:						#9cf;
	font-weight:				normal;
	}

.footer a {
	color:						#fff;
	font-weight:				bold;
	text-decoration:			underline;
	}

.footer a.zoomedia {
	display:						inline;
	float:							right;
	width:						103px;
	height:						21px;
	background:				url(../img/zoomedia.gif) no-repeat;
	padding:					0px;
	margin-top:				9px;
	margin-right:				10px;
	}

.terms {
	padding:					15px;
	font-size:					0.689em;
	}

.terms h2, .terms h3 {
	margin-bottom:			12px;
	}

.terms p {
	line-height:				1.3;
	margin-bottom:			12px;
	}

