@charset "utf-8";
/* CSS Document */

body
{
	background-color: #fff;
	margin:0;
	padding:0;
	
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(style_pics/mas_flower_bg_full.gif);
	background-repeat:no-repeat;
	 background-position: center 220px;
	color:#585858;

}
#header_full
{
	height:180px;
	width:100%;
	background-color:#fff;
	position:relative;
}
#header_wrapper
{
	margin:0px auto;
	width:990px;
	height:180px;
	background-color:#fff;
	border:0px rgba(0,0,0,50) dotted;
	border-top:0px;
	border-bottom:0px;
	position:relative;	
}

.top_logo
{
	width:350px;
	height:180px;
	position:absolute;
	right:0px;
	top:10px;
}
.big_domain
{
	font-family: 'Michroma', sans-serif;
	color:#205C9E;
	font-size:30px;
	font-weight:400;
	font-style:normal;
	position:absolute;
	left:50px;
	top:46px;
}

#full_navi_box
{
	height:60px;
	width:100%;
	background-color:#ccc;
	
   /* -khtml-opacity: 0.8 ;
    -moz-opacity: 0.8 ;
    -webkit-opacity: 0.8 ;
    filter: alpha(opacity=80); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
    opacity: 0.8;                           
	*/
	background-image:url(style_pics/mc_nav_bg.gif);
	background-repeat:repeat-x;
	position:relative;
	/*border-top:1px solid rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(0,0,0,0.1);*/
	-webkit-box-shadow: -2px -4px 8px rgba(0,0,0,0.2);
-moz-box-shadow: -2px -4px 8px rgba(0,0,0,0.2);
box-shadow:-2px -4px 8px rgba(0,0,0,0.2);
}
#navi_wrapper
{
	width:1080px;
	height:60px;
	overflow:visible;
	margin:0px auto 0px auto;
	border:0px dotted #000;
	border-left:0px solid #999;
	border-right:0px solid #999;
}
nav{font-family: 'Michroma', sans-serif;}
nav#top_nav ul
{
	padding:0;
	margin:0;
	float:right;
	
}

nav#top_nav li 
{
	
	display:inline;
	list-style:none;
	text-align:center;
	font-size:14px;
	border-left:0px solid #000;
	border-right:0px solid rgba(88,88,88,0.5);
	float:left;
	
}

#top_nav li:first-child 
{
	
	border-left:0px solid #F00;
}

#top_nav li:last-child
{
	
	border-right:0px solid #CF0;
}
 
 nav#top_nav li a:link, li a:visited, li a:active, li a:focus
{
	color:#fff;
	text-decoration:none;
	display:block;
	height:60px;
	padding-left:20px;
	padding-right:20px;	
	line-height:60px;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	-ms-transition: all 1000ms ease-out;
	-o-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
	
	
} 
nav#top_nav li a:hover
{
	color:#fff;
	text-decoration:none;
	background-color:rgba(100,100,100,0.1);
	display:block;
	
	
	
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	-ms-transition: all 1000ms ease-out;
	-o-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
	
	
	
} 

div#content_wrapper
{
	width:990px;
	
	border:0px solid #999;
	margin:0px auto 20px auto;
	position:relative;
	/*background-color:rgba(255,255,255,0.95);*/
	padding-top:20px;
	
	
}
.big_box_full
{
	background-color:#fff;
	border:0px solid #4b4a4a;
	
	/*-webkit-border-radius: 15px;
-webkit-border-top-left-radius: 0px;
-moz-border-radius: 15px;
-moz-border-radius-topleft: 0px;
border-radius: 15px;
border-top-left-radius: 0px;

-webkit-box-shadow: 2px 4px 8px rgba(0,0,0,0.7);
-moz-box-shadow: 2px 4px 8px rgba(0,0,0,0.7);
box-shadow:2px 4px 8px rgba(0,0,0,0.7);*/
padding:30px;
}
.box_4er
{
	width:22%;
	float:left;
	border:0px solid #000;
	margin-left:20px;
	margin-bottom:20px;
}
.box_4er article
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#444;
}
div#full_footer_box
{
	width:100%;
	height:300px;
	background-color:#205c9e;
	border-top:#CCCCCC 4px solid;
}
div.box_4er_pic
{
	background-color:#ccc;
	width:215px;
	height:160px;

}
.box_4er_pic img
{
	border:1px solid #ea9605;
}
#footer_wrapper
{
	width:960px;
	height:400px;
	background-image:url(style_pics/footer_bg.png);
	background-repeat:no-repeat;
	background-position:center 0px ;
	border:0px dotted #ccc;
	margin:0px auto;
	padding-top:30px;
}
footer
{
	color:#fff;
	
	font-size:12px;
}
footer a:link, footer a:visited, footer a:active, footer a:focus
{
	color:#fff;
	
}
footer a:hover
{
	text-decoration:none;
	color: #52a0f8;
}
footer strong
{
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	font-style:italic;
	color:#fff;
	font-size:1.4em;
}
.footer_left
{
	width:450px;
	height:170px;
	float:left;
	text-align:left;
	border:0px dotted #fff;
	padding:10px;
	border-right:1px solid rgba(255,255,255,0.3);
}
.footer_middle
{
	width:324px;
	height:200px;
	
	float:left;
	text-align:center;
	border-right:1px dotted #fff;
	border-left:1px dotted #fff;
	padding:10px;
}
.footer_right
{
	width:400px;
	height:160px;
	float:right;
	text-align:right;
	border:0px dotted #ccc;
	padding:10px;
}
br{clear:both;}

.gal_box_z1
{
	font-family: 'Michroma', sans-serif;
	color:#373737;
	font-size:16px;
	position:absolute;
	right:25px;
	top:50px;
	/*margin-top:50px;
	margin-right:30px;*/
	text-align:right;
	border:0px dotted #000;
}
.gal_box_z2
{
	font-family: 'Michroma', sans-serif;
	color:#ff9b00;
	font-size: 16px;
	/*margin-top:20px;
	margin-right:30px;*/
	position:absolute;
	right:25px;
	top:90px;
	text-align:right;
	border:0px dotted #000;
}
.gal_box_z2 strong
{
	font-family: 'Michroma', sans-serif;
	font-weight:700;
	font-size: 40px;
}
.gal_box_z3
{
	font-family: 'Michroma', sans-serif;
	color:#373737;
	font-size:16px;
	/*margin-top:30px;
	margin-right:30px;*/
	text-align:right;
	position:absolute;
	right:25px;
	top:160px;
	border:0px dotted #000;
	z-index:2;
}

 li.nav_top_akt
{
	background-color:rgba(0,0,0,0.1);
	background-image:url(style_pics/akt_nav_bg.png);
	background-repeat:no-repeat;
	background-position:  center 20px;
	
}
.gunjac
{
	margin:0px auto 0px auto;
	padding:10px 20px 20px 20px;
	font-size:10px;
	text-align:center;
	border-top:0px dashed #fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.gunjac a:link, .gunjac a:visited, .gunjac a:active, .gunjac a:focus
{
	color:#666;
}

.gunjac a:hover
{
	color:#333;
	text-decoration:none;
}

