/* Body #*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
.hide {
	display:none;
}
/* fine reset css */
h2 {
	padding-bottom: 15px;
	color:#5bafe2;
}
ul li {
	padding:5px;
}
a, a:visited, a:link, a:active {
	color:#5bafe2;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}
.azzurro{
	color:#5bafe2;
}
html, body {
	height:100%
}
body {
	background:#181818;
	line-height:18px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	}

#header {
	background: #FFF url(../gfx/contract-design-head-rp.jpg) repeat-x;
	height: 100px;		
}
#header IMG {
	float:left;
}	
#footer {
	background: #181818;
	width: 100%;
	height: 40px;
	padding-top:50px;
	text-align: center;
}
#footer  P {
	color:#FDFDFD;
	padding-left:200px;
}	
#copy{
	float:right;
}
#content {
	width:900px;
	margin:0 auto;
}
#topcontent {
	clear:both;
}
#flashcontent {
	width: 100%;
	z-index:100;
	border-top:2px solid #FFF;
	clear:both;
}
#network A:hover {
	font-weight:normal;
}
/* menu */
#menu {
	float:right;
	margin: 0 10px;
}
#menu UL LI {
	float:left;
	padding:0;
}
.contract-network A { 
	height: 100px; 
	width: 46px;
	padding:0 15px;
	display:block;
	background: url(../gfx/contract-design-network.jpg) no-repeat;
}
.contract-network A:hover {
	background: url(../gfx/contract-design-network-hover.jpg) no-repeat;
}
.contract-mail A {
	height: 100px; 
	width: 46px;
	padding:0 15px;
	display:block;
	background: url(../gfx/contract-design-mail.jpg) no-repeat;
}
.contract-mail A:hover {
	background: url(../gfx/contract-design-mail-hover.jpg) no-repeat;
}
.contract-contacts A{
	height: 100px; 
	width: 46px;
	padding:0 15px;
	display:block;
	background: url(../gfx/contract-design-contacts.jpg) no-repeat;}
.contract-contacts A:hover {
	background: url(../gfx/contract-design-contacts-hover.jpg) no-repeat;
}
/* pages */
.intro  {
	float:left;
	width:45%;
	padding:10px 5px 10px 0;
}
.intro P {
	font-size:12px;
	color:#FFF;
	padding:5px 10px;
}
.intro H2, #flashcontent H2 {
	font-size:16px;
	font-weight:normal;
	padding-top:10px;
	clear:both;
}
.slideshow {
	height:180px;
}
.slideshow  IMG{ padding:12px 0;}
.readmore {
	text-align:right;
	width:390px;
	font-size:10px;
	padding:5px 0;
	display:inline-block;
}
.menu {
	width:50%;
	float:left;
	text-align:right;
	padding:10px 5px 10px 0;
}
.menu UL {
	width:200px;
	float:right;
	text-align:left;
	color:#FFF;
	font-size:14px;
	padding:40px 5px 0 0;
}
.menu UL LI A {
	background:url(../gfx/menu-arredo-list.jpg) left no-repeat;
	padding-left:25px;
	color:#FFF;
}
.menu UL LI A:hover {
	background:url(../gfx/menu-arredo-list-on.jpg) left no-repeat;
	font-weight:normal;
}
#flashcontent H3 {
	font-size:12px;
	font-weight:normal;
}
#flashcontent P {
	font-size:12px;
}
/* wood list */
.wood-list LI, .references-list LI {
	padding-bottom:5px;
	border-bottom:1px dotted #666;
}
.wood-list LI H3 {
	float:left;
	width:818px;
	color:#CCC;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}
.wood-list LI IMG {
	float:left;
	padding:5px;
}
.wood-list LI P {
	color:#EEE;
	margin-left:65px;
	font-size:12px;
}
/* references */
.references-list LI H3 {
	color:#CCC;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}
.references-list LI P {
	color:#EEE;
	font-size:12px;
	padding: 0 5px;
}
/* gallery */
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;
	border: none;
}