/*
	=======================================================
	  Title:    www.divavencanja.com
	  Version:  2.0
	-------------------------------------------------------
	  File:     divaintro.css
	  Type:     text/css
	  Author:   PlumTS Inc.
	------------------------------------------
	  Description: Diva CSS file - main file
	-------------------------------
	  Modified:
	=======================================================
*/

/* start body */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF repeat;
	font-size: 12px;
	margin: 0 auto;
	color: #CCCCCC;
}
/* end body */

/* start hedingz */
h1
{
	font-size: 42px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

h2
{
	font-size: 32px;
	letter-spacing: 3px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 span
{
	font-style: normal;
}
h3
{
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	color: #990000;
	font-style: italic;
}

h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 8px 0;
	padding: 6px 0;
	color: #FFFFCC;
	border-top: 2px solid #986500;
	border-bottom: 2px solid #986500;
	background: #660000;
}
/* hedingz end */

/* linkz definicije */
a:link
{
	color: #990000;
	text-decoration: none;
}

a:visited
{
	color: #990033;
	text-decoration: none;
}

a:hover
{
	color: #CC6633;
	text-decoration: none;
}

a:active
{
	color: #CC6633;
	text-decoration: none;
}
/* end linkz definicije */

/* start intro */
.openwide
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
	/* headed */
	.intro_header
	{
		height: 174px;
		background: url(../img/intro/introheader.jpg) repeat-x center; /* 260x174 */
	}
	/***/
	/* body */
	.intro_wall
	{
		margin: 0;
		padding: 0;
		height: 300px;
		background: url(../img/intro/introwall.png) repeat-x center; /* 1x300 */
	}

	.holder
	{
		z-index: 20;
		padding: 0;
		width: 800px;
		height: 300px;
		margin: auto;
		display: block;
		overflow: hidden;
	}

	.intro_divalogo
	{
		width: 300px;
		height: 247px;
		overflow: visible;
		text-align: center;
		margin: 16px auto auto auto;
		background: url(../img/intro/introdivalogo.jpg) no-repeat top center; /* 300x294 */ /* zamenjen logo 23. jan 08 */ /* 300x247 */ /* zamenjen logo 25. jan 08 */
	}

	.srculence_left
	{
		float: left;
		width: 112px;
		height: 105px;
		text-align: center;
		margin: 30px auto auto auto;
		background: url(../img/intro/introsrcewall.jpg) no-repeat center; /* 112x105 */
	}
	.srculence_right
	{
		float: right;
		width: 94px;
		height: 142px;
		text-align: center;
		margin: 91px auto auto auto;
		background: url(../img/intro/srculencesmallright.jpg) no-repeat center; /* 94x142 */
	}

	.intro_enter
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 2em;
		color: #993333;
		padding: 254px 0 0 0;
		letter-spacing: 1px;
	}
		.intro_enter span
		{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: normal;
			font-size: 1.2em;
			color: #993333;
			padding: 190px 0 0 0;
			letter-spacing: normal;
		}

	/* end body */

	/* start footer */
	.intro_footer
	{
		width: 460px;
		height: 16px;
		margin: 40px auto auto auto;
		color: #666666;
		text-align: center;
		background: url(../img/intro/srculic.png) left no-repeat; /* 13x12 */
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	/* end footer */
	.intro_notice
	{
		margin: 40px auto auto auto;
		width: 370px;
		height: auto;
		color: #CCCCCC;
	}
		.in_uzvicnik
		{
			width: 12px;
			float: left;
			padding: 0;
			margin: 0;
			font-size: 3em;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		.in_txt
		{
			width: 356px;
			float: right;
			padding: 4px 0 0 0;
			margin: 0;
			font-size: 1.1em;
			line-height: 1.2em;
		}
/* end intro */
/* mootools tooltip function */
.tipper
{
	height: auto;
	width: auto;
}

.tool-tip
{
	z-index: 52;
	width: 300px;
	height: 138px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	line-height: 18px;
	font-style: italic;
	padding: 0 0 0 6px;
	letter-spacing: 0.12em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../img/intro/divatooltip.png); /* 306x138 */
}
	.tool-title
	{
		margin: 0;
		color: #FFFFCC;
		font-size: 1.4em;
		padding: 8px 8px 4px 60px;
		letter-spacing: 0.4em;
	}
	 
	.tool-text
	{
		font-size: 12px;
		padding: 36px 8px 4px 10px;
	}
	 
	.custom-tip
	{
		color: #000;
		width: 130px;
		z-index: 50;
	}
	 
 
	.custom-text
	{
		font-size: 11px;
		padding: 4px 8px 8px;
		background: #CFDFA7;
	}
/* end tooltip function */