﻿.content-top {
	height: 33px;
	padding: 30px 70px 20px 70px;
	background-image: url('../images/content-top-1000.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.content-body {
	color: #5D6D72;
	padding: 20px 40px 20px 40px;
	background-image: url('../images/content-body-1000.png');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.content-bottom {
	height: 15px;
	background-image: url('../images/content-bottom-1000.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
/*********************************************/
.content-block {
	height: 200px;
}
.content-photo {
	width: 250px;
	height: 160px;
	padding: 4px 0px 0px 4px;
	background-image: url('../images/product/imageholder.png');
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	float: left;
}
.content-text {
	margin: 0px 20px 0px 40px;
	width: 500px;

	float: left;
}
.content-body h2 {
	font-size: 18px;
	letter-spacing: 20px;
	line-height: 38px;
}
.content-body li {
	font-size: 14px;
	line-height: 18px;
}
/*********************************************/
.home-photo {
	top: 50px;
	left: 100px;
	width: 490px;
	height: 276px;
	padding: 6px 6px 21px 6px;
	background-image: url('../images/pictureholder.png');
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	float: left;
}
.home-text {
	top: 50px;
	left: 150px;
	color: #FFFFFF;
	line-height: 36px;
	position: relative;
	float: left;
}
.home-text h2 {
	font-size: 16px;
	line-height: 34px;
}

.about-logo {margin: -80px 0px 100px 0px; float: right;}
/*********************************************/
.contact {
	height: 140px;
	margin: 10px 0px 40px 0px;
}
.namecard {
	float: left;
	width: 400px;
	height: 120px;
	margin: 10px 0px 10px 0px;
}
.namecard-qrcode {
	float: left;
	margin: 6px 20px 10px 0px;
	padding: 1px 1px 1px 1px;
	box-shadow: 0px 0px 3px #888888;
}
/*********************************************/
.map {
	width: 600px;
	border-width: 1px;
	border-color: #111111;
	border-style: solid;
	border-radius: 20px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.8);
}
.map iframe {
	width: 600px;
	height: 400px;
	border-width: 0px;
	border-radius: 20px;
}
/*********************************************/
.v-sep {
	display: block;
	position: relative;
	overflow: auto;
	float: left;
	margin: 0px 20px 0px 20px;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #999999;
}
.h-sep {
clear: both;
height: 1px;
padding-top: 20px;
padding-bottom: 20px;
background-position: 0px 0px;
background-repeat: no-repeat;
background-image: url(../images/separator.png);
}