.contactpage .contactcontent {
	float:left;
	width:65%;
}.contactpage .contactcontent p img {
	width:100%;
}
.contactpage .contactform {
	float:right;
	width:30%;
}
.contactpage .contactform .formcontactpage {
    padding: 5px;
    border: 1px solid #84bedb;
    border-radius: 5px;
    background-color: #ebf3f7;
}
.contactpage .contactform .formcontactpage .contactformtitle {
    color: #5c9fc1;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
    padding:0;
}
.contactpage .contactform .formcontactpage .contactformtitle div {
	display:block;
    font: normal 25px Georgia;
}
.contactpage .contactform .formcontactpage p {
	width:95%;
}
.contactpage .contactform .formcontactpage p input, 
.contactpage .contactform .formcontactpage p textarea {
	width:100%;
	border: 1px solid #b2b2b2;
}
.contactpage .contactform .formcontactpage p input[type=submit] {
	width:105%;
	padding: 10px 15px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #1e5e7f;
    background-color: #5c9fc1;
    border: 1px solid #ffffff;
    font-size: 14px;
}
.contactpage .contactform .formcontactpage p input[type=submit]:hover {
	cursor:pointer;
	color: #31779b;
    text-shadow: 1px 1px 1px #ffffff;
    background-color: #eaf8ff;
    border: 1px solid #5c9fc1;
}

.titepage, .titepage h1 {
    margin: 0 0 10px 20px;
    font: normal 35px Times New Roman, Georgia;
    color: #5c9fc1;
    text-shadow: 1px 1px 2px #ffffff;
}

.contactpage .managerlist {
    float: left;
    position: relative;
    width: 410px;
    height: 175px;
    margin: 10px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #b5dbef;
    border-radius: 5px;
    box-shadow: 0 0 7px #a8d3e8;
    line-height: 20px;
    text-shadow: 1px 1px 1px #ffffff;
}
.contactpage .managerlist img.portret {
    float: left;
	width: 150px;
    height: 150px;
    margin: -5px 10px 0 0;
    width: 150px;
    padding: 0 5px 0 0px;
    background-color: #ffffff;
}
.contactpage .managerlist .city {
    font: italic normal 10px Arial;
    text-align: right;
    margin-right: 45px;
    border-bottom: 1px solid #5c9fc1;
    padding: 0 0 3px 0;
}
.contactpage .managerlist .name {
    font: bold 17px Georgia;
    color: #5c9fc1;
    text-align: center;
    margin-top: 20px;
}
.contactpage .managerlist .phone {
    font: bold 22px Georgia;
    color: #5c9fc1;
    text-align: center;
    margin-top: 10px;
}
.contactpage .managerlist .contact {
    text-align: center;
    margin-top: 10px;
}
.contactpage .managerlist .contlogo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 55px;
    z-index: 10;
}
.contactpage .managerlist .contlogo img {
    height: 55px;
    margin: 0;
}

.prod_img_link {
	width:670px; 
	margin:0 auto; 
	z-index:1;
}
.prod_img_link a {
	display: inline-block; 
	position: relative; 
	margin:0 10px; 
	padding:80px 15px 0 15px;
}
.prod_img_link a img {
	position: absolute; 
	top:0; 
	left:50%; 
	margin-left:-40px; 
	width: 80px;
 -webkit-transition: .2s ease-out;
 -webkit-transition-delay: 0.0s;
 -o-transition: .2s ease-out;
 -o-transition-delay: 0.0s;
 -moz-transition: .2s ease-out;
 -moz-transition-delay: 0.0s;
 transition: .2s ease-out;
 transition-delay: 0.0s;
}
.prod_img_link a:hover {
	z-index:20; 
	color:#003d8d;
}
.prod_img_link a:hover img {
	position: absolute; 
	top:-70px; 
	left:50%; 
	margin-left:-75px; 
	width: 150px; 
	box-shadow:0 0 10px #c9c9c9;
}