﻿*
{
	font-family: Arial, Sans-Serif,;
	font-size:10pt;
}

body 
{
	background-color:#f5f5f5;
}

h1
{
	font-size: 30pt;
	font-weight: bold;
	color: #000099;
	text-align:left;
	padding-left:20px;
}
.main
{
	font-size: 30pt;
	font-weight: bold;
	color: #b4b4b4;
}
p
{
	font-size: 10pt;
	font-weight: normal;
	color: #656c71;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	
}


#container
{
	width:770px;
	height:auto;
	background-image: url('bg-main.png');
	background-repeat: repeat-y;
}

#header
{
	width:770px;
	height:272px;
	background-image: url('bg-top.png');
	background-repeat: no-repeat;
	text-align:center;
}

#content
{
	width:770px;
	height:auto;
}

#left
{
	width:32%;
	height:auto;
	float:right;
}
#right
{
	width:68%;
	height:auto;
}
#footer
{

	width:770px;
	height:57px;
	background-image: url('bg-bottom.png');
	background-repeat: no-repeat;
	font-size:7pt;
	color:#ffffff;

}
#footer a
{
	text-decoration:none;
	font-size:10pt;
	color:#ffffff;
	
}
#footer a:hover
{
	text-decoration:underline;
	font-size:10pt;
	color:#ffffff;
	
}
#footer a:visited
{
	text-decoration:none;
	font-size:10pt;
	color:#ffffff;
}
#featured-header
{
	width:225px;
	height:auto;
	float:right;
}

#featured
{
	width:225px;
	height:auto;
	background-image: url('bg-featured.gif');
	background-repeat: repeat-y;
	float:right;
}
#featured-bottom
{
	height: 19px;
	width: 225px;
	background-image: url('bg-featured-bottom.gif');
	background-repeat: no-repeat;
	float:right;
}
#credit
{
	font-size: 8pt;
	color: #858687;
	text-align:right;
	width:770px;
	padding-right:7px;
}
h2
{
	font-size:12pt;
	font-weight:bold;
	color:#000099;
	text-align:left;
	padding-left:20px;
	text-align:left;
}

h2 a
{
	font-size:12pt;
	font-weight:bold;
	color:#000099;
	text-align:left;
	text-align:left;
	padding-top:10px;
}

.products-table

{
	border:solid 1px #f5f5f5;
	margin-left:20px;
	
}
.products-td

{
	border:solid 1px #f5f5f5;
	 	
}

.catalogue
{
	width:200px;
}
.padding20
{
	padding-left:20px;
}