/*
  disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt { 
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  color: #6d6d6d;
  background-color: #000000;
}
input, select, textarea, option, table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
h1, h2, h3 {
  font-size: 12px;
}

/*
  main layout
*/
.wrapper {
  width: 994px;
  margin: 0 auto;
}

.header {
  padding-top: 98px;
  background: #000000 url(/files/images/header_bg.jpg) no-repeat scroll 237px 98px;
  height: 114px;
}

.side {
  background: transparent url(/files/images/side_bg.gif) no-repeat scroll top right;
  width: 303px;
  float: left;
  margin-top: 53px;
  color: #545454;
  font-size: 9px;
  padding-bottom: 50px;
}

.main {
  width: 617px;
  float: left;
  background-color: #181818;
  padding: 0px 37px;
}

/*
  header
*/

h1 {
  margin-left: 44px;
  width: 193px;
}

h1 a {
  display: block;
  width: 193px;
  height: 114px;
  background: transparent url(/files/images/logo.png) no-repeat scroll top left;
  overflow: hidden;
  text-indent: -1000px;
}

.languages {
  list-style: none;
  float: right;
  margin-top: -58px;
}

.languages li {
  display: inline;
  margin-left: 12px;
}

.languages li a {
  font-size: 9px;
  color: #5a5a5a;
}

.languages li a:hover,
.languages li.act a {
  color: #ffffff;
}

/*
  side
*/

.side .select {
  display: block;
  width: 183px;
  height: 15px;
  color: #808080;
  font-size: 9px;
  padding: 4px 0 0 7px;
  background: transparent url(/files/images/select_bg.gif) no-repeat scroll top left;
  margin-bottom: 14px;
}

.side p a {
  color: #545454;
  text-decoration: underline;
}

.side p a:hover {
  text-decoration: none;
}

.side .office {
  margin-top: 30px;
  color: #9e9e9e;
  font-size: 11px;
}

.side .officeFirst {
  margin-top: 90px;
}

.side .office a {
  color: #d5d5d5;
  text-decoration: underline;
}

.side .office a:hover {
  text-decoration: none;
}

/*
  main
*/

.company {
  border-top: 1px solid #0d0d0d;
  padding: 35px 10px;
}

.companyFirst {
  border-top: none;
}

.companyLogo {
  margin-right: 40px;
}

.companyName {
  display: block;
  color: #c8c8c8;
  font-size: 13px;
  font-weight: bold;
}

.companyActivity {
  display: block;
  color: #6d6d6d;
  font-size: 16px;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: 14px;
}

.company p {
  margin-bottom: 14px;
  width: 100%;
}

.companyLink {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}

.links {
  border-top: 1px solid #0d0d0d;
  padding: 35px 10px;
  font-size: 11px;
  color: #343434;
}

.links a {
  color: #343434;
  padding: 1px 5px;
}

.links a:hover {
  color: #ffffff;
  background-color: #be1212;
}

/*
  popup
*/

.popup {
  width: 885px;
  background-color: #272727;
  border: 4px solid #333333;
  position: absolute;
  top: 265px;
  left: 50%;
  margin-left: -498px;
}

.popup .col {
  width: 275px;
  float: left;
  padding-left: 20px;
}

.popup .headline {
  display: block;
  font-size: 14px;
  color: #e60303;
  font-weight: bold;
  margin-top: 20px;
}

.popup ul {
  list-style: none;
}

.popup ul li a {
  color: #b8b8b8;
  line-height: 18px;
}

.popup ul li a:hover {
  text-decoration: underline;
}

.popup .clear {
  padding-top: 20px;
}

/*
  common elements
*/

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
}

.icon {
	display:block;
	float:left;
	width:30px;
	height:30px;
	margin-right:10px;
}

.facebook {
	background:url('/files/images/facebook_off.gif') no-repeat;
}

.facebook:hover {
	background:url('/files/images/facebook_on.gif') no-repeat;
}

.twitter {
	background:url('/files/images/twitter_off.gif') no-repeat;
}

.twitter:hover {
	background:url('/files/images/twitter_on.gif') no-repeat;
}

.youtube {
	background:url('/files/images/youtube_off.gif') no-repeat;
}

.youtube:hover {
	background:url('/files/images/youtube_on.gif') no-repeat;
}