/* DEFAULTS! */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
    border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* -> body */
html,body {
    height: 100%;
    min-height: 100%;
}
body {
	font: normal 80% Arial;
	color: #000;
	line-height: 1.2;
	background-color: #fff;
}
.body {	}

/* -> tables, cols and rows */
table {
	border-collapse: separate;
	font-size: inherit;
}
caption, th, td { font-size: inherit; }

/* -> anchors and images in anchors */
a, a h2 { color: #222; text-decoration: underline; }
a:hover, a:hover h2 { color: #016331; text-decoration: none; }
a img {	border: none; }

/* -> other */
strong { font-weight: bold; }
li { margin-left: 2em; }
input {
  border: 1px solid #666;
  background-color: #fff;
}
input.submit {
  height: 20px;
  width: 30px;
  cursor: pointer;
}
/* END OF DEFAULTS! */










/* Random styles */
#lang { float: left; }

#error {
  margin: 30px 0 0 0;
  color: #f00;
}

#navigation { text-align: right; }

#content ul { list-style: disc inside none; }
#content ol { list-style: decimal inside none; }
/* End of Random styles */










/* Main */
table.main {
  width: 100%;
  height: 100%;
  background-color: #7f7f7f;
}



/* Main -> container */
td.container {
  width: 870px;
  vertical-align: top;
  background-color: #fff;
}
td.borders { width: 35px; }
td.bottom {
  padding-bottom: 10px;
  background-color: #fff;
  vertical-align: bottom;
}



/* Main -> Container -> header, footer */
#header, #footer {
  margin: 0 -35px 0 -35px;
  position: relative;
}

#header {
  height: 148px;
  background: #fc0 url('/images/bg_header.jpg') no-repeat right top;
}
#header div#logo {
  padding-top: 25px;
  margin: 0 130px 0 35px;
}

#footer {
  height: 13px;
  padding: 0.3em 0;
  background-color: #fc0;
  text-align: center;
  font-size: 95%;
}



/* Main -> Container -> topmenu */
#topmenu {
  position: relative;
  top: 0px;
  display: block;
  text-align: right;
  padding: 5px 0;
  margin-top: 0px;
}

#topmenu li {
  display: inline;
  margin: 0;
}

#topmenu a {
  position: relative;
  padding: 5px 15px;
  color: #d9e8e0;
  white-space: nowrap;
  text-decoration: none;
  background-color: #7f7f7f;
}
#topmenu a:hover {
  text-decoration: underline;
  background-color: #8f8f8f;
}
#topmenu a.active {
  color: #fff;
  background-color: #8f8f8f;
}

#topmenu #lang li {
  margin-left: 15px;
  font-size: 80%;
  color: #016331;
  text-transform: uppercase;
}
#topmenu #lang a {
  padding: 0;
  color: #000;
  background: none;
  text-decoration: underline;
}
#topmenu #lang a:hover {
  color: #016331;
  text-decoration: none;
}



/* Main -> Container -> content */
table.content {
  width: 100%;
  margin: 10px 0 10px 0;
}

#title { text-align: right; }
#title h1 {
  font: normal 100% Tahoma;
  color: #016331;
}

td.leftmenu {
  width: 30%;
  padding: 0;
  vertical-align: top;
}

td.center {
  padding: 0 20px 10px 20px;
  vertical-align: top;
}



/* Main -> Container -> Content -> leftmenu */
#leftmenu { border-right: 1px solid #7f7f7f; }
#leftmenu ul { list-style: none outside none; }
#leftmenu li { margin-left: 15px; }
#leftmenu li.active {
  margin: 0 3px 0 0;
  padding-bottom: 5px;
  color: #d9e8e0;
}

#leftmenu a, #leftmenu span {
  padding: 6px 0;
  display: block;
  font: normal 100% Tahoma;
}

#leftmenu a { color: #016331; }
#leftmenu a:hover { color: #fc0; }
#leftmenu a.active {
  font-weight: bold;
  text-decoration: none;
}

#leftmenu span {
  padding-left: 5px;
  font-size: 110%;
  background-color: #7f7f7f;
}










/* Ex-file's styles */

/* News */
.news {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #cfcfcf;
}

.news h1 {
  font: normal 140% Arial;
  color: #222;
}

.news a { color: #222; }
.news a:hover { color: #016331; }

.news span {
  font: normal 70% Arial;
  color: #666;
}

.news p { margin-top: 1em; }
.news div.short_description_inner {
  padding: 3px 5px;
  margin: 10px 10px 10px 20px;
  border-left: 1px solid #999;
  font-style: italic;
}

/* Welders */
table.list { width: 100%; }

.list th {
  font-weight: bold;
  text-align: left;
  padding: 5px 5px;
  border-bottom: 2px solid #7f7f7f;
}

.list .center { text-align: center; }
.list a { font: normal 90% Tahoma; }

.list td { padding: 8px 0 8px 5px; }
.list td.name { white-space: nowrap; }
.list td.alert {
  padding: 15px 0;
  font-size: 110%;
  text-align: center;
}

#years { border-bottom: 2px solid #7f7f7f; zoom: 1; }
#years ul { list-style: none outside none; }
#years li {
  margin: 0;
  float: left;
}
#years li.active { color: #d9e8e0; }

#years a {
  padding: 5px;
  display: block;
  font: normal 100% Tahoma;
}

#years a.active {
  font-size: 110%;
  font-weight: bold;
  color: #d9e8e0;
  background-color: #7f7f7f;
  text-decoration: none;
}


/* Search */
#search { white-space: nowrap; float: right; margin-top: 3px; }
#search label {
  font-weight: bold;
  color: #808080;
  font-size: 95%;
}
#search input {
  vertical-align: middle;
  color: #666;
}
#search input#searchfield { width: 100px; }
#search select { width: 150px; vertical-align: middle; }

/* End of ex-file's styles */










/* Hacks ;) */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: block;
}
* html .clearfix { height: 0; }