* { margin: 0; padding: 0; }

body, html {
	background-color: #232533;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

body {
	font-size: 62.5%;
	line-height: 1.5em;
}


h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: normal;
}


img {
	border: none;
}

a {
	outline: none;
	text-decoration: none;
}

fieldset {
	position: relative;
	border: none;
}

legend {
	display: none;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 16px;
}

p {
	margin: 0.5em 0;
}

/* Layout */

#header{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	padding: 25px 0 35px 0;
	background: #eaeaea url(../img/header-bg.jpg) bottom repeat-x;
	color: #232533;
	font-size: 1em;
}

#folio, #error404 {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 0 40px 0;
	background: #F3F3F3 url(../img/folio-bg.jpg) bottom repeat-x;
	color: #232533;
	font-size: 1.1em;
}


#main-content {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 760px;
	font-size: 1.3em;
	clear: both;
}

#about {
	display: block;
	position: relative;
	float: right;
	width: 365px;
}

#contact {
	display: block;
	background: url(../img/contact-end.jpg) bottom no-repeat;
	padding-bottom: 29px;
}

#footer {
	display: block;
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	clear: both;
}

/*Header*/

#header h1{
	display: block;
	text-indent: -9999px;
	position: relative;
	left: -240px;
	width: 281px;
	height: 45px;
	margin: 0 auto;
}
#header h1 a {
	display: block;
	width: 281px;
	height: 45px;
	background: url(../img/logo.gif) 0 0 no-repeat;
}

#header ul {
	display: block;
	position: absolute;
	width: 97px;
	top: 0;
	left : 50%;
	margin-left: 287px;
	
}

#header ul li {
	display: block;
	background: url(../img/nav-tab-bg.gif) 0 0 no-repeat;
	height: 18px;
	padding: 8px 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}

#header a:link,
#header a:visited {
	color: #b1b1b1;
}

#header a:hover,
#header a:active  {
	color: #232533;
}

/* Folio */

#folio a:link,
#folio a:visited {
	color: #4F5371;
	font-weight: bold;
}

#folio a:hover,
#folio a:active {
	color: #b1b1b1;
}

#folio #featured {
	display: block;
	position: relative;
	width: 760px;
	margin: 0 auto;
}

#folio h2 {
	display: none;
}


dl.folioitem {
	display: block;
	position: relative;
	float: left;
	width: 250px;
	margin:0 3px 0 0;
}

dt.folioimage {
	display: block;
	/*position: relative;*/
	width: 204px;
	height: 204px;
	padding: 23px;
	background: url(../img/folio-item-bg.jpg) top no-repeat;
}

dd.foliodesc, dd.foliolink {
	display: block;
	padding: 0 10px;
	width: 230px;
}

dd.foliolink {
	margin: 1em 0 0 10px;
	width: 212px;
	padding-left: 15px;
	background: url(../img/bullet-link.gif) 0 4px no-repeat;
}

/* Kontakt */

#contact #response {
	margin: 0 12px;
	padding: 9px 18px;
	border: 2px solid #FFF;
	width: 698px;
	background-color: #4F5371; 
}

form#frmContact {
	width: 760px;
	padding: 0;
	background: url(../img/contact-bg.jpg) 0 0 repeat-y;
}

form#frmContact fieldset {
	width: 620px;
	background: url(../img/form-top.jpg) 0 0 no-repeat;
	padding: 42px 70px 12px 70px;
}

form p {
	margin: 15px 0;
	width: 620px;
	
}

label {
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	width: 150px;
	text-align: right;
	padding: 0.25em 30px 0.25em 0.25em;
}

.required {
	font-weight: normal;
}

.itext {
	width: 400px;
	background-image: url(../img/itext_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #4F5371;
	color: #FFF;
	border: 2px solid #0F0F20;
	margin: 0 0 2px 0;
	padding: 0.25em 0.25em 0.25em 0.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	overflow: auto;
}


p.btn-holder {
	display: block;
	position: relative;
	width: auto;
	float: right;
	right: 26px;
	margin: 0;
}


input.btn {
	padding: 0.5em 0;
	width: 110px;
	text-align:center;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: middle;
	background: #FFF url(../img/button-bg.gif) top repeat-x;
	border: none;
	letter-spacing: 1px;
	/*
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	*/
	cursor: pointer;
	color: #232533;
}


/* Footer */

img#footer-logo {
	vertical-align: middle;
	display: inline;
}

#footer p {
	vertical-align: middle;
}

/* Greške */

#error404 {
	text-align: center;
}
