
/* temporary */

#content p img {
	max-width: 99%;
}

/* common */

body {
	font-size: 12px;
	background: #fff; /* url(../img/bg_body.png) repeat-y 50% 0; */
	color: #333;
}

p {
	line-height: 1.7em;
	padding-bottom: 1.2em;
}

a { text-decoration: none; color: #617900; }
a:hover { color: #086CFF; }
a:active { color: #CEFF09; }

dir.press {
	position: relative;
	width: 90%;
	margin: 15px 10px;
	padding: 10px 15px;
	line-height: 1.7em;
	-moz-border-radius: 0 0 10px 10px;
	border: 1px solid;
	border-color: #ddd #eee #eee #eee;
	background: #ECFF9D url(../img/alert-overlay-white2.png) repeat-x 0 0;
}
dir.press .presstitle {
	float: left;
	margin-top: -11px;
	margin-right: 10px;
	padding: 1px 15px 3px 15px;
	-moz-border-radius: 0 0 5px 5px;
	border: 1px solid #fff;
	border-top: 2px solid #444;
	background: #3C3C3C url(../img/alert-overlay.png) repeat-x 0 0;
	color: #fff;
	font-weight: bold;
}

.mockup {
	border: 1px solid red !important;
}

/* file icon */

.icon16 {
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
}
.icon16.pdf { background-image: url(../img/icon_pdf.gif); }
.icon16.ppt { background-image: url(../img/icon_ppt.gif); }
.icon16.display { background-image: url(../img/icon_display.gif); }

/* layout */

#topheader {
	position: relative;
	margin: 20px auto 0 auto;
	width: 900px;
	height: 40px;
}

#breadcrumb {
	position: relative;
	top: -1px;
	margin: 0;
	width: 100%;
	height: 41px;
	background-image: url(../img/bg_breadcrumb.jpg);
	background-repeat: repeat-x;
}

#content {
	position: relative;
	margin: 20px auto 50px auto;
	padding-right: 30px;
	width: 550px;
}

#bottom {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	font-size: 10px;
	line-height: 2.5em;
	background: #333;
	color: #777;
	text-align: center;
}
body > #bottom {
	position: fixed;
}

/* topheader */

#content h2 {
	letter-spacing: 1px;
	font-size: 2em;
	font-family: Sans-serif, Lucida Sans, georgia;
	font-weight: normal;
	line-height: 1.7em;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.7em;
	border-bottom: 1px solid silver;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
#content h4 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.7em;
}
#content p {
	line-height: 1.7em;
}
#content li {
	line-height: 1.7em;
	list-style: square;
	margin-left: 20px;
}

#toplogo {
	display: block;
	float: left;
	margin-right: 20px;
	width: 123px;
	height: 37px;
}
#toplogo a {
	background-image: url(../img/logo_transtep.png);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	padding-top: 37px;
	width: 123px;
}

#topheader .nav {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
}
#topheader .nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topheader .nav li a {
	background-image: url(../img/topmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	overflow: hidden;
	padding-top: 40px;
	height: 0;
}
#topheader .nav li#tn-about a { background-position: 0 0; width: 110px; }
#topheader .nav li#tn-product a { background-position: -110px 0; width: 84px; }
#topheader .nav li#tn-case a { background-position: -194px 0; width: 160px; }
#topheader .nav li#tn-contact a { background-position: -354px 0; width: 84px; }
#topheader .nav li#tn-support a { background-position: -438px 0; width: 125px; }
#topheader .nav li#tn-edu a { background-position: -563px 0; width: 85px; }
#topheader .nav li#tn-download a { background-position: -648px 0; width: 84px; }

#breadcrumb .nav {
	margin: 0 auto;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
}
#breadcrumb .nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#breadcrumb .nav li a {
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
	padding-top: 41px;
	margin-left: 1px;
	height: 0;
}

#breadcrumb .nav.about { width: 563px; }
#breadcrumb .nav li#bc-business a { background-position: 0 0; width: 89px; }
#breadcrumb .nav li#bc-since a { background-position: -89px 0; width: 89px; }
#breadcrumb .nav li#bc-partner a { background-position: -178px 0; width: 89px; }
#breadcrumb .nav li#bc-award a { background-position: -267px 0; width: 89px; }
#breadcrumb .nav li#bc-history a { background-position: -356px 0; width: 89px; }
#breadcrumb .nav li#bc-energy a { background-position: -445px 0; width: 118px; }

