* { margin:0;
    padding:0;
}
body { 
	min-width: 1080px;
	overflow: auto;
	background: none repeat scroll 0 0 #F9F9F9;
	
	/* For fonts */
	font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 25px;
    text-decoration: none;
}
a{
	text-decoration: none;
	font-weight: normal;
}
h3{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
h3{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
p{
    font-size: 15px;
    text-align: justify;
	padding-bottom: 30px;
}
.decoration {
    background-color: rgba(0, 0, 0, 0.1);
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: 30px;
}

/**********************************/
/*************** HEADER ***********/
/**********************************/
.header-container{
    height: 118px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0;	
	background: url("../images/home/header_bg.png") repeat-x;
	/*overflow: hidden;*/
}

.logo-container{
	float:right;
}

.esd-logo{
	float:right;
}

.esd-logo img{
}

.esd-name{
	margin-right: 40px;
	float: left;
}
.esd-name img{
}

/**********************************/
/*************** SEARCH ***********/
/**********************************/

.search-container{
	min-width: 1080px; /***/
	height: 90px;
	background-image: url(../images/home/searchcont/bg-searchcont-30.png);
    background-repeat: repeat-x;
	/*overflow: hidden;*/
}
#bread-search-column {
    background-image: url("../images/home/searchcont/separator.png");
    background-position: center 0;
    background-repeat: no-repeat;
    float: left; /***/
    margin-top: 4px;
    width: 960px; /***/
}

#breadcumb {
    color: #aaaaaa;
    float: left;
    font-size: 11px;
    margin: 18px 0 10px 88px;  /***/ /* float: left; margin-left: 90px, margin-top: 25px*/
    width: 588px;
}
.bread-img {
    float: left;
}
.bread-img {
    float: left;
    margin: 1px 3px 0 0;
}
#search-box {
    float: left;
    margin: 1px 0 0 1px;  /***/ /* float: right; margin-right: 80px; margin-top: 10px*/
}
#search {
    float: left;
    margin: 15px;
}
#search .go {
    background: url("../images/home/searchcont/search-icon.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    height: 16px;
    margin: 4px 0 0 -24px;
    position: absolute;
    width: 17px;
}
.bread-txt a{
	text-decoration: none;
	color: #0F0F0F;
}
.bread-txt a:hover{
	text-decoration: none;
	color: #C00F0F;
	font-weight: bold;
}

.search-fieldset {
    border: medium none;
}
fieldset {
    border: 0 none;
}
#s {
    background: url("../images/home/searchcont/bg-search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #adacac;
    font-size: 11px;
    padding: 5px 0 6px 8px;
    width: 173px;
}
.searchcont-inner{
    background-image: url("../images/home/searchcont/bg-searchcont-center-65.png");
    background-position: center 0;
    background-repeat: no-repeat;
    height: 75px;
	left: 160px; /***/
	top: 11.5px;
    /*margin: -88px auto 12px;*/
    position: relative;
    width: 960px; /***/
    z-index: 80;
}
/**********************************/
/******* CONTENT CONTAINER ********/
/**********************************/
#page-contents{
	width: 100%;
	height: 100%;
}
.active-content{
	display: block !important;
}
.inactive-content{
	display: none;
}

.content-container {
	min-width: 960px;
	font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 25px;
    text-decoration: none;
	margin: 0 60px;
	display: none;
    #position: absolute;
}

/**********************************/
/********* CONTENTS - HOME ********/
/**********************************/

.home-sidebar-left{
	width: 65%;
	float: left;
}
.home-sidebar-right{
	float: right;
	width: 30%
}
.home-sidebar-right img{
	width: 100%;
}

/**********************************/
/*********** PROCESS **************/
/**********************************/

.process-description{
	position: relative;
}
.process-sidebar-left{
	float: left;
	width: 55%;
}
.process-sidebar-right{
	float: right;
	width: 40%;
}
/**********************************/
/*********** SOLUTION *************/
/**********************************/
#solutions{
}
.solution-sidebar-left{
	width: 30%;
	float: left;
}
.solution-sidebar-left img{
	width: 100%;
}
.solution-sidebar-right{
	float: right;
	width: 65%;
}
#solutions li{
	list-style: none;
	margin-left: 20px;
	margin-top: 0;
}

/**********************************/
/*********** PRE FOOTER ***********/
/**********************************/
.prefooter-container {
    background-image: url("../images/prefooter/bg-pf-cont-30.png");
    background-repeat: repeat-x;
    height: 30px;
    width: 100%;
}

/**********************************/
/*************** FOOTER ***********/
/**********************************/
.footer-container{
	background-color: #000;
	height: 130px;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	z-index: 20;
	color: #FFF;
}
.footer-container a{	
	text-decoration: none;
	color: #FFF;
}
.footer-container .fa{
	padding-right: 15px;
}
.footer-container li{
	position: relative;
	float: left;
	margin: 20px 40px;
	list-style: none;
}
.copyright-content{
	position: relative;
	width: 100%;
	padding: 0;
	float: left;
}
.copyright-content p{
	text-align: center;
}
/**********************************/
