@charset "UTF-8";
/* CSS Document */

/*general layout*/

#distributor_title{
width: 970px;
height:18px;
margin-bottom:5px;
border-bottom:1px solid #CCCCCC;
}

#main_distributors{
width: 600px;
float:left;
}

#factory_shots{
width: 310px;
float:right;
}

/*fonts*/

#distributor_title h2{
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#333333;
}

/*contact table*/

table{
border-collapse:collapse;
width:600px;
border:none;

}

th, td{
padding: 2px 0px;
}

col{
border:none;
}

#countrycol{
width:30%;
}

#companycol{
width:50%;
}


#phonecol{
width:20%;
}


.alphabet{
font-size:14px;
font-weight:bold;
color:#333333;
}

.contact{
font-size:12px;
font-weight:normal;
color:#333333;
}

.contact a{
font-size:12px;
font-weight:normal;
color:#333333;
text-decoration:none;
}

.contact a:hover{
text-decoration:none;
color:#f5861f;
}

tr:hover{
background:#CCCCCC;
}


/*factory images*/

#factory_shots img{
margin-bottom:40px;
border:1px solid #CCCCCC;
float:right;
}

