#head {
	height: 90px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(media/LOGO-DATACOM.jpg);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
#head #language {
	text-align: right;
	padding-top: 20px;
}
#head #search {
	text-align: right;
	height: 35px;
	margin-top: 5px;
}


#head #language a {
	text-decoration: none;
	margin-right: 5px;
}

#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	min-height: 500px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#main_menu {
	position: relative;
}
#main_ads {
	height: 300px;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	background-image: url(media/AD-Web.jpg);
	background-repeat: no-repeat;
}
#main_content {
	margin: 10px;
	position: inherit;
}
#left_content {
	width: 620px;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left_content_contact {
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 600px;
}

#right_content {
	width: 240px;
	margin-left: 635px;
	min-height: 1700px;
	padding-top: 30px;
}
#right_content img {
	margin-bottom: 20px;
}

#right_content #ads {
	border: 1px solid #999;
	height: 200px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(media/ads.jpg);
	background-repeat: no-repeat;
}

p span {
	text-align: right;
	display: block;
	float: right;
}





#border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 39px;
	padding-right: 38px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.margin10 {
	margin-right: 10px;
	margin-left: 10px;
}
#vacancy ul li {
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 5px;
}


#footer {
	width: 900px;
	margin-top: 15px;
	background-color: #333;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 250px;
	padding-top: 15px;
}

#footer #first_footer {
	height: 250px;
	width: 200px;
	position: absolute;
	float: left;
}
#footer #second_footer {
	height: 250px;
	width: 700px;
	position: relative;
	margin-left: 200px;
}
#second_footer #second_footer_content {
	float: left;
	height: 250px;
	width: 200px;
	position: absolute;
}


#footer #third_footer {
	margin-left: 200px;
	height: 250px;
	width: 200px;
	position: relative;
}

#footer ul {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}
#footer li {
	color: #666;
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	text-transform: capitalize;
}
#copyright {
	font-size: 10px;
	color: #FFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}


/*----- making taps -----*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1em;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	font-size: 1em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/*----- end making taps -----*/
.tab_container img {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 40px;
}

