﻿

#G_table{

font::Verdana;
	/*padding: 0; 
border-spacing: 0; 
	border-collapse:collapse;*/
	width: 800px;
	}
	
/*style for company's logo or product image in the table*/
#G_logo_section{
	width: 171px; 
	position:relative; 
	left:-0px; 
	height: 173px; 
	border-top:  #696969 1px solid;
}

/*style for company's  name adddress description*/
#G_company_section{
	width: 650px; 
	position: relative; 
	height:173px;
    border-top: #696969 1px solid;
}

/*vertical yellow line style*/
#G_v_line_section{
	width: 1px;
	padding:10px;
	position:relative; 
	height:173px;
	border-top: #696969 1px solid;
}

/* web site section style*/
#G_website_section{
	width: 150px;
	position:relative;
	height:173px;
	border-top: #696969 1px solid;
}

body {
}

