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

/*container for the logo and the top menu*/
#topbar {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:1024px;
	height:82px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #561e00;
	border-bottom-color:#845ea0;
}

#logo{
	position:absolute;
	top:0px;
	left:0px;
	border-width:0px;
	border-color:#fff;
}

#topmenu{
	position:absolute;
	top:55px;
	right:0;
	height:20px;
	z-index:1000;
	float:none;
	letter-spacing:1px;
}

/*style the top navigation menu*/
#topmenu .main {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size:80%;
	white-space:nowrap;
	display: inline; /*added now*/
}

#topmenu li {
	float:left; 
	text-align:center;
	/*added now */
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
}
	

#topmenu .main a {
	text-align:center;
    display:block; 
    height:20px; 
    float:left;
    text-decoration:none; 
    line-height:20px; 
    white-space:nowrap; 
    color: black;
	/*color: #561e00;*/
}

#topmenu .main a:hover {
	text-align:center;
    display:block; 
    height:20px; 
    float:left;
    text-decoration:none; 
    line-height:20px; 
    white-space:nowrap; 
	color: #ccc; 
}

/* style the language bar */
#langu {
	position:absolute;
	top:0px;
	right:0px;
	width:145px;
	height:30px;
}

#langu .main {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size:80%;
	white-space:nowrap;
	display: inline; /*added now*/
}

#langu li {
	float:left; 
	text-align:center;
	/*added now */
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
}
	

#langu .main a {
	text-align:center;
    display:block; 
    height:20px; 
    float:left;
    text-decoration:none; 
    line-height:20px; 
    white-space:nowrap; 
	color: #561e00;
	color: black;
}

#langu .main a:hover {
	text-align:center;
    display:block; 
    height:20px; 
    float:left;
    text-decoration:none; 
    line-height:20px; 
    white-space:nowrap; 
	color: #ccc;
}

/*style the footer*/
#bottombar {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	width:1024px;
	height:30px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color: #561e00;
	border-top-color:#845ea0;
}

/*style the bottom menu*/
#bottommenu{
	position:absolute;
	bottom:5px;
	right: 0px;
	height:20px;
	width:600px;
	z-index:1000;
	float:none;
	letter-spacing:1px;
}

#bottommenu .main
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	/*
    font-size:70%;*/
	font-size:10px;
	white-space:nowrap;
}


.rightb {
	float:left; 
	width: 117px;
	text-align:center;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#561e00;
	border-right-color:#845ea0;
	
	}

#bottommenu .main a {
	text-align:center;
    display:block; 
    height:20px; 
    float:left;
	width:113px;
    text-decoration:none; 
    line-height:20px; 
    white-space:nowrap; 
	/* color: #561e00; */
	color: black;
}

#bottommenu .main a:hover {
	text-align:center;
    display:block; 
    height:20px; 
    float:left;
	width:113px;
    text-decoration:none; 
    line-height:20px; 
    white-space:nowrap; 
	color: #ccc;
}

/*style the social left side of the footer*/
#bottomsocial{
	position:absolute;
	bottom:5px;
	left: 0px;
	height:20px;
	width:300px;
	z-index:1000;
	float:left;
	letter-spacing:1px;
}

#social{position:relative;}
#social li{margin:0;padding:0;list-style:none; position:absolute;top:-20px;}
#social li, #social a{height:25px;display:block;}

#follow{left:0px;width:106px;}
#follow{background:url('../pictures/SOCIAL-IRIS-GIOIELLI-ON-25-p.png') -48px 0;}

#pinterest{left:111px;width:25px;}
#pinterest{background:url('../pictures/SOCIAL-IRIS-GIOIELLI-ON-25-p.png') 0 0;}

#facebook{left:141px;width:12px;}
#facebook{background:url('../pictures/SOCIAL-IRIS-GIOIELLI-ON-25-p.png') -30px 0;}



#follow{left:0px;width:106px;}
#follow{background:url('../pictures/SOCIAL-IRIS-GIOIELLI-ON-25-p.png') -161px -53px;}

#pinterest{left:111px;width:25px;}
#pinterest{background:url('../pictures/SOCIAL-IRIS-GIOIELLI-ON-25-p.png') 0 -53px;}

#facebook{left:141px;width:12px;}
#facebook{background:url('../pictures/SOCIAL-IRIS-GIOIELLI-ON-25-p.png') -33px -53px;}

#twitter{left:155px;width:19px;}
#twitter{background:url('../pictures/SOCIAL-IRIS-GIOIELLI-ON-25-p.png') -56px -53px;}

