* {
	margin:0;
	padding:0;
}
body {
	font-family: Georgia, sans-serif;
	margin: 0px;
	padding: 0px;
}
h2, h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
	color: #345a8a;
}
p {
	font-size: 14px;
	line-height: 200%;
	font-style: italic;
	color: #000;
	text-align: justify;
}
a:link {
	font-size:14px;
	font-weight: bolder;
	color:#345a8a;
	text-decoration:none;
}
a:visited {
	color:#345a8a}
a:hover {
	text-decoration: underline;
}
a:active {
	color: red
}


/* MENU*/

div#wrapper {
	position:relative;
	margin: 20px auto;
	padding: 0;
	width:900px;
	height:563px;
	background-color: #fff;
	border: 1px solid #345a8a;
}
div#head {
	padding: 0;
	margin: 0;
	width:900px;
	height:70px;
	background: url(../images/graphic/header.gif);
	border-bottom: 1px solid #345a8a;
}
div#menubar {
	margin: 0;
	padding: 0;
	width:900px;
	height:30px;
	background-color: #efcc85;
	border-bottom: 1px solid #345a8a;
}
div#picture {
	padding: 0;
	margin: 0;
	width:500px;
	height:375px;
	float:left;
	background-color: #efcc85;
	z-index:0;
}
div#content {
	padding: 20px;
	margin-left: 0px;
	border-left: 1px solid #345a8a;
	height:392px;
	width: 360px;
	overflow: scroll;
	background-color: #fff;
	z-index:0;
	color: #345a8a;
}

div#thumbsdiv {
	margin: 0;
	padding: 5px 10px;
	width: 480px;
	height:75px;
	float:left;
	background-color: #efcc85;
	border-top: 1px solid #345a8a;
	text-align:center;
}
div#foot {
	margin: 0;
	padding: 5px 20px;
	width: 359px;
	height: 18px;
	text-align:center;
	float:right;
	background-color: #efcc85;
	border-top: 1px solid #345a8a;
	border-left: 1px solid #345a8a;
}
ul.menu {
	font-size:14px;
	list-style:none;
	margin:0;
	padding:0px;
	opacity:1;
	border:1px solid #efcc85;
}
ul.menu * {
	margin:0;
	padding:0;
	width: 149px;
	text-align:center;
	z-index: 2;
}
ul.menu .menulink {
	padding:4px 0 6px 0;
	font-weight:bold;
	color:#345a8a;
}
ul.menu a:hover {
	background-color:#345a8a;
	color: #efcc85;
	font-weight: bolder;
	position: relative;
}
ul.menu a {
	font-size:14px;
	display:block;
	color:#345a8a;
	text-decoration:none
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:0px;
	text-align:left;
	font-weight: bold;
}
ul.menu ul {
	position:absolute;
	top:30px;
	left:0;
	display:none;
	opacity:0;
	list-style:none
}
/*tendina */
ul.menu ul li {
	position:relative;
	border:1px solid #345a8a;
	border-top:none;
	width:148px;
	margin:0;
	background-color:#efcc85;
}
ul.menu ul li a {
	display:block;
	padding:10px 0 2px 0;
	color:#345a8a;
}
ul.menu ul li a:hover {
	color:#efcc85;
}
ul.menu .sub {
	background:#3b372f 136px 8px no-repeat
}
ul.menu .topline {
	border-top:0px solid #aaa
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 0px solid #ffffff;
	font-weight: bold;
	outline: none;
}



/*slideshow*/
#image {
	position:relative;
	width:500px;
	height:375px;
	background:#efcc85 url(slideshow/loading.gif) center center no-repeat;
}
#image img {
	position:absolute;
}

#thumbarea {
	position:relative;
	overflow:hidden;
	height:75px;
	width:480px;
	padding:0px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:0px;
	height:75px;
	width:10000px;
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
	border: 1px solid #345a8a;
}
.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer
}
#previmg {
	left:0;
	background:url(slideshow/left.png) left center no-repeat;
	opacity:.4;
	filter:alpha(opacity=40)
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
#nextimg {
	right:0;
	background:url(slideshow/right.png) right center no-repeat;
	opacity:.4;
	filter:alpha(opacity=40)
}
#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100)
}




/*jscrollpane*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	/*z-index: 1;*/
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
/*background-color: #f60;*/
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
/*background-color: #f00;*/
}
/* DEMO STYLES */

/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */



.scroll-pane {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	overflow: auto;
}
.osX .jScrollPaneTrack {
	background: url(jscrollpane/track.png) repeat-y;
}
.osX .jScrollPaneDrag {
	background: url(jscrollpane/drag_middle.png) repeat-y;
}
.osX .jScrollPaneDragTop {
	background: url(jscrollpane/drag_top.png) no-repeat;
	height: 6px;
}
.osX .jScrollPaneDragBottom {
	background: url(jscrollpane/drag_bottom.png) no-repeat;
	height: 7px;
}
.osX a.jScrollArrowUp {
	height: 24px;
	background: url(jscrollpane/arrow_up.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.osX a.jScrollArrowDown {
	height: 24px;
	background: url(jscrollpane/arrow_down.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowDown:hover {
	background-position: 0 0;
}
.left .jScrollPaneTrack {
	left: 0;
	right: auto;
}
.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}



/*FORM*/


.mail{
width:370px;
padding: 0 0 0 30px;
margin:0px;
}
#formail{
width: 400px;
margin: auto;
}
#formail label{
color: #345a8a;
line-height:2em;
}

#sendmail{
margin-top: 10px;
display: block;
}
#response{
margin:10px 0 0 0;
width: 400px;
height:50px;
overflow:auto;
text-align:center;
font-weight:bold;
color: #345a8a;
}