html, body {
	height:100%;
}

html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical
}

body{
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	margin:0px 0px;
	padding:0px;
	line-height: 15px;
}

img{
	border: 0px;
}

#distance{ 
	width: 1px;
	height: 50%;
	margin-bottom: -265px; /* half of container's height */
	float: left;
}

#container{
	position: relative;
	width: 719px;
	height: 530px;
	margin: 0px auto;
	clear: left;
}

#logo a{
	display: block;
	width: 472px;
	height: 45px;
	text-decoration: none;
}

#menu_top{
	width: 472px;
	position: relative;
	top: 10px;
	left: 2px;
	margin: 0px auto;
	z-index: 100;
	word-spacing: 50px;
	text-align: center;
	font-size: 11px;
}
#menu_top a{
	text-decoration: none;
}
#menu_top a:hover{
	text-decoration: underline;
}
#menu_top a.active{
	text-decoration: underline;
}

#arrow_sx_ctrl{
	width: 39px;
	height: 27px;
	position: absolute;
	top: 200px;
	left: 16px;
	z-index: 99;
}
#arrow_sx_ctrl a{
	display: block;
	width: 39px;
	height: 27px;
	text-decoration: none;
}

#arrow_dx_ctrl{
	width: 39px;
	height: 27px;
	position: absolute;
	top: 200px;
	right: 17px;
	z-index: 98;
}
#arrow_dx_ctrl a{
	display: block;
	width: 39px;
	height: 27px;
	text-decoration:none;
}

#style_selector{
	left: 10px;
	top: 10px;
	position: absolute;
	height: 20px;
	width: 120px;
	font-size: 10px;
}
#style_selector img{
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	text-decoration: none;
}
#style_selector img:hover{
	border-color: #cacaca;
	border-style: solid;
	border-width: 2px;
	text-decoration: none;
}

#box_shadow{
	width: 649px;
	height: 386px;
	position: absolute;
	left: 35px;
	top: 60px;
	background-image: url(../img/bg_shadow.png);
	z-index: 97;
}

#content{
	width: 589px;
	height: 340px;
	position: absolute;
	left: 30px;
	top: 26px;
	overflow: hidden;
}
#content ul{
	width: 20000px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content li{
	height: 340px;
	width: 295px;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	float: left;
	font-size: 10px;
}
#content_sx{
	position: absolute;
	left: 0px;
	width: 280px;
}
#content_dx{
	position: absolute;
	right: 0px;
	width: 280px;
}
#content_contacts{
	width: 589px;
	position: absolute;
	top: 30px;
	text-align: center;
}

#menu_index{
	width: 100%;
	text-align: center;
	position: relative;
	top: 240px;
}

#home_work_txt{
	width: 64px;
	height: 70px;
	float: left;
	position: relative;
	margin: 0 44px;
}
#home_work a{
	display: block;
	width: 64px;
	height: 70px;
	text-decoration: none;
}

#home_gallery_txt{
	width: 54px;
	height: 70px;
	float: left;
	position: relative;
	margin: 0 44px;
}
#home_gallery a{
	display: block;
	width: 54px;
	height: 70px;
	text-decoration: none;
}

#home_clients_txt{
	width: 60px;
	height: 70px;
	float: left;
	position: relative;
	margin: 0 44px;
}
#home_clients a{
	display: block;
	width: 60px;
	height: 70px;
	text-decoration: none;
}

#home_contact_txt{
	width: 58px;
	height: 70px;
	float: left;
	position: relative;
	margin: 0 44px;
}
#home_contact a{
	display: block;
	width: 58px;
	height: 70px;
	text-decoration: none;
}

#portfolio_index{
	width: 284px;
	height: 100px;
	float: left;
	margin: 5px;
	overflow: hidden;
}
#portfolio_index a {
	width: 284px;
	height: 100px;
	float: left;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
#portfolio_index a p {
	width: 95px;
	position: absolute;
	overflow: hidden;
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	z-index: 99;
}
#portfolio_index div {
	position: absolute;
	width: 100px;
	height: 100px;
	float: left;
	display: block;
	margin: 0px;
	overflow: hidden;
	background-color: Black;
	z-index: 98;
}

#footer{
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 16px;
	text-align: center;
	font-size: 11px;
}

a:link {
	color: Black;
	text-decoration:none;
}
a:visited {
	color: Black;
	text-decoration:none;
}
a:active {
	color: Black;
	text-decoration:underline;
}
a:hover {
	color: Black;
	text-decoration:underline;
}
a:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 0px;
}

h1{
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline;
}
