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

body {
	margin: 0px;
	background: #665641 url(../images/slice_top_blue_bar.jpg) top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7c7266;
}
h2{
	color:#002c43;
	font-size:14px;
}
h2 em{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7c7266;
	font-weight:normal;
}
.services {
	background:#f7f5e4 url(../images/bg_cat.jpg) bottom right no-repeat;
	padding:5px;
}
.contact{
	background-color:#f7f5e4;
	padding:10px;
	margin-top:10px;
}
.form{
	padding-top:20px;
}
.blue_bold{
	color:#002c43;
	font-weight:bold;
}
img.city{
	padding:0px 10px 50px 0px;
}
.area{
	padding:5px;
	background-color:#e8e3cf;
}
.left{
	background-image:url(../images/slice_main_L.jpg);
}
.right{
	background-image:url(../images/slice_main_R.jpg);
}
input.shadow, textarea.shadow{
	border:1px solid #CCCCCC;
	background:url(../images/formShadow.jpg) top left no-repeat;
	color:#666666;
	padding:0px 5px;
}
a:link, a:visited{
	color:#002c43;
	text-decoration:none;
}
a:hover, a:active{
	color:#002c43;
	text-decoration:underline;
}
.footer{
	 background:#f7f5e4 url(../images/slice_footer.jpg) repeat-x;
	 height:54px;
	 color:#f7f5e4;
}
.footer a{
	color:#f7f5e4;
}

/* POP UP */
#mypopup{
	text-align:left;
	position: absolute;
	padding:10px;
	width: 400px;
	height: 400px;
	display: none;
	background-color: #FFFFFF;
	border: 2px solid #002c43;	
}
#mypopup h1{
	font-size:20px;
}
