@charset "utf-8";
/* CSS Document */

h2.border
{
		margin:10px auto;
	border-bottom:1px solid #aaa;
}

#address p
{
	margin:0 !important;
	padding:0;
}


/**
 * Sales Rep Stuff
 */
 
/** for index **/

#contact-sales-rep
{
	display:block;
	clear:both;
	width:196px;
	height:35px;
	background:url(/images/shared/buttons/contact-sales-rep.png) 0 0 no-repeat;
}

#contact-form
{
	display:block;
	padding-left:0px;
}

#contact-sales-rep:hover
{
	background-position:0 -35px;
}

/** for sales-representatives **/

#rep-map
{
	display:block;
	clear:both;
	margin:30px auto;
	width:720px;
	height:450px;
}

table.reps
{
	display:table;
	border-collapse:collapse;
	margin:20px auto;
	width:700px;
}

table.reps th
{
	border-bottom:1px solid #333;
	background-color:#f5f5f5;
	padding:10px;
}

table.reps td
{
	border-bottom:1px solid #eee;
	padding:10px;
}

table.reps a
{
	display:block;
	clear:both;
	float:left;
}

.region_id
{
	width:25px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-size:14px;
	background-color:#f5f5f5;
}

.rep
{
	width:350px;
}

.phone
{
	width:125px;
}

.on-the-web
{
	width:200px;
}

/**
 * Region colors
 */

.region_1
{
	background-color:#ffa633;
}

.region_2
{
	background-color:#00a99d;
}

.region_3
{
	background-color:#696969;
}

.region_4
{
	background-color:#b3b3b3;
}

.region_5
{
	background-color:#3f1070;
}

.region_6
{
	background-color:#0b7ecf;
}

.region_7
{
	background-color:#4068c9;
}

.region_8
{
	background-color:#1f74b0;
	
}

.region_9
{
	background-color:#cccccc;
}

.region_10
{
	background-color:#ffbc66;
}

.region_11
{
	background-color:#b6a8cc;
}

.region_12
{
	background-color:#8263a2;
}

.region_13
{
	background-color:#7fc2f2;
}

.region_14
{
	background-color:#73d0c9;
}

.region_15
{
	background-color:#a65f97;
}

.region_16
{
	background-color:#d6c995;
}

.region_17
{
	background-color:#05663f;
	color:#333;
}

.region_18
{
	background-color:#efaa1f;
	color:#333;
}

.region_19
{
	background-color:#f1aa00;
}

.region_20
{
	background-color:#03653e;
}

.region_21
{
	background-color:#254db4;
}
	
