@charset "utf-8";
/* Kodirao Miloš Redić */

body {
	margin: 0px;
	padding: 0px;
	color: #;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;
	color: #FFF;
}

a, a:link, a:visited { color: #53abfe; text-decoration: underline; }
a:hover { color: #00CCFF; text-decoration: none; }

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: normal }
h1 { font-size: 34px; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 24px; margin: 0 0 30px 0; padding: 0; }
h3 { font-size: 21px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0;
	color: #FFFFFF;
}
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.clear { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_wrapper { display: inline-block; border: 3px solid #53abfe; margin-bottom: 5px }
.image_fl { float: left; margin: 3px 30px 0 0 }
.image_fr { float: right; margin: 3px 0 0 30px }

blockquote { font-style: italic; margin-left: 10px}
cite { font-weight: bold; color:#ccc }
cite span { color: #ccc }
em { color: #fff; font-weight: 400 }

.tmo_list { margin: 0 0 0 20px; padding: 0; list-style: none }
.tmo_list li { color: #fff; margin:0 0 5px; padding: 3px 0 3px 15px; background: url(images/list.jpg) no-repeat scroll 0 10px }
.tmo_list li a { color: #fff; text-decoration: underline }
.tmo_list li a:hover { color: #00CCFF; }

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #0061c2;
}
#slide { width: 920px; margin: 0px 0 0 30px; }

#header {
	width: 980px;
	height: 249px;
	background-image: url(../image/header.jpg);
	background-repeat: no-repeat;
}

/* menu */

#menu {
	width: 950px;
	height: 37px;
	padding: 0 15px;
	margin-bottom: 30px;
	background-image: url(../image/bg_menu.jpg);
	background-repeat: repeat-x;
}

#menu ul {
	height: 30px;
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
}

#menu ul li {
	
	padding: 0;
	margin: 0;
	display: block;
	
	
}

#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	padding: 5px 50px 0 50px;
	font-size: 16px;
	color: #0066FF;
	text-align: center;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul .current {
	color: #FFFFFF;
	background-image: url(../image/hover.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}

#menu ul .last { background: none; padding-right: 52px }
/* end of menu */

#main {
	width: 940px;
	padding-top: 2px;
	padding-left: 20px;
}

#content {
	float: left;
	width: 560px
}

.content_box { clear: both; margin-bottom: 60px }
.col_w250 { width: 250px }
.last_box { margin: 0 }

#sidebar {
	float: right;
	width: 320px
}

.sidebar_box {
	margin-bottom: 50px 
}
.last_box { margin: 0 }

#footer {
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 14px;
	height: 163px;
	width: 980px;
	z-index: 1;
	background-image: url(../image/footer.jpg);
	}
	
#go_top {
	position:absolute;
	height: 26px;
	width: 37px;
	padding-top: 105px;
	padding-left: 473px;
	}
	