/* 

Stylesheet for: KENNEDY HYGIENE 

Contents:

1.	Reset Styles
2.	Default Styling
3.	Headings
4.	Links
5.	Layout
6.	Header
7.	Main Naviation
8.	Main Content
9.	Sub Content
10. Forms

*/

/* @group 1. Reset Styles */

body, div, dl, dt, dd, ul, ol, li, dt, dd, dl
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
}

html>body {
  font-size: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: '';
}

hr {
  border: none;
}

/* @end */

/* @group 2. Default Styles */

body {
  background-color: black;
  color: white;
  font-family: Arial, Helvetica, sans-serif;;
  font-size: 62.5%; /* 62.5% relative font size resets to 10px */
}

p {
  margin: 0 0 1.5em;
}

p, li, td {
  font-size: 1.2em;
  line-height: 200%;
  color: #787878;
}

blockquote {
  margin: 1.5em;
  font-style: italic;
}

strong {
  font-weight: bold;
}

em, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

li ul, li ol {
  margin: 0 1.5em;
}

ul, ol {
  margin: 0 1.5em 1.5em 1.5em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 0;
}

td p {
  font-size: 1em;
}

tfoot {
  font-style: italic;
}

div.clear {
  clear: both;
  height: 0;
  margin: 0;
  line-height: 0%;
  font-size: 1px;
}

br.clear {
  clear: both;
  font-size: 10px;
}

ul#nav_access {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

/* @end */

/* @group 3. Headings */

h1, h2, h3, h4, h5, h6 {
  color: #dcdcdc;
}

h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.1em;
  margin: 2em 0em;
  color: #8b8b8b;
  font-weight: normal;
}

h3 {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 1em;
}

/* @end */

/* @group 4. Links */

a {
  color: #ef7f22;
}

a:link,
a:visited {
  
}

a:hover,
a:focus {
  
}

h2 a {
  color: #8b8b8b;
  text-decoration: none;
}

/* @end */

/* @group 5. Layout */

body {
  background: black;
  text-align: center;
  background: black url(../images/bg.jpg) no-repeat 50% -150px;
}

#container {
  width: 962px;
  text-align: left;
  margin: 0 auto;
  background: #212121 url(../images/page_bg.gif) no-repeat 0 0;
}

#header {
  height: 93px;
}

#content {
	clear: both;
}

#footer {
  clear: both;
  background: #141414 url(../images/vhaus_mini.gif) no-repeat 40px 17px;
  padding: 20px 40px;
}

#footer ul {
  margin: 0 0 0 90px;
  padding: 0;
}

#footer li {
  margin: 0;
  padding: 0;	
  line-height: 100%;
  display: inline;
  float: left;
  margin-right: 16px;
}

#footer a {
 color: #787878;
 text-transform: uppercase; 
 text-decoration: none;
}

/* @end */

/* @group 6. Header */

#header {
  position: relative;
  margin: 0 19px;
}

#header h1 {
  margin: 0;
  padding-top: 19px;
}

#header h1 a {
  display: block;
  width: 178px;
  height: 65px;
  background-image: url(../images/vhaus_logo.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#country_nav {
 position: absolute;
 right: 10px;
 top: 10px;   
}

#country_nav {
  font-size: 11px;
}

/* @end */

/* @group 7. Main Navigation */

#main_navigation {
  border-top: 1px solid #2e2e2e;  
 margin: 0 19px;
  padding: 15px 0 17px 0;
}

#main_navigation ul {
  list-style-type: none;
  margin: 0; padding: 0;
}

#main_navigation li {
  display: inline;
  float: left;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 30px;
}

#main_navigation li a {
	font-size: 1.6em;
  	color: #8c8d91;
  	text-decoration: none;
}

#main_navigation li a:hover,
#main_navigation li.active a {
 	color: white;

}


/* @end */

/* @group 8. Main Content */

#content {
  margin: 0 19px;
}

.content_box {
  padding: 17px 24px;
  background-color: #181818;
  margin-bottom: 35px;
}

.news .content_box h3 {
  float: right;
  width: 550px;
  font-size: 1.5em;
  margin-bottom: 30px;
}
.news .content_box h4.date {
  width: 200px;
  color: #8b8b8b;
  font-size: 1.2em;
  font-weight: normal;
}
.news .content_box .images {
  float: left;
  margin-top: 32px;
  width: 258px;
}
.news .content_box .images img {
  margin-bottom: 4px;
}

