/* @group General Styles */

body {
	margin: 0;
	padding: 0;
	background: url(../images/container_top_grad.png) repeat-x left 120px;
	font: 0.80em/1.6 Arial, "Lucida Grande", Lucida, Verdana, sans-serif;

}

body.popup {
background:#ffffff;
padding:0;
margin:0;
}

p {
	margin: 0 0 15px;
}

b, strong {

}

a:link, a:visited {

}

a:hover, a:active {

}

img {
	border:0;
}

.image-left {
	float: left;
	margin: 3px 20px 5px 0;
}

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

/* @group Layout */

#bar {
	height: 119px;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-image: url(../images/sf.jpg);
	background-repeat: repeat-x;
}


#container {
	width: 914px;
	margin: 0 auto;
	background: url(../images/content_top.gif) no-repeat left 227px;
	padding-top: 30px;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 197px;
	position: relative;
	text-align: center;
	line-height: normal;
}

#popupHeader #background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#pageHeader #background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* @group Overlay */

#pageHeader #overlay_swirls {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}



/* @end */

#pageHeader #logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:3;
}
#pageHeader #logo img {
	display: block;

	float: left;
	margin: 35px 0 0 30px;
	width:240px;
	height:100px;
}

#pageHeader #title {
	background-image: url(../images/header-bg.png) ;
	position: absolute;
	left: 7px;
	top: 46px;
	z-index: 2;
	width: 900px;
	height: 150px;
	font-size: .8em;
}
#popupHeader {
	height: 50px;
	border-bottom:1px solid #cccccc;
	padding:10px;
}
#popupHeader #logo img {
	margin: 0;
	width:120px;
	height:50px;
}


#pageHeader h1 {
	position: relative;
	z-index: 2;
	margin: 50px 0 0;
	color: #fff;
}

#pageHeader h2 {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #fff;
}

#contentContainer {
	width: 659px;
	background-image: url(../images/content_sep.png) ;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top:10px;
}

#content {
	padding: 10px 30px;
}



.contentSpacer {
	height:350px;
	float:right;
	width:1px;
}

#footer {
	color: #fff;
/*	height: 70px;*/
	text-align: center;
}

#footer p {
	padding-top: 15px;
	margin: 0;

}

#footer a:link, #footer a:visited {
	/*font-weight: bold;*/
	text-decoration: none;
	text-shadow: none;
	/*color: #fff;*/
}

#footer a:hover, #footer a:active {
	color: #fff;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	padding-left: 15px;
	font-size:0.9em;
	position:relative;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	/*text-decoration: underline;*/
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1.2em;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}
h2.centerBoxHeading {
	font-size: 1.8em;
  }

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Toolbar */

#navcontainer {
	height: 40px;
	position: relative;
	z-index: 3;
	padding: 0 20px;
}

#navcontainer #current {
	background: url(../images/button_over.gif) no-repeat center 4px;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: url(../images/button_over.gif) no-repeat center 4px;
}

/* Parent - Level 0 */

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

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
}

#navcontainer a {
	font-size: 0.9em;
	display: block;
	padding: 17px 24px 18px 24px;
	height: 11px;
	text-decoration: none;
	width: auto;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 7;
}

#navcontainer a:hover {
	background: url(../images/button_over.gif) no-repeat center 4px;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 120px;
	padding: 0;
	margin: 0;
}

#navcontainer ul ul:hover {
	background: url(../images/button_over.gif) no-repeat center top;
	padding-top: 42px;
	top: 4px;
	}

#navcontainer ul ul li {
	display: block;
}

#navcontainer ul ul a {
	padding: 5px 0;
	display: block;
	width: 120px;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

#navcontainer ul ul a:hover {
	color: #fff;
}

#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor{
	background: #fff;
}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 6;
	font-size: 1em;
	width: 120px;
}

#navcontainer ul ul ul:hover {
	padding: 0;
	top: 0px;
}

div#navcontainer ul ul,
div#navcontainer ul ul ul,
div#navcontainer ul li:hover ul ul,
div#navcontainer ul li:hover ul ul ul,
div#navcontainer ul li:hover ul ul ul ul,
div#navcontainer ul li:hover ul ul ul ul ul {
	display:none;
}

div#navcontainer ul li:hover ul,
div#navcontainer ul ul li:hover ul,
div#navcontainer ul ul ul li:hover ul,
div#navcontainer ul ul ul ul li:hover ul,
div#navcontainer ul ul ul ul ul li:hover ul {
	display:block;
}

