@charset "UTF-8";
@import "default.css";

#pcontent {
  width:1020px;
  height:451px;
  background-image:url('../contents/Distributors/images/background.jpg');
  background-repeat: no-repeat;
  background-position:left top;  
  text-align:left;
  line-height:120%;
}
#contentoverflow {
	position:absolute;
	width:840px;
	height:386px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-left:98px;
	margin-top:30px; 
	font-family:Myriad,Helvetica,Tahoma,Verdana;
	font-size:10pt;
	scrollbar-3dlight-color:white; 
	scrollbar-arrow-color:#737373; 
	scrollbar-base-color:white; 
	scrollbar-darkshadow-color:#cdcdcd; 
	scrollbar-face-color:white; 
	scrollbar-highlight-color:#e6e6e6; 
	scrollbar-shadow-color:white; 
	scrollbar-track-color:white;
	text-align:center;	
}
#DistributorsMap {
	margin:35px 0px 0px 0px;
}
#Distributors {
	margin:0px;
	padding:25px 0px;
}
#Distributors table {
	margin:auto;
}
#Distributors table td {
	vertical-align:top;
	text-align:left;
	width:220px;
	padding:10px 15px;
}
#Distributors table td h1 {
	font-size:10pt;
	color:#d13937;
	margin:0px;
}
#Distributors table td p {
	margin:0px;
	padding:0px;
}
#Distributors table td p a {
	text-decoration:none;
	color:#666666;
}
#Distributors table td p a:hover {
	text-decoration:none;
	color:#d13937;
}

