/* Reset browser stylesheets to one standard stylesheet */

* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	list-style: none;
	text-decoration: none;
	outline: none;
}

.clearline {
	clear: both;
}


#top_scroll {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 940px;
	height: 110px;
	background: url(http://www.isbologna.com/images/uploads/layout/header_top.jpg) no-repeat center top;
}

#logo_scroll {
	display: block;
	position: absolute;
	width: 400px;
	height: 100px;
	margin: 0;
		padding: 0 20px;
}

#logo_scroll a {
	display: block;
	float: left;
	width: 400px;
	height: 100px;
	background: url(http://www.isbologna.com/images/uploads/layout/logo_isb.gif) no-repeat left top;
}

#language_block {
	display: block;
	float: left;
	width: 465px;
	height: 100px;
	padding: 0;
	margin: 0;
	text-align: left;
}



.pics {
	margin: 5px auto 5px auto;
}

#billboards {
	border-bottom: 0px dotted #4d4057;
	height: 340px;
	margin-top: 0px;
	background: #fff url(http://www.isbologna.com/images/uploads/layout/slides_bg.gif) no-repeat;
	margin-bottom: 10px;
}

#billboards .primary {
	float: left;
	height: 317px;
	width: 910px;
	margin-top: 5px;
}

#billboards .secondary {
	float: right;
	height: 305px;
	width: 196px;
	margin-top: 20px;
}




.hide {
	display: none;
}

/* UTILITY NAV */

#switch {
	margin: 0 auto;
	padding: 13px 25px 6px 0px;
	width: 180px;
	float: right;
	text-align: right;
	background: url(http://www.isbologna.com/images/uploads/layout/switch.gif) no-repeat center bottom;
}

#switch li {
	display: inline;
	margin: 0 0 0 20px;
}

#switch a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#switch a:hover {
	text-decoration: underline;
}





/* xmenu */

#header {
	background: transparent url(bg-header.gif) repeat-x left top;
	position:relative;
	overflow:hidden;
}



#main_menu {
	border-bottom: 1px solid rgb(199, 199, 199);
	float:right;
	display: inline;
	margin-top: 0px;
	width: 930px;
}

#main_menu li {
	float: left;
}

#main_menu li.fist_element {
	background: transparent url(http://www.isbologna.com/images/uploads/layout/bg-menu_separator.gif) no-repeat scroll -1px bottom;
	padding-left: 1px;
	margin-left: 2px;
	display: inline;
}

#main_menu a {
	padding: 6px 18px;
	background: rgb(236, 236, 236) url(http://www.isbologna.com/images/uploads/layout/bg-menu_separator.gif) no-repeat scroll right bottom;
	float: left;
	color: rgb(75, 75, 75);
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#main_menu a:hover {
	background: transparent url(http://www.isbologna.com/images/uploads/layout/bg-menu_separator-hover.gif) no-repeat scroll right bottom;
}

#main_menu a.selected {
	background: transparent url(http://www.isbologna.com/images/uploads/layout/bg-menu_separator-active.gif) no-repeat scroll right bottom;
	position: relative;
	top: 1px;
	padding-bottom: 7px;
	padding-top: 5px;
}
