/* CSS Document */

/* ##########  START CONTACT PAGE  ########## */
#bg_art_contact_box {
	position:absolute;
	left: 20;
	top: 10;
	background-image: url('../images/bg_art_contact_box.jpg');
	background-repeat: no-repeat;
	width:896px;
	height: 596px;
	z-index:10;
}

#mailing_address {
	padding: 0px;
	font-family:  "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #000000;
	font-size: 10px;
	font-weight: 100;
	z-index: 400;
}

#phone {
	padding: 0px;
	font-family:  "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #000000;
	font-size: 10px;
	font-weight: 100;
	z-index: 400;
}

#email {
	padding:0px;
	font-family:  "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #000000;
	font-size: 10px;
	font-weight: 100;
	z-index: 900;
}

/* 
#map {
	position: absolute;
	left: 217;
	top: 312;
	background-image: url('../images/map.gif');
	background-repeat: no-repeat;
	width: 678px;
	height: 273px;
	z-index:200;
}

*/

#map_tool {
	position: absolute;
	left: 200;
	top: 480;
	width:182px;
	height:29px;
	font-family: "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color:#000000;
	font-size:10px;
	font-weight:100;
	z-index:300;
}

#button_go {
	height: 12px;
	width: 30px;
	position: relative;
	left: 0px;
	top: 5px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background: transparent url('../images/button_go_map.gif') no-repeat;
  	text-indent: -1000em;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#contact_bottom_nav {
	position:absolute;
	top: 619px;
	right:-25;
	width:777px;
	padding: 0 0 40 0
	z-index:10;
}

#contact_headline_red {
	font-size:13px;
	font-weight:600;
	color:#BF0000;
	z-index:200;
	padding-bottom:6px;
}

#contact_big_number {
	font-family:  "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:600;
	color:#990000;
	z-index:200;
	padding-left:0px;
	padding-top:10px;
}

