﻿
body
{
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: transparent;
  text-align: center;
  color:#666666;
}

*
{
  margin: 0;
}

a
{
  color: #2e6399;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

html, body
{
  height: 100%;
}

a img
{
  border: none;
}

/* Layout */
#wrapper
{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

/* Header */
#header
{
	width: 100%;
	text-align: left;
	height: 90px;
	background: url(../images2/iolo_header_bg.gif) repeat-x top left;
}
.branding
{
  background: url(../images2/iolo_header.gif) no-repeat left top;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  width: 770px;
}
.div_iolo_logo{
	float:left;
	width:190px;
	height:80px;
	text-align: left;
}

/* Navigation */
.top_navi
{
	color: #ffffff;
	padding-top: 15px;
	width: 480px;
	float: right;
}

#mainnavibar
{
  width: 100%;
  background-color: #5f5f5f;
  height: 5px;
}


/* Footer */
#footer{
  color: #cccccc;
  background-color: #5f5f5f;
  height: 50px;
  width: 100%;
  font-size: 11px;
}
#footer table
{
  margin-left: auto;
  margin-right: auto;
  width: 770px;
  text-align: left;
  height: 50px;
}
#footer, .push
{
  height: 50px; /* .push must be the same height as .footer */
}
#footer .copyright
{
  color: #cccccc;
}

.content
{
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.content table
{
	width:100%;
	text-align:left;
}
.content p
{
	margin:5px 0px;
	line-height:16px;
}
.maincol
{
	padding: 0px 0px 20px 20px;
}

.leftcol
{
	width:200px;
	text-align:center;
}


.addtocart_box
{
  width: 149px;
  height: 100%;
  background: url(../images2/productpane_addtocart_bg.gif);
  margin:auto;
  text-align: center;
  padding-top: 10px;  
}
.addtocart_box div
{
  margin: 0px 8px;
}
*html table.tb_darwin
{
  margin-bottom: 0px;
}

.addtocart_box p
{
	margin:0px;
	padding:1px 0px;
}
.addtocart_box img
{
	padding-top:3px;
}
.specialoffer {
font-size:13px;
font-weight:bold;
}
.red {
color:#AD1212;
}
.blue {
	color:#006cdd;
}
.green {
	color:#009900;
}
.strong {
	font-weight: bold;
}
.price {
font-weight:bold;
font-size:22px;
line-height:20px;
}

.first_element {
margin-top:0px;
padding-top:5px;
font-weight: bold;
}
h1
{
  font-family: "Franklin Gothic Medium" , Tahoma, Arial;
  color: #3f3f3f;
  font-weight: normal;
  letter-spacing: normal;
  /*margin-top: 25px;*/
  margin-bottom: 10px;
  clear:both;
  display:block;
}
h1{
	  font-size: 22px;
	  line-height: 22px;
	  padding-top: 25px;
}


