h5 {
	font-family: arial;
	font-size: 13px;
	text-align: center;
}
/*Logo-----------------------------------------------------------------------*/
#logo_bar {
	width: 900px;
	height: 62px;
	padding-bottom: 10px;
	background-color: black;
} 
#logo1 {
	width: 450px;
	float: left;
}
#logo2 {
	width: 450px;
	float: right;
	text-align: right;
}
/*Boxes----------------------------------------------------------------------*/
body {
	background-color: black;
	height: auto;
}
#flags {
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#box1 {
	background-color: white;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#box2 {
	padding-bottom: 20px;
	background-color: black;
}
#box3 {}
#box4 {}
#box5 {
	width: 170px;
	height: auto;
	min-height: 990px;
	background-color: rgb(255,182,15);
	float: left;
}
#box6 {
	width: 730px;
	float: left;
	height: auto;
	min-height: 990px;
	background-color: white;
}
#content {
	width: 900px;
	min-height: 500px;
}
/*Menu bar-------------------------------------------------------------------*/
#menu_bar {
	background-color: rgb(255,182,15);
}
#menu_bar ul{
	list-style: none;
	height: 55px;
	padding: 0px;
	margin: 0px;
}
#menu_bar li{
	float:left;
	height: 35px;
	width: 126px;
	text-align: center;
	padding-top: 18px;
	font-weight: bold;
	font-size: 15px;
	background-color: rgb(255,182,15);
	font-family: arial;
	border: 1px solid rgb(255,182,15);
}
#menu_bar li:hover{
	background-color: black;
	color: white;
	border: 1px solid white;
}
/*product bar----------------------------------------------------------------*/
#product_bar{
}
#product_bar ul{
	list-style : none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#product_bar li{
	border: 1px solid rgb(255,182,15);
	font-family: arial;
	text-align: center;
	font-size: 12px;
	height: 20px;
	padding-top: 5px;
}
#product_bar li:hover{
	background-color: black;
	color: white;
	border: 1px solid white;
	font-weight: bold;
}

.poga a{
	color: white;
}
.poga a:hover {
	color: rgb(255,182,15);
}
#pogas {
	padding: 5px 0px 5px 0px;
	width: 200px;
	
}
/*tabula---------------------------------------------------------------------*/
table {
	font-family: Arial;
	border-collapse: collapse;
	width: 500px;
	margin-left: 30px;
}
th {
	padding: 5px;
	border: 2px solid black;
	text-align: center;
	font-size: 15px;
}
td {
	border-bottom: 1px solid black;
	border: 1px solid black;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
td+td {
	border-left: 1px solid black;
	border: 1px solid black;
	text-align: center;
}