/*
 1. container
 2. header
 3. content - wrapper
 3.1 content - homepage
 3.2 content - submenu
 3.3 content - primary
 3.4 content - secondary
 3.5 content - general elements
 5. footer
*/

/* 1. container */
div#container, div#header, div#footer, div#footer div {
	width:646px;
}

/* 2. header */
ul.options, ul.mainMenu {
  display: none;
}

/* 3. content - wrapper */
div#header{
	background: none;
	height:85px;
}

div#contentBodyWrapper {
  background: none;
  float: left;
  width: 100%;
  overflow: visible;
  margin: 0 0 0.6em;
}

div#contentBody {
  background: none;
  float: left;
  overflow: visible;
}



div#content_bottom {
  display: none;
}

/* 3.2 content - submenu */
div#subMenu {
  display: none;
}

/* 3.3 content - primary */
div#content {
	padding: 1.25em 30px 1.25em 0;
	overflow: visible;
}

div#content h1 {
  margin: 0 0 0.9em;  
}

div#content h1, div#content h2, div#subContent h2, div#subContent ul li span
{color: #666}
div#content, div#subContent 
{color: #000}


form#form_contact {
  margin-top: 0.6em;
}

form p span {
  float: left;
  display: block;
  margin: 0 0 0.6em;
  width: 100%;
}

form p span label {
  font-weight: normal;
  float: left;
  width: 300px;
  margin: -0.2em 0 0 0.94em;
}

form p span input.radio {
  float: left;
  clear: left;
}

/* 3.4  content - secondary */
div#subContent {
  float: right;
  width: 202px;
  padding: 1.25em 0;
	overflow: visible;
}

div#subContent h2 {
  font: bold 1.5em "Arial Narrow";
}

div#subContent a:link, div#subContent a:visited,
div#subContent a:hover, div#subContent a:active, 
div#subContent ul li a:link, div#subContent ul li a:visited{
  color: #333;
  text-decoration: underline;
}

.sIFR-flash {
  display: none !important;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

.sIFR-alternate {
  visibility: visible !important;
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
}

/* footer */
p.suboptions {
  display: none;
}
