@charset "utf-8";
/* CSS Document */

/* Glavna konstukcija */
body{
	background-image: url(../images/background1.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 5px;	
	margin-bottom: 10px;	
}
.Clearing {
	overflow: hidden;
	clear: both;
	width: 100%;
	float:none;
}
div.RootContainer{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div.TopContainer{
	width: 900px;
	height: 59px;
	margin-bottom: 1px;
}
div.LogoMain{
	background-image: url(../images/logo.png) !important ;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 0px;
	width: 255px;
	height: 125px;
}
div.MainBannerContainer{
	width: 900px;
	height: 279px;
	background-color: #1C5299;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C5299;
	
}
div.MainBanner{
	width: 100%;
	height: 275px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3AAADC;
	background-image: url(../images/main_header_image.jpg);
	background-repeat: no-repeat;
}
div.PriceTag{
	position: absolute;
	left: 330px;
	top: 59px;
	background-image: url(../images/cena.png) !important ;
	background-image: url(../images/cena.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 165px;
	clear: both;
}
div.ButtonContainer{
	float: left;
	height: auto;
	width: 500px;
	margin-top: 218px;
	margin-left: 24px;
	display:inline;	
}
div.ButtonContainer div {
	cursor: pointer;
	margin-right: 4px;
}
div.ButtonContainer div:hover{
	-moz-opacity: 0.85;   
	opacity: 0.85;
	margin-top: 2px;
}
div.ButtonProba {
	background-image: url(../images/button_probajte.png) !important;
	background-image: url(../images/button_probajte.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 43px;
	float:left;
}
div.ButtonPorudzbina {
	background-image: url(../images/button_porucite.png) !important ;
	background-image: url(../images/button_porucite.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 43px;
	float:left;
}
div.PageContentContainer{
	width: 900px;
	height: auto;
	background-color: #EBDECF;
	background-image: url(../images/page_content_background.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A38A76;
}
div.PageContent{
	width: 900px;
	height: auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CBBB9D;
}
div.MessageBaner1{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3AAADC;
	background-color: #0A71B4;
	background-image: url(../images/izaberite_izgled_sajta.gif);
	background-repeat: no-repeat;
	height: 41px;
}
div.SiteThumbs1{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3AAADC;
	background-color: #000000;
	background-image: url(../images/bottom_site_thumbs.jpg);
	background-repeat: no-repeat;
	height: 272px;
}
div.Footer{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}
div.Footer a{
	color: #000000;
	text-decoration: none;
}
div.Footer a:hover{
	color: #E26300;
}


/* Glavni meni */

.MainNavContainer{
	position: absolute;
	left: 300px;
	top: 29px;
	width: 600px;
	height: 30px;
}
.MainNavContainer a{
	float: right;
	height: 21px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #E26300;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/main_nav_button_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8F0800;
	border-right-color: #8F0800;
	border-left-color: #8F0800;
	margin-left: 10px;
}
.MainNavContainer a:hover {
	background-color: #E26300;
	background-image: none;

}
.MainNavContainer a.current {
	background-color: #B32D00;
	background-image: none;
}




/* Sadrzaj strana */

.CheckMark{
	background-image: url(../images/check_mark.png) !important ;
	background-image: url(../images/check_mark.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 7px;
}
.InfoBox{
	height: auto;
	width: 420px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px;
	float: left;
	font-size: 18px;
	color: #000000;
	display:inline;
}
.InfoBox span.descript{
	font-size: 12px;
	color: #000000;
}
.InfoBox span.special{
	color: #E26300;
}
.SpecialBox{
	position:relative;
	height: auto;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 15px;
	font-size: 22px;
	color: #000000;
	background-image: url(../images/special_message_background.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #960;
	border-right-color: #960;
	border-bottom-color: #960;
	border-left-color: #960;
}
.SpecialBox span.descript{
	font-size: 12px;
	color: #000000;
	line-height: 19px;
	margin-top: 10px;
}
.SpecialBox span.special{
	color: #E26300;
}
.ContactBox{
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 21px;
	margin-right: 21px;
	display:block;
	font-size: 18px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #960;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ContactBox span.descript{
	font-size: 12px;
	color: #000000;
}
.link {
	color: #E26300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
.link:hover{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;

}
.ContactBox span.special{
	color: #E26300;
}
.ContactBox table{
	font-size: 15px;
}
.ContactBox input, .ContactBox textarea{
	border: 1px solid #666;
}
.ErrorBox{
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 21px;
	margin-right: 21px;
	color: #FFF;
	background-color: #C00;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	font-weight: bold;
}
.SuccessBox{
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 21px;
	margin-right: 21px;
	color: #060;
	background-color: #F0FFE8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #090;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #090;
}
.CaptionBox{
	float:left;
	display:block;
	width:8px;
	height:18px;
	margin-top:4px;
	margin-right:7px;
	padding:0;
	margin-bottom:0;
	background-color:#E26300;
	line-height: 10px;
}
.FloatRightImageLink{
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	opacity: 0.99;	
	float:right; 
	position:relative; 
	margin-left:10px; 
	margin-right:0px;
}
.FloatRightImageLink:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity: 0.70;
	
}
h1{
	font-size: 26px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2{
	font-size: 24px;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 5px;
}
h3{
	font-size: 22px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 6px;
}
.Content{
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 21px;
	margin-right: 21px;
	display:block;
	font-size: 13px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #960;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}
.Content a {
	color: #E26300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
.Content a:hover{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;

}
.honeypot{
	display:none;
}
