body {
	background: #4e0202 url(../images/bg_okviri.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #FFF;
}
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
h1, .naslov {
	font-size: 25px;
	font-weight: normal;
	line-height: 20px;
	padding: 5px 0px 10px;
}
h2 {
	padding: 10px 0px;
}
h3 {
	padding: 5px 0px;
}
p {
	padding: 0px 0px 10px;
}
ul, ol {
	margin: 0px 0px 15px 25px;
	padding: 0px;
}
.text10, #footer, #bc {
	font-size: 10px;
}
.text11 {
	font-size: 12px;
}
.text12, h3 {
	font-size: 12px;
}
.text13, h2 {
	font-size: 13px;
}
.text17, .panel-title {
	font-size: 17px;
}
.text18 {
	font-size: 18px;
}
.bold {
	font-weight: bold;
}
.white, #footer a, #nav li a, .panel-title, #bc a {
	color: #FFF;
}
.black, #container, a {
	color: #000;
}
.georgia, .panel-title, h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.underline, #footer a:hover, a:hover, #nav li a:hover, #bc a:hover {
	text-decoration: underline;
}
.nounderline, #footer a, #nav li a, #bc a {
	text-decoration: none;
}
.float-left, #left {
	float: left;
}
.float-right, #right {
	float: right;
}
#left {
	background: #000 url(../images/nav-top.gif) no-repeat left top;
	width: 185px;
}
#right {
	width: 720px;
}
#bc {
	padding: 4px 10px 5px 35px;
	height: 30px;
	background: url(../images/bc-bg.gif) no-repeat 10px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 30px;
}
.clear {
	clear: both;
}
#wrapper {
	margin: auto;
	width: 950px;
}
#head {
	height: 268px;
	background: #FFF url(../images/head-bg.gif) no-repeat right bottom;
	margin: 34px 0px 0px;
}
#flash {
	position: absolute;
	margin: 12px 0px 0px 13px;
}
#container {
	background: #FFF url(../images/container-top.gif) no-repeat top;
	padding: 15px 15px 10px;
}
#footer {
	height: 50px;
	background: url(../images/footer.gif) no-repeat top;
	padding: 10px 10px 0px;
	text-align: right;
}
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px;
	background: url(../images/nav-bottom.gif) no-repeat left bottom;
}
#nav li {
	width: 185px;
}
#nav li a {
	display: block;
	background: url(../images/bullet.gif) no-repeat left center;
	padding: 3px 16px;
}
#nav li a:hover {
	background: url(../images/bullet.gif) no-repeat -2px center;
}
.panel-title {
	margin: 0px;
	padding: 7px 0px 15px 15px;
}
#right ul {
	list-style: none;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
#right ul li {
	background: url(../images/bullet2.gif) no-repeat left 5px;
	padding-left: 17px;
}
.gallery-border {
	border: 1px solid #999;
	margin: 5px 1px 2px;
	padding: 2px;
	display: block;
	float: left;
	background: #4E0202;
}
.category {
	display: block;
	float: left;
	padding: 4px 10px 4px 14px;
	background: #000 url(../images/bullet.gif) no-repeat left 7px;
	text-decoration: none;
	color: #FFF;
	margin: 2px 0px 5px 2px;
}
form {
	margin:0;
	padding:0;
}
form label {
	font-weight: bold;
	float: left;
	width: 200px;
	padding: 0px 0px 2px 2px;
}
form input[type="text"], form textarea {
	width: 285px;
	padding: 3px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
}
form input[type=text]:hover, form textarea:hover, form input[type=text]:focus, form textarea:focus {
	border: 1px solid #B1B1B1;
	background: #FCFCFC;
}
form textarea {
	height:120px;
}
form p {
	margin:0;
	padding:0 0 3px;
}
button {
	font: bold 11px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	color: #000;
	padding: 3px 5px;
	background: #E9E9E9;
	margin-right: 4px;
	cursor:pointer;
}
.error {
	font-weight: bold;
	color: #900;
}
.success {
	color: #690;
	font-weight: bold;
}
.contact-box {
	margin: 0px 0px 10px;
	padding: 5px 7px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
}