@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bgbody.gif);
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration:none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}


*/
.content {

	padding: 10px 0;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



#head {
	height:200px; background-color:#FFFFFF;	
	background-image:url(../images/bck.jpg);
	border-bottom:5px solid #fff;
	box-shadow: 0 0 10px #888;
	z-index:20;
}

#gomap {
	z-index:10;
}

#contactform {
width:945px;
height:530px;
background: rgba(155, 200, 220, 0.5);
background-repeat:no-repeat;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 10px #888;
border:5px solid #fff;
}


#contformleft {
padding: 30px;
font-size: 15px;
color: #666;
height:480px;
background-image:url(../images/bg_sliceline.png);
}

#contformright {
padding-top:40px;
padding-bottom: 30px;
font-size: 15px;
color: #FFF;	
text-shadow:1px 1px 1px #333;
height:480px;
background-image:url(../images/bg_sliceline.png);
background-repeat:no-repeat;
}


.mailform{
height:450px;

}

/*
.button1 {display:inline-block;font-size:16px;color:#000;text-transform:uppercase;text-decoration:none;background:#fff;line-height:33px;position:relative}
.button1 span {position:absolute;top:0;left:0;width:100%;height:100%;background:#999}
.button1 strong {position:relative;font-weight:400;display:block;padding:0 14px;letter-spacing:-1px}
.button1:hover {color:#fff}
*/


#footer {
	height:150px; 
	color: #555;
	border-top:2px solid #CCC;
	background: rgba(155, 155, 155, 0.5);	
	background-image:url(../images/bg_sliceline.png);
}

.footlink:visited {color:#666;}
.footlink:hover, a:active {
	color: #09F;
}

/*...slider {padding:10px;
width:916px;height:350px;
background: rgba(255, 255, 255, 0.4);
-moz-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
box-shadow:inset 0 0 10px #666666;
border:3px solid #999;
margin-bottom:10px;margin-top:90px;
}
*/