
/***********************************************
** File:      %M%  version %I%
** Author:    nat
** Modified:  %G%
** Copyright: I-Next Ltd
***********************************************/
/* ident %W% */

body {
	background-color : White;
	font-family: Arial, Helvetica, Sans-serif;
	color: #333;
	font-size: 1em;
	margin-top : 0px;
	padding : 0px;
  text-align: center;
}

/* DIV's */

#searchEngine { visibility: hidden; }

#search  {
	position: relative;
	z-index: 2;
	left: 253px;
	padding: 0px;
	margin: 0px;
}

#contentholder {
  width: 719px;
  margin: 0 auto;
  padding: 0;
}

#header {
  float: left;
  width: 719px;
  text-align: left;
  background: url(/schema/gifs/topwave.jpg) center left no-repeat black;
  overflow: visible;
}

#content, #widecontent {
  width: 719px;
  text-align: left;
  overflow: hidden;
  float: left;
  background: url(/schema/gifs/contentbg.gif) top left repeat-y white;
}

body.home #content {
  background: url(/schema/gifs/homecontentbg.gif) top left repeat-y white;
}

#widecontent {
  background: #f9f9f9;
}

#headline {
 background: white;
 float: left;
 width: 100%;
}

#features {
  clear: both;
  float: left;
  width: 185px;
  padding-bottom: 15px;
  margin: 0 0 0 0;
}

body.home #features {
}

#footer {
  clear: both;
  float: left;
  background-color: Black;
  width: 719px;
	font-size: 0.85em;
  line-height: 17px;
  height: 40px;
	color: White;
	text-align: center;
  margin: 20px 0 0 0;
}

#homecontent {
  float: left;
  width: 530px;

}

#topnav {
  float: left;
  width: 719px;
  text-align: left;
  background-color: #C43C24;
  font-size: 75%;
  display: inline;
  height: 21px;
  line-height: 21px;
 }



/* Template Styles */
ul.topnav {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 100%;
  width: auto;
}

ul.topnav li {
  float: left;
  background: url(/schema/gifs/menu_divide.gif) center right no-repeat;
  font-weight: normal;
  padding: 0px 8px 0px 3px;
  height: 21px;
  line-height: 21px;
}

ul.topnav li a {
  color: White;
  display: block;
}

ul.topnav li a:hover {
  color: Black;
  border: none;
}

ul.footermenu {
  list-style-type: none;
  font-size: 80%;
  margin: 4px 0 0 0;
  padding: 0;
}

ul.footermenu li {
  display: inline;
  padding: 0 8px 0 3px;
  margin: 0;
  background: url(/schema/gifs/menu_divide.gif) center right no-repeat;
}

ul.footermenu li.last {
  background: none;
}

td.mainmenu {
  font-size: 0.75em;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 10px;
}

#topnav a, td.mainmenu a {
  color: White;
}

#topnav a:hover, td.mainmenu a:hover {
  color: Black;
}


table.menu td {
  height: 21px;
  font-size: 0.8em;
  vertical-align: middle;
  background-color: #C43C24;
  background: url(../gifs/menu_divide.gif) center right no-repeat;
  margin: 1px 0px 0px 1px;
  padding: 0px 8px 0px 3px;
}

table.menu td a {
  color: White;
  font-size: 1em;
}

table.menu td a:hover {
  color: Black;
  font-size: 1em;
  text-decoration: none;
}

table.drop {
	background-color: White;
	border-top : 1px solid White;
	border-right : 1px solid White;
	border-left : 1px solid White;
}

table.data {
  width: 548px;
	border-top: 1px solid White;
	border-right: 1px solid White;
	margin-left: 1em;
}

table.data td {
	padding: 3px 5px;
	background-color: #EEEEEF;
	font-size: 0.7em;
	color: #666666;
	font-weight: normal;
	border-left: 1px solid White;
	border-bottom: 1px solid White;
}

table.data td.header {
	background-color: #ACB1B3;
	font-weight: bold;
	color: White;
}


table.twocolumn {
  width: 500px;
  padding: 2px;
  margin-left: 17px;
}

table.twcolumn td {
  width: 240px;
}