/* @end */

/* @group slideshow */
.slides-left {
	float: left;
	margin: 3px 10px 3px 0;
height:180px;
width:106px;
text-align:center;
}

.slides {
height:220px;
padding:10px;
text-align:center;
}

.slide {
text-align:center;
line-height:1.1;
}
.slide img {
padding-bottom:5px;
}
.slide-link {
text-decoration:none;
}
.slide-link:hover {
text-decoration:none;
}
.slide-title {
	font-size:1.2em;
	text-decoration: none;
	font-style: italic;
	color: #520005;

}

.slide-author {
	text-decoration: none;

	color: #520005;
}


/* @end */
/* @group box */
#boxes {
float:left;
width:238px;
margin:00px 0 0 0;
}
.box1, .box2, .box3,.leftBoxContainer {
margin-top:10px;
margin-bottom:10px;
background-image:url(../images/boxbottom.gif);
background-position:center bottom;
background-repeat:no-repeat
}
.box3 {
background-image:url(../images/box3-bottom.gif);
}

.box1 h2, .box2 h2 , .box3 h2, .box3 h3, .leftBoxContainer h3{
text-align:center;
padding:12px 0px 9px 0;
margin:0;
font-size: 1.1em;
font-weight: bold;
letter-spacing: 1.5px;
color:#ffffff;
}

.leftBoxContainer h3 {
background:url(../images/boxtop-red.gif) top no-repeat;
}

.box1 h2 {
background:url(../images/boxtop-red.gif) top no-repeat;
}

.box2 h2 {
background:url(../images/boxtop-senape.gif) top no-repeat ;
}

.box3 h2 {
background:url(../images/box3-top.gif) top no-repeat ;
}

.box1 p,.box2 p {
padding:10px 15px 15px 15px;
color:#000000;
margin:0;
font-size: 0.95em;
font-weight: normal;
letter-spacing: 0.25px;
line-height:1.25;
}

.box1 div,.box2 div, .box3 div , .sideBoxContent{
padding:5px 15px 20px 15px;
color:#000000;
margin:0;
font-size: 0.95em;
font-weight: normal;
letter-spacing: 0.25px;
line-height:1.25;
}
.box3 div{
padding:5px 15px 5px 15px;
}


/* @group Blog */



.blog-entry {
	padding-top: 10px;
	padding-bottom: 5px;
border-bottom:1px solid #cccccc;
}

h1.blog-entry-title {
	padding: 0;
	margin: 0;
}


h1.blog-entry-title a {

	text-decoration: none;
}

.blog-entry-date {
}
.blog-entry-body {
	text-align:left;
	padding: 0px 0 0px 5px;
}
.blog-entry-intro {
	font-size:0.9em;
	text-decoration: none;
	font-weight:bold;
	color: #520005;
}

.blog-entry-title {
	font-size:1.2em;
	text-decoration: none;
	font-style: italic;
	color: #520005;
}

.blog-entry-author {
	text-decoration: none;
	font-style: italic;
	color: #520005;
}

.blog-entry-body a:hover {
}


/* @end */


/* @group Contact Form */
.message-text {
	padding-top: 10px; 
} 

.required-text {
} 

.form-input-field {
	
}

/*
label{
	color:#ffffff;	
} 
*/

.form-input-button { 
} 


#sidebarContainer #sidebar ul {

}

#sidebarContainer {
	width: 237px;
}

#sidebarContainer #sidebar {
	padding-bottom:20px;
}

#sidebarContainer #sidebar a {
}

#sidebarContainer #sidebar a:hover {
	text-decoration: underline;
}

#sidebarContainer .sideHeader {
	padding: 15px 0 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#sidebarContainer #sidebar h1 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#sidebarContainer #sidebar h2 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#sidebarContainer #sidebar h3 {
	font-size: 1.1em;
	
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}



div.magnify {
text-align:center;
padding-bottom:5px;
margin-top:5px;
}
a.mailto {
background: url(../images/emailto.jpg) no-repeat 0% 50%;
background-image: url(../images/emailto.jpg);
background-repeat: no-repeat;
background-attachment: initial;
background-position-x: 0%;
background-position-y: 50%;
-webkit-background-clip: initial;
-webkit-background-origin: initial;
background-color: initial;

padding-left:32px;
padding-top:20px;
padding-bottom:20px;
}