.news .content_box .body {
  width: 550px;
  float: right;
}

.news .content_box .body a,
.cases .link a,
#common a {
  background-image: url(../images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 12px;
}

.reference .content_box {
  background-color: #0e0e0e;
}

.ref_box {
  width: 224px;
  height: 175px;
  float: left;
  background-color: #111;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 20px 80px;
}

.ref_first {
  margin-left: 0;
}

.ref_box h3 {
  font-weight: normal;
  font-size: 1.2em;
  position: absolute;
  top: 144px;
  width: 204px;
  padding: 0 10px;
  text-align: center;
}

.cases .content_box {
  padding: 0;
  height: 157px;
  position: relative;
}

.cases .content_box .images {
  float: left;
  width: 280px;
  margin-right: 20px;
}

.cases h3,
.cases .body  {
  float: left;
  width: 590px;
}

.cases h3 {
  font-size: 1.5em;
  margin: 1em 0;
}

.cases h3 a {
  color: white;
  text-decoration: none;
}

.cases .content_box .link {
  position: absolute;
  left: 300px;
  bottom: 0;
}

.case .media {
  width: 566px;
  float: left;
  margin-right: 20px;
}

.case h3,
.case .body  {
  float: left;
  width: 290px;
}

.case h4 {
	margin: 20px 0 10px 0;
	font-weight: normal;
	font-size: 1.2em;
}

.case .images img {
  margin-right: 20px;
}

.case .plugin {
  border-top: 1px solid #2c2c2c;
  background-color: #181818;
  padding: 30px 20px 12px 20px;
  position: relative;
}

.case .plugin div {
  position: absolute;
  left: 20px;
  top: 35px;
}
.case .plugin div a {
 color: #d6d6d6; 
 font-size: 1.2em;
 text-decoration: none;
 background: #181818 url(../images/plugin.gif) no-repeat 0 50%;
 padding-left: 20px;
 padding-top: 1px;
}
.case .plugin p {
  margin-left: 200px;
  line-height: 120%;
}

.contact .address {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.contact .address p {
  color: #dcdcdc;
}

.contact .form {
  float: left;
  width: 550px;
}

.team .person {
  width: 392px;
  float: left;
  margin-right: 20px;
  padding: 20px;
  background-color: #1c1c1c;
  margin-bottom: 10px;
}

.team .person img {
  float: left;
  margin-right: 20px;
}
.team .person h3,
.team .person p {
  width: 250px;
  float: left;
}

.team .person-even {
  float: right;
  margin-right: 0;
}

/* @end */

/* @group 9. Footer */

#common {
  margin: 0 19px;
  border-top: 1px solid #3d3d3d;
  padding: 10px 0;
}

body#home #common {
  border-top: 0;
}

#common .column {
  width: 274px;
  margin-left: 20px;
  float: left;
}

#common .first {
  margin-left: 31px;
}

#common .first p {
  xline-height: 150%;	
}

#common .column h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  margin: 1em 0;
}

#common .column .input {
  padding: 3px;
  width: 170px;
}

#common .column input {
	vertical-align: middle;
}

/* @end */

/* @group 10. Forms */

textarea, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

span.mandatory {
  color: white;
}

div.row {
  clear: left;
  padding: 1em 0 0 0;
}

div.row label {
  float: left;
  width: 110px;
  margin-right: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
}

div.row label span.instructions {
  display: block;
  color: #666;
  padding-top: 2px;
  font-weight: normal;
  font-size: 0.85em;
}

div.row label em {
  font-weight: normal;
  font-style: normal;
  font-size: 0.85em;
  color: #060;
  display: block;
  padding-top: 2px;
}

input.text {
  width: 200px;
}

textarea.textarea {
  width: 480px;
  height: 60px;
}

/* @end */

/* @group n. SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash #common h2 {
	visibility: hidden;
	font-size: 15px;
}

.sIFR-hasFlash #main_navigation li {
  font-size: 9px;
  padding-right: 20px;
  letter-spacing: 2px;
}

.sIFR-hasFlash .cases h3,
.sIFR-hasFlash .case h3,
.sIFR-hasFlash .news h3,
.sIFR-hasFlash .team h3 {
  font-size: 18px;
}
/* @end */
