@charset "UTF-8";

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

body {
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #101010;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3e3e3e;
}
.web_designer_grafico_web #sito_web_siti_web_container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.web_designer_grafico_web #grafico_web_designer_flash_header {
	padding: 0 0px 20px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.web_designer_grafico_web #mainContent {
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.web_designer_grafico_web #footer {
margin: 15px 0px 15px 0px;
width:900px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}

.form {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 350px;
	height: 220px;
	float:left;
	
}
.form_campi{
	padding: 0px 0px 0px 35px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 310px;
	float:left;
	}

.contact {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 900px;
	height: 40px;
	float:left;
	margin: 10px 0px 10px 0px;
	
}

.web_designer_grafico_web #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#flashcontent {
		width: 900px;
		height: 400px;
		text-align:left;

	}

.link {
	font-weight:normal;
	color:#ad5d02;
	text-decoration: none;
	}
A.link:HOVER {
	font-weight: normal;
	color: #dc7815;
	text-decoration: none;
	}
	
	

input.textv
{
font: normal 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #ad5d02;
background: #242424;
border: 1px solid #3f3f3f;
width: 305px;
margin: 5px 0px 10px 0px;
}


.web_designer_grafico_web textarea
{
display:block;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color: #ad5d02;
background: #242424;
border: 1px #3f3f3f solid;
width: 305px;
margin: 5px 0px 10px 0px;
}


.skype {
	padding: 0px 0px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 284px;
	height: 48px;
	float:left;
	
}
.mail {
	padding: 0px 0px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 317px;
	height: 40px;
	float:left;
	
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(imgs/arrow/left_dark.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	
	 display:block;
	width:18px;
	height:18px;
	background:url(imgs/arrow/right_dark.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin:0 auto;
	width:120px;
	height:20px;
	text-align:center;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(imgs/arrow/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	



div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 800px;	 
	height:400px;
	margin-bottom:20px;
	
border: 1px #3f3f3f solid;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:180px;	
}



/* single item */
#thumbs div {
	float:left;
	width:800px;
	height:400px;
	color:#fff;
	cursor:pointer;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background: #242424;
}

/* style when element is active (clicked) */
#thumbs div.active {
	cursor:pointer;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:5px;		
	font-size:13px;
	color:#fff;	
}

#thumbs h3 em {
	font-style:normal;
	color:#dc7815;
}




/* the styling of the exposed element */
#cont_form {
	background-color:#101010;
	width:306px;
	height:330px;
	float:left;
}

