body {
	background: #4a0303 url(g/back.jpg) top center no-repeat fixed;
	background-attachment: fixed;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #332e2f;
}

#body {
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
	background: #fff url(g/content-back.png) 0 0 repeat-x;
}

a {
	color: #b20925;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Header */
#header {
	position: absolute;
	width: 960px;
	height: 105px;
	background: url(g/header-back.png) 0 0 no-repeat;
	z-index: 2;
}
#logo {
	display: block;
	position: relative;
	top: 26px;
	left: 30px;
	width: 194px;
	height: 40px;
	background: url(g/logo.png) 0 0 no-repeat;
}
.eng #logo {
	background-image: url(g/logo_eng.png);
}
#lngmenu {
	width: 200px;
	left: 730px;
	top: 36px;
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: right;
	white-space: nowrap;
}
#lngmenu a {
	font-size: 11px;
	color: #80797a;
	text-decoration: none;
	padding-left: 15px;
}
#lngmenu a:hover {
	color: #cf4a60;
}
#lngmenu .open {
	display: none;
}

/* Footer */
#footer {
	clear: both;
	padding: 25px 30px 10px;
	line-height: 30px;
	font-size: 12px;
	color: #80797a;
	text-align: right;
}
#footer span,
#footer a {
	color: #bf0a28;
	text-decoration: none;
	padding-left: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.logo {
	float: left;
	margin-right: 30px;
	padding: 0;
}
#footer a.logo img {
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

/* Main menu (levels 1, 2) */
#menu-opener {
	position: fixed;
	z-index : 4;
	left: 0;
	top: 260px;
}
#menu-opener-button {
	display: block;
	position: relative;
	z-index: 5;
	width: 33px;
	height: 81px;
	background: url(g/menu-opener.png) 0 0 no-repeat;
	cursor: pointer;
}
.eng #menu-opener-button {
	height: 93px;
	background-image: url(g/menu-opener-eng.png);
}
#menu-content {
	position: fixed;
	z-index: 3;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
}
#menu-content-slider {
	position: relative;
	z-index: 10;
	left: -219px;
	height: 100%;
	width: 249px;
	opacity: .25;
	filter: alpha(opacity=25);
	background: url(g/menu-back.png) 0 0 repeat-y;
}
#menu-content ul {
	width: 180px;
	margin: 0;
	padding: 33px 0 0 30px;
	list-style-type: none;
	display: none;
}
#menu-content ul ul {
	padding: 0 0 0 35px;
}
#menu-content li {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 22px;
	line-height: 30px;
	padding: 5px 0;
}
#menu-content li a {
	color: #4c4949;
	text-decoration: none;
	padding-right: 18px;
	background: url(g/menu-arrow-1-right.png) right 7px no-repeat;
}
#menu-content li a:hover,
#menu-content li a.open {
	background: url(g/menu-arrow-1-down.png) right 9px no-repeat;
}
#menu-content li li {
	font-size: 16px;
	line-height: 20px;
}
#menu-content li li a {
	color: #332e2f;
	padding-right: 16px;
	background: none;
}
#menu-content li li a:hover,
#menu-content li li a.open {
	color: #b20925;
	background: url(g/menu-arrow-2-right.png) right 3px no-repeat;
}
#menu-content ul li.open ul {
	display: block;
}
#menu-content ul ul ul,
#menu-content ul li.open ul ul {
	display: none;
}

/* Submenu (level 3) */
#submenu-content {
	position: fixed;
	z-index: 3;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
}
#submenu-content-position {
	position: relative;
	z-index: 3;
	left: 240px;
	height: 100%;
	width: 0;
	overflow: hidden;
}
#submenu-content-inner {
	height: 100%;
	width: 249px;
	float: right;
	background: url(g/menu-back.png) top right repeat-y;
}
#submenu-content-inner ul {
	margin: 0;
	padding: 38px 0 0 30px;
	list-style-type: none;
}
#submenu-content-inner li {
	font-family: Garamond, "Times New Roman", serif;
	padding: 5px 0;
	font-size: 17px;
	line-height: 20px;
}
#submenu-content-inner li a {
	text-decoration: none;
	color: #332e2f;
}
#submenu-content-inner li a:hover,
#submenu-content-inner li a.open {
	color: #b20925;
}