#breadcrumb .nav.product { width: 601px; }
#breadcrumb .nav li#bc-client a { background-position: 0 0; width: 126px; }
#breadcrumb .nav li#bc-server a { background-position: -126px 0; width: 213px; }
#breadcrumb .nav li#bc-turnkey a { background-position: -339px 0; width: 78px; }
#breadcrumb .nav li#bc-project a { background-position: -417px 0; width: 102px; }
#breadcrumb .nav li#bc-download a { background-position: -519px 0; width: 77px; }

/* table: feature */

.feature {}
.feature table {}
.feature th {
	text-align: left;
	white-space: nowrap;
	color: #000;
}
.feature td {
	color: #555;
}
.feature th,
.feature td {
	vertical-align: top;
	padding: 3px 10px 4px 10px;
	line-height: 1.5em;
}
.feature thead th,
.feature thead td {
	line-height: 2em;
	background: #aaa url(../img/alert-overlay.png) repeat-x 0 0;
	color: black;
}

/* table: picture with note */

.picnote {
	width: 99%;
}
.picnote th,
.picnote td {
	vertical-align: top;
	padding-bottom: 10px;
}
.picnote th {
	width: 200px;
}
.picnote td {
	line-height: 1.5em;
}
.picnote td div {
	width: 75%;
	margin-top: 15px;
	margin-left: 10px;
	background: #C4E1BB;
	background: #E2F1DE;
	padding: 7px 15px 10px 15px;
	-moz-border-radius: 0 20px 20px 20px;
}
.picnote th img {
	border: 2px solid transparent;
	padding: 1px;
}
.picnote a:hover img {
	border-color: #B5E100;
	border-color: #333;
	border-color: #028DFF;
}

/* slider */

#slider {
	position: relative;
	width: 700px;
	margin: 0 auto 0 -20px;;
}
.scroll {
	width: 720px;
	height: 500px;
	overflow: hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}
.scrollContainer {
}
.scrollContainer div.panel {
	padding: 20px;
	height: 210px;
	width: 580px; /* change to 560px if not using JS to remove rh.scroll */
	width: 680px;
}
.panelcontent {
	width: 660px;
	padding-right: 20px;
	height: 420px;
	overflow: auto;
	overflow-x: hidden;
}

.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -20px;
}
.scrollButtons.right {
	right: -40px;
}
#slider img.left,
#slider img.right {
	cursor: pointer;
}

#slider .navigation {}
#slider .navigation li {
	list-style: none;
	display: inline;
}

.casetitle {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.7em;
	border-bottom: 1px solid silver;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.edumenu {
	position: absolute;
	left: 0;
	width: 211px;
	height: 429px;
	background: url(../img/bg_edumenu.jpg) no-repeat 0 -400px;
}
.edumenu ul {
	margin-top: 33px;
	margin-right: 20px;
}
.edumenu li {
	list-style: none !important;
	white-space: nowrap;
	text-align: right;
	line-height: 40px;
	height: 40px;
	font-size: 1.2em;
	color: #777;
	cursor: pointer;
}
.edumenu li.active {
	color: black;
	font-weight: bold;
}




/* 3rd party */

.awesome, .awesome:visited {
	background: #222 url(../img/alert-overlay.png) repeat-x;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover { background-color: #111; color: #fff; }
.awesome:active { top: 1px; }
.small.awesome, .small.awesome:visited { font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited { font-size: 14px; padding: 8px 14px 9px; }
.green.awesome, .green.awesome:visited { background-color: #91bd09; }
.green.awesome:hover { background-color: #749a02; }
.blue.awesome, .blue.awesome:visited { background-color: #2daebf; }
.blue.awesome:hover { background-color: #007d9a; }
.red.awesome, .red.awesome:visited { background-color: #e33100; background-color: #f00; }
.red.awesome:hover { background-color: #d00; }
.magenta.awesome, .magenta.awesome:visited { background-color: #a9014b; }
.magenta.awesome:hover { background-color: #630030; }
.orange.awesome, .orange.awesome:visited { background-color: #ff5c00; }
.orange.awesome:hover { background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited { background-color: #ffb515; }
.yellow.awesome:hover { background-color: #fc9200; }

input.awesome { border: 0 none transparent; padding: 3px 8px; }
