body
{
	margin: 0;
	padding: 0;
	font: 75% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #f3f3f3;
}

a, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0e4d73;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #f1ba00;
	text-decoration: underline;
}

/** a:visited { color: #600; } */


h1
{
	font: 180% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2
{
	color: #B52C07;
	font: 140% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #990000;
	font: 106% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 5px auto;
	width: 970px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #d4d8de;
  padding: 2px;
}

#header
{
	height: 140px;
	width: 100%;
	background-image: url(images_home/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}
#header img {
  position: relative;
  border: 0;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav
{
	background-color: #fff;
	padding: 0;
}

#mainnav ul {
  list-style-type: none;
  background: #596D8E;
  border-top: 2px solid #A3B2C7;
  border-bottom: 2px solid #A3B2C7;
	height: 17px;
  padding: 0;
  margin: 0;
}
#mainnav li {
	display: block;
	float: left;
	padding: 1px 10px 0 10px;
}
#mainnav li a {
	font-size:12px;
	text-decoration: none;
	color: #fff;
  font-weight: normal;
	padding: 1px 3px;
}
#mainnav li a:hover
{
	text-decoration: none;
	color: #0A246A;
	background: #fff;
}
#mainnav li a.selected
{
	color: #0A246A;
	background: #fff;
}


#menu
{
	float: right;
	width: 140px;
	line-height: 135%;
  padding: 0;
  margin: 0 10 0 10px;
  font-size: 90%;
  color: #fff;

	width: 226px;
	background-image:url(images_home/rline.gif);
	background-repeat:repeat-y;
}
#menu h2 { color: #fff; font-family: Arial, Helvetica, sans-serif; }
#menu #menucontent
{
  padding: 10px;
}

#contents {
  background-image: url(images_home/middle-band.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
  margin: 0;
  padding: 20px 0 0 20px;
}
#contents p { line-height: 135%; }
#contents ul li { line-height: 135%; }
#contents ol li { line-height: 135%; }
#contents ul, #contents ol {
}

#maincnt {
  background-color: #fff;
}

.imagefloat { float: right; }
#contents hr { border:1px solid #d4d8de; }

#footer
{
	clear: both;
	color: #fff;
	text-align: right;
	font-size: 90%;
	padding: 0;
	margin: 0;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

.imagefloat
{
	padding: 2px;
	border: 1px solid #d4d8de;
	margin: 0 0 10px 10px;
}

.productlist
{
  display: block;
  list-style-position: inside;
}

.productlist li
{
  position: relative;
  margin-left: 0;
  line-height: 135%;
}

.productlist li a
{
  font-weight: bold;
}
.productlist .pdesc
{
  position: absolute;
  top: -5px;
  left: 130px;
}
html > body .productlist .pdesc { top: 0px; left: 130px; }/** IE cant uderstand this */

.productbottommenu
{
  list-style-type: none;

}
.productbottommenu li
{
  display: inline;
  padding: 10px;
}

.productlist2
{
  display: block;
  list-style-position: inside;
  margin-top: 1.5em;
}

.productlist2 li
{
  position: relative;
  margin-left: 0;
  line-height: 135%;
}


.clear {
  height:0;
  clear:both;
  visibility: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.error {
  color: #990000;
  font-weight: bold;
}
.frmerror {
  border-left: 5px solid #990000;
  padding-left: 5px;
}
.frmfield {
  border-left: 5px solid #fff;
  padding-left: 5px;
}

.col1 {
  width: 230px;
  float: left;
  margin: 2px;
}

dt { width: 150px; float:left; 	line-height: 135%; }
dd { line-height: 135%; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

fieldset {
  padding: 10px;
  width: 400px;
}
fieldset td.fname {
  width: 100px;
}

h1 small {
  font-weight: normal;
  font-size: 14px;
}

.flowchart {
  border: 3px solid #D4D8DE;
  padding: 0 5px;
}
.flowchart td {
  text-align: center;
}
.flowchart td.fn {
  text-align: left;
}
.flowchart td.fepc {
  padding-left: 38px;
}
.flowchart td.fecampc {
  padding-left: 38px;
}
.feaxtel, .fepython {
  text-align:center;
}

td.pboxname {
  width: 5cm;
}
td.pboxqty {
  margin-left: 2cm;
}

tr.prow {
  margin-bottom : 0.5cm
}

.mvestudiotable h4 {
  padding: 5px;
  margin: 0;
}

big {
  font-size: 15px;
}

.downloadlist {
}
.downloadlist dt { width: 150px; border: 0; border: 1px solid red; }
.downloadlist dd { border: 1px solid red; padding: 0; margin:0; margin-left: 155px; }

code {
  font-size: 14px;
}

div.flowplayer {
width: 40%;
}

div.data {
width: 40%;
margin-left: auto;
}

.spacedtable {
}
.spacedtable td {
  padding: 5px;
}
