/***************************/
/* Pulcixdesign.it (c)2007 */
/***************************/ 
/**** style sheet Home *****/


/* reset generale per browsers */
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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
body {
	background: #2F9BE3;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}a img,:link img,:visited img { border:none }
:link,:visited { text-decoration:none }

/* fine reset generale per browsers */


/* regole css personalizzate */

#wrapper {
	background: #3366CC url(../images/background.png) repeat-x;
	height: 100%;
	width: 100%;
}
#slide {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 132px;
	background: #4D71E3 url(../images/background_slide.png) repeat-x;
}
#slide_wrapper {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Verdana;
	height: 80px;
	padding-top: 25px;
}

#designer, #contact {
	float: left;
	width: 200px;
}
#contact {
	border-left: 1px dotted #7E91E6;
	padding-left: 6px;
}
#designer h3 {
	font-size: 20px;
	font-weight: bolder;
}
#designer p, #contact address {
	font-size: 12px;
	line-height: 15px;
	color: #DDE4F3;
	margin-top: 8px;
}
#contact address {
	padding-left: 16px;
}
#phone {
	margin-left: 14px;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 8px;
	color: #334DC2;
	background: url(../images/bg_phone.png) no-repeat;
	height: 44px;
	width: 188px;
	padding-top: 6px;
	line-height: 16px;
	font-weight: bold;
}
#phone span {
	font-weight: bold;
}
#phone  a, #phone a:visited {
	text-decoration: none;
	color: #4058C7;
	font-weight: bold;
}
#phone a:hover, #phone a:active {
	color: #EDF5FC;
}

#tab {
	font-family: "Trebuchet MS", Verdana;
	position: relative;
	bottom: 0;
	z-index: 9;
	background: #5A7BE6 url(../images/background_tab.png) repeat-x 0px 0px;
	height: 5px;
	}
	#tab p { 
	width: 890px;
	margin: 0 auto;
	}
	#tab a {
	float: left;
	display: block;
	}
	#tab a#about {
	background: url(../images/about_me.png) no-repeat;
	margin-left: 230px;
	width: 107px;
	text-indent: -9999px;
	height: 30px;
	padding-top: 2px;
	}

#badge {
	background: url(../images/badge.png) no-repeat left top;
	height: 110px;
	width: 110px;
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
}
#header {
	background: url(../images/pulcix_title.png) no-repeat center 64px;
	height: 240px;
}
#header h1 {
	text-indent: -9999px;
}

#subtitle {
	width: 545px;
	margin-right: auto;
	margin-left: auto;
}
#subtitle h2 {
	background: url(../images/bg_subtitle.png) no-repeat;
	padding: 6px 20px 6px 12px;
	color: #3259a3;
	font: bold normal 18px "Trebuchet MS", Verdana;
	float: left;
	margin-top: 2px;
}
#mail {
	float: left;
	margin-right: 10px;
}

#lista {
	width: 402px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: fissa;
}
#lista ul {
	padding-left: 16px;
	margin-top: 12px;
	color: #FFFFFF;
	font: bold 17px "Trebuchet MS", Verdana;
	list-style: url(../images/freccia-elenco.png);
}
#lista li {
	margin-bottom: 6px;
	position: relative;
}
#footer {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer-line.png) no-repeat center top;
	margin-top: 30px;
	height: 100px;
}
#footer address {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
}
#footer address span {
	color: #E3BE4E;
	font-weight: bold;
}



#test {
	background: #222;
	color: #fff;
	padding: 10px;
	margin: 20px;
	border: 10px solid pink;
}

