/* START RESET.css */
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,
dl, dt, dd, ol, ul, li, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET.css */

html { height: 101%; margin-bottom: 1px; }
body{
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 12px;
	background-color: #f2f2f2;
	line-height: 14px;
}
.center{
	width: 1000px;
	margin: auto;
}
.clear{
	clear: both;
}
.errorMessages{
	background-color: #fbe3e4;
	color: #d12f19;
	border: 1px solid #fbc2c4;
	padding: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.successMessage{
	background-color: #e6efc2;
	color: #529214;
	border: 1px solid #c6d880;
	padding: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
}
strong{
	font-weight: bold;
}
p{
	margin: 1.12em 0;
}
.live-help-contact a, a{
	color: #333333;
}
.rightColumn a{
	color: #067CC4;
	text-decoration: none;
	font-weight: bold;
}
.rightColumn a:hover{
	background-color: #067CC4;
	color: #ffffff;
	font-weight: bold;
}
.gallery-element a:hover,
.live-help-contact a:hover{
	text-decoration: none;
	background-color: #ffffff;
}
ul{
	list-style: disc;
}
li{
	padding-top: 4px;
	padding-bottom: 4px;
}
.errorMessage{
	background-color: #fbe3e4;
	color: #d12f19;
	border: 1px solid #fbc2c4;
	padding: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.successMessage{
	background-color: #e6efc2;
	color: #529214;
	border: 1px solid #c6d880;
	padding: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#toolbar{
	background-color: #333333;
	/*padding: 6px;*/
}
	#toolbar .login a{
		color: #ffffff;
		text-decoration: none;
		padding-top: 10px;
	}
	#toolbar .login a:hover{
		text-decoration: underline;
	}
	#toolbar .languages{
		float: left;
		margin-top:  4px;
	}
		#toolbar .languages img{
			float: left;
			margin-left: 6px;
			margin-right: 6px;
			margin-top: 4px;
		}
	#toolbar .login {
		color: #ffffff;
		float: right;
	}
		#toolbar .login input{
			margin-right: 3px;
			margin-left: 3px;
			color: #cccccc;
			font-size: 12px;
			border: 1px solid black;
			padding: 2px;
		}
		#toolbar .login input[name="password-clear"]{
			width: 160px;
			margin-right: 3px;
			margin-left: 3px;
		}
		#toolbar .login input[name="password"]{
			display: none;
			color: #000000;
			margin-right: 3px;
			font-size: 12px;
			border: 1px solid black;
			padding: 2px;
			height: 15px;
			width: 160px;
		}
		#toolbar .login input[name="login"], #toolbar .login input[name="register"]{
			background-image: url('../images/toolbar/buttonBg.png');
			background-repeat: repeat-x;
			color: white;
			padding-left: 6px;
			padding-right: 6px;
		}
div.greenLine{
	margin: 0;
	background-color: #87c75a;
	height: 2px;
	border: 0;
}

#header{
	background-image: url('../images/subpage/header/bg.png');
	background-repeat: repeat-x;
	height: 96px;
}
	#header .logo{
		float: right;
		margin-top: 20px;
	}
	#header .liveHelp{
		float: right;
	}

	#header .navigation{
		color: white;
		font-size: 19px;
		margin-top: 34px;
		width: 700px;
		float: left;
		/*border: 1px solid red;*/
	}
		#header #navigation{
			list-style: none;
		}
			#header #navigation a{
				color: #ffffff;
				text-decoration: none;
			}
			#header #navigation li{
				float: left;
			}
	#header .tools{
		float: right;
		margin-top: 20px;
	}
		#header .tools a{
			background-repeat: no-repeat;
			background-position: center;
			margin-left: 10px;
			padding-top: 58px;
			text-decoration: none;
			color: #ffffff;
			position: relative;
		}
		#header .tools a#myGaeaButton{
			background-image: url('../images/subpage/header/moja-gaea-hover.png');
		}
		/*#header .tools a#myGaeaButton:hover{
			background-image: url('../images/subpage/header/moja-gaea-hover.png');
		}*/
		#header .tools a#runLite{
			background-image: url('../images/subpage/header/run-lite.png');

		}
		#header .tools a#runPlus{
			background-image: url('../images/subpage/header/run-plus.png');
		}
		#header .tools a#lookPro{
			background-image: url('../images/subpage/header/look-pro.png');
		}
