* {
	font-family:sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

fieldset {
	margin:3px 0px;
	clear:both;
}

#map_canvas {
	width:550px; 
	height:400px; 
	float:left; 
	z-index:0;
	display:block;
	background:#eee;
}

#gallery_info {
	list-style:none;
	line-height:1.3em;
	float:left;
	width:250px;
/*	background:#eee;*/
	margin-right:60px;
	color:#222;
}

#gallery_address {
	margin-bottom:15px;
}

#gallery_address .header{
	font-size:1.1em;
}

#gallery_phone {
	margin-bottom:15px;
}

#gallery_phone .label{
	width:25px;
	float:left;	
}

#gallery_email {
	position:relative;
}

#gallery_email a#emaillink{
	text-decoration:none;
	color:#666;
	font-weight:bold;
	background:url(../../images/gallery/email.gif) no-repeat bottom right;
	width:55px;
	height:11px;
	padding-bottom:-1px;
	display:block;
}

#gallery_email a#emaillink:hover, #contantus #closeemail:hover{
	color:#000;
	background-position:top right;
}

#email_form {
	display:block;
/*	background:#ccc;*/
	width:412px;
	height:202px;
	position:absolute;
	background:url(../../images/gallery/email_bg.png) no-repeat top left;
	left:30px;
	top:-20px;
	 z-index:1;
}

#contantus {
	margin:15px;
}

#contantus label, #mail_form label {
	font-size:1.8em;
	color:#212121;
	font-weight:normal;
	float:left;
	clear:both;
/*	background:#f60;*/
	margin-bottom:10px;
}

#contantus #closeemail {
	float:right;
	text-decoration:none;
	color:#999;
	font-weight:bold;
	background:url(../../images/gallery/email_close.gif) no-repeat bottom right;
	width:15px;
	height:15px;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
}

#contantus input.textfield, #contantus textarea.textfield{
	border:none;
	padding:5px;
	color:#666;
}

#contantus .button, #mail_form .button{
/*	margin-top:5px;*/
	border:none;
	color:#999;
	font-weight:bold;
	background:none;
	font-size:1.2em;
}

#contantus .button:hover, #mail_form .button:hover{
	color:#222;
}

#form_email, #form_name, #form_msg {
	width:370px;
	margin-bottom:5px;
}

#form_msg {
	height:60px;
}

/*#contantus #form_submit, #mail_form  #mail_submit{
	background:none;
	padding:0px;
	margin-top:3px;
	font-size:1.3em;
	color:#9B9B9B;
}*/

#gallery_staff{
	list-style:none;
	margin-top:30px;
	padding:0px;
}

#gallery_staff .header{
	font-weight:bold;
	margin-bottom:10px
}

/*news letter*/

#target {
/*	margin:20px;*/
	padding:0px 1px 1px 0px;
	background:#999;
}

#mailinglist {
	width:400px;
	height:250px;
	float:left;
	margin:-2px 0px 0px -2px;
	position:relative;
	border:1px solid #aaa;
	background:#fff;
}

#mailinglist #closebox {
	position:absolute;
	right:10px;
	top:10px;
	text-decoration:none;
	color:#999;
	font-weight:bold;
	background:url(../../images/gallery/email_close.gif) no-repeat bottom right;
	width:15px;
	height:15px;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
}

#mailinglist #closebox:hover{
	background-position:top right;
}


#mail_form {
	margin:10px 10px 15px 10px;
}

#mail_form p{
	margin:10px 0px;
	color:#222;
}

#mail_form input.textfield, #mail_form textarea.textfield {
	background:#E6E7E8;
	border:none;
	padding:5px;
}

#mail_name, #mail_address, #mail_phone, #mail_email, #mail_msg {
	width:370px;
	margin-bottom:5px;
}

#mail_city, #mail_zip {
	width:178px;
	margin-bottom:5px;
}

/* news style*/

#newslist {
	width:500px;
}

#newslist li{
	margin-bottom:20px;
}

#newslist h1{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	font-size:1.3em;
	color:#666;
}

#newslist .news_text p{
	line-height:1.1em;
	font-size:1em;
}

#newslist .news_text a {
	color:#666;
	line-height:1.1em;
	font-size:1em;
}

#newslist .news_text a:hover {
	color:#000;
}

#newslist .news_date{
	color:#666;
	margin-top:1em;
}



