/* @group extras */

#image1 {
	width: 205px;
	height: 163px;
	position: absolute;
	display: none;
	z-index: 1250;
	background: url(images/extras/summerprice.png) no-repeat;
	right: 135px;
}

/* #image1 {
	width: 205px;
	height: 163px;
	position: absolute;
	display: none;
	z-index: 1250;
	background: url(images/extras/summerprice.png) no-repeat;
	right: 135px;
} */

#image2 {
	width: 380px;
	height: 170px;
	position: absolute;
	top: 0;
	display: none;
	z-index: 1250;
	background: url(images/extras/image2.png) no-repeat 0px 0px;
	left: 0;
}

/* #image2 {
	width: 205px;
	height: 163px;
	position: absolute;
	top: 0;
	display: none;
	z-index: 1250;
	background: url(images/extras/image2.png) 0px 0px no-repeat;
	right: -64px;
} */

#image3 {
	width: 120px;
	height: 116px;
	position: absolute;
	top: 0;
	display: none;
	z-index: 1250;
	background: url(images/extras/image.png) no-repeat 0px 0px;
	left: 0;
}
	
/* @end *//* @group stile generale */

body {
	text-align: center;
	color: #373737;
	padding: 0px 0px 25px;
	margin-bottom: 0;
	margin: 0 0 0 95px;
	margin-top: 0;
	font-family: "Trebuchet MS", sans-serif, Verdana, Arial;
}

/* color for all */

p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif, Verdana, Arial;
}

a:hover, a:active {
	font-family: "Trebuchet MS", sans-serif, Verdana, Arial;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 2px 3px 1px 0;
	padding: 2px 3px 1px 0;
}

.image-right {
	float: right;
	margin: 2px 0 1px 3px;
	padding: 2px 0 1px 3px;
}
	
/* @end */

/* @group contenuti */

#container {
	margin: 0 auto;	text-align: left;
	color: #333333;
	width: 760px;
	padding-bottom: 0;
	background: #ffffff;
	font-size: 12px;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 140px;
	margin-bottom: 0;
	position: relative;
	background: inherit;
	margin-top: 0;
}

#pageHeader img {
	position: absolute;
	text-align: left;
	top: 29px;
	right: 33px;
}

#pageHeader h1 {
	letter-spacing: 1px;
	font-weight: normal;
}

#pageHeader h2 {
	font-weight: normal;
	letter-spacing: 1px;
}

#contentContainer {
	padding: 0px;
	margin: 0 180px 0 15px;
}

#contentContainer #content {
	padding-right: 20px;
	padding-left: 20px;
}

#sidebarContainer #top {
	height: 35px;
}

#sidebarContainer #bottom {
	height: 35px;
}

#sidebarContainer {
	float: right;
	width: 165px;
	padding: 0;
	position: relative;
	right: 5px;
	margin: 25px 5px 0 0;
	background: transparent;
}

#sidebarContainer #sidebar {
	padding: 0 17px 0 3px;
	color: #585858;
	font-size: 11px;
	line-height: 14px;
}

#sidebarContainer .sideHeader {
	padding: 0 5px;
	font-weight: bold;
}

#footer {
	text-align: left;
	padding-top: 0;
	height: 30px;
	margin-bottom: 0;
	margin-top: 0;
}

#footer p {
	padding-top: 0;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: none;
	
}
	
/* @end */

/* @group barra navigazione */

#breadcrumbcontainer {
	text-indent: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 0;
	text-align: center;
	border-top: 1px dotted #ffffff;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
	margin-right: 1px;
	margin-left: 1px;
	color: #bfbfbf;
}

#breadcrumbcontainer a {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	color: #7f7f7f;
	font-size: 11px;
}

#breadcrumbcontainer a:hover {
	color: #000000;
}
	
/* @end */

/* @group menu */

#navcontainer {
	position: relative;
	top: 0;
	width: 100%;
	display: block;
	font: 13px/30px "Trebuchet MS", sans-serif, Verdana, Arial;
}

#navcontainer #current {
	color: #2b7bd1;
	font-weight: bold;
	background: no-repeat url(images/toolbar/white_A_over.jpg) 0px 6px;
}

#navcontainer #current:hover {
	background: transparent no-repeat url(images/toolbar/white_A_over.jpg) 0px 6px;
}

/* 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	display: block;
	color: #3f3f3f;
	padding-left: 23px;
	background: no-repeat url(images/toolbar/white_A_normal.jpg) 0px 6px;
	height: 25px;
}

#navcontainer a:hover {
	background: url(images/toolbar/white_A_over.jpg) 0px 6px no-repeat;
	color: #2b7bd1;
}

#navcontainer a:active {
	background: url(images/toolbar/white_A_over.jpg) no-repeat 0px 6px;
}

/* 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	color: #6b6b6b;
	background: no-repeat url(images/toolbar/white_B_normal.jpg) 8px 10px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#navcontainer ul ul a:hover{
	background: no-repeat url(images/toolbar/white_B_over.jpg) 12px 10px;
}

#navcontainer ul ul #current{
	background: no-repeat url(images/toolbar/white_B_over.jpg) 12px 10px;
}

#navcontainer ul ul #current:hover {
	background: no-repeat 12px 10px url(images/toolbar/white_B_over.jpg);
}

/* 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	color: #6b6b6b;
	background: url(images/toolbar/white_B_normal.jpg) no-repeat 8px 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
}

#navcontainer ul ul ul a:hover{

}

/* 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	color: #6b6b6b;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
}

#navcontainer ul ul ul ul a:hover{

}

/* 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	color: #6b6b6b;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* ultimo e fine */

