﻿body {
	margin: 0;
	padding: 0;
	font: normal 16px 'Trebuchet MS', sans-serif;
}

p{
	text-indent: 25px;
}

a {
	background: inherit;
	color: #06f;
}

a {
     background: inherit;
     color: #fd9510;
}

h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #777;
}

h3 {
	font-size: 1.2em;
}

ul {
	margin: 10px 30px;
	padding: 0 15px;
}
ul span{
	color: #333;
}

form {
	width:500px;
	height:500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	border: 1px solid #ddd; 
	background-color: #FAFAFA; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding: 2px;
	border:1px solid #ddd;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	vertical-align: middle;
}

textarea {
	width:450px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #ddd;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	margin: 10px 0 10px 0; 
	font: bold 13px "Trebuchet MS", Tahoma, sans-serif; 
	border: 1px solid #CCC;
	background: #EEE; 
	padding: 2px 3px; 
	color: #333;     
}

#header {
	width: 100%;
	height: 150px;
	background-color: #747474;
}

#header-content #logo {
	position: absolute;	
	font: bold 50px 'Trebuchet Ms', sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 15px 0 0 50px;
	padding: 0;
	top: 0;
	left: 0px;
}

#header-content #slogan {
	position: absolute;	
	font: bold 20px 'Trebuchet Ms', sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 15px 0 0 50px;
	padding: 0;
	top: 60px;
	left: 40px;
}

#header-content #tel {
	position: absolute;	
	font: bold 14px 'Trebuchet Ms', sans-serif;
	color: #FFF;
	margin: 20px 0 0 45%;
	padding: 0;
	top: 0;
	left: 0;
}

#header-content ul {
	position: absolute;
	right: 20%;
	top: 20px;
	font: bolder 16px 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 5px 12px;	
	color: #FFF;
	background-color: #888;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #aaa;
	color: #FFF;
}
#header-content li a#current  {
	background: #aaa;
	color: #FFF;
}

.tech {
	margin:5px 0 0 -15%;
	width: 85px;
	height: 85px;
	padding: 0; 
	background: #FFF url('../images/logo.png') no-repeat left;	
}

#main {
	width: 100%;
	margin: 0 0 20px 0;
	background: url('../images/main.jpg') repeat-x top;
}

#main h1 {
	padding: 20px 0 5px 5px;
	margin: 0 auto;
	border-bottom: 1px solid #000; 	
}

#container {
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
	font-family: arial;
	font-size: 0.9em;
}

#content {
	margin: 0 160px 10px 165px;
	border-right: 1px solid #ccc; 
	padding: 0 20px 0 0;
	line-height: 1.6em;
	color: #666;
	font-size: 0.9em;
}

#content p {
	padding-bottom: 5px;
	text-align: justify;
}

h1 {
	margin-top: 0px;
	color: #fd9510;
	letter-spacing: -2px;
	font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #666;
	letter-spacing: -1px;
	font-size: 1.3em; font-weight: 400;
	font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
}

#footer {
	clear: both;
	padding: 20px 10px 20px 10px;
	background-color: #747474;
	color:white;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;	
	border-top: 1px solid #eaeaea;

}

img.img{
	float: right; 
	padding: 0 10px 0 5px;
	border: none;
}

img.logo{
	float: left; 
	padding: 0;
	margin: 20px 0 0 40px; 
	border: none;
}

.orange{
	color: #fd9510;
}
/* dock - top */

img {
	border: none;
}

.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	padding-top:30px;
	margin-left:550px;

}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: white;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	padding-left: 20px;
}

