@charset 'UTF-8';
/* formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	 padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #bcb4d9;
}
hr {
	display: none;
}
/* link styles
---------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
	clear: none;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
	position: relative;
}
/* basic layout
---------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #FFFF00;
	border-left: 1px solid #FFFF00;
}
#main {
	float: right;
	width: 573px;
	margin-bottom: 20px;
	padding: 15px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
	height: auto;
}
#footer {
	padding: 10px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
#header {
	background-image: url(parrucchi_images/parrucchi_tigre.jpg);
	background-repeat: no-repeat;
	height: 350px;
	border-top: 3px solid #6633CC;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 300px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	background-color: #bcb4d9;
	height: 2.5em;
	width: 105px;
	border-top: 3px solid #6633CC;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #8377b6;
}
#home #header #nHome a,
#faq #header #nFaq a,
#series #header #nSeries a,
#system #header #nSystem a, {
	color: #FFFFFF;
	background-color: #403b95;
}
/* mainstyles
---------------------------------*/
#main h2 {
	margin-bottom: 15px;
	float: none;
	clear: left;
	font-size: 100%;
	font-weight: bold;
	background-image: url(parrucchi_images/bullet_pur.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #6633FF;
	border-bottom: 1px dotted #666666;
}
#main dl dd {
	clear: both;
}
#main     di     dd     img {
	float: left;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}

/* sidebar styles
---------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(parrucchi_images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(parrucchi_images/arrow_hover.gif);
}
/* footer styles
---------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer  ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* class
---------------------------------*/
.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
/* table
---------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	clear: both;
	float: none;
}
#main table tr {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* system
---------------------------------*/

#main dl#sysList dt {
	font-weight: bold;
	padding-left: 15px;
	clear: both;
	margin-bottom: 10px;
	color: #6633CC;
	margin-top: 10px;
	border-top: 0px;
	background-image: url(parrucchi_images/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #6633FF;
}
#main dl#sysList a {
	margin: 5px 5px 10px;
	float: left;
}

/* faq
---------------------------------*/
#main dl#faqlist dt {
	font-weight: bold;
	background-image: url(parrucchi_images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqlist dd {
	line-height: 1.8;
	background-image: url(parrucchi_images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* series
---------------------------------*/
#main dl#series dt {
	clear: both;
	font-weight: bold;
	border-bottom: 1px dotted #6633CC;
}

#main dl#series dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main dl#series dd a {
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*index 
---------------------------------*/
#sidebar dl#pickup dt {
	font-weight: bold;
	background-image: url(parrucchi_images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #6633FF;
}
#sidebar dl#pickup dd {
	padding-left: 15px;
}
#main  dl#news dt {
	font-weight: bold;
	background-image: url(parrucchi_images/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
	clear: none;
}
/*info 
---------------------------------*/
#main dl#info dt {
	font-weight: bold;
	background-image: url(parrucchi_images/bullet_grey.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}
#main dl#info dd {
	line-height: 1.8;
	background-image: none;
	padding-bottom: 1em;
	padding-left: 25px;
}
