@charset "utf-8";

/* CSS Document */


/*******************************************************************************
*************************   web site    ****************************************
*******************************************************************************/
* :focus { outline: 0; }

body  {
	font-size:12px;
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #839BAF url(../images/www/4bg.jpg) repeat;
}
hr {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.bottom-bg {
	width:100%;
	height:70px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:1;
	background-image: url(../images/www/bgbody2.png);
	background-position: center top;
	text-align: center;
}

.bottom-bg h4 {
	width:120px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:1;
	text-align: center;
	margin: 20px 0 20px 40px;
	display: block;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 9px;
}


#content {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
ul li{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#emf-form {
	width: 400px;
	padding: 5px;
	margin: 20px auto 20px auto;
}



/* Link */
a {
	color:#CCC;
	text-decoration:none;
	border: 0px;
}
img {
	border-style: none;
}
h2 {
	line-height: 30px;
	margin: 0 0 0 50px;
}
.form {
	color: #FFF;
	float: right;
	background-color: #333;
	font-size: 20px;
	margin: 50px;
}

h1 {
	margin: 20px;
	display: block;
	padding: 20px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
	font-weight: normal;
}

h5 {
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 40px;
}
.tagnav {
	margin: 0;
	width:30px;
	float:left;
	}
.top-bg {
	width:100%;
	height:80px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1;
	background-image: url(../images/www/bgbody.png);
	background-position: center bottom;
}
.top-bg2 {
	width:100%;
	height:500px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:2;
	background-image: url(../images/bg/sfere.jpg);
	background-position: center top;
}
.fixed-column2 {
	position:fixed;
	width:60px;
	z-index:100;
	text-align:center;
	margin: 0 0 0 5px;
	height: 700px;
	text-decoration: none;
	list-style: none;
}
.listnumbertest {
	list-style-type: none;
	height: 30px;
	width: 40px;
	margin: 3px 5px 5px;
	font-size: 25px;
	line-height: 25px;
	padding: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


ul li a img  {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	-moz-border-radius: 3px;
}
ul li a p {
	margin: 0 auto;
	text-align: center;
	width: 133px;
	padding: 10px 10px 0px 10px;
	font-size: 11px;
}
.portfolio {
	padding: 10px;
	margin: 80px 0 0 0;
}

.fixed-column {
	position:fixed;
	width:200px;
	z-index:100;
	text-align:center;
	margin: 100px 0 0 0;
	height: 700px;
}
#nav {
	list-style-type:none;
	display: block;
	height: 500px;
	width: 160px;
	margin: 0 auto;
	padding: 10px 0 0 10px;
}
/*************************************************
/*navigation*/
/*************************************************/
#nav2 {
	list-style-type:none;
	height: 13000px;
	width: 20px;
	margin: 0 0 0 220px;
	float: left;
}



ul#nav li a {
	height: 10px;
	display:block;
	width: 120px;
	margin: 5px 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 0 15px 0;
}



ul#nav li a:hover {
	height: 24px;
	text-decoration:none;
	width: 130px;
	margin: 10px 0px;
	background-image: 		url(../images/www/bgli.png);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-color: #628097;
}
.columnright ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.columnright ul li {
	margin: 5px;
	padding: 5px;
	list-style-type: none;
}

ul#nav li a:active {
	height: 24px;
	text-decoration:none;
	width: 130px;
	margin: 10px 0px;
	background-image: 		url(../images/www/bgli-active.png);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-color: #333;
}

.fixed-column #nav li a img {
	padding: 0px;
	margin: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#column {
	width: 650px;
	float: right;
	z-index: 50;
}
#spacer {
	height: 400px;
	clear: both;
}
.spacer {
	clear: both;
	width: 500px;
}

.pcontact h2 {
	font-size: 18px;
	line-height: 25px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}
.ppress {
	margin: 110px 0 0 0;
	height: 1400px;
	background-repeat: no-repeat;
	background-position: center top;
}

.pcontact {
	height: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/www/bgall.png);
	margin: 110px 0 0 0;
}
.pabout {
	height: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 110px 0 0 0;
}

.phome {
	height: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 110px 0 0 0;
}
.pindustrial {
	height: 2000px;
	margin: 110px 0 0 0;
}


.pindustrial ul {
	list-style: none;
}

.pindustrial ul li a:link {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li.png);
}
.pindustrial ul li a:visited {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-active.png);
}

.pindustrial ul li a:hover {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-hover.png);
}
.pindustrial ul li a:active {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-active.png);
}

.pgraphic {
	margin: 110px 0 0 0;
	height: 2000px;
}
.pgraphic ul {
	list-style: none;
}

.pgraphic ul li a:link {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li.png);
}
#pgraphiclist ul {
	padding-top: 20px;
	padding-bottom: 10px;
}

#pgraphiclist {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/graphic-bg-li-link.jpg);
}

.pgraphic ul li a:visited {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-active.png);
}

.pgraphic ul li a:hover {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-hover.png);
}

.pgraphic ul li a:active {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-active.png);
}
.pweb {
	margin: 110px 0 0 0;
	height: 2000px;
}
.pweb ul {
	list-style: none;
}

.pweb ul li a:link {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li.png);
}
.pweb ul li a:visited {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-active.png);
}

.pweb ul li a:hover {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-hover.png);
}

.pweb ul li a:active {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-active.png);
}
.pui {
	margin: 110px 0 0 0;
	height: 820px;
}
.pui ul {
	list-style: none;
}

.pui ul li a:link {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li.png);
}
.pui ul li a:visited {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-active.png);
}

.pui ul li a:hover {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-hover.png);
}

.pui ul li a:active {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-active.png);
}
.pconcept {
	margin: 110px 0 0 0;
	height: 820px;
}

.pconcept ul {
	list-style: none;
}

.pconcept ul li a:link {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li.png);
}
.pconcept ul li a:visited {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-active.png);
}

.pconcept ul li a:hover {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-hover.png);
}

.pconcept ul li a:active {
	margin: 5px;
	height: 230px;
	width: 160px;
	float: left;
	padding: 10px;
	background-image: url(../images/www/li-active.png);
}
#hidden {
	clear: both;
	width: 800px;
	float: right;
}
.columnleft {
	width: 380px;
	float: left;
	margin: 10px 20px 40px 50px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.columnleft ul li {
	background-color: #748EA5;
	display: block;
	padding: 10px;
	list-style-type: none;
	font-size: 15px;
	text-align: left;
	margin: 10px;
}
.columnleft ul {
	margin: 0;
	padding: 0;
}


.columnright {
	float: right;
	margin: 30px 20px 30px 0;
	width: 150px;
	text-align: right;
}
.barra {
	text-align: left;
	padding: 30px;
	clear: both;
	margin: 100px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #333;
}
.barra ul li {
	font-size: 14px;
	line-height: 25px;
	text-indent: -10px;
	letter-spacing: normal;
	font-style: italic;
	padding: 0 0 0 40px;
}
.barra ul {
	margin: 0px;
	padding: 0px;
}

#tagnav {
	float: left;
	width: 30px;
	margin: 0;
}

.columnright p {
	font-size: 12px;
	text-indent: 30px;
	padding-left: 20px;
	line-height: 20px;
}
#hidden {
	display: none;
}
.arrows {
	margin: 0;
	padding: 0;
	list-style: none;
}
.arrows li a {
}



.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

