/*

	template: Artificial Intelligence
	author: luka cvrk (www.solucija.com)
	
*/

body {
	margin: 0;
	padding: 0;
	background-image:url(../images/bg01.png);
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 1.6em;
	color: #333;
}

/* LINKS AND HEADINGS STYLING */

a {
	background: inherit;
	text-decoration:none;
}
a:hover {
	background: inherit;
	color: #CC3399;
	font-style: italic;
}
h1  { font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif; margin: 0; color: #fff; background-color:transparent; }
h2  { font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif; }
h3 { clear: both; font-size: 1.1em; color: #000; background: #fff url(../images/h3bg.gif) no-repeat center left; padding: 0 14px; margin: 0;}
h5 a{color:#0000FF;}
h5 a:hover {color:#993399;}
.blue {
	color: #546F92;
}
.image { float: left; padding: 3px; margin: 0 15px 10px 0; }

/* CONTENT WRAPPER */

image { border-color:#FFFFFF;}


#main {
	width: 800px;
	border: 1px solid;
	margin: 25px auto 0 auto;
	font-size:14px;
	background-color: #76FADB;
	background-image: url(../images/0326.jpg);
	
}

/* TOP LEFT LOGO */



#logo {
	float: left;
	padding: 2px 0 2px 2px;
}
	#logo h1 {
	color: #000;
	font-size:20px;
}

/* TOP RIGHT HORIZONTAL MENU */

#menu { 
	float: right;
	background-color:#9999FF;
	color: #808080; 
	padding: 18px 1px 11px 0; 
	margin: 0; 
}
	#menu li { 
		padding: 14px 18px 14px 18px; 
		color: #444;
		background-color:#9999FF;
		display: inline; 
	}
	#menu li.active { 
		color: #8D9CAF; 
		font-weight: bold; 
		padding: 14px 18px 14px 18px; 
		margin: 0 1px 0 0; 
	}
	#menu li a { 
		background: #f8f8f8; 
		color: #808080; 
		text-decoration: none; 
	} 	
	#menu li a:hover { 
		color: #000; 
		background: #f8f8f8; 
	} 	
	.key { text-decoration: underline; } /* ACCESKEY UNDERLINED LETTER */


	/* LEFT VERTICAL MENU */
	#box_left {
	float:left;
	margin:10px 1px 0 5px;
	display:block;
	width:145px;
	padding:0 0 0 0;
	boder:1px solid #e2e2e2;
	background-image: url(../images/0330.jpg);
	}
	#menu_left {
	float: left;
	margin: 10px 5px 6px 5px;
	padding: 0 0 0 0;
	width: 130px;
	background-image: url(../images/0325.jpg);
	text-transform: capitalize;
	}
	#menu_left_bottom {
	float:left;
	margin:10px auto 5px 10px;
	width:127px;
	background-image: url(../images/0330.jpg);
		}
		#menu_left li { list-style: none; }
		#menu_left li a {
	display: block;
	color:#000099;
	width: 120px;
	padding: 4px 2px 0 0px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
		}	
		#menu_left li a:hover {
	color: red;
	font-style:italic;
	font-size:14px;
}


/* RIGHT INTRO SIDE */
	
#intro {
	float: right;
	width: 340px;
	padding: 10px 280px 0 20px;
	color: #9933CC;
	height: 174px;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 16px;

}
	#intro h1 {
	margin:25px 0 10px 0;
	color:#6633FF;
	font-size: 36px;
	visibility: visible;
}
	#intro .white {
	color: #000000;
	background-color:transparent;
}


#nav {
	height: 30px;
	width: 100%;
	background-color: #c00;
	float: right;
}
#nav ul {
    margin: 0 0 0 30px;
    padding: 0px;
    font-size: 12px;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
#nav li {
    list-style-type: none;
    display: inline;
}
#nav li a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 3px;
    color: #FFF;
}
#nav li a:hover {
    color: #ff0;
    background-color: #f00;
}
.next {
	padding:2px 0 2px 0
}


#full {border:groove; border-width:1px;}
	
/* LEFT SIDE */
#bottom {
	float:right;
	width:585px;
}
#left {
	float: right;
	width: 250px;
}
	.box {
		padding: 4px 15px;

		margin: 0 0 10px 0;
	}
	.note {
		padding: 15px 15px 20px 100px;

		margin: 0 0 5px 0;
		background: #FFFFAD url(../images/package.gif) no-repeat;
		color: #585616;
	}

/* RIGHT SIDE */

#right {
	float: right;
	margin:10px 5px 20px 0;
	width: 585px;
}
	.leftcol {
	float: right;
	width: 580px;
	text-align: justify;
	margin: 5px 0 10px 10px;
	}
	.rightcol { 
		float: right; 
		padding: 10px 15px;
		width: 285px; 
		margin: 0 0 10px 0;
		}
	.special {
	clear: both;
	margin:0px 0 20px 15px;
	padding: 5px 20px;
	background: #eee;
	color:red;
	text-align:center;
	font-size:24px;
	color: #FFFFFF;
	text-decoration: none;
	}
#product {
	float:right;
	margin:5px auto auto 10px;
	width:580px;
			}




/* FOOTER */

#footer {
	clear: both;
	padding: 2px;
	border-top: 1px solid #ccc;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-image: url(../images/foot.gif);
}
#main #product img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#main .leftcol img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#main .leftcol h4 {
	text-transform: capitalize;
	font-size: 36px;
	color: #333366;
	height: auto;
}


#online_server_a {position:absolute; right:15%; top:50px}
