body
{
	background-image: url('../images/layout/background.gif');
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #fff;
	text-align: center; /* central column centering to make IE6 happy */
	margin: 2em 0 2em 0;
	padding: 0;
}

body *
{
  text-align: left; /* avoid cascading the centering hack */
}

#center-column
{
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.hidden
{ 
  position: absolute;
  left: -999px;
  width: 990px;
}

img
{
  border: 0;
}

a:link
{
  color: #2f6184;
}

a:active
{
  color: #842f2f;
}

a:visited
{
  color: #632f84;
}

h1
{
	float: left;
  padding: 115px 0 0 0;
  overflow: hidden;
  background-image: url("../images/layout/logo.gif");
  background-repeat: no-repeat;
  height: 0px !important;
  height /**/:115px;
  width: 125px;
  margin-top: 0;
}

h2
{
	font-family: "Helvetica Light", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #666;
}

h3
{
  font-family: "Helvetica Light", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  color: #777;
}

#main-menu
{
	float: left;
	margin-left: 1.8em;
	margin-top: 1em;
}

	#main-menu ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}

		
		#main-menu ul li
		{
			font-size: 1.5em;
			font-weight: bold;
			font-family: Helvetica, Arial, sans-serif;
			color: #666;
			margin-bottom: 0.1em;		
		}
		
			#main-menu ul li a:link,
			#main-menu ul li a:hover, 
			#main-menu ul li a:active,
			#main-menu ul li a:visited
			{
				text-decoration: none;
				color: #666;
				font-weight: normal;
			}
			
			#main-menu ul li a:hover
			{
				font-weight: bold;
			}
			
#content
{
	clear: both;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

	#content p
	{
		margin-top: 2em;
		margin-bottom: 2.5em;
		margin-left: 1em;
		line-height: 1.5em;
	}

#footer
{
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  margin-top: 1em;
}

  #footer a:link,
  #footer a:hover,
  #footer a:active,
  #footer a:visited
  {
    color: #777;
  }
  
.left-image
{
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.right-image
{
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.info-section
{
}

  .info-section p
  {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  
.info-menu
{
  list-style: none;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

  .info-menu li
  {
    display: inline;
  }
  
  .info-menu li a:link,
  .info-menu li a:hover,
  .info-menu li a:active,
  .info-menu li a:visited
  {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #666;
  }
  
  .info-menu li a:hover
  {
    text-decoration: underline;
  }
  
.product-images-row
{
  text-align: center;
  white-space: nowrap;
}

  .product-images-row a
  {
    display: inline-block; /* sets hasLayout in IE so alpha filter works */
    opacity: .75;
    filter: alpha(opacity=75);
    border: 0;
    padding: 0;
    text-decoration: none;
  }

  .product-images-row a:hover
  {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
    .product-images-row a img
    {
      border: 0;
      padding: 0;
    }
    
#contact-error
{
  color: #c00;
  margin-bottom: 1em;
}
