body, html {
	background: url('http://www.dendrocom.com/_/img/background.png') #eaeaea;
	min-height: 110%;
	
	margin: 0;
	padding: 0;
}
body {
	padding-bottom: 300px;
}

#HEADER {
	background: url('http://www.dendrocom.com/_/img/header.png') repeat-x;
	height: 130px;
}

#HEADERLOGO {
	position: absolute;
	top: 0;
	left: 0;
}

#HEADERCONTACT {
	position: absolute;
	top: 0;
	right: 0;
}

#HEADERTITLE {
	height: 70px;
}
#HEADERTITLE h1 {
	display: none;
}

/*******************************************************************************************************************************/
/*** LAYOUT ********************************************************************************************************************/
/*******************************************************************************************************************************/

#COLUMN {
	position: relative;
	width: 700px;
	z-index: 100;
	padding-bottom: 80px;
}

#BIGIMAGE {
	position: absolute;
	left: 0;
	z-index: 0;
}
#BIGIMAGE.BIGIMAGEIPHONE {
	top: 75px;
	left: 49px;
}
#BIGIMAGE.BIGIMAGEIPAD {
	top: 95px;
	left: 10px;
}
#BIGIMAGE.BIGIMAGEIMAC {
	left: 25px;
	top: 80px;
}

/* obsolete */
#SCREENSHOTTHUMBS {
	position: absolute;
	left: 0;
	top: 480px;
	width: 285px;
	z-index: 500;
}
.SCREENSHOTIPHONE {
	position: absolute;
	left: 36px;
	top: 53px;
	z-index: 5;
}
.SCREENSHOTIPADVERT {
	position: absolute;
	left: 0px;
	top: 95px;
	z-index: 5;
}
.SCREENSHOTIPADHORZ {
	position: absolute;
	left: 0px;
	top: 236px;
	z-index: 5;
}
.SCREENSHOTIMAC {
	position: absolute;
	left: 0;
	top: 190px;
	z-index: 5;
}


#SCREENSHOT_TAPAREA {
	position: absolute;
	left: 0;
	top: 50px;
	width: 290px;
	height: 500px;
	z-index: 499;
	text-decoration: none;
}
#SCREENSHOT_THUMB {
	position: absolute;
	left: 100px;
	top: 430px;
	z-index: 500;
	padding: 30px;
}
#SCREENSHOT_BUTTON {
	position: absolute;
	left: 125px;
	top: 540px;
	z-index: 501;
}
#SCREENSHOT_BACKGROUND {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	z-index: 9990;
	background: #000;
	opacity: 0.9;
}
#SCREENSHOT {
	position: absolute;
	left: -288px;
	top: 110px;
	width: 576px;
	height: 658px;
	z-index: 9998;
	margin-left: 50%;
}
#SCREENSHOT_PREV {
	display: block;
	position: absolute;
	left: -310px;
	top: 110px;
	width: 288px;
	height: 658px;
	z-index: 9999;
	margin-left: 50%;
	background: url('http://www.dendrocom.com/_/scr2/btn-prev.png') 0% 50% no-repeat;
	text-decoration: none;
	border: none;
}
#SCREENSHOT_NEXT {
	display: block;
	position: absolute;
	right: -310px;
	top: 110px;
	width: 288px;
	height: 658px;
	z-index: 9999;
	margin-right: 50%;
	background: url('http://www.dendrocom.com/_/scr2/btn-next.png') 100% 50% no-repeat;
	text-decoration: none;
	border: none;
}

.PANE {
	position: relative;
	z-index: 100;
}

.CONTENTS {
	width: 400px;
	
	background: #fff;
	background: url('http://www.dendrocom.com/_/img/contents-top.png') top left no-repeat,
	            url('http://www.dendrocom.com/_/img/contents-bottom.png') bottom left no-repeat,
	            #fff;
	            
	padding: 20px 0 10px 0;
}
.CONTENTS2 {
	min-height: 475px;
}

.CONTENTSLARGE {
	width: 700px;
	background: #fff;
	background: url('http://www.dendrocom.com/_/img/contentslarge-top.png') top left no-repeat,
	            url('http://www.dendrocom.com/_/img/contentslarge-bottom.png') bottom left no-repeat,
	            #fff;
	            
	padding: 20px 0 10px 0;
}
.CONTENTSLARGE FORM {
	margin: 0;
	padding: 0 0 6px 0;
}

