* {
	margin:0;
	padding:0
	}

body {
	  font: 90% Arial, Tahoma, Verdana, Helvetica, sans-serif;
	  text-align:left; /* For aligning left in ie5.x */
	  margin:0;
      padding:0;
      color:#000;
      background:#566676;
	  height: 100%;

      }
	  
h1 	  {
      font: 140% Trebuchet MS, Tahoma, Arial, sans-serif;
	  padding: 10px 0 0 5px;
	  margin-bottom: 10px;
	  margin-left: 10px;
	  color: #930;
	  font-weight: bold;
	  border-bottom: 1px solid #999;
      }
	  
h2	  {
      font: 120% Trebuchet MS, Tahoma, Arial, sans-serif;
	  color: #303;
	  padding: 10px 0 0 12px;
      }

h3	  {
      font: 110% bold Trebuchet MS, Tahoma, Arial, sans-serif;
	  font-weight: bold;
	  color: #303;
	  padding: 5px 0 0 12px;
      }
	  
a:link, a:visited, a:active
	{
	color: #c30;
	text-decoration: underline;
	}

a:hover
	{
	color: #303;
	text-decoration: none;
	}  

/* styles for header */
#header
	{
	background: #99481D url('../images/header-bg.jpg') repeat-x left top;
	margin: 0;  
	padding: 0;
	width: 100%;
	height: 132px;
	}

#header img  /* to keep all images in header at the baseline without any gaps - FOR IE ONLY */
	{ 
	display:block;
	}
	
#header #logo /* logo image*/
	{
	padding: 0;
	margin: 0;
	background: #99481D url('../images/logo2.jpg') no-repeat left top;
	height:132px; 
	width:260px;
	}

#header h2  {
	font: 16px Trebuchet MS, Tahoma, Arial, sans-serif;
	color: #fff;
	padding: 90px 10px 0 0;
	text-align: right;
	border: 0;
}

#header a  {
	color: #fff;
}

#header a:hover  {
	background-color: #F2F2F3;
	text-decoration: none;
	color:#000;
}

#header #img1 /* products image*/
	{
	position: absolute;
	top: 9px;
	right: 8px;
	padding: 0;
	width: 311px; 
	height: 106px;
	}

#header h1 /* for the slogan header content */
{
	 position:absolute;
	 overflow: hidden;
	  font: 20px Trebuchet MS, Tahoma, Arial, sans-serif;
	  color: #000;
	  font-weight: bold;
	  margin:20px 0 0 500px;
	  text-align: center;
	  border: 0;
	  font-style: italic;
}

#wrapper 
{
	background: #566676;
	width: 100%;
	min-height: 600px; /* for modern browers - used to fix the height of the center element further past the text*/
	clear: both;
}

* html #wrapper 
{
	height:600px; /* for ie6 and under only - used to fix the height of the center element further past the text*/
}

/* left column */
#left {
	position: absolute;
	background: #566676 url('../images/nav-bg-image.jpg') no-repeat left top;
	left:0;
	top: 132px;
	padding:0;
	width:200px;
    height:600px;
}

/* main column / content */
#main 
	{
	position: relative;
	margin: 0 190px 0 200px;
	min-height: 600px;
	padding:0;
	text-align: left;
	background-color: #F2F2F3;
	}

#main {
	height: 600px;
}

#main img {
	float:right;
}

#main ul {
	list-style: circle;
}

#main li
{

	margin-left: 30px;
}

#main p
	{
	margin: 0;
	padding: 8px 15px 0 12px;
	}

#main a:link, #main a:visited, #main a:active
	{
	color: #303;
	text-decoration: underline;
	}

#main a:hover
	{
	color: #c30;
	text-decoration: underline;
	}

#right
{
	position: absolute;
	top: 132px;
	right: 0;
	padding: 0;
	width:180px;
	height: 600px;
	color: #374451;
	background-color: #EAEAEC;
 }
 
#right h1
{
	padding: 10px 0 0 12px;
	margin: 0 0 20px 5px;
	border-bottom: 1px solid #999;
	color: #566676;
}
	  
#right ul
{
	list-style: square;
	font-size: 90%;
}

#right li
{
	padding: 0;
	margin: 10px 0 0 30px;
	font-family: arial, verdana, sans-serif;
}


/* footer style */
#footer 
{	
	clear: both;
	bottom:0;
	left:0;
	width: 100%;
	margin: 0;
	height:50px;
	text-align:center;
	background-color:  #CBD0D4;
	overflow: hidden; /* required for IE6 to hide gaps between divs and helps centre text within the width of the footer */
	border-top: 10px solid #566676;
}

#footer p
{
	line-height: 1.3em;
	padding: 0;
	margin-top: 3px;
	font-size: 90%;
}

#footer a:link, #footer a:visited
{
	color: #000;
	text-decoration: underline;
}

#footer a:hover
{
	color: #9D0000;
	text-decoration: none;
}

* html #footer {
	height:50px;
	he\ight:40px;
	bottom:-1px;
}

/** style classes **/

#main .groovedouble {
	border-style: solid double groove;
	border-color: #97461A;
	width: 50%;

	margin: 10px 0 0 12px;
	padding: 0.3em;
}
