body {
	padding-bottom: 40px;
}

hr {
	margin: 0px 0px;
}

label {
	display: inline;
}

.blue {
	color: #03134B;
}

.green {
	color: #318E00;
}

.header {
	height: 100px;
	background: url(../img/logo-econsit.jpg) right top no-repeat;
}

.main {
	background: url(../img/bg/java.png) left center no-repeat;
}

.hero-unit {
	height: 350px;
	border: 1px solid #e6e6e6;
	padding: 12px;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	position: relative;
}

.nav {
	padding-top: 70px;
}

.nav ul {
	list-style: none;
	margin: 0px;
}

.nav li {
	display: inline-block;
}
.nav a {
	padding: 5px 15px!important;
}

.nav-content {
	float: right;
	width: 500px;
}

.width-1 {
	width: 90px!important;
}
.width-2 {
	width: 250px!important;
}
.width-3 {
	width: 265px!important;
}
#content-contact input, #content-contact textarea{
width:250px!important;
}