* {
	margin: 0;
	padding: 0;
}

html 
{	
	overflow-y: scroll;
}

body 
{
	background: #f0f0f0 /* url(img/body_bg.jpg) */;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	height: 100%;
	width: 100%;
}
a 
{
	color: blue;
	outline:none !important;
	text-decoration: none;
}
a:hover 
{
	text-decoration: none;
}
p 
{
	text-indent: 30px;
	line-height: 1.8em;
	padding: 7px 0;
	margin: 7px 0;
}
img 
{
	border: none;
}
input 
{
	vertical-align: middle;
}
h1
{
	padding: 10px 0;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
}

h2, h3 
{
	padding: 10px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
}

strong
{
	font-weight: normal;
	font-size: 1.28em;	
}

#container 
{
	width: 1110px; 
	margin: 0 auto; 
	overflow: hidden; 
	font-size: 1.2em; 
	position: relative;
}

#side 
{
	height: 100%;
	width: 200px;
	position: fixed;
	float: left;
	background: #f0f0f0 url(img/vertical_hr.gif) repeat-y right;
}

#index_side
{
	margin-top: 100px;
	height: 100%;
	width: 200px;
	position: fixed;
	float: left;
	background: #f0f0f0 url(img/side_hr.gif) no-repeat right top;
}

*html #side, *html #index_side
{
	position: absolute; 
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#logo
{
	width: 198px;
	height: 105px;
	background: url(img/side_hr.gif) no-repeat right bottom;
}

#menu, #galmenu, #gallery
{
	margin: 0; 
	padding-bottom: 10px;
	width: 198px;
	list-style: none;
}

#gallery
{
	padding-bottom: 0;
}

.hide
{
	display: none;
}

#menu
{
	height: 220px;
	background: url(img/side_hr.gif) no-repeat right bottom;
}

#galmenu
{
	padding-bottom: 10px;
	background: url(img/side_hr.gif) no-repeat right bottom;
}

#menu li, #galmenu li, #gallery li
{
	margin: 0; 
	padding: 0;
	display: inline;
}
#menu li a
{
	display: block;
	margin: 0; 
	padding:  5px 0 5px 35px;
	font-size: 1.4em;
	color: #444;
	text-decoration: none;
}

#galmenu li a
{
	display: block;
	margin: 0; 
	padding:  5px 0 5px 35px;
	font-size: 1.4em;
	color: #aaa;
	text-decoration: none;
}

#gallery li a
{
	display: block;
	margin: 0; 
	padding:  5px 0 5px 45px;
	font-size: 1.2em;
	text-decoration: none;
	color: #aaa;
}

#gallery li a:hover
{
	color: #444;
}

#gallery li.active a
{
	background: url(img/side_arrow.gif) no-repeat 30px center;
}

#galmenu li a:hover
{
	color: #444;
}

#galmenu li.collapsed a
{ 
}
	
#galmenu li.expanded a
{ 
	color: #444;
}

#side h2
{
	padding: 5px 0;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
}

#side h3
{
	padding-left: 40px;
	text-align: left;
}

#footer 
{
	width: 198px;
	padding-top: 5px;
	text-align: center;
}

#content 
{
	float: right;
	width: 910px;
}

#content img 
{
    	display: block;
	margin: 0 auto;
	border: 5px solid #f0f0f0;
	border-radius: 18px;	
}


#content a
{
	color: #aaa;
	text-decoration: underline;
}

#content a:hover
{
	color: #444;
	text-decoration: none;
}

#content .text
{
	padding: 20px 250px 0 30px;
	font-size: 1.2em;
}

#content .text strong
{	
	font-size: 1.28em;		
}

#content .blog
{
	padding: 20px 250px 0 30px;
	font-size: 1.3em;
}

#content .blog strong
{
	font-size: 1em;
	font-weight:lighter;
	font-style:italic;
}


#content .blog img 
{
	float: left;
}

#content .text.contact
{        
	padding: 55px 0 0 70px;
	font-size: 2em;
	line-height: 45px;
}

#content .contact img 
{
	float: left;
}


#content .index_logo
{
	height: 103px;
	width: 910px;
	background: url(img/index_logo.gif);
}

#content .about
{
	padding: 20px 0 0 0;
	font-size: 1.3em;
	text-align: center;
	line-height: 25px;
}

#content .about strong
{
	font-size: 1em;
	font-weight:lighter;
	font-style:italic;
}

#content .about h1
{
	font-size: 1.5em;	
}

#slideshow
{
	height: 600px;
	width: 900px;
	overflow:visible;
}

#slideshow img
{
	display: block;
	height: 600px;
	width: 900px;
}

#videogallery {
	width:100%;
	zoom:1;
}
#videogallery span{ display:block; }
#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;
	width:240px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
#videogallery a img{
	display:block;
	border:none;
	margin:0;
}
#videogallery a:hover{
	opacity:1;
}

/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	background-image:url(img/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:864px;
	height:480px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(img/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(img/loading.gif) no-repeat 50% 50%;
} 

.yashare-auto-init
{
	float:left;	
}