/* Content */
#content-top {
	position: relative;
	z-index: 1;
	width: 520px;
	background: url(g/content-shadow-top.png) right 96px no-repeat;
	padding-top: 147px;
	padding-bottom: 1px;
}
#content-bottom {
	background: url(g/content-shadow-bottom.png) bottom right no-repeat;
	padding-bottom: 51px;
}
#content {
	background: url(g/content-shadow-back.png) top right repeat-y;
	padding: 1px 60px;
}

/* Search results */
#searchresults {
	padding: 147px 60px 10px 60px;
}
#searchresults h1 {
	line-height: 40px;
	font-size: 32px;
	font-weight: normal;
	font-family: Garamond, "Times New Roman", serif;
	color: #4d4949;
	margin: 0 0 30px;
	padding: 0;
}
#searchresults h2 {
	margin: 0;
	padding: 0 0 25px;
	line-height: 20px;
	font-size: 20px;
	color: #b20925;
	font-family: Garamond, "Times News Roman", serif;
	font-weight: normal;
}
.searchresult {
	padding: 0 0 20px 20px;
	background: url(g/menu-arrow-2-right.png) 0 2px no-repeat;
}
.searchresult a {
	color: #4d4949;
	text-decoration: underline;
	font-size: 13px;
}
.searchresult a:hover {
	color: #b20925;
}
.searchresult span {
	color: #aaa;
	font-size: 12px;
}

/* Search */
#search {
	width: 200px;
	left: 730px;
	top: 76px;
	height: 24px;
	line-height: 24px;
	position: relative;
	text-align: right;
	white-space: nowrap;
}
#search input {
	background: #f6e0e0;
	border: 1px solid #c0939d;
	padding: 2px 5px;
	line-height: 18px;
	height: 18px;
	width: 110px;
	color: #623640;
	font-style: italic;
}
#search button {
	border: 0;
	background: url(g/menu-arrow-2-right.png) 100% 50% no-repeat;
	padding: 0 11px 0 0;
	margin-left: 5px;
	height: 24px;
	font-style: italic;
	color: #4d4949;
	font-size: 14px;
	font-family: Garamond, "Times News Roman", serif;
	font-weight: bold;
	cursor: pointer;
}

/* Team memeber content */
#content.team-member img.member-pic {
	position: relative;
	top: -28px;
	left: -29px;
}
#content.team-member h1 {
	margin-bottom: 0;
}
#content.team-member div.email {
	padding-bottom: 20px;
}
#content.team-member div.email a {
	color: #665c5d;
	font-size: 11px;
}

/* Content styles */
#content {
	color: #332e2f;
	font-size: 12px;
}
#content h1,
#team-left h1 {
	line-height: 32px;
	font-size: 26px;
	font-weight: normal;
	font-family: Garamond, "Times New Roman", serif;
	color: #4d4949;
	margin: 0 0 35px;
	padding: 0;
}
#content h2 {
	color: #b20925;
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0;
	padding: 0;
}
#content p {
	line-height: 20px;
	margin: 8px 0 0;
	padding: 0;
}
#content ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}
#content ol {
	margin: 0;
	padding: 0 0 0 25px;
}
#content li {
	padding-left: 15px;
	line-height: 20px;
	list-style-position: outside;
}
#content ol {
	padding-left: 30px;
}
#content ol li {
	padding-left: 0;
}
#content ul li {
	background: url(g/bullet.png) 0 9px no-repeat;
}

/* Current position line */
.curposline {
	padding-top: 40px;
}
.curposline.top {
	padding-bottom: 40px;
	padding-top: 0;
	position: relative;
	top: -10px;
}
.curposline.team {
	padding-left: 60px;
}
.curposline span {
	color: #ccb8bb;
	padding: 0 5px;
}

/* Front page */
#fp {
	width: 440px;
	padding: 163px 0 0 60px;
}
.fp-text {
	font-size: 19px;
	line-height: 30px;
	font-style: italic;
	color: #4c4949;
	font-family: Garamond, "Times News Roman", serif;
}
.fp-link {
	height: 75px;
	line-height: 75px;
	font-family: Garamond, "Times News Roman", serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}
.fp-link span {
	float: left;
	color: #332e2f;
	padding-right: 3px;
}
.fp-link a {
	display: block;
	float: left;
	white-space: nowrap;
	color: #b20925;
	background: url(g/fp-arrow-right.png) right 30px no-repeat;
	padding: 0 12px 0 0;
	text-decoration: none;
}
.fp-new {
	border-left: 1px solid #e3a9b2;
	padding: 14px 0 5px 20px;
	width: 370px;
	font-size: 12px;
	line-height: 20px;
}
.fp-new a {
	background: url(g/menu-arrow-2-right.png) 100% 50% no-repeat;
	display: block;
	color: #332e2f;
	padding: 5px 20px 0 0;
}
.fp-new em {
	color: #4c4949;
}
.fp-new h2 {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 20px;
	color: #b20925;
	font-family: Garamond, "Times News Roman", serif;
	font-style: italic;
}

