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

body 
{
	background: #09253B;
	color: #fff; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
	
.wrapper 
{
	width: 1004px;
}
.mix 
{
	display: none;
}
.pics
{

}

#s1 {
	position: absolute;
	top: 0px;
	z-index:-4;
}
/*
.pi1 
{
	background: url(../images/beltek.jpg) no-repeat center top;
}
.pi2 
{
	background: url(../images/beltek2.jpg) no-repeat center top;
}
.pi3 
{
	background: url(../images/beltek3.jpg) no-repeat center top;
}
.pi4 
{
	background: url(../images/verzija2.jpg) no-repeat center top;
}
*/
.wrapper_sub
{
	width: 1004px;
	background: url(../images/sub_bg.jpg) no-repeat center top;
}
.wrapper_boxes
{
	width: 1004px;
	background: url(../images/bg_boxes.jpg) no-repeat center top;
}
.header 
{
	height: 173px;
}
.logo
{
	width: 400px;
	height: 170px;
	float: left;
}
.logo img 
{
	margin-top: 55px;
	margin-left: 50px;
}
.equalizer
{
	margin-right: 20px;
	margin-top: 65px;
}
.main 
{
	min-height: 600px;
}
.side
{
	width: 275px;
	float: left;
}
.typography
{
	width: 729px;
	float: left;
}

.blue_boxes 
{
	width: 395px;
	margin-top: 10px;
	margin-left: 42px;
}
.buttons
{
	width:249px;
	margin: 10px 0px 0px 20px;
}

/* ---FOOTER --- */
.footer 
{
	margin-top: 40px;
}
.footer p 
{
	padding: 10px 0px;
	color:#666;
}
.footer a:link,
.footer a:active,
.footer a:visited
{
	color: #ccc;
}
.footer a:hover
{
	text-decoration: none;
}
	
