/*

	template: Artificial Intelligence
	author: luka cvrk (www.solucija.com)
	
*/

body { 
	margin: 0; 
	padding: 0; 
	background: #CCCC99 url(images/bg.gif) repeat-x; 
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333; 
}

/* LINKS AND HEADINGS STYLING */

a { color: #546F92; background: inherit; }
a:hover { color: #808080; background: inherit; }
h1  { font: bold 2.6em Georgia, serif; margin: 0; color: #000000; background-color:transparent; }
h2  { font: 1.5em Georgia, serif;, cursive; color: #000000; background-color:transparent;}
h3 { clear: both; font-size: 1.1em; color: #000; background: #fff url(images/h3bg.gif) no-repeat center left; padding: 0 14px; margin: 0;}
.blue { color: #546F92; background: inherit; }
.white { color: #546F92; background: inherit; }
.image { float: left; border: 2px solid #000000; padding: 3px; margin: 0 15px 10px 0; }
img.top {vertical-align:text-top}

img.bottom {vertical-align:text-bottom}

.NormalTextC {
    text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

.LargeTextC {
    text-align:center;
    margin: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

/* CONTENT WRAPPER */

#main { 
	width: 900px; 
	margin: 25px auto 0 auto; 
}

/* TOP  LOGO */

#logo { 
	float: left; 
	width: 200px;
	height: 150px;
	background: #000000;
	border: 2px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px; 
}
	#logo h1 { color: #000; background: #fff; }


/* LEFT INTRO SIDE */	

#intro_left {
	clear: left;
	float: left;
	width: 250px;
	background: #000000;
	color: #E5EAF2;
	margin: 0 0 1px 0;
}
	#intro_left a { color: #fff; background: inherit; }
	#intro_left p { margin: 5px; }

	/* LEFT VERTICAL MENU */
	
	#menu_left { 
		float: left;  
		margin: 0 0 6px 0; 
		padding: 0 0 1px 0; 
		border-bottom: 2px solid #000000; 
	}
		#menu_left li { list-style: none; }
		#menu_left li a { 
			display: block; 
			color: #cccc33; 
			background: #000000 url(images/arrow.gif) no-repeat center left; 
			width: 200px; 
			padding: 7px 7px 7px 7px; 
			margin: 0 0 2px 0; 
			font-weight: bold; 
			text-decoration: none; 
		}	
		#menu_left li a:hover { background: #ffffff url(images/arrow.gif) no-repeat center left; color: #000000;  }

/* RIGHT INTRO SIDE */
	
#intro_right {
	float: right;
	padding: 10px 40px 0 10px;
	color: #547592;
	margin: 0 0 0 0;
	height: 150px;
	border: 3px solid #000000;
	background-color: #ffffff;
   
}
   
	
/* LEFT SIDE */
	
#left {
	float: left;
	width: 200px;
}
	.box {
		padding: 4px 15px;
		border: 1px solid #000000;
		margin: 0 0 10px 0;
	}
	.note {
		padding: 10px 10px 10px 10px;
		border: 1px solid #000000;
		margin: 0 0 5px 0;
		background: #ffffff url(images/package.gif) no-repeat;
		color: #585616;
	}

/* RIGHT SIDE */

#right {
	float: right;
	width: 643px;
}
	.leftcol { 
		float: left; 
		padding: 12px 15px;
		width: 285px; 
		border:#000000 1px solid;
		text-align: justify;
		margin: 0 0 10px 0;
	}
	.rightcol { 
		float: right; 
		padding: 10px 15px;
		width: 285px; 
		border:#000000 1px solid;
		margin: 0 0 10px 0;
		}
	.special {
		clear: both;
		margin:0px 0 20px 0;	
		padding: 5px 20px;
		border: 1px solid #000000;
		background: #CCCC99;
		color: #444;
	}
	
	p.border {
    position: absolute;
    left: 50%;
    border: thin solid #000000;
    Background-color: #ffffff;
    width: 180px;
    text-align: center;
}

.NormalTextL {
    text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3F3F3F;
}

.LargeTextL {
    text-align:left;
    margin: 5px;
    text-indent: 1cm;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5A5389;
}

p.center{
	text-align:center;
}

a.vert-one{
    display:block;
    text-decoration:none;
    color:#3F5B7F;
    background:#ffffff;
    padding:0 0 0 0px;
    width:160px;
}
a.vert-one:hover{
    background:#000000;
    color:#ffffff;
    padding:0 0 0 0px;
    width:180px;
}
a.vert-one:active{
    background:#000000;
    color:#fff;
    padding:0 0 0 0px;
    width:180px;
}

.TableOne {
    width: 100%;
    padding: 5px;
    text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#3F5B7F;
}

/* FOOTER */

#footer { clear: both; padding: 5px; border-top: 1px solid #ccc; }
