/**
 * 
 * @version 
 * @author 
 */

@import '../../global.css';
@import '../products.css';

/** Features page
-----------------------------------------*/
#content{
	padding:40px 0;
}
#content p{
	margin-bottom: 2em;
	font-size:77%;
}
#content p small {
	display: block;
	margin-top: 0.5em;
}
#content p a{
	color:#009999;
	text-decoration:underline;
}
#content h3{
	color:#339999;
	font-size:88%;
}
#paragraph01 .photo{
	float:left;
	width:500px;
}
#paragraph01 .text{
	float:right;
	width:430px;
	padding-right:30px;
}
#paragraph01 .text h2{
	margin:45px 0 25px 0;
}


#paragraph02 .photo{
	float:right;
	width:460px;
	position:relative;
	margin-top:-6em;
}
#paragraph02 .text{
	float:left;
	width:440px;
	padding:10px 0 0 30px;
}
#content h3{
	margin:20px 0 10px;
}
#paragraph02 .text p{
	position:relative;
	padding-left:90px;
}
#paragraph02 .text p img{
	position:absolute;
	top:0;
	left:0;
}
*html #paragraph02 .text p img{
	left:-90px;
}
#paragraph03 .photo{
	float:left;
	width:420px;
	font-size:66%;
	margin-top:-4em;
	position:relative;
}
#paragraph03 .text{
	float:right;
	width:510px;
	padding: 20px 30px 0 0;
}
#paragraph03 #about_office {
	position: relative;
	padding-left: 150px;
}
#paragraph03 #about_office img {
	position: absolute;
	left: 0;
	top: 0;
}

#paragraph04 .photo{
	float:right;
	width:540px;
	position:relative;
}
#paragraph04 .text{
	float:left;
	width:370px;
	padding:20px 0 0 30px;
}
#paragraph05 .photo{
	float:left;
	width:450px;
}
#paragraph05 .text{
	float:right;
	width:480px;
	padding:30px 30px 0 0;
}


#officemodel {
	width: 620px;
	margin: 30px 30px 0;
	padding: 15px;
	border: 1px solid #ddd;
}
#officemodel h3 {
	margin-top: 0;
}
#officemodel p {
	position: relative;
	margin: 0;
	padding-left: 150px;
}
#officemodel p img {
	position: absolute;
	left: 0;
	top: 0;
}
#officemodel small {
	display: block;
	font-size: 90%;
	color: #999;
}