td.content {
	background-color: #F9F9F9;
	padding-top: 28px;
	padding-bottom: 15px;
}

table.homecontent {
  width: 534px;
  padding-top: 15px;
  padding-bottom: 15px;
}

table.homecontent td.left {
  width: 349px;
  vertical-align: top;
}

table.homecontent td.right {
  width: 185px;
  vertical-align: top;
}

td.image {
	padding: 0px;
	margin: 0px;
}

td.image a:hover {
	border-bottom: none;
}

#features p {
  font-size: 0.75em;
	color: #666;
  margin-right: 0.5em;
  margin-left: 1em;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 0;

}

#features p.headerimage {
  margin: 0;
  padding: 0;
}

#features a {
  font-weight: bold;
}



#footer a {
  color: white;
}

#footer a:hover {
  color: #D74227;
	text-decoration: none;
	border-bottom: none;
}

#footer p {
  margin: 0;
}

/* General */

td {
	vertical-align: top;
}

td.headline {
  padding: 29px 30px 0px 0px;
	background-color: White;
}

td.alignright {
  text-align: right;
  /* Align Middle Right */
}
td.aligncenter {
  text-align: center;
  /* Align Middle Center */
}
td.aligntop {
  vertical-align: top;
  /* Align Top Left */
}
td.alignbottom {
  vertical-align: bottom;
  /* Align Bottom Left */
}
td.aligntopright {
  vertical-align: top;
  text-align: right;
  /* Align Top Right */
}
td.aligntopcenter {
  vertical-align: top;
  text-align: center;
  /* Align Top Center */
}
td.alignbottomright {
  vertical-align: bottom;
  text-align: right;
  /* Align Bottom Right */
}
td.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
  /* Align Bottom Center */
}


p {
	font-size: 0.8em;
  margin-right: 15px;
  margin-left: 17px;
}

table.homecontent td.right p {
  padding-left: 5px;
  /*padding-right: 5px;*/
}
p.headline {
  margin: 29px 0 0 17px;
  padding: 0 30px 0 0;
	font-size: 1.2em;
	color: #C43C24;
}

p.subheadline {
  margin: 12px 0 0 17px;
  padding: 0 30px 0 0;
	font-size: 0.85em;
	color: #666;
	line-height: 1.3em;
}

h1,p.header1 {
  padding-top: 20px;
	font-size: 0.95em;
	color: #C43C24;
  font-weight: bold;
}

h2,p.header2 {
  font-size: 0.90em;
	color: #C43C24;
}

h3,p.header3 {
  font-size: 0.85em;
	color: #C43C24;
}

p.indent1 {
  margin-left: 20px;
  /* Indented Text 1 */
}
p.indent2 {
  margin-left: 40px;
  /* Indented Text 2 */
}
p.indent3 {
  margin-left: 60px;
  /* Indented Text 3 */
}
p.indent4 {
  margin-left: 80px;
  /* Indented Text 4 */
}

ul, ol {
	font-size: 0.8em;
}


/* Links: A */

a {
	color: #CC3333;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	border-bottom: 1px dotted #CC3333;
}

a.skip {
  position:absolute;
  left:0px;
  top:-500px;
  width:1px;
  height:1px;
  overflow:hidden;

}


span.sup {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: super;
  /* Superscript */
}
span.sub {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: sub;
  /* Subscript */
}

span.customer_area {
  float: right;
  margin-right: 5px;
}

img {margin: 0; padding: 0; border: none;}

img.floatleft {
  float: left;
  /* Float Left */
}
img.floatleftwithmargin {
  float: left;
  margin: 0px 10px 10px 0px;
  /* Float Left with margin */
}
img.floatright {
  float: right;
  /* Float Right */
}
img.floatrightwithmargin {
  float: right;
  margin: 0px 0px 10px 10px;
  /* Float Right with margin */
}
img.noborder {
  border-width: 0px;
  /* No Border */
}
img.rollover { /* Rollover */ }

/* Images */
img.headline { float: left; margin: 0 17px 0 0;}

form { margin-left: 20px !important;  margin-left: 0; }
form td { font-size: 75%; }
