/*CSS Reset*/
* {
	border:none;
	padding:0;
	margin:0;
}

body {
	background:#fff; 
	font:12.35px "Lucida Grande", Arial, Verdana, sans-serif;
}

a {
	color:#333333;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}

p {
	margin:15px 0;
}

h1 {
	font-size:20px; 
	margin:10px 0;
}

h2 {
	font-size:15px; 
	margin:10px 0;
}

#container {
    margin:10px auto;
    padding:50px;
    width:900px;
}

#container ul {
    height:50px;
}

.gumbi li {
	display:inline; 
	list-style:none;
}

.gumbi li a {
	background:transparent url(images/buttonleft.jpg) no-repeat left;
	display:block;
	float:left;
	height:22px;
	margin-right:15px;
	padding:5px 0 5px 10px;	
}
	
.gumbi li a span {
	background:transparent url(images/buttonright.jpg) no-repeat right;
	cursor:pointer;
	display:inline; 
	float:left; 
	height:12px;
	padding:5px 10px 5px 0;
}

.gumbi li a:hover {
	background:transparent url(images/buttonleft_ro.jpg) no-repeat left;
	color:#fff;
	padding:5px 0 5px 10px; 
}

.gumbi li a:hover span {
	background:transparent url(images/buttonright_ro.jpg) no-repeat right; 
	color:#fff;
	padding:5px 10px 5px 0; 
}
