/*CSS made by Zoran Perin*/

/*ALL................................................*/
body {
	font:13px Arial, Helvetica, sans-serif;
	color:#222;
	background:#fff url(../images/bg.jpg) repeat-x;
	line-height:1.5em;
}
html {
	height:100%;
}
a:link, a:visited {
	color:#157AB7;
}
a:hover, a:active {
	color:#E29018;
}
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	outline:none;
}
h1 {
	color: #555;
	margin:20px 0;
}
h2 {
	color:#FFCC01;
	margin:5px 0 10px 0;
}
hr {
	border:0;
	border-bottom: 1px solid #cecece;
	color:#fff;
	width:100%;
}
/*RESET................................................*/
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, div, dl, dt, dd, pre, form, fieldset, input, table, th, td, embed, object {
	padding:0;
	margin: 0;
}
:focus {
	outline:0;
}
:link, :visited {
	text-decoration:none
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.center {
	text-align:center;
}
.right {
	float:right;
}
.left {
	float:left;
}
.itali {
	font-style:italic;
}
.grey {
	color:#CCC;
}
.yellow {
	color:#FFCC01;
}
/*HEADER.............................................*/
#header {
	background:#fff;
	border:1px solid #ddd;
	border-bottom:none;
	height:145px;
	margin:20px auto auto auto;
	width:900px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
}
.logo {
	height:130px;
	margin:10px 0 0 40px;
	width:160px;
}
.art {
	float:right;
	margin:10px 30px 0 0;
}
/*MENU...............................................*/
#menu {
	background:#FFCC01;
	border:1px solid #ddd;
	border-bottom:none;
	border-top:none;
	font-size:13px;
	height:30px;
	margin:auto;
	padding:0 8px;
	width:884px;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li {
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	padding:0 10px;
}
#menu a:link, #menu a:visited {
	color:#333;
}
#menu a:hover, #menu a:active {
	color:#E29018;
}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	text-decoration:none;
	outline:none;
}
/*BANER..............................................*/
#baner {
	background:#fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	height:320px;
	margin:auto;
	padding:10px 50px;
	width:800px;
}
#baner_show, #baner_show li {
	margin:0;
	padding:0;
	list-style:none;
}
#baner_show li {
	height:320px;
	width:800px;
}
/*MAIN...............................................*/
#main {
	background:#fff;
	border:1px solid #ddd;
	border-bottom:none;
	border-top:none;
	margin:auto;
	overflow:hidden;
	padding:10px 50px 0 50px;
	text-align:justify;
	width:800px;
}
/*FOOTER.............................................*/
#spacer {
	background:url(../images/spacer.png) no-repeat;
	height:39px;
	margin:auto;
	width:902px;
}
#footer {
	background:#fff;
	border:1px solid #ddd;
	border-top:none;
	font-size:11px;
	height:90px;
	line-height:1.4em;
	margin:auto;
	padding:10px 50px 20px 50px;
	width:800px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-bottomright:12px;
	-moz-border-radius-bottomleft:12px;
}
.footer_left {
	float:left;
	width:400px;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li {
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	padding:0 10px 0 0;
}
#footer a:link, #footer a:visited {
	color:#333;
}
#footer a:hover, #footer a:active {
	color:#E29018;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration:none;
	outline:none;
}
.footer_contact {
	float:left;
	text-align:right;
	width:400px;
}
#bottom {
	height:10px;
	width:100%;
}
/*INDEX page.........................................*/

#index_main_left {
	display:inline;
	float:left;
	overflow:hidden;
	width:500px;
}
#index_main_right {
	display:inline;
	float:left;
	font-size:12px;
	font-style:italic;
	line-height:1.4em;
	margin-left:30px;
	overflow:hidden;
	width:270px;
	_margin-right:-3px;
}
#logos_hold {
	margin-top:30px;
	overflow:hidden;
	text-align:center;
	width:800px;
}
.logos {
	display:inline;
	float:left;
	margin:0 7px;
	filter:alpha(opacity=60);
	opacity: 0.6;
}
.logos:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}
.logos_script {
	display:inline;
	float:left;
}
/*PARTNERS page......................................*/

#partners_left, #partners_right {
	display:inline;
	float:left;
	overflow:hidden;
	width:330px;
}
#partners_left {
	width:330px;
}
#partners_right {
	width:470px;
}
/*TESTIMONIALS page..................................*/

.testimonial_pic {
	float:right;
	height:290px;
	text-align:right;
	width:380px;
}
.test_person {
	background: url(../images/icons/comment.png) left no-repeat;
	display:block;
	padding-left:20px;
}
/*GALLERY page ......................................*/

#main_gallery {
	background:#fff;
	border:1px solid #ddd;
	border-bottom:none;
	border-top:none;
	margin:auto;
	overflow:hidden;
	padding:10px 35px 0 35px;
	text-align:justify;
	width:830px;
}
#big_picture {
	display:inline;
	float:left;
	height:450px;
	margin:0 20px 5px 0;
	width:600px;
}
.big_pic_name {
	color:#fff;
	font-size:13px;
	height:40px;
	line-height:50px;
	padding:0 0 0 15px;
	position:absolute;
	margin-top:410px;
	width:307px;
	z-index:999;
}
#projectname_hold {
	float:left;
	overflow:hidden;
	width:200px;
}
#projectname_hold ul {
	margin:10px 0;
	padding:0;
}
#projectname_hold ul li {
	border-bottom:1px solid #cecece;
	display:block;
	list-style:none;
	padding:3px 0;
	width:150px;
}
/*privremeno*/	

#projectname_hold2 {
	float:right;
	overflow:hidden;
	width:200px;
}
#projectname_hold2 ul {
	margin:10px 0;
	padding:0;
}
#projectname_hold2 ul li {
	border-bottom:1px solid #cecece;
	display:block;
	list-style:none;
	padding:3px 0;
	width:150px;
}
/*privremeno*/	



#gallery_hold {
	overflow:hidden;
	width:605px;
}
.gallery_thumbic {
	border:1px solid #ccc;
	cursor:pointer;
	display:inline;
	float:left;
	height:60px;
	margin:0 5px 5px 0;
	width:60px;
	filter:alpha(opacity=60);
	opacity: 0.6;
}
.gallery_thumbic:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}
/*****/

.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {
}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #3671A8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC5914;
}
.panel-overlay h2,  .panel-overlay p {
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}
	