@charset "utf-8";
/* CSS Document */

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #f7f5ef;
	font-family: Arial, Helvetica, sans-serif;
}
#slika{
	border: 3px solid #7e746c;
}
.thrColFixHdr #header {
	height: 236px;
	padding-top: 0;
	padding-bottom: 0;
	background-image:url(../images/hdr_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
#header .logo {
	position: absolute;
	left: 90px;
	top: 80px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #address {
	position: absolute;
	left: 295px;
	top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/address_bg.gif);
	background-repeat: no-repeat;
	height: 107px;
	width: 143px;
	padding-top: 7px;
	padding-left: 10px;
	line-height:15px;
}
#header #top_bar {
	height: 29px;
	padding-right: 66px;
}
#top_bar .setting {
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	display: block;
	margin-top: 9px;
}
#top_bar .setting_size {
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	display: block;
	margin-top: 9px;
}
#top_bar .setting img {
	vertical-align: text-bottom;
}
#top_bar .setting a {
	margin-top: 9px;
	margin-left: 10px;
}
#top_bar .setting_size a {
	margin-top: 9px;
	margin-left: 10px;
}
#header #address p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 19px;
	background-image:url(../images/box_top_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 16px;
	width: 346px;
	float: left;
	line-height: 1.4em;
} 
#footer #btm_bar {
	position: absolute;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	width: 1047px;
}
#mainContent #open {
	position: absolute;
	font-size: 10px;
	height: 32px;
	line-height: 32px;
}
#mainContent  #main_pic img {
	margin-top: 50px;
	border: 3px solid #7e746c;
	height: 238px;
	width: 340px;
	margin-right: 0px;
	margin-bottom: 18px;
}
#mainContent img {
	border: 3px solid #7e746c;
	float: left;
	margin-right: 15px;
	margin-bottom: 6px;
	display: inline;
	margin-top: 0px;
	margin-left: 0px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #hdr_bg {
	background-image:url(../images/hdr_px.gif);
	background-repeat: repeat-x;
}
.thrColFixHdr #ftr_bg {
	background-image:url(../images/ftr_px.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#top_bar .setting_size .reg {
	font-size: 10px;
	text-decoration: none;
}
#top_bar .setting_size .med {
	font-size: 12px;
	text-decoration: none;
}
#top_bar .setting_size .large {
	font-size: 14px;
	text-decoration: none;
}
p {
	margin-top:0px;
}
#footer #btm_bar #design {
	position: absolute;
	right: 67px;
	bottom: 0px;
}
#footer #btm_bar #design a {
	text-decoration: none;
}
.status_outer {
	position: absolute;
	right: 0px;
	width:400px;
	text-align:right;
	top:40px;
	font-weight: bold;
	right:66px;
}
