/* 

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

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body {
	font: 12px/1.6em Arial, "Trebuchet MS", Tahoma, sans-serif;
	background: url(images/maplelogoBG.jpg) repeat-y left top;
	color: #772211;
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange {
	color: #C2532D;
	font-weight: bold;
}

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

.content {
	margin: 0 auto;
	width: 888px;
	padding: 2px;
}

.header {
	background-color: #ff9148;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
	font-weight: bold;
}

.bar {
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #772211;
	background: #FF9148 url(/images/menubg.gif) repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #772211;
}

	.bar li {
	padding: 6px 12px 6px 1px;
	color: #772211;
	float: left;
	margin: 0;
	}
	
	.bar li.active {
	background: #E0691A url(images/bar.gif) repeat-x;
	font-weight: bolder;
		
	}
	
	.bar li a {
	font-weight: bolder;
	background: inherit;
	text-decoration: none;
	color: #772211;
	} 
	
.bar li a:hover {
	font-weight: bolder;
	background: #FFE176 url(images/bar.gif) repeat-x center center;
	} 
/* left side
   --------- */

.left {
	float: left;
	width: 700px;
}

.left h2 {
	clear: both;
	background: #E8E8E8 url(images/h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 43px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box {
	color: #000;
	padding: 3px 0;
	}
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 175px;
}
	.right h3 {
		background: #BDBDBD  url(images/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
	color: #414141;
	padding: 8px;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
.mainpagebig {
	font-size: 16px;
}
	.image {
	float: left;
	margin: 0 15px 3px 0;
	}

/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #772e1c;
}
	.footer a { color: #808080; background: #fff; }