/* Team */
#team-left {
	width: 405px;
	padding: 144px 30px 0 60px;
	float: left;
}
#team-right {
	float: left;
	width: 405px;
	padding-top: 204px;
}
.team-sep {
	height: 50px;
}
.team h2 {
	color: #b20925;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px;
}
.team h3,
.team .member h3 a {
	color: #4c4949;
	font-size: 20px;
	line-height: 70px;
	font-weight: normal;
	margin: 0 0;
	padding: 0;
}
.team .member h3 a.smaller {
	font-size: 16px;
}
.team .member {
	height: 111px;
	background: url(g/team-rings-1.png) 0 0 no-repeat;
	margin-bottom: -11px;
	font-size: 13px;
}
.team .member.right {
	background: url(g/team-rings-2.png) top right no-repeat;
}
.team .member.right h3 {
	text-align: right;
}
.team .member.right .align-right {
	text-align: right;
}
.team .member a {
	color: #665c5d;
	font-size: 11px;
}
.team .member img {
	position: relative;
	left: 181px;
	top: 8px;
}
.team .member.right img {
	left: 125px;
	top: 2px;
}

/* Team members menu */
#member-right .sep {
	font-style: italic;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #262324;
	padding: 20px 0 5px 20px;
}
#member-right {
	float: right;
	clear: right;
	width: 434px;
	padding-top: 140px;
}
#member-right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-right: 59px;
}
#member-right li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dba3ae;
	line-height: 20px;
}
#member-right li.open {
}
#member-right a {
	text-decoration: none;
	background: url(g/bullet2.png) 8px 12px no-repeat;
}
#member-right li a {
	font-size: 13px;
	color: #262223;
	padding: 5px 0 4px 20px;
	text-decoration: none;
	display: block;
	line-height: 20px;
}
#member-right li a em {
	color: #464544;
}
#member-right li a:hover,
#member-right li.open a {
	background: url(g/arrow-left.png) 2px 9px no-repeat;
}
#member-right li.open a {
	cursor: default;
}




/* News */
.news-list {
	float: right;
	clear: right;
	width: 434px;
	padding-top: 10px;
}
.news-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-right: 59px;
}
.news-list li {
	margin: 0;
	padding: 0;
	background: url(g/arrow-left.png) 2px 9px no-repeat;
	border-bottom: 1px solid #dba3ae;
	line-height: 20px;
}
.news-list div a {
	font-size: 20px;
	color: #3c3839;
	line-height: 30px;
}
.news-list a {
	text-decoration: none;
}
.news-list div ul {
	margin-bottom: 10px;
}
.news-list li a {
	font-size: 13px;
	color: #262223;
	padding: 5px 0 4px 20px;
	text-decoration: none;
	display: block;
	line-height: 20px;
}
.news-list li a:hover,
.news-list li a.open {
	color: #bb4d62;
}
.news-list li a.open {
	cursor: default;
}
.news-list li li a:hover {
	text-decoration: underline;
}

/* Quotes */
#content .quote-open {
	background: url(g/quote-open.png) 0 0 no-repeat;
}
#content .quote-close {
	background: url(g/quote-close.png) bottom right no-repeat;
	margin: 0;
}
#content .quote-close p {
	margin: 0;
	padding: 5px 0;
	font-style: italic;
}
#content .quote-logo {
	padding-top: 5px;
	padding-bottom: 20px;
}
#content .quote-name {
	float: right;
	margin-top: -40px;
}

/* Flash placeholder */
#flash,
#flash-eng {
	float: right;
	width: 436px;
	padding-top: 149px;
}
#flash-fontesest,
#flash-fontesest-eng {
	float: right;
	width: 436px;
	padding-top: 91px;
	margin-top: 20px;
}
#flash-organisatsioonile,
#flash-organisatsioonile-eng {
	float: right;
	width: 436px;
	padding-top: 91px;
	margin-top: 10px;
}
#flash-talendile,
#flash-talendile-eng {
	float: right;
	width: 436px;
	padding-top: 91px;
	margin-top: 10px;
}

