html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
  /*overflow: hidden;  hide scrollbars */
}

#top {
  margin: 0px 0px -30px 0px;
  background: url(../images/background_top.png) repeat-x scroll top;
}

#top.home {
	background: url(../images/background_top_home.png) repeat-x;
	background-position: 2px;
}

#top_bak {
	width: 800px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/back1.jpg);
	background-repeat: repeat-x;
}

#top_bak #logo {
	left: 383px;
	top: 10%;
	border: none;
	cursor: pointer;
	padding-top: 35px;
}

#top_bak #contact_tab {
  position: absolute;
  top: 0px;
  left: 53%;
  border: none;
}

#top.home #top_bak #contact_tab {
  display: none;
}

#top > #top_bak > img#logo {
  width: 300px;
  height: 36px;
}

#divider {
	width: 100%;
	height: 5px;
	background-color: #F9F9F9;
}

#bottom {
  background: #f9f9f9 repeat-x top;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  z-index: 0;
}

#bottom #bottom_bak {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  position: relative; /* for z-index */
  z-index: 0;
}

#bottom #bottom_bak_img {
  position: absolute;
  margin: 10px;
}

#tabs {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative; /* for z-index */
  z-index: 1;
  display: none;
}

#tabs ul {
  /*float: right;*/
}

div.content, .our_team_desc {
	position: relative;
	left: 0;
	margin-top: 3em;
	padding: 2px 2px 0px 0px;
	width: 800px;
	/*height: 500px;	overflow-y: auto;*/
	font-family: Verdana, Geneva, sans-serif;
	height: 600;
	font-size: 11.2px;
	color: #000000;
}

#our_team #our_team_pics {
	width: 100%;
	font-size: 11.2px;
	height: 80%;
	color: #000000;
  margin-top: 2em;
}

#our_team .team_pic {
  float: left;
  margin: 10px;
}

#our_team .team_pic:hover {
  cursor: pointer;
}

#our_team #our_team_contact {
  display: none;
  /*margin-bottom: 2em;*/
}

#our_team #contact_pic {
  padding: 0px 10px;
  cursor: pointer;
  border: none;
  position: relative;
}

#our_team .our_team_desc {
	display: none;
	float: left;
	width: 750px;
}

#our_team .our_team_desc > ul > li {
  list-style-image: url(../images/our_team_bullet.png);
}

#mailto {
  outline: none;
}

#partners > div {
	padding: 25px 0px;
  position: left;
  left: 15%;
}

#contact > div {
  height: 150px;
  margin-bottom:110px;
}
#contact > div > div {
  float: left;
  height: 90%;
}
#contact div#contact_left {
  width: 205;
  height: 335;
}
#contact div#contact_info {
	width: 80%;
  	/*margin: 5em 0;*/
}
#contact div#contact_info p {
	margin: 20px 0px;
}

#contact #contact_info > div {
	float: left;
	padding: 4px 6px;
	color: #333333;
	background-color: #FFFFFF;
}

#contact #contact_info > div .op {
  color: orange;
}
#contact #contact_info > div#contact_info_address {
	padding-right: 17px;
	padding-left: 10px;
}
#contact_logo {
	float: left;
	height: 0%;
	width: 160px;
	padding-right: 0px;
	padding-left: 0px;
}
#contact #contact_info img {
	float:;
	border: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.social_network {
  float: left;
  margin: 20px;
}
.social_network a img {
  border: none;
  outline: none;
}


/** All these style rules belong to #about_us; they have to be written with their parent **/

div#about_us > div#serviceOne {
	width: 220px;
	float: left;
  margin-top: 10em;
}

div#about_us > div#serviceTwo {
	float: left;
	margin-left: 20px;
}

div#services > div#serviceOne {
	width: 220px;
	float: left;
}

div#services > div#serviceTwo {
	float: left;
	margin-left: 20px;
}

div#about_us > div#serviceTwo > div#dos > p:nth-last-child(1) {
  color: orange;
  font-weight: bold;
}


#uno p, #dos p{
	text-align: justify;
	line-height: 180%;
}
#uno {
	width: 232px;
	float: left;
	margin-left: 20px;
	font-size: 11.2px;

}
#dos {
	width: 250px;
	float: left;
	margin-left: 20px;
	font-size: 11.2px;
}
.orangeHeader {
	color: #F08B36;
	font-size: 11.2px;
	font-weight: bold;
	text-align: left;

}

#footerNavContainer {
	text-align: center;
}
#footerNav {
	background: #E0E0E0;
	text-align: center;
	width: 800px;
	margin: auto;
	height: 40px;
}
#footerNav > div#footerNav_links > ul {
	float: left;
  margin: 10px 0px 0px 10px;
}
#footerNav > div#footerNav_links > ul li{
	display:inline;
	margin: 0px 8px;
}
#footerNav > div#footerNav_links > ul a {
	color: #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11.2px;
}
#footerNav > div#footerNav_follow_us {
    float: right;
    margin: 0px 6px;
}
#footerNav > div#footerNav_follow_us > a.blogspot_link {
  float: left;
  margin: 15px 0px;
}
#footerNav > div#footerNav_follow_us > a.linkedin_link {
  float: left;
  margin: 10px 0px;
}

#footerNav > div#footerNav_follow_us > a.blogspot_link > img {
  border: none;
}

#footerNav > div#footerNav_follow_us > a.linkedin_link > img {
  border: none;
}

/** fix gap made by embedded flash element in div#home **/
div#home {
  margin-bottom: -2px;
}
#parterns_text {
	float: left;
	height: 150px;
	width: 300px;
	padding-top: 500px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style7 {color: #f9f9f9}
#apDiv1 {
	position:absolute;
	left:207px;
	top:3197px;
	width:205px;
	height:422px;
	z-index:2;
}