#body .contentTop{
	background-image: url('../images/subpage/body/bg-top.png');
	height: 5px;
	width: 1000px;
	margin-top: 10px;
}
#body .content{
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	width: 970px;
	padding-top: 10px;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-right: 14px;
	background-color: #ffffff;
}
#body .content .rightColumn{
	float: left;
	width: 680px;
	margin-left: 40px;
	font-size: 14px;
	line-height: 16px;
}
#body .content .rightColumn .mailing .subscribe{
	margin-top: 25px; color: #8e8e8e;
}
#body .content .rightColumn .mailing input.email{
	border: 1px solid #b1b1b1; color: #8e8e8e; font-size: 15px; padding: 4px; width: 300px
}
#body .content .rightColumn .mailing input.submit{
	border: 0pt none ; 
	font-size: 11px; 
	font-weight: bold; 
	color: white; 
	background-image: url(../images/body/green-button-bg.png); 
	background-repeat: repeat-x;
	padding: 6px;
	padding-top: 9px
}
	#body .content .rightColumn h2{
		font-size: 19px;
		font-weight: bold;
		color: #2fbcda;
		padding-top: 11px;
		padding-bottom: 15px;
	}
	#body .content .rightColumn ul{
		margin-left: 15px;
	}
#body .content .leftColumn{
	float: left;
}
	#body .content .leftColumn .gaea-spring-run{
		margin-bottom: 15px;
	}
	#body .content .leftColumn .gaea-spring-run a{
		text-align: center; 
		padding-top: 5px; 
		padding-bottom: 15px;
		height: 150px;
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../images/subpage/body/gaea-button_startSMALL.png);
		
	}
	/*#body .content .leftColumn .gaea-spring-run a:hover{
		background-position: 0px -36px;
		background-image: url(../images/subpage/body/gaea-spring-start.png);
		
	}*/
	#body .content .leftColumn ul{
		list-style: none;
	}
	#body .content .leftColumn a{
		text-decoration: none;
	}
	#body .content .leftColumn li{
		padding: 7px; 
		cursor: pointer;
		border-bottom: 1px solid #cccccc;
	}
	#body .content .leftColumn li:last-child{
		border-bottom: 0;
	}
	#body .content .leftColumn li.selected:last-child{
		height: 14px;
	}
	#body .content .leftColumn li.selected a{
		color: #ffffff;
	}
	#body .content .leftColumn li:hover{
		background-color: #17358a;
	}
	#body .content .leftColumn li.selected:hover{
		background-color: transparent;
	}
	#body .content .leftColumn li:hover a{
		color: #ffffff;
	}
	#body .content .leftColumn li.selected{
		background-image: url('../images/subpage/body/menu-arrow.png');
		background-repeat: no-repeat;
		width: 220px;
		height: 15px;
		border-bottom: 0;
	}
	#body .content .leftColumn .subMenus{
		background-color: #f2f2f2;
		width: 219px;
		border-left: 1px solid #d1d1d1;
		border-right: 1px solid #d1d1d1;
	}
	#body .content .leftColumn .subMenusTop{
		background-image: url('../images/subpage/body/left-column-top.png');
		width: 221px;
		height: 4px;
	}
	#body .content .leftColumn .subMenusBottom{
		background-image: url('../images/subpage/body/left-column-bottom.png');
		width: 221px;
		height: 5px;
	}
	
	#body .content .leftColumn .quickLinksTop{
		background-image: url('../images/subpage/body/left-column-top.png');
		width: 221px;
		height: 4px;
		margin-top: 20px;
	}
	#body .content .leftColumn .quickLinksBottom{
		background-image: url('../images/subpage/body/left-column-bottom.png');
		width: 221px;
		height: 5px;
	}
	#body .content .leftColumn .quickLinks{
		background-color: #f2f2f2;
		border-right: 1px solid #d1d1d1;
		border-left: 1px solid #d1d1d1;
	}
	#body .content .leftColumn h2{
		font-size: 16px;
		font-weight: bold;
		color: #273162;
		padding-top: 10px;
		padding-left: 6px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d1d1d1;
	}
#body .contentBottom{
	background-image: url('../images/subpage/body/bg-bottom.png');
	width: 1000px;
	height: 6px;
}

/* CSS za arhiv novic */
	#body .rightColumn .media{
		margin-top: 5px;
	}
	#body .rightColumn .date{
		font-weight: bold;
		margin: 0;
		margin-top: 20px;
	}
	#body .rightColumn p{
		margin:0;
		padding: 0;
	}
	#body .rightColumn .media_content{
		/*min-height: 630px;*/
		margin-top: 30px;
	}
