@charset "utf-8";
/* CSS Document */

/*** Reset ***/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, big,
em, img, small, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
html{
    overflow-y:scroll;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content:none;
}
input, textarea,{
	margin:0;
	padding:0;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse:collapse; 
    border-spacing:0;
}
caption, th{
    text-align:left;
}
a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom:1;  
}

img { max-width:100%;}

a:link { color:#303030;}
a:visited {color:#303030;}
a:hover {color:#b3d465;}
a:active {color:#8d8d8d;} 
a,a:hover {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
a img:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

/*** Main ***/

body {
	background-color:#fff;
	font-family:georgia,'times new roman',serif;
}

#container {
	width:852px;
	height:809px;
	margin:10px auto;
	padding:15px;
	color:#535353;
	font-size:13px;
	background-color:#fff;
	background:url("../images/bg.gif") no-repeat;
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

/*** Header ***/

#header {
	width:720px;
	height:110px;
	text-align:center;
	padding:10px;
	margin:5px 56px;
	border-bottom:1px solid #ccc;
	clear:both;
}
#header h1 {
	width:415px;
	height:108px;
	margin:0 auto;
	text-align:center;
}

/*** Main ***/

#main {
	width:810px;
	height:600px;
	margin:15px auto 10px auto;
	overflow: hidden;
	clear:both;
}

/*** Footer ***/

#footer {
	width:700px;
	height:20px;
	text-align:center;
	padding:15px;
	margin:5px 56px;
	border-top:1px solid #ccc;
	clear:both;
}

/* menu */

#navi {
	height:12px;
	margin:0 auto;
}
#navi img {
	margin:0 3px;
	padding:0;
}

/* slide show */
.content{ color:#eee; font:14px/1.4 "helvetica neue", arial,sans-serif; width:620px; margin:0;}
h1{ line-height:1.1;letter-spacing:-1px;}
a { color:#FFFFFF;}
#galleria{ height:610px;}