/**********************************

Use: Main Screen Import
Author: Nick Rigby

***********************************/

@import "reset.css";
@import "core.css";

@import "_library/cmxform.css";
@import "cmxform.css";

/* IE5 Macintosh \*//*/
@import "_ie/mac/5.css";
/**/


html, body , *{
	margin:0;
	padding:0;
}

body {
	font: 62.5%/140% Verdana, sans-serif;
	text-align: center;
	background: #4092C2 url("img/pozadina.jpg") repeat-x left top;
}


a, a:link {
	color: #DF5829;
	text-decoration: none;
}

a:hover, a:link:hover {
	color: #AF2D00;
}

a.active, a:active, a:link:active {
	font-weight: 	bold;
}


img, a img {
	margin: 2px;
	padding: 1px;
	border: 1px solid #c4c4c7;
}

p {
	padding: 7px 0;
}

.clearer {
	clear: both;
	line-height: 1px;
	margin-top: -1px;
}

ul	{
	list-style:	none;
}

div#container{
	text-align: left;
	width: 640px;
	margin: 0 auto;
	padding: 40px 0 30px;
	position: relative;
	font-size: 1.2em;
}

ul#languages	{
	position: 			absolute;
	right: 				0;
	top: 				-70px;
	width: 				50px;
	height: 			50px;
	list-style-type:	none:
}

ul#languages	li	{
	float: left;
	list-style-type:	none:
}


div#logo1 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: white url("img/logo.gif") no-repeat center center;
	height: 81px;
	text-align: center;
}

h1#logo {
	text-indent: -2000px;
}

h3 {
	margin-top: 20px;
}

div#lijevi_stupac {
	float: left;
	width: 160px;
}

div#desni_stupac {
	float: right;
	width: 480px;
	background-color: white;
	font-size: 0.9em;
	line-height: 1.7em;
	
}

.padding {
	padding: 20px;
}

ul#glavni_izbornik {
	list-style-type: none;
	padding-top: 10px;
	border-bottom: 1px solid white;
}

ul#glavni_izbornik	li	a	{
	display: block;
	border-top: 1px solid white;
	color: white;
	padding: 3px 4px 4px 0;
	font-family: "Times new roman", Georgia, serif;
	text-transform: capitalize;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 1px;
	height: 1.7em;
}

ul#glavni_izbornik	li	a:hover	{
	background-color: #4172A7;
}


#kontakt_info {
	margin-top: 10px;
	border: 1px solid white;
	border-width: 1px 0;
	padding: 10px;
	color: white;
	font-size: 0.9em;
	line-height: 1.2em;
}

#kontakt_info2 {
	margin-top: 10px;
	border: 1px solid white;
	border-width: 1px 0;
	padding: 10px;
	color: white;
	font-size: 0.9em;
	line-height: 1.2em;
}


#kontakt_info  p {
	padding: 4px 0;
}

.float_right {
	float: right;
	width: 187px;
	text-align: center;
}


.price_lists ul {
	list-style-type: none;
	margin: 4px 10px;
}

table.about {
	margin: 4px 0;
}

table.about td {
	border: 1px solid #c4c4c7;
	padding: 3px 4px;
}

table.about th {
	background-color: #4172A7;
	color: white;
	text-align: center;
}

.align_right {
	text-align: right;
}

.indent li {
	margin-left: 27px;
}