/* CSS za mnenja uporabnikov */
	#body .rightColumn .opinions{
		margin-top: 20px;
	}
		#body .rightColumn .opinions .opinion:first-child{
			margin-top: 0px;
		}
		#body .rightColumn .opinions .opinion{
			margin-top: 40px;
		}
/* Konec CSS-a za mnenje uporabnikov */
/* CSS za kazalo strani */
	#body .rightColumn ul.sitemap{
		list-style: none;
		margin-top: 10px;
	}
/* Konec CSS-a za kazalo strani */
/* CSS za kontakt */
	#body .leftColumn .contact{
		padding: 6px;
	}
	#body .leftColumn .contact a{
		text-decoration: underline;
	}
	#body .leftColumn .contact a:hover{
		color: #2fbcda;
	}
	#body .rightColumn .contact{
		margin-top: 10px;
	}
	#body .rightColumn .contact{
		margin-left: 30px;
		margin-top: 20px;
		min-height: 245px;
	}
		#body .rightColumn .contact .label{
			float: left;
			width: 150px;
			padding: 6px;
		}
		#body .rightColumn .contact .field{
			padding: 6px;
			float: left;
		}
		#body .rightColumn .contact .field input, #body .rightColumn .contact .field textarea{
			font-size: 11px;
			border: 1px solid #000000;
		}
		#body .rightColumn .contact .field .submit{
			background-image:url(../images/button_bg.png);
			color:white;
			height:20px;
			border: 0;
		}
/* Konec CSS-a za kontakt */
	#body .rightColumn .infoBoxTop{
		background-image: url('../images/subpage/body/hint-top.png');
		width: 721px;
		height: 4px;
	}
	#body .rightColumn .infoBox{
		background-image: url('../images/subpage/body/hint-bg.png');
		background-repeat: no-repeat;
		background-position: bottom;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		padding: 6px;
		width: 708px;
	}
	#body .rightColumn .infoBoxBottom{
		background-image: url('../images/subpage/body/hint-bottom.png');
		width: 721px;
		height: 5px;
	}
/* Profil, Registracija */
	#body .rightColumn #register fieldset{
		border: 1px solid #cccccc;
		width: 415px;
		margin-top: 20px;
		padding: 10px;
	}
	#body .rightColumn #register fieldset:first-child{
		margin-top: 0;
	}
	#body .rightColumn #register legend{
		font-size: 16px; 
		font-weight: bold;
		color: #000000;
	}
	#body .rightColumn #register .twoInputs{
		font-size: 13px;  
		padding: 10px 5px; 
		background-color: #efefef; 
		border: 1px solid #cccccc; 
		width: 193px
	}
	#body .rightColumn #register span.desc{
		font-size: 12px; 
		font-weight: normal;
	}
	#body .rightColumn #register input.bigInput{
		font-size: 13px;  
		padding: 10px 5px; 
		background-color: #efefef; 
		border: 1px solid #cccccc; 
		width: 400px
	}
	#body .rightColumn #register input.submit{
		background-image:url(../images/toolbar/buttonBg.png);
		background-repeat:repeat-x;
		color:white;
		padding-left:6px;
		padding-right:6px;
		border: 1px solid #333333;
	}
/* Konec profil, registracija */
#footer{
	margin-top: 20px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}
#gallery-background-holder{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8000;
	background-color: #333333;
	opacity: 0.8;
	display: none;
	width: 100%;
	height: 100%;
}
#gallery{
	display: none;
}
	#gallery-holder .close{
		text-align: right;
	}
		#gallery-holder .close a{
			color: #ffffff;
			font-weight: bold;
		}
	#gallery-holder .gallery a#next{
		float: left;
		margin-left: 10px;
	}
	#gallery-holder .gallery div.images{
		float: left;
	}
	#gallery-holder .gallery a#prev{
		float: left;
		margin-right: 10px;
	}
#footer .body{
	float: left;
}
	#footer a{
		color: #ffffff;
	}
	#footer .firstColumn,
	#footer .contactColumn,
	#footer .communityColumn,
	#footer .twitterColumn{
		float: left;
	}
	#footer .separator{
		background-image: url('../images/footer/separator.png');
		width: 1px;
		height: 90px;
		float: left;
		margin-left: 42px;
		margin-right: 42px;
	}
		#footer .communityColumn h4{
			padding-bottom: 10px;
		}
		#footer .twitterColumn {
			background-image: url('../images/footer/twittershout.png');
			width: 224px;
			height: 138px;
		}
		#footer .twitterColumn .lastTwit{
			width: 180px;
			margin-left: 10px;
			margin-top: 10px;
			font-style: italic;
			font-size: 11px;
		}