@import url(menu.css);

body
{
	padding: 0;
	margin: 0;
	background: #F2F2F2 url(img/bg-body.png) repeat-x top left;
}

.page
{
	width: 776px;
	margin: 0 auto;
}

* html .page
{
	width: 740px;
}

.toolbar
{
	background: transparent url(img/bg-header.png) no-repeat center bottom;
}
* html .toolbar
{
	background: none;
}

.main
{
	background: transparent url(img/bg-main.png) repeat-y center top;
	padding: 5px 18px 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

* html .main
{
	background: White;
	padding: 5px 0;
}

.header
{
	margin: 20px;
	background: #fff url(img/moto.gif) no-repeat right 50%;
}
.header img { border: none; }


.footer
{
	clear: both;
	font-size: .7em;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
}

a { color: #02a8a4; }
a:visited { color: #027874; }

/* content */
/*//////////////////////////////////////////////*/

.content
{
	padding: 20px 20px 20px 20px;
	font-size: 0.7em;
	line-height: 1.25em;
	background: transparent url(img/bg-hr.png) no-repeat center bottom;
	position: relative;
	
	height: 1%;
	zoom: 1;
}

.content:after
{
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

h1, h2, h3, h4
{
	margin-top: 0;
	color: #9d2f33;
	/*font-family: Georgia, Times New Roman, Times, Serif;*/
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	/* letter-spacing: -.04em; */
}

h1 
{ 
	font-size: 1.5em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.2em;
}

.content { text-align: justify; }

.content ul
{
	margin-left: 0;
	padding-left: 0;
}
.content ul li { margin: .5em 0 0 2em; }

.content .homepage
{
	float: left;
	width: 480px;
}

/* news, newsletter*/
/*//////////////////////////////////////////////*/

.news, .newsletter
{
	float: right;
	width: 220px;
}

.news h1, .newsletter h1
{
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 5px;
	margin: 0;
	background: url(img/bg-hp-news-h.gif) 0 0;
}

.news div, .newsletter div
{
	padding: 0 5px;
	background: transparent url(img/bg-hp-news.gif) repeat-x 0 0;
	margin-bottom: 1em;
	height: 1%;
	min-height: 1px;
}

.news div div
{
	background: transparent;
	padding: 0;
}

.news h2
{
	font-size: 1.2em;
	color: #02a8a4;
	margin: 1px 0 3px 0;
}

.news .date 
{ 
	color: #b8b8b8; 
	font-weight: bold;
	font-size: .9em;
}

.news .body
{
	font-size: .94em;
}

a.fullnews
{
	display: block;
	text-align: right;
	font-size: .9em;
	padding-right: 10px;
	background: #fff url(img/bullet.gif) no-repeat right 50%; 
}

.newsletter input
{
	margin: 0;
}

.newsletter input.email
{
	margin: 10px 0;
	width: 120px;
	border: 1px solid Gray;
	padding: 5px 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
}

.newsletter input.go
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #767676 url(img/bg-button.gif) repeat-x left bottom;
	border: 1px solid #767676;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	margin: 10px 0;
	padding: 5px 2px;
	text-align: center;
}
* html .newsletter input.go { padding: 5px 5px; }


/* toolbar */
/*//////////////////////////////////////////////*/

.toolbar
{
	height: 30px;
}

.toolbar ul
{
	float: right;
	margin: 0 7px 0 0;
	padding: 0;
	list-style: none;
	
	line-height: 30px;
	vertical-align: middle;
}

.toolbar ul li
{
	padding: 0 8px 0 8px;
	float: left;
	background: transparent url(img/toolbar-delimiter.gif) right 50% no-repeat;
}

.toolbar ul li.last { background: none; }

.toolbar ul li a
{
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;	
	font-size: .7em;
	color: #fff;
	text-decoration: none;
}


.toolbar ul li a.icon
{
	display: block;
	width: 20px;
	text-indent: 25px;
	overflow: hidden;
	white-space: nowrap;
}

.toolbar ul li a.hp { background: url(img/icon-home.gif) 4px 10px no-repeat; }
.toolbar ul li a.map { background: url(img/icon-map.gif) 4px 10px no-repeat; }
.toolbar ul li a.contact { background: url(img/icon-contact.gif) 4px 10px no-repeat; }

.illustration
{ 
	margin: -20px -20px 0 -20px;
	height: 200px;
	padding-bottom: 20px;
	background: transparent url(img/bg-hr.png) no-repeat center 200px;
}

/* menu */
/*//////////////////////////////////////////////*/
.menu
{
	background-color: #616161;
	height: 40px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;	
}

.menu ul li 
{
	font-size: .95em;
	cursor: pointer;
	background: transparent url(img/menu-delimiter.gif) no-repeat left 10px;
	vertical-align: middle;
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
	color: #8CDEDC;
}

.menu ul li.first
{
	padding: 0;
	background: transparent;
}

.menu ul li ul li
{
	font-size: .8em;
	background: transparent;
}

.menu ul li a, .menu ul li a:visited
{
	color: #fff;
	text-decoration: none;
}

.menu ul li a:hover
{
	text-decoration: underline;
}

/* homepage */
/*//////////////////////////////////////////////*/

.section
{
	width: 220px;
	margin-right: 20px;
	float: left;
	margin-bottom: 1em;
	border-bottom: 1px solid #8CDEDC;
	text-align: left;
}

.section:after
{
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

.section div
{
	position: relative;
	height: 220px;
	padding-top: 1em;
	border-top: 1px solid #fff;
	background: transparent url(img/bg-hp-section.gif) repeat-x 0 0;
}

.section.two div, .section.four { margin-right: 0; }

.section.three div, .section.four div  { height: 100px; }

.section strong { margin-bottom: 1em; }

.section h2
{
	color: #fff;
	font-size: 1.2em;
	background: #9D2F33 url(img/bg-hp-section-h.gif) 0 0;
	padding: 5px;
	text-align: center;
	margin: 0;
}

.section strong { padding: 0 5px; }

.section ul
{
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

.section ul li
{
	margin-left: 0;
	padding: 0 0 0 15px;
	background: transparent url(img/bullet-alt.gif) no-repeat 2px 5px;
}

* html .section ul li { height: 1%; }

a.dalje
{
	color: #62D0CC;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(img/bullet.gif) no-repeat right 50%;
	padding-right: 10px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 0;
}

.bjelic
{ 
	display: block;
	float: left;
	clear: left; 
	margin-top: 12px;
}

/* login */
/*//////////////////////////////////////////////*/

.login
{
	float: right;
	width: 220px;
	padding-bottom: 1em;
	border-bottom: 1px solid #767676;
	margin-bottom: 1em;
}

.login a, .login a:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	/*background: #72d5d1;*/
	width: 100px;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0pt;
	text-align: center;
	display: block;
	float: left;
	position: relative;
}

.login a.kupci, .login a.kupci:visited
{
	float: right;
}

.rounded
{
	/*
	border-color: #58bbb7;
	border-style: solid;
	border-width: 1px 0;
*/
	background: url(img/bg-button-ld.gif) repeat-x left bottom;
}

.rounded b
{
	display: block;
	padding: 5px;
	background: url(img/bg-button-lt.gif) repeat-x left top;
	
	/*
border-color: #58bbb7;
	border-width: 0pt 1px;
	margin: 0 -1px;
*/
}
.rounded .rt
{
	display: block;
	width: 5px;
	height: 5px;
	background: url(img/bg-button-rt.gif) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
}
.rounded .rd
{
	display: block;
	width: 5px;
	height: 100%;
	background: url(img/bg-button-rd.gif) no-repeat right bottom;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* footer */
/*//////////////////////////////////////////////*/

.footer
{
	line-height: 1.4em;
	padding: 0 38px 38px 38px;
	margin: 0 -18px;
	background: transparent url(img/bg-footer.png) no-repeat center bottom;
	
	height: 1%;
	zoom: 1;
}

* html .footer
{
	background: none;
}

* + html .footer
{
	width: 700px;
}

.footer:after
{
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

.footer .copy
{
	float: left;
	background: #fff;
}

.footer .info
{
	float: right;
	margin-right:0.4em;
	padding-left:0.5em;
	background: #fff;
}

.footer span 
{
	display: block;
	float: left;
	clear: left;
}