ul { list-style-type: none; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, img, textarea { margin: 0; padding: 0; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, input, textarea, label { font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color:#333333; }
body { background-color: #fff; overflow: scroll; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { vertical-align: top; }

:link, :visited { text-decoration: none; }
a img, :link img, :visited img { border: none; }
a, a:link, a:visited { color: #000; }
a:hover, a:focus, a:active { color: #000; text-decoration: none; }

.clear 
{
	clear: both;
}

#wrapper
{
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}

#home h1,
#footer a,
#about p,
#left p,
.backlink,
#right a.download
{
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Console,Monaco,Tahoma,Verdana,Arial;
}

#left h1,
#left h2
{
	font-family: T-Star Pro,Lucida Grande,Lucida Sans Unicode,Lucida Console,Monaco,Tahoma,Verdana,Arial;
}


div
{	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


#header, #media, #content, #footer
{
	clear: both;
	float: left;
	display: inline;
	width: 945px;
}

#header
{	
	height: 175px;
	border-bottom: 5px solid #333333;
	margin-bottom: 10px;
	position: relative;
}

#logo
{
	position: absolute;
	top: 30px;
}

#sponsor
{
	width: 145px;
	height: 100px;
	position: absolute;
	top: 60px;
	left: 720px;
}

#languages
{	
	width: 225px;
	position: absolute;
	right: 0; 
	top: 20px;
}

#languages a
{
	font-size: 12px;
	margin: 0 10px 0 0;
}

#languages a.active
{
	text-decoration: underline;
}

#media
{
	height: 415px;
	padding-bottom: 50px;
	border-bottom: 5px solid #00CCCC;
}

#scrollable-all
{
}

#scrollable-all, .slideshow, #scrollable-img, .slideshow .items, .slideshow .item, .slideshow .item img
{
	float: left;
	display: inline;	
}

#scrollable-all, .slideshow
{
	width: 705px;
	height: 365px;
}

.slideshow .items
{
	position: absolute;
	width: 999999px;
	height: 365px;
	z-index: 0;	
}

.slideshow
{
	position: relative;
	overflow: hidden;
}

.slideshow .browse {
	position: absolute;
	width: 21px;
	height: 42px;
	z-index: 10;
	background: no-repeat 0 0 transparent;
	bottom: 30px;
	cursor: pointer;
}

.slideshow .prev {
	background-image: url(img/arrow_stage_white_left.png);
	left: 30px;
}

.slideshow .prev:hover {
	background-image: url(img/arrow_stage_blue_left.png);
}

.slideshow .next {
	background-image: url(img/arrow_stage_white_right.png);
	right: 30px;
}

.slideshow .next:hover {
	background-image: url(img/arrow_stage_blue_right.png);
}



#about
{
	float: right;
	display: inline;
	width: 225px;
	height: 365px;
	color: #fff;
	background-color: #333333;
}

#about p
{
	color: #ffffff;
	font-size: 14px;
	line-height: 17px;
	margin: 155px 15px 15px 15px;
}

.uppercase
{
	text-transform: uppercase;
}


#footer
{
	border-top: 5px solid #333333;
	padding: 13px 0 15px 0;
}

#footer a
{
	font-size: 12px;
	margin: 0 27px 0 0;
}

#footer a.active
{
	text-decoration: underline;
}


#content
{
	overflow: visible;
	position: relative;
}

#home h1
{
	font-size: 16px;
	height: 16px;
	margin: 10px 0 15px 0;
}

#content .items
{
	position: relative;
	float: left;
	display: inline;
	width: 960px;
	left: -15px;
	margin-bottom: 50px;
}

#content .item
{
	float: left;
	display: inline;
	width: 225px;
	height: 167px;
	margin: 0 0 27px 15px;
	border: 0;
	background-color: #f0f0f0;
}

#content .item img
{
	border: 0;
}


/* subpage */

.content, #left, #right
{
	float: left;
	display: inline;
}

.backlink
{
	display: block;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	padding-left: 20px;
	background: url(img/arrow_black_left.png) no-repeat left 1px;
	position: absolute;
	left: 0px;
	float: left;
}

.backlink:hover, .backlink:focus, .backlink:active
{
	text-decoration: underline;
}

.bl-top
{
	top: 15px;
}

.bl-bottom
{
	bottom: 45px;
}

.content
{
	width: 785px;
	border-top: 5px solid #333333;
	margin: 25px 0 55px 160px;
	padding-top: 40px;
}

#left
{
	width: 545px;
	padding-bottom: 80px;
	border-bottom: 5px solid #333333;	
}

#left h1
{
	font-size: 45px;
	line-height: 45px;
	text-transform: uppercase;
	margin: -5px 0 20px 0;
}

#left h2
{
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 5px 0;
}

#left p
{
	font-size: 11px;
	line-height: 18px;
}

a.external_link,
#left p a, #left p a:link, #left p a:visited
{
	text-decoration: underline;
}

#left p a:hover, #left p a:focus, #left p a:active
{
	color: #00cccc;
}

#left .red
{
	color: #ff3c4d;
}

#left .blue
{
	color: #00cccc;
}

#right
{
	float: right;
	width: 225px;
}

#right a.download
{
	display: block;
	padding-top: 30px;
	background: url(img/icon_black_download.png) no-repeat left top;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 20px;
}

#right a.download:hover, #right a.download:focus, #right a.download:active
{
	text-decoration: underline;
}

.red #left,
.red .content
{
	border-color: #ff3c4d;
}

.blue #left,
.blue .content
{
	border-color: #00cccc;
}
