/*template: Artificial Intelligenceauthor: luka cvrk (www.solucija.com)*/
body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.gif) repeat-x;
	font: normal 8pt Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	line-height: 1.3em;
	color: #333;
}
/* PARAGRAPHS (Normal)*/
p {
	font: normal 1.0em Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	line-height: 1.3em;
	color: #333;
        margin-top: 0;
        margin-bottom: 1;
}
/* LINKS AND HEADINGS STYLING */
a {
	color: #546F92;
	background: inherit;
}
a:hover {
	color: #808080;
	background: inherit;
}
h1 {
	font: bold 1.4em "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        font-variant: small-caps;
	color: #fff;
	background-color: transparent;
	margin: 0;
}
h2 {
	font: bold 1.3em "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        font-variant: small-caps;
	color: #06c;
	margin: 0;
}
h3 {
	font: bold 1.2em "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        font-variant: small-caps;
	color: #06c;
	margin: 0;
}
h4 {
	clear: both;
	font-size: 1.2em;
        font: bold "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        font-variant: small-caps;
        color: #06c;
	background: #eee url(images/h3_bu_v.gif) no-repeat center left;
	padding: 0 14px;
	margin: 0;
}
h5 {
	font: bold 1.1em "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        font-variant: small-caps;
	color: #06c;
	background: #eee url(images/h3_bu_v.gif) no-repeat center left;
	padding: 0 11px;
	margin: 0;
}
h6 {
	font: bold 1.0em "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        font-variant: small-caps;
	color: #06c;
	background: #eee url(images/bul_blu10px.gif) no-repeat center left;
	padding: 0 11px;
	margin: 0;
}
.blue {
	color: #546F92;
	background: inherit;
}
.image {
	float: left;
	border: 2px solid #e2e2e2;
	padding: 3px;
	margin: 0 15px 10px 0;
}
hr {
	color: #06c;
}
td {
	text-align: left;
}
ul  {
	font: normal 1em Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
ol  {
	font: normal 1em Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}

/* CONTENT WRAPPER */
#main {
	width: 810px;
	margin: 12px auto 0 auto;
}
/* TOP LEFT LOGO */
#logo {
	float: left;
	padding: 10px 0 10px 10px;
}
#logo h1 {
	color: #000;
	background: #fff;
}
/* TOP RIGHT HORIZONTAL MENU */
#menu {
	float: right;
	background: #fff url(images/barul.gif) no-repeat bottom right;
	color: #808080;
	padding: 18px 1px 11px 0;
	margin: 0;
}
#menu li {
	padding: 16px 15px 12px 15px;
	color: #444;
	background: #fff url(images/bar.gif) no-repeat bottom left;
	font-size:1.1em;
	display: inline;
}
#menu li.active {
	background: #fff url(images/baractive.gif) no-repeat bottom left;
	color: #8D9CAF;
	font-weight: bold;
	padding: 16px 15px 12px 15px;
	margin: 0 1px 0 0;
}
#menu li a {
	background: #f8f8f8;
	color: #808080;
	text-decoration: none;
}
#menu li a:hover {
	padding: 0;
	color: #000;
	background: #f8f8f8;
}
.key {
	text-decoration: underline;
}
/* ACCESKEY UNDERLINED LETTER */
/* LEFT INTRO SIDE */
#intro_left {
	clear: left;
	float: left;
	width: 140px;
/*	background: #fff url(images/leftintrobg.gif) repeat-x; */
	color: #E5EAF2;
	margin: 0 0 1px 0;
}
#intro_left a {
	color: #fff;
	background: inherit;
}
#intro_left p {
	padding: 10px 10px;
	margin: 0;
        text-align: center;
}

/* LEFT MENU - COPIED & MODIFIED FROM ANDREAS00 TEMPLATE */
#menu_left {
	clear:left;
	float:left;
	width:140px;
	margin:0 0 10px 0;
	padding:0;
}

#menu_left ul {
	list-style:none;
	width:140px;
	margin:0 0 20px 0;
	padding:0;
	font-size:1em;
}

#menu_left li {
	margin-bottom:5px;
}

#menu_left li a {
	height:15px;
	text-decoration:none;
	color:#808080;
	display:block;
	padding:4px 0 0 5px;
	background:#f4f4f4 url(images/menubg.gif) bottom left repeat-x;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #cccccc;
}

#menu_left li a:hover, #menu_left li a.current {
	background:#eaeaea url(images/menubg2.gif) bottom left repeat-x;
	color:#000;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #505050;
}

#menu_left ul ul {
	margin:5px 0 5px 15px;
	font-size:0.9em;
	width:125px;
}

#menu_left ul ul a {
	height:16px;
	margin:0;
	padding:4px 0 0 5px;
}

#menu_left ul ul ul {
	margin:5px 0 5px 15px;
	font-size:0.9em;
	width:110px;
}

#menu_left ul ul ul a {
	height:16px;
	margin:0;
	padding:4px 0 0 5px;
}

#menu_left h2 {
	font-size:1.5em;
	font-weight:normal;
}

.hide {
	display:none;
}

/* RIGHT INTRO SIDE */
#intro_right {
	float: right;
	width: 340px;
	padding: 25px 300px 0 20px;
        background: #BCCEDA url(../../media/strips/rotator.php) no-repeat;
	color: #547592;
	margin: 0 0 6px 0;
	height: 77px;
	border: 2px solid #e2e2e2;
}
#intro_right h1 {
	margin: 0 0 20px 0;
}
#intro_right .white {
	color: #FFF;
	background-color: transparent;
}
/* LEFT SIDE */
#left {
        clear:left;
        float: left;
	width: 140px;
}
.box {
        clear:left;
        padding: 3px 3px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
.note {
	padding: 5px 5px 5px 5px;
	border: 1px solid #CFCB66;
	margin: 0 0 5px 0;
	background: #FFFFAD;
	color: #585616;
}
/* RIGHT SIDE */
#right {
	float: right;
	width: 663px;
}
.toolbar {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0px;
	border: none;
	background: #ffffff;
	color: #444;
}
.special {
	clear: both;
	margin: 0px 0 20px 0;
	padding: 10px 10px;
        overflow: hidden;
	border: 1px solid #06c;
	background: #fff;
	color: #444;
}
/* FOOTER */
#footer {
	clear: both;
	padding: 5px;
	border-top: 1px solid #06c;
	text-align: right;
}
ul.h {
	list-style: none;
}
img.list {
	margin-right: 5px;
	margin-bottom: -3px;
}
/* THIS ID NOT USED, BUT LINE ONE IS INCORPORATED INTO "INTRO_RIGHT" ABOVE */
#rotator
{
        background: url(media/strips2/rotator.php) no-repeat center top;
        width: 661px;
        height: 199px;
}