#navcontainer ul ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	color: #6b6b6b;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group classi e grandezze */

/* code */

code {
	padding: 10px;
	margin-left: 20px;
	border: 1px dashed #c9c9c9;
	display: block;
	margin-right: 20px;
	font: 12px Courier, "Courier New", sans-serif;
}

/* blockquote */

blockquote p {
	border-style: none;
	font-size: 13px;
}

.standout, blockquote {
		text-align: left;
	font-size: 16px;
	margin: 3px 0;
	font-style: italic;
	padding: 10px 20px 15px 57px;
		background: url(images/elements/icons/quotes_1.gif) no-repeat 1px 9px;
	border-style: none;

}

.standout, #sidebar blockquote {
	font-size: 14px;
	font-style: italic;
	padding: 0 5px 9px 24px;
	margin: 0;
	text-align: left;
	background: url(images/elements/icons/quotes_2.gif) no-repeat 1px 15px;
	border-style: none;
}

/* h.......... */

h1 {
	padding-top: 0;
	margin-top: 0;
	line-height: 27px;
}

h2 {
	
	padding-top: 0;
	margin-top: 0;
	line-height: 20px;
}

h3 {
	
	padding-top: 0;
	margin-top: 0;
	line-height: 18px;
}

h4 {
	
	padding-top: 0;
	margin-top: 0;
	line-height: 16px;
}

h5 {
	
	padding-top: 0;
	margin-top: 0;
	line-height: 13px;
}

.imageStyle {
	border: 1px none;
}

/* Main content area unordered list styles */

#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}
	
/* @end */

/* @group blog */

/* @group Archive Page */

.blog-archive-background {
}.blog-archive-headings-wrapper {
	margin: 0px auto;	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	width: 700px;
}

.blog-archive-entries-wrapper {
	background: #ffffff;
	border: 2px solid #7f7f7f;
	padding: 10px;
	margin: 0px auto;	text-align: left;
	width: 700px;
}

.blog-archive-entries-wrapper .blog-entry {
}

/* background archive here */.blog-archive-month {
	font-size: 1.7em;
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 40px;
}

.blog-entry-title {
	color: #c23328;
	margin-top: 25px;
	font-size: 20px;
	text-align: center;
	background: no-repeat url(images/general/line_up.jpg) center bottom;
	border-bottom: 1px none #e2e2e2;
	padding-bottom: 15px;
}

.blog-entry-date {
	color: #c0c0c0;
	text-align: center;
	font-size: 10px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	background: url(images/general/line_below.jpg) center bottom no-repeat;
	padding-bottom: 14px;
}

.blog-entry-body {
	padding-bottom: 2px;
}

.blog-entry-comments {
	margin-top: 10px;
	font-size: 10px;
	text-align: right;
}

.blog-entry-category {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
	
/* @end */

/* @group file download */

.filesharing-description {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	margin-top: 25px;
}

.filesharing-item {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group album di foto */

/* @group elenco foto */

.album-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 25px;
}

.album-description {
	color: #3f3f3f;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.thumbnail-table {
	width: 50%;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	padding: 1px;
}

.thumbnail-caption {
	font-size: 0.95em;
}
	
/* @end */

/* @group pagina singola */

.photo-background {
	margin: 10px;
}

.photo-navigation {
	margin-bottom: 10px;
	padding: 5px;

}

.photo-links {
	margin: 0;
	padding: 0;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {
	color: #7f7f7f;
}

.photo-frame{
}

.photo-title {
	font-weight: normal;
	letter-spacing: 2px;
	color: #3f3f3f;
	margin: 0;
	padding: 0;
}

.photo-caption {
	color: #cccccc;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

/* @end */
	
/* @end */

/* @group quicktime singolo */

.movie-description {
	margin-top: 25px;
}
	
/* @end */

/* @group quicktime album */

/* elenco */

.movie-page-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 25px;
}.movie-page-description {
	color: #cccccc;
	letter-spacing: 2px;
	margin-bottom: 10px;
}.movie-thumbnail-frame {
	width: 132px;
	display: inline-table;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	font-size: 0.9em;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}

/* elenco */

/* pagina singola */

.movie-background {
	background: 0px #565656;
	margin: 40px 0 0;
}

.movie-title {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	text-shadow: 2px 2px 2px #000000;
	margin-bottom: 0;
	color: #ffffff;
}

.movie-frame {
	text-align: center;
}

/* pagina singola */


/* @end */

/* @group form */
.message-text {
	margin-top: 0;
} 

.required-text {
} 

.form-input-field {
	background: #d9f0ff;
	width: 460px;
} 

.form-input-button {
} 
/* @end */



