body {
	background: url(../images/generic/background.gif ) repeat-x fixed bottom;
	margin: 0px;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif ;
	font-size: 82.5%; /* Set 1em = 10px */
	
}

/* -- Headings -- */
h1 { font-size: 164%; }
h2 { font-size: 145%; }
h3 { font-size: 114%; }
h4 { font-size: 103%; }
h1,h2,h3 { font-family: Georgia, "Times New Roman", Times, serif; }

#container {
	margin: 0px auto;
	width: 683px;
	border: 8px Solid White;
	background: White;
	overflow: hidden;
}

#header {
	background: url(../images/generic/header_background.gif);
	width: 683px;
}
#header img {
	padding: 10px
}
#divider {
	width: 683px;
	background: url(../images/generic/hatch_background.gif);
	height: 26px;
	float: left;
}
#leftcol {
	float: left;
	width: 154px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#banner {
	padding: 10px;
	background: url(../images/generic/banner_background.gif);
}
#leftcol h2 {
	padding: 5px;
	color: #FFF5EE;
	margin: 0px;
	background: url(../images/generic/title_background.gif);
	font-size: 98%;
}
.leftmenu {
	width: 154px;
	margin-top: 5px;
	background: url(../images/generic/lcol_background.gif);
	float: left;
}
.leftmenu ul {
	list-style: none;
	margin-right:5px;
	margin-left:5px;
	padding: 0;
}
.leftmenu li {
	margin-top: 10px;
	background-color:white; 
}
.leftmenu img {
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.leftmenu p {
	text-align: left;
	font-size: 80%;
	color: #3F3F3F;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
}

.leftnavigation {
	width: 155px;
	margin-top: 5px;
	float: left;
}
.leftnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftnavigation li a {
	text-decoration: none;
	height: 24px;
}
.leftnavigation li a:link, .leftnavigation li a:visited {
	color: #FFF;
	display: block;
	background: url(../images/generic/li.gif);
	padding: 8px 0 0 35px;
	}
.leftnavigation li a:hover {
	color: #FFF;
	background: url(../images/generic/li.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}

#centcol {
	float: left;
	margin-bottom: 10px;
	width: 522px;
}
.content {
	background: White none;
	border: 1px dotted #DADADA;
	color: #2D2823;
	padding: 5px;
	width: 510px;
	overflow: hidden;
}
h1.content {
	background: #E5E6EC url(../images/generic/title_background.gif);
	color: White;
	width: 512px;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}
h2.content {
	background: #E5E6EC url(../images/generic/h2_background.gif);
	color: White;
	width: 498px;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}
h3.content {
	background: #E5E6EC url(../images/generic/h3_background.gif);
	color: White;
	width: 498px;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.content p {
	margin-top: 7px;
	margin-bottom: 7px;
}
.readmore {
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	font-size: 0.9em;
}
.readmore a {
	background: #42A318;
	color: White;
	text-decoration: none;
}
.readmore a:link {
	color: White;
}
.readmore a:hover {
	color: Black;
	background: url(../images/generic/read_background.gif);
}
/* Navigation */
#tabsH {
	width:683px;
	height: 25px;
   background:#000000;
   font-size:93%;
   line-height:normal;
	clear: both;
   }
#tabsH ul {
	  margin:0px;
	  padding: 0px 10px 0px 5px;
	  list-style:none;
      }
#tabsH li {
      display: inline;
      margin:0;
      padding:0;
      }
#tabsH a {
      float:left;
      background: url(../images/menus/tableftH.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tabsH a span {
      float:left;
      display:block;
      background: url(../images/menus/tabrightH.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
    /* End IE5-Mac hack */
#tabsH a:hover span {
      color:#FFFFFF;
      }
#tabsH a:hover {
      background-position:0% -42px;
      }
#tabsH a:hover span {
 background-position:100% -42px;
	}
/* end of navigation */
.productcols {
	width: 33%;
	background: Black;
	height: 20px;
	float: left;
	margin: 1px;
}

#skype {
	float: left;
}
.float {
  float: left;
  padding-left: 10px;
   padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
  margin: 10px;
  background: #DCDCDC;
  }
.float p {
   text-align: center;
   }
.float img {
	border: 1px solid Silver;
}

/* Form */
label {  
display: block; 
}
span em {  
}
fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;
border: 1px solid #BFBAB0;  
background-color: #FDF5E6;
background-image: url(../images/generic/formgradient.jpg);
background-repeat: repeat-x;
} 
legend {  
margin-left: 1em;  
color: #6A6A6A;
padding: 0px;
font-weight: bold; 
} 
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none; 
} 
fieldset li {  
padding-bottom: 1em; 
} 
fieldset.submit {  
float: none;  
width: auto;  
border-style: none; 
padding-left: 4em;
background-color: transparent;
}

a:active, a:focus, a:link, a:visited {
	text-decoration: none;
	color: Black;
}
a:hover {
	color: Gray;
}


.footercol {
	float: left;
	margin:0 2% 0 0;
}
.footerright {
text-align: right;
margin-right: 0px;
color: White;
font-size: 89%;
}
#footer {
	background: #373737; 
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	clear: both;
	height: 100px;
}