.PANETITLE {
	width: 400px;
	background: url('http://www.dendrocom.com/_/img/section-top.png') 50% 0% no-repeat,
	            url('http://www.dendrocom.com/_/img/section-bottom.png') 50% 100% no-repeat;
}
.PANETITLE.first {
	background: url('http://www.dendrocom.com/_/img/section-bottom.png') 50% 100% no-repeat;
}
.PANEEND {
	width: 400px;
	height: 7px;
	background: url('http://www.dendrocom.com/_/img/section-top.png') 50% 0% no-repeat;
}
.PANE H2.closearrow {
	background: url('http://www.dendrocom.com/_/img/section-arrow.png') 90% 50% no-repeat;
}

/*******************************************************************************************************************************/
/*** CONTENTS ******************************************************************************************************************/
/*******************************************************************************************************************************/

H2 {
	font-family:Myriad Pro,Myriad,Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}
H2 A, H2 SPAN {
	color: #777;
	text-decoration: none;
	border: none;
	display: block;
	padding: 13px 0 11px 0;
}

.BIGTEXT {
	color: #000;
	font-family:Myriad Pro,Myriad,Helvetica,Arial,sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
}
.BIGTEXT P {
	margin: 0 20px;
	padding: 0 0 14px 0;
}

.TEXT {
	color: #333;
	font-family:Myriad Pro,Myriad,Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
}
.TEXT P {
	margin: 0 20px;
	padding: 0 0 14px 0;
}
.TEXT H3 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 19px;
	margin: 0 20px;
	padding: 0 0 14px 0;
}
.TEXT H3:not(:first-child) {
	margin-top: 20px;
}
.TEXT MENU {
	list-style: disc outside;
	list-style: none;
	margin: 0;
	padding: 0 0 9px 0;
}
.TEXT MENU LI {
	list-style: disc outside;
	list-style: none;
	margin: 0 20px 0 20px;
	padding: 0 0 5px 0;
}
.TEXT UL {
	list-style: disc outside;
	margin: 0;
	padding: 0;
}
.TEXT UL LI {
	list-style: disc outside;
	margin: 0 20px 0 40px;
	padding: 0 0 14px 0;
}
.TEXT TT {
	color: #666;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.BIGTEXT A, .TEXT A {
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #f6f;
}

A.downloadlink {
	color: #888;
	text-decoration: none;
	border: none;
}
A.downloadlink:hover {
	text-decoration: underline;
}
A.downloadlink:active {
	color: #000;
}

/*******************************************************************************************************************************/
/*** CONTACT FORM **************************************************************************************************************/
/*******************************************************************************************************************************/

FORM {
	margin: 0;
	padding: 0;
}
FORM TD {
	text-align: right;
}
INPUT, TEXTAREA, SELECT {
	font-family:Myriad Pro,Myriad,Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
}

.textinput {
	background: #fff;
	color: #000;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	padding: 10px 6px 2px 6px;
}
textarea.textinput {
	padding-left: 0;
	padding-right: 0;
}

/*******************************************************************************************************************************/
/*** HOME PAGE *****************************************************************************************************************/
/*******************************************************************************************************************************/

.shelf_left {
	width: 180px;
	background: url('http://www.dendrocom.com/_/img/home-shelf-left.png') no-repeat;
	background-position: 0 100px;
}

.shelf_item {
	background: url('http://www.dendrocom.com/_/img/home-shelf-background.png') repeat-x;
	background-position: 0 100px;
	text-align: center;
}

.shelf_right {
	width: 180px;
	background: url('http://www.dendrocom.com/_/img/home-shelf-right.png') no-repeat;
	background-position: 0 100px;
}

.shelf_label {
	padding: 20px 0 0 0;
}
.shelf_label a {
	color: #fff;
	background: #ccc;
	font-family:Myriad Pro,Myriad,Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 8px;
	margin: 0;
	padding: 3px 6px 2px 6px;
}
.shelf_label a:hover, .shelf_label a.hover {
	background: #666;
	-webkit-box-shadow: 0 1px 3px #aaa;
}

.home_row_spacer {
	height: 60px;
}

#LANG {
	position: absolute;
	/*
	top: 42px;
	left: 55%;
	*/
	top: 29px;
	right: 84px;
	z-index: 1000;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px #555;
}
#LANG A {
	color: #fff;
	background: #999;
	opacity: 0.8;
	font-family:Myriad Pro,Myriad,Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 8px;
	margin: 0;
	padding: 3px 9px 2px 0;
}
#LANG A.first { -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; padding-left: 9px; }
#LANG A.last { -webkit-border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; }
#LANG a:hover {
	text-decoration: underline;
}
#LANG a.selected {
	font-weight: bold;
	text-shadow: 0 0 2px #cc9;
}


