﻿body, p, h1, h2, h3, h4, ul, li, div
{
	margin:0;
	padding:0;
	border:none;
	
}


body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : #4C4C4C /*#333333;  /*#686868;   #454545;*/
}

H2
{
	color: white;
}
#div1
{
	width: 40%;
	background-color: transparent;
}

#div2
{
   width:30%;
    background-color:transparent;
}

#div3
{
    width:30%;
    background-color:transparent;
}

.ProdListSep
{
	border-right:  #454545 1px solid;
	border-bottom:  #454545 1px solid;
}

/* Background of the header */
.divHeaderbg
{
	width: 780px;
	height: 50px;
	background-image: url(images/header/bannerbg.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
}

.divHeaderMain
{
	width: 780px;
	height: 65px;
	background-position: left top;
	background-image: url(images/header/banner.jpg);
	background-color: transparent;
	background-repeat:no-repeat;
}
.divHeaderUp
{
	width: 780px;
	height: 37px;
	background-position: left top;
	background-image: url(images/header/bannerbgup.jpg);
	background-color: transparent;
}

.divFooter
{
	margin-top:20px;
	clear:both ;
	width: 780px;
	background-image: url(images/header/bannerbg.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
}

/* End of the background of the header */

