/********************* common styles ********************/
html
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body
{
	background: #ffffff;
	margin: 0;
	font: normal 62.5% Arial, Helvetica, sans-serif;	/* 11px font size is 1.1em, 12px is 1.2em, etc */
	font-size: expression(screen.deviceXDPI > 96 ? 1000 / ((screen.deviceXDPI / 96) * 16) + "%" : "62.5%");
}

h1
{
	margin: 8px 0 1px;
}

h2
{
	margin: 5px 0 0;
}

h3
{
	margin: 0;
}

p
{
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 17px;
}

li
{
	font-size: 1.2em;
	line-height: 1.3em;
}

a.play
{
	padding-right: 18px;
	background: url(../../images/icon_play.gif) 100% 4px no-repeat;
	*background: url(../../images/icon_play.gif) 100% 3px no-repeat;
}

html[xmlns*=""] body:last-child a.play 
{
	background: url(../../images/icon_play.gif) 100% 3px no-repeat;		/* safari <= 2 only */
}

body:first-of-type a.play
{
	background: url(../../images/icon_play.gif) 100% 2px no-repeat;		/* safari 3 only */
}

a.open
{
	padding-left: 17px;
	background: url(../../images/icon_open.gif) 0 0 no-repeat;
}

h3 a.selected
{
	background: url(../../images/icon_close.gif) 0 0 no-repeat;
}

.smallprint
{
	font-size: .8em;
}

.time
{
	font: .9em/1.2em Arial, Helvetica, sans-serif;
}


#container
{
	width: 800px;
}



/********************* header styles ********************/
#header
{
	height: 79px;
}



/********************* topnav styles ********************/
#topnav
{
	height: 26px;
}

#topnav ul
{
	margin: 0;
	padding: 0;
	color: #ffffff;
}

#topnav ul li, #topnav ul li a
{
	display: block;
	margin: 0;
	padding: 0;
}

#topnav li
{
	list-style-type: none;
	float: left;
	text-indent: -5000px;
}

#topnav .home a
{
	width: 69px;
	height: 26px;
}

#topnav .about a
{
	width: 130px;
	height: 26px;
}

#topnav .email a
{
	width: 90px;
	height: 26px;
}

#topnav .feedback a
{
	width: 98px;
	height: 26px;
}

#topnav .language
{
	float: right;
	margin-right: 9px;
	display: block;
	width: 74px;
	height: 26px;
	text-indent: -5000px;
}



/********************* content styles ********************/
#content
{
	padding: 0 8px 0 0;
	position: relative;
	height: 476px;				/* change height here */
	overflow: hidden;
}

#home, #about
{
	padding: 24px 0 0 17px;
}

#home
{
	background: url(../../images/background_home.jpg) no-repeat;
	height: 452px;
	width: 783px;
	z-index: 100;
}

* html #home
{
	\height: 476px;
	he\ight: 452px;
	\width: 800px;
	w\idth: 783px;
}

#about
{
	height: 452px;
	width: 783px;
}

* html #about
{
	\height: 476px;
	he\ight: 452px;
	\width: 800px;
	w\idth: 783px;
}
.info
{
	float: right;
	width: 274px;
	padding-left: 20px;
	margin-right: 25px;
}

* html .info
{
	width: 254px;
}

.info strong
{
	font-weight: normal;
}

.col1
{
	float: left;
	width: 382px;
}

.col2
{
	float: left;
	width: 150px;
	margin-left: 26px;
}

.page
{
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}

.flash
{
	height: 476px;
	display: none;
}



/********************* scrollbar styles ********************/
#scroller
{
	height: 392px;
	width: 424px;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
}

* html #scroller
{
	\width: 444px;
	w\idth: 424px;
}



/********************* clearfix styles ********************/
.clearfix:after
{ 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* hides clearfix from IE-mac \*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* end hide from IE-mac */



/********************* footer styles ********************/
#footer 
{
	position: relative;
	height: 25px;
}

#footer h3
{
	margin: 7px 0 0 20px;
	height: 15px;
	padding: 0;
}

#footer h3 a
{
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
}

.more
{
	position: absolute;
	bottom: 0px;
	left: 0;
	overflow: hidden;
	height: 25px;
	z-index: 102;
	width: 100%;
}