div.magnify a {
background: url(../images/xmag.jpg) no-repeat 0% 0%;
background-image: url(../images/xmag.jpg);
background-repeat: no-repeat;
background-attachment: initial;
background-position-x: 0%;
background-position-y: 0%;
-webkit-background-clip: initial;
-webkit-background-origin: initial;
background-color: initial;

padding-left:20px;
padding-bottom:15px;
	font-size: 0.85em;
}

a.continue, a.chiudi, a.goto {
background-repeat: no-repeat;
background-attachment: initial;
background-position-x: 100%;
background-position-y: 0%;
-webkit-background-clip: initial;
-webkit-background-origin: initial;
background-color: initial;

float:right;
padding-right:22px;
padding-bottom:5px;
}
a.chiudi {
background: url(../images/cross_icon.gif) no-repeat 100% 0%;
background-image: url(../images/cross_icon.gif);
}
a.continue,a.goto {
background: url(../images/arrow_icon.gif) no-repeat 100% 0%;
background-image: url(../images/arrow_icon.gif);
}
a.goto {
float:left;
padding-right:22px;
padding-bottom:8px;

}

#tools {
position:absolute;
margin: 0px;
right: 15px;
top: 0px;

}

#popupContainer {
	margin: 0 auto;
	padding: 10px 20px 20px 10px;
}


div.highlighted_object
{
    background-image: none;
    padding-bottom: 0;
}
div.highlighted_object {
background-image:none;
padding-bottom:0;
}
div.highlighted_object {
/*background-image:url(../images/highlighted_object_bg.png);
background-position:center bottom;
background-repeat:no-repeat;
padding-bottom:9px;*/
}
div.border-box {
margin-bottom:1em;
}

/* @menu */
#sidemenucontainer {
	font-size: 1em;
	border-top: 1px solid;
	margin-bottom: 10px;
	position: relative;
}

#sidemenucontainer #current {
}

#sidemenucontainer #current:hover {
}

#sidemenucontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#sidemenucontainer li {
	position: relative;
	background-image: url(../images/button-off.gif);
}

#sidemenucontainer a{
	display: block;
	padding-left: 10px;
	padding-top: 6px;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}


/* Child - Level 1 */


#sidemenucontainer ul ul a {
	padding-left: 30px;
}


/* Child - Level 2 */


#sidemenucontainer ul ul ul a{
	padding-left: 60px;
}


/* Child Level 3 */


#sidemenucontainer ul ul ul ul a{
	padding-left: 90px;
}


/* Child Level 4 */


#sidemenucontainer ul ul ul ul ul a{
	padding-left: 110px;
}


/* Child Level 5 */

#sidemenucontainer ul ul ul ul ul ul a{
	 padding-left: 140px;
}



/* @end */
/* @group book */
.book-detail-author {
font-family:"Arial",sans-serif;
font-size:1.3em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 0;
padding:0;
}
.book-detail-author a {
font-style:italic;
}


.book-detail {
	padding-top: 15px;
	padding-bottom: 5px;
border-bottom:1px solid #cccccc;
}
.book-label {
font-weight:bold;
color:#222222;
}
.book-author {
}
.book-attr {
}
/* @end */
#footermap ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 7;
    float:left;
	
}

#footermap li {
	position: relative;
	display: inline;
	float: left;
}
#footermap ul ul{
	position:absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 7;
	display:block;
}

#footermap ul ul li {
}

.new-title {
padding:0 5px 0 5px;
}
.new-title a {
  color: #520005;
 font-weight:bold;
 font-size:1em;
 text-decoration: none;
  text-transform: uppercase;
  line-height:1.25em;
}

.new-author,
 {
	font-size:1em;
}
.new-author a {
color: #520005;
	font-style: italic;
}



.cols {
display:block;
text-align:left;
margin:0 auto;
width:70em;
margin-bottom:30px;
padding-top:10px;
}

.col {
display:inline;
float:left;
width:20%;
}
.col h4 {
padding-left:15px;
color:#eee;
font-size:1.1em;
font-weight:normal;
letter-spacing:0px;

}

.col ul {
/*border-left:1px solid #B1DDF8;*/
padding:6px 0 0 13px;
}

.col li {
margin:0;
position:relative;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.col ul a,
.col ul a:link, .col ul a:visited {
	color: #cc6666;
	text-decoration:none;
}



.png-img { behavior:	url("/style/png/pngbehavior.htc"); }
