html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
}

:focus {
  outline: 0;
}

body {
  line-height: 0px;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  
}
blockquote, q {
  quotes: "" "";
}

body {
  font-size: 8pt;
  font-family: Arial, Tahoma;
  line-height: 1.5;
	color: #555555;
}

input,select,textarea {
  font-size: 9pt;
  font-family: Arial, Tahoma;
  line-height: 1.25;
  color: #000;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Myriad Pro', Arial;
  font-weight: bold;
  color: #db0201;
  letter-spacing: -0.15px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}


h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 15pt; }
h4 { font-size: 14pt; }
h5 { font-size: 12pt; }
h6 { font-size: 10pt; }

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color: #db0201;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

p {
	margin-bottom: 15px;
}

ul {
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5;
}

body {
	background-color: #f8f8f8;
	background-image: url(../background/body.gif);
	text-align: center;
}

#wrap {
	width: 730px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding-top: 75px;
}

#headerwrap {
	float: left;
	width: 712px;
	padding: 10px 10px 0px 8px;
}

#header {
	background-color: #fff;
	float: left;
	width: 712px;
	padding-top: 12px;
	min-height: 103px;
	height: auto !important;
	height: 103px;
	position: relative;
	border-bottom: 1px solid #f7f7f7;
}

.index h1 {
	width: 698px;
	height: 54px;
	margin: 0px;
	display: block;
	background-image: url(../background/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -9999px;
	background-color: #fff;
	padding-bottom: 15px;
}

#header h1 {
	width: 712px;
	height: 54px;
	margin: 0px;
	display: block;
	background-image: url(../background/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -9999px;
}

#navi {
	bottom: 0px;
	left: 0px;
	list-style-type: none;
	margin: 0px;
	position: absolute;
	overflow: hidden;
	height: 50px;
}

#navi li {
	float: left;
	margin-right: -18px;
	position: relative;
	bottom: -22px;
	z-index: 5;
}

#navi li.last {
	margin-right: 0px;	
}

#navi li.current {
	bottom: -10px;
	z-index: 10;
}

#navi li a {
	display: block;
	float: left;
	height: 65px;
  color: #db0201;
  text-transform: uppercase;
  font-size: 8.5pt;
  font-family: Arial;
  font-weight: bold;
}

#navi li .left {
	background-image: url(../background/navi-item-left.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 25px;
	height: 54px;
	padding-top: 9px;
}

#navi li .right {
	background-image: url(../background/navi-item-right.png);
	background-repeat: no-repeat;
	float: left;
	width: 25px;
	height: 65px;
	display: block;
}

#navi li.current a {
		color: #686868;	
}

#contentwrap {
	float: left;
	width: 698px;
	background-image: url(../background/contentwrap.png);
	background-repeat: repeat-y;
	padding: 7px 17px 0px 15px;
}

#splasher {
	float: left;
	width: 698px;
	height: 132px;
	background-image: url(../background/splasher.jpg);
	background-repeat: repeat-y;
}

#content {
	width: 658px;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
	background-color: #f8f8f8;
}

#contentwrap .aineisto {
	background-image: url(../background/aineisto.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 334px;
	height: auto !important;
	height: 334px;
}

#contentwrap .index {
	width: 698px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#content .contentleft {
	width: 385px;
	float: left;	
}

#content .contentright {
	width: 261px;
	float: right;
	color: #fff;	
}

#content #infobox {
	background-image: url(../background/infobox-bottom.png);
	background-repeat: no-repeat;
	background-color: #6f841b;
	background-position: left bottom;
	width: 241px;
	padding: 5px 10px 180px 10px;	
}

#content #infoboxextra {
	float: right;
	width: 261px;
	height: 7px;
	overflow: hidden;
	background-image: url(../background/infobox-top.png);
	background-repeat: no-repeat;
}

#infobox h4 {
	color: #fff;
	text-transform: none;
	font-weight: normal;
}

#footer {
	float: left;
	width: 730px;
	height: 21px;
	background-image: url(../background/footer.png);
	background-repeat: no-repeat;
}

.accordion {
	cursor: pointer;
	background-image: url(../background/open.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
}

.close {
	background-image: url(../background/close.gif);
	background-position: left 5px;
}

.pressimg {
	float: left;
	width: 102px;
	height: 180px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.pressimg .thumb {
	border-collapse: collapse;
	height: 120px;
	line-height: 0;
	margin-bottom: 10px;
}

.pressimg .thumb td {
	height: 120px;
	vertical-align: bottom;
}

.pressimg .thumb img {
	border: 1px solid #666;
}

.pressimg .details {
	height: 60px;
	text-align: left;
	line-height: 10pt;
}


.pressimg .details a {
	display: block;
}


.pl15{
	padding-left: 15px;
	display: block;
}
