@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	background-color: #FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow-x:hidden;
}

.blackBg {
	background: #0E0F11;
}

a:active { 
	outline: none; 
}

a:focus 
{
	-moz-outline-style: none; 
}

a {
	text-indent: -9999px;
}

ul {
	list-style-type: none;
}

#container {
	position: relative;
	width: 1000px; 
	background:url(../images/bckrndMain.jpg) repeat-y;
	border: #C3B89A solid 2px;
	border-top: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
/*----------------HEADER MAIN-----------------*/

#header {
	width: 100%;
	height: 164px;
}

#counterContent {
	position: absolute;
	right: 62px;
	top: 112px;
}



/*----------------SIDEBAR MAIN-----------------*/

#sidebarLeft {
	position:absolute;
	float: left;
	text-indent: -9999px;
	margin-top: 24px;
	z-index: 2;
}

#sidebarLeft ul {
	margin-left: 61px;
}

#sidebarLeft ul li {
	width: 185px;
	height: 37px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}


/*----------------MAINCONTENT MAIN-----------------*/

#mainContent {
	width: 100%;
	height: 437px;
}

#mainContent a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	font: bold 8pt sans-serif;
}

#comicsDiv {
	background-image:url(../images/28NMB-COMICS-novi-oblak.jpg);
	width: 690px;
	height: 398px;
}

#booksDiv {
	background-image:url(../images/28NMB-BOOKS-novi-oblak.jpg);
	width: 687px;
	height: 396px;
}

#filmsDiv {
	background-image:url(../images/01NMB-FILMOVI-oblak.jpg);
	width: 687px;
	height: 396px;
}

#musicDiv {
	background-image: url(../images/01NMB-MUZIKA-oblak.jpg);
	width: 687px;
	height: 395px;
}

#paintingsDiv {
	background-image:url(../images/28NMB-PAINTIN-novi-oblak.jpg);
	width: 687px;
	height: 396px;
}

#portfolioDiv {
	background-image:url(../images/28NMB-PORTF-novi-oblak.jpg);
	width: 687px;
	height: 396px;
}


.clouds {
	display: none;
	position: relative;
	left: 280px;
	top: 10px;
	background-repeat: no-repeat;
}


.columnLeft {
	float:left;
	width:49.5%;
}

.columnRight{
	float:right;
	width:49.5%;
}

#comicsContent {
	position:relative;
	left:49px;
	top:15px;
	width: 625px;
}

#booksContent, #filmsContent {
	position:relative;
	left:60px;
	top:30px;
	width: 625px;
}

#musicContent {
	position:relative;
	left:55px;
	top:25px;
	width: 625px;
}

#portfolioContent {
	position:relative;
	left:60px;
	top:30px;
	width: 625px;
}

#paintingsContent {
	position:relative;
	left:60px;
	top:30px;
	width: 625px;
}


#musicContent a {
	height: 18px;
	margin-bottom: 25px;
}

#booksContent a, #filmsContent a {
	height: 15px;
	margin-bottom: 35px;
}


#paintingsContent a {
	height: 15px;	
	margin-bottom: 23px;
}

#musicContent a:hover {
	background-position: 0 -18px;
}

#booksContent a:hover, #paintingsContent a:hover {
	background-position: 0 -15px;
}

#filmsContent a:hover {
	background-position: 0 -16px;
}



/*----------------FOOTER MAIN-----------------*/


#footer {
	width: 100%;
	height: 172px;
	background:url(../images/footerMain.jpg) no-repeat;
	clear:both;
	z-index: 1;
}

#footer .toIndexClass {
	font: bold 8pt sans-serif;
	position: relative;
	left: 56px;
	top: 105px;
	display: block;
	width: 111px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer a.toIndexClass:hover {
	background-position: 0 -42px;
}

#footer .toContactClass {
	font: bold 8pt sans-serif;
	position: relative;
	left: 840px;
	top: 80px;
	display: block;
	width: 118px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer a.toContactClass:hover {
	background-position: 0 -18px;
}

/*--------------------------------------------*/


#loader.loading {
	width:1000px;
  	height:600px;
  	background: url(../images/spinner.gif) #000000 no-repeat center center;
}

/*-----------MUSIC-------------*/

#music01 {
	background-image: url(../images/muzika-dugme01.jpg);
}

#music02 {
	background-image: url(../images/muzika-dugme02.jpg);
}

#music03 {
	background-image: url(../images/muzika-dugme03.jpg);
}

#music04 {
	background-image: url(../images/muzika-dugme04.jpg);
}

#music05 {
	background-image: url(../images/muzika-dugme05.jpg);
}

/*-----------BOOKS-------------*/

#books01 {
	background-image: url(../images/knjige-dugme01.jpg);
}

#books02 {
	background-image: url(../images/knjige-dugme02.jpg);
}

#books03 {
	background-image: url(../images/knjige-dugme03.jpg);
}

#books04 {
	background-image: url(../images/knjige-dugme04.jpg);
}

#books05 {
	background-image: url(../images/knjige-dugme05.jpg);
}


/*-----------MOVIES-------------*/

#films01 {
	background-image: url(../images/filmovi-dugme01.jpg);
}

#films02 {
	background-image: url(../images/filmovi-dugme02.jpg);
}



