/*
-----------------------------------------------
massenzarigs.it

general.css
----------------------------------------------- 
*/


/* Browser reset */
* {
	padding:0;
	margin:0;
	}

/*layout */

html {
	text-align:center;
	background-color: #000;
}

body {
	position:relative;
	width:760px;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.4em;
	letter-spacing: .03em;
}

#branding {
	margin-left:26px;
}

#branding h1{
	margin-left:-9999px;
}


#container {
	position:relative;
	background: #ededed url(graphics/bgr_container.gif) no-repeat;
	/* Hides from IE5-mac \*/
	height: 1%;
	/* End hide from IE5-mac */ 
	padding-top:25px;
}

#content_holder {
		min-height:360px;
}

#container #content_main {
	position: relative;
	width:435px;
	margin-left:30px;
}

body.onecolumn #container #content_main {
	width:700px;
	margin:0 30px;
}

#container #content_secondary {
	position:absolute;
	top:25px;
	right:0;
	width:235px;
	margin-right:30px;
	margin-left:30px;
}

#footer {
	position:relative;
	background-color:#ff6a00;
	padding: 6px 30px;
	font-size:.8em;
	letter-spacing:0;
	margin-top: 2em;
	text-align:center;
}




/*menus */


#menu_main {
	width: 692px;
	margin:0 34px;
	border-bottom:1px solid #000;
	overflow: hidden;
}

#menu_main ul li {
		list-style-type:none;
		float: left;
}

#menu_main a {
	display: block;
	padding: 6px 16px;
	border-right:1px solid #000;
	text-decoration:none;
	background-color: #cecece;
	font-weight:bold;
	color:#000;
}

#menu_main a.current, #menu_main a.current:hover {
	background-color: #ff6a00;
	cursor: default;
	color: #000;
}

#menu_main a:hover {
	background-color: #666;
	color:#cecece;
}

#menu_language {
	position:absolute;
	top:230px;
	left:-35px;
}


#menu_language a {
	display: block;
	width: 35px;
	height:  23px;
}

#menu_language li {
	margin-bottom: 10px;
}


#menu_language .it {
	background: url(graphics/menu_it_bgr.gif) no-repeat;
}

#menu_language .en {
	background: url(graphics/menu_en_bgr.gif) no-repeat;
}

#menu_language span {
	display:none;
}

#menu_available {
	position:absolute;
	top:340px;
	left:-35px;
}

#menu_available a{
	display: block;
	width: 35px;
	height:153px;
}

#menu_available span {
	display:none;
}

#menu_available .it {
	background: url(graphics/menu_available_sprite.gif) 0 -153px no-repeat;
}

#menu_available .it:hover {
	background: url(graphics/menu_available_sprite.gif) -35px -153px no-repeat;
}

#menu_available .current .it {
	background: url(graphics/menu_available_sprite.gif) -70px -153px no-repeat;
}

#menu_available .en {
	background: url(graphics/menu_available_sprite.gif) 0 0 no-repeat;
}

#menu_available .en:hover {
	background: url(graphics/menu_available_sprite.gif) -35px 0 no-repeat;
}

#menu_available .current .en {
	background: url(graphics/menu_available_sprite.gif) -70px 0 no-repeat;
}

/*elements */

a {
	text-decoration:none;
}

a:link {
	color: #0068b0;
}

a:visited {
	color: #0068b0;
}


a:hover {
	color: #0068b0;
}


a:focus {
	color: #0068b0;
}


a:active {
	color: #0068b0;
}

a img{
	border: 0;
	outline:0;
	padding-right: 6px;
}

h2 {
	margin:0 0 .5em 0;
	font-size:1.2em;
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:focus, h2 a:active {
	color:#000;
}

h2 a:hover {
	text-decoration:underline;
}

h3 {
	margin:1.5em 0 .5em 0;
}

body.scheda h2 {
	color:#ff6a00;
}

h2 a.orange, h2 a.orange:link, h2 a.orange:visited, h2 a.orange:hover, h2 a.orange:focus, h2 a.orange:active {
	color:#ff6a00;
}

h2 a:hover {
	text-decoration:underline;
}

#content_main p{
	margin-bottom:.5em;
}


#content_main ul{
	margin-bottom:2em;
	list-style-type:square;
	list-style-position:inside;
}

#content_main li{
	margin-bottom:.5em;
}


.item {
	width: 100%;
	overflow: hidden;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ff6a00;
	margin-bottom:1em;
}

.item img{
	float: left;
	margin:0 18px 6px 0;
}

#map_europe, #map_world {
	margin-bottom: 200px;
}

.contact {
	position: absolute;
	top: 0;
	left: 0;
	background-color:#ededed;
	width:658px;
	min-height: 338px;
	padding: 30px 20px;
	border: 1px dotted #ff6a00;
}

.contact img {
	float: none;
	margin: 0 0 20px 0;
	padding:0;
}

.contact h2  {
	color:#900;
}

.contact .close-btn {
	position:absolute;
	top: 10px;
	right: 20px;
	text-decoration:underline;
}

.last {
	border-bottom:0;
}

p.skip_intro {
	text-align:center;
	font-size: .8em;
}

p.skip_intro a{
	color: #666;
}

map, img {
	border: none;
	outline:none;
}