@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #74456b;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #3e1d38;
}
P {margin:0px 0px 10px 0px; font: 100% Verdana, Arial, Helvetica, sans-serif;}

A, A:VISITED {color:#3e1d38;}
A:HOVER {text-decoration:none; color:#74456b;}

h1 {
	background:url(images/highlightedText.png) no-repeat top left;
	width:800px;
	text-align:center;
	padding:5px 20px;
	margin:0px auto; font: 100% Verdana, Arial, Helvetica, sans-serif;
	
}

.text{
	font: 100% Verdana, Arial, Helvetica, sans-serif;}
.crtadolje{ border-bottom:1px solid #fff;
	font: 100% Verdana, Arial, Helvetica, sans-serif;}	

.container {
	width: 100%;  
	margin: 0 auto; 
	text-align: left; 
	background:url(images/bg-canvasbg.jpg) repeat top;
}
.header { 
	background:url(images/bg-homepage-top.gif) #74456b no-repeat top center;
	padding: 0px;
	margin:0px;
	position:relative;
} 
.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 */
}
.mainContent {
	padding:0px;
	width:100%;
	margin:0px;
	
}
.footer { 
	padding: 0px;
	background:url(images/bg-footer.gif) repeat-x top left;
	height:60px;
} 
.footerContainer {
	width:950px;
	margin:0px auto;
	padding:25px 10px 25px 25px;
	color:#956b8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; text-align:center;
}
.footerContainer A, .footerContainer  A:VISITED {color:#956b8d;}
.footerContainer A:HOVER {color:#b58eae;}
.clear {clear:both;}
.header .content {
	width:945px;
	margin:0px auto;
}
.header .logo {
	width:486px;
	height:105px;
	float:left;
}
.header .topRightLinks {
	float:right;
	width:330px;
	text-align:right;
	margin:75px 0px 0px 0px;
}
.header .topRightLinks UL {margin:0px; padding:0px;}
.header .topRightLinks LI {
	display:inline;
	list-style-type:none;
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding-right:15px;
	padding-left:12px;
	border-right:1px solid #FFF;
}
.header .topRightLinks LI.last {border-right:none !important; padding-right:0px !important;}
.header .topRightLinks LI A, .header .topRightLinks LI A:VISITED {color:#FFF; text-decoration:none;}
.header .topRightLinks LI A:HOVER {color:#eee8e4; text-decoration:underline;}

#fadeshow1 {
	width:950px;
	height:350px;
}

.topnav {
	width:100%;
	background:url(images/bg-top-nav.png) repeat-x top;
	height:47px;
	margin:0px;
}
.topnavContainer {
	margin:0px auto;
	background:url(images/bg-top-nav-shadow.png) no-repeat top left;
	width:958px;
	text-align:center;
}
.topnavContainer UL {margin:0px; padding:7px 0px 0px 0px;}
.topnavContainer LI {list-style-type:none; display:inline; margin:0px; font-family:"Courier New", Courier, monospace;}
.topnavContainer LI A, .topnavContainer LI A:VISITED {
	padding:3px 25px 3px 25px;
	font-size:12px;
	color:#3e1d38;
	text-decoration:none;
}
.topnavContainer LI A:HOVER {
	background-color:#e2d7d0;
}

.mainContentContainer {
	width:990px;
	margin:0px auto;
	padding:20px 0px;
	font-family: Gill Sans / Gill Sans MT, sans-serif;
	font-size:14px;
	line-height:1.4em;
}
.mainContentContainer .text {
	padding:0px 22px;
}
.categories {
	background:url(images/bg-white-flowers.png) no-repeat top left;
	margin:20px 0px;
	padding:20px 0px 20px 23px;
}
.oneCat {
	background:url(images/bg-category-polaroid.png) no-repeat top left;
	width:228px;
	height:251px;
	float:left;
}
.catimage {
	width:208px; height:31px;
	padding:177px 0px 0px 0px;
	margin:10px 0px 0px 10px;
}
.cat1 {background:url(images/category-img-1.jpg) no-repeat top left;}
.cat2 {background:url(images/category-img-2.jpg) no-repeat top left;}	
.cat3 {background:url(images/category-img-3.jpg) no-repeat top left;}
.cat4 {background:url(images/category-img-4.jpg) no-repeat top left;}


.cat5 {background:url(images/category-img-5.jpg) no-repeat top left;}
.cat6 {background:url(images/category-img-6.jpg) no-repeat top left;}	
.cat7 {background:url(images/category-img-7.jpg) no-repeat top left;}
.cat8 {background:url(images/category-img-8.jpg) no-repeat top left;}

.catTitle A, .catTitle A:VISITED {background:url(images/bg-category.png) repeat top left;
	padding:5px 10px;
	height:20px;
	width:186px;
	margin:0px 1px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#3e1d38;
	text-decoration:none; display:block;
}
.catTitle A:HOVER {
	color:#FFF;
	background-image:none;
	background-color:#74456b;
}

.marginRight10 {margin-right:10px;}


.highlightedText {
	background:url(images/highlightedText.png) no-repeat top left;
	width:800px;
	text-align:center;
	padding:5px 20px;
	margin:0px auto;
	
}