body, div, td {
  margin: 0;
  padding: 0;
}

body {
	background-image: url(../layout_images/greyback.jpg);
	background-repeat:repeat-x;
	background-color: #c9c9c9;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:None;  
}

.bottomnav {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #646464;
}

.bottomnav a:link {   
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #646464;
	text-decoration:None;  
}

.bottomnav a:visited {   
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #646464;
	text-decoration:None; 
}

.bottomnav a:hover {   	
	text-decoration: none;  
	color: #90ad50;
}

.topbar {
    background-image: url(../layout_images/topnavbar.jpg); background-repeat: repeat-x
}

.topnav a:link {   
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:None;  
	font-weight: bold;

}

.topnav a:visited {   
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:None; 
	font-weight: bold;
}

.topnav a:hover {   	
	text-decoration: none;  
	color: #e9e9e9;
	font-weight: bold;
}

.cssCopy {
   	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #646464;	 
}


.alogo {
	display: block;
	height:59px;
	width:176px;
	background-image: url(../layout_images/logo1.jpg); 
	background-repeat: no-repeat;
}


.tddefaultgreen {
	background-image: url(../layout_images/greenarea1.jpg); 
	background-repeat: no-repeat;
}


.tddefaultgray {
	background-image: url(../layout_images/greyarea1.jpg); 	
	background-repeat: no-repeat;
}

.tdproduct {
	background-image: url(../layout_images/greayareamidle.jpg); 
	background-repeat: repeat-y;
}
 
.tdproducttop {
	background-image: url(../layout_images/greayareatop.jpg); 
	background-repeat: no-repeat;
}
 
.tdproductbottom {
	background-image: url(../layout_images/greayareabottom.jpg); 
	background-repeat: no-repeat;
}
 

.tdmenugrey {
	background-image: url(../layout_images/greyarea_big.jpg); 	
	background-repeat: no-repeat;
}

.homecenter {
	background-image: url(../layout_images/home_center_1.jpg); 	
	background-repeat: no-repeat;
}
.homegraybox {
	background-image: url(../layout_images/box_gray_small.jpg); 	
	background-repeat: no-repeat;
}


.btn_gray {
        background-image: url(../layout_images/button_gray.png);	
	background-repeat: no-repeat; 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:None;  
	height: 30px;
	width: 100px;
	text-align:center;
	padding-top:5px;	
}
.btn_green {
        background-image: url(../layout_images/button_green.png);	
	background-repeat: no-repeat; 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:None;  
	height: 30px;
	width: 100px;
	text-align:center;
	padding-top:5px;	
}

