body {
	text-align:center;	
	margin:0;
}

#mainConteiner {
	margin:0 auto;
	width:1024px;
	overflow:hidden;
	background: url('/img/stroje/background.jpg') center top no-repeat;
	background-color: #ffc384;
}

#topMenu {
	width:747px;
	height:110px;
	margin-left:265px;
	float:right;
	text-align:right;
}

#flags a {
	margin: 33px 10px 0 10px;
	border:solid 3px #ccf;	
	width:43px;
	height:28px;
	display:block;
	float:left;
	
}
#flags a:hover {
	border-color:#55c;
}
#contact {
	float:right;
	margin-top:16px;
}
#flags {
	float:right;
}

#topMenu a.currentLang {
	border-color:#55c;
}


#contentContainer {
	width:747px;
	margin-left:265px;
	overflow:hidden;
	margin-bottom:20px;
}

#content_top_corners {
	width:100%;
	height:14px;
	background: url('/img/stroje/corners_top.png') no-repeat;
}
#content_bottom_corners {
	width:100%;
	height:14px;
	background: url('/img/stroje/corners_bottom.png') no-repeat;
}

#content {
	background: url('/img/stroje/content.png');
	width:747px;
	min-height:500px;
	overflow:hidden;
	text-align:left;
	color:#fff;
	padding:5px;
	font-family:arial;
}

.pageName {
	color:#fc0;
	font-weight:600;
	font-size:20px;
	font-style:italic;
}

#mainMenu {
	width:715px;
	float:right;
	margin-right:25px;
}


#mainMenu a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:600;
	float:left;
}
#mainMenu a.active {
	background:url('/img/stroje/button_big.png') no-repeat; 
	width:108px;
	height:25px;
	padding-top:3px;
	margin-top:3px;
	font-size:16px;
}

#mainMenu a.deactive {
	background:url('/img/stroje/button.png') no-repeat; 
	width:100px;
	height:25px;
	margin-top:10px;
	margin-bottom:-5px;
	margin-left:-5px;
	font-size:15px;
}

.productBox {
	width:600px;
	height:120px;
}

.productBox:hover {

}

.productPhoto {
	float:left;
	width:150px;
	height:120px;
}

.addToCart {
	float:right;
	width:100px;
	height:100px;
	padding-top:20px;
}
.productContent {
	float:left;
	width:200px;
}
