* { margin: 0; padding: 0; }

.hide { display: none; }
	

em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

	
/* The navbar */

ul#navbar {
	height: 99px;
	width: 520px;
	text-align: center;
	list-style: none;
	margin: 0px;
	padding:0px;
	clear: both;
	}
	
#navbar li {
	float: left;
	height: 99px;
	width: 160px;
	margin: 0px;
	padding:0px;
	}
	
#navbar li#prodaja {
	background-image: url(./images/menu/menu_prodaja_motornih_koles2.jpg);
	background-repeat:no-repeat;
	}

#navbar li#servis {
	background-image: url(./images/menu/menu_servis_motornih_koles2.jpg);
	background-repeat:no-repeat;
	}
	
#navbar li#tomos {
	background-image: url(./images/menu/menu_tomos_gp2.jpg);
	background-repeat:no-repeat;
	}


	
	
/* Bubble pop-up */

.popup {
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	visibility: hidden;
	background:url(images/buble.gif) top left no-repeat;
	width:180px;
	height:84px;
	margin:-15px 0px 0px 350px;
	padding:15px 15px;
	font-weight:normal;
	
}

.moped {
	float:left;
	width:55px;
	text-align:left;
	line-height:200%;
}
.moped2 {
	float:left;
	width:70px;
	text-align:left;
	line-height:200%;
}
.pikca {
	color:#93DA3E;
}




	


/* Large floating popup window */

#fullscreen {
    display: none;
    background-image: url(./img/screen-shadow.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
	}

#largepopup {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 404px;
	border: 0;
	border-collapse: collapse;
	z-index: 100;
	}

.largepopup-content {
	width: 344px;
	padding: 50px 30px 0 30px;
	margin: 0 auto;
	background: url(./img/floater-top.png) no-repeat;
	}
	
.largepopup-footer {
	background: url(./img/floater-bottom.png) bottom no-repeat;
	min-height: 78px;
	margin: 0;
	padding: 0 30px 0 30px;
	}
	
.largepopup-content h3 {
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	}
	
.largepopup-content p {
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0;
	}
	
.largepopup-footer ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	}

#wrong-os h3 {
	padding-top: 80px;
	background: url(./img/wrong-os-h3.gif) no-repeat top;
	}

#start-download h3 {
	padding-top: 76px;
	background: url(./img/start-download-h3.png) no-repeat top;
	}
		
#start-download .largepopup-footer ul {
	text-align: center;
	padding: 0px;
	}
	
.largepopup-footer li {
	display: inline;
	padding: 0 5px;
	}
	
li#button-ok, li#button-confirm {
	/* background: url(./img/button-ok.png); */
	}
	
li#button-cancel {
	/* background: url(./img/button-cancel.png); */
	}
	
/* The short pitch */

#subhead {
	margin: 40px 0 20px 0;
	text-align: center;
	font-size: 20px;
	}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}


/* The toolbar for the content box */

ul#toolbar {
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	/* border-bottom: 1px solid #ccc;	*/
	visibility:hidden;
	position:absolute;
	}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
	}
	
#toolbar li a {
	display: block;
	}
	
#toolbar li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#sites-tab {
	}

#toolbar li#editor-tab {
	}

#toolbar li#preview-tab {
	}

#toolbar li#css-tab {
	}

#toolbar li#terminal-tab {
	}

#toolbar li#books-tab {
	}

#toolbar li#files-tab {
	}

	
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: auto; }

#frame {
	overflow: hidden;
	margin: 0px;
	width: 527px;
	position: relative;
	
	float:right;
	}
	
#frame div.button {
	position: absolute;
	top: 40%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 420px;
	margin: 0px;	
	overflow: hidden;
	float:left;
	}

#content {
	width: 3364px;
	}
	
.section {
	width:370px;
	padding:29px 25px 0px 25px;
	float:left;
	}
	
