﻿/*struttura.master*/
.hide {
	position:absolute;
	left:-9999px;
}
#content {
	margin:auto;
	text-align:center;
	width:800px;
	height:759px;
	background: #fff url(../images/panel.jpg) no-repeat center top;
}
#navBar {
	float:left;
	width:144px;
	height:739px;
	background: #fff url(../images/navB.jpg) no-repeat center top;
}
#navBar a {
	display:block;
	margin-top:30px;
}
#menu {
	margin-top:35px;
}
#menu li strong {
	display:block;
	font-size:0.81em;/*13px*/
	padding:0.2em;/*3px*/
	font-weight:bold;
	text-align:left;
	border-right:solid 1px #e2dcda;
}
#menu li strong {
	background: #fff url(../images/menuT.jpg) center top repeat-y;
	border-left:solid 1px #f48846;
}
#menu #li2 strong {
	margin-top:5px;
	background: #fff url(../images/menuT2.jpg) center top repeat-y;
	border-left:solid 1px #f6a06d;
}
#menu ul {
	width:auto;
	text-align:right;
}
* html #menu li {
	display:inline;
}
#menu li a {
	margin:0 auto;
	margin-right:0;
	font-size:0.81em;/*13px*/
	padding:0.07em 0; /*1px*/
	display:block;
	width:102px;
	text-align:center;
	line-height:20px;
}
#menu li a:link, #menu li a:visited {
	background: #fde6de url(../images/btn.jpg) left top no-repeat;
	color:#000;
	text-decoration:none;
}
#menu li a:hover {
	background: #fcca99 url(../images/btn.jpg) right top no-repeat;
	text-decoration:underline;
	color:#f37123;
}
#menu li .c {
	margin-top:5px;
}
/*#lStory a:link, #lStory a:visited {
	background: #fff url(../images/btnStory.jpg) center left no-repeat;
}
#lStory a:hover {
	background: #fff url(../images/btnStory.jpg) center right no-repeat;
}
#lStruct a:link, #lStruct a:visited {
	background: #fff url(../images/btnStrutt.jpg) center left no-repeat;
}
#lStruct a:hover {
	background: #fff url(../images/btnStrutt.jpg) center right no-repeat;
}
#lRef a:link, #lRef a:visited {
	background: #fff url(../images/btnRef.jpg) center left no-repeat;
}
#lRef a:hover {
	background: #fff url(../images/btnRef.jpg) center right no-repeat;
}*/
#xhtml, #css {
	display:block;
	margin:0 auto;
	width:68px;
	height:24px;
	text-decoration:none;
}
#navBar #xhtml span, #navBar #css span {
	visibility:hidden;
	cursor:pointer;
}
#xhtml:link, #xhtml:visited {
	background:url(../images/xhtml.gif) left top no-repeat;
}
#xhtml:hover {
	background:url(../images/xhtml.gif) right top no-repeat;
}
#css:link, #css:visited {
	margin-top:10px;
	background:url(../images/vcss.gif) left top no-repeat;
}
#css:hover {
	background:url(../images/vcss.gif) right top no-repeat;
}
#body, #footer {
	float:right;
	width:656px;
}
#footer {
	padding-top:25px;
	text-align:left;
}
#footer .alta {
	font-size:0.93em;/*15px*/
	line-height:1em;/*15px*/
}
#footer span, #footer a, #footer strong {
	font-size:0.81em;/*13px*/
	float:left;
}
#footer strong {
	margin:0 auto;
	margin-left:15px;
	letter-spacing:0.07em;/*1px*/
}
#footer a {
	margin-left:6px;
}
#footer span {
	margin-left:8px;
}


