#ContactUs
{
	position: relative;
	overflow: hidden;
	
	margin: 0px auto;
}

#ContactUs > .Left
{
	float: left;

	width: 50%;
	
	position: relative;
	overflow: hidden;
}

#ContactUs > .Left > img
{
	position: absolute;
	
	top: 25px;
	left: 20px;
}

#ContactUs > .Left > .Content
{
	position: relative;
	overflow: hidden;
	
	top: 85px;
	left: 170px;
}

#ContactUs > .Left > .Content > .Title
{
	position: relative;
	overflow: hidden;
	
	color: #C72D2D;
	font-size: 55px;
	font-weight: bolder;
}

#ContactUs > .Left > .Content > .Title.Sub
{
	position: relative;
	overflow: hidden;
	
	padding-left: 4px;
	margin-bottom: 20px;
	
	color: #B0B0B0;
	font-size: 20px;
	font-weight: bolder;
}

#ContactUs > .Left > .Content > .CompanyName
{
	position: relative;
	overflow: hidden;
	
	font-weight: bolder;
	padding-left: 4px;
}

#ContactUs > .Left > .Content > .Address
{
	position: relative;
	overflow: hidden;
	
	margin-bottom: 20px;
	
	padding-left: 4px;
	line-height: 18px;
	
	color: #7D7D7D;
}

#ContactUs > .Left > .Content > .Contact
{
	position: relative;
	overflow: hidden;
	
	padding-left: 4px;
	line-height: 18px;
	color: #7D7D7D;
}

#ContactUs > .Left > .Content > .Email
{
	position: relative;
	overflow: hidden;
	
	padding-left: 4px;
	line-height: 18px;
	color: #7D7D7D;
}

#ContactUs > .Left > .Content > .Email > a
{
	color: #C72D2D;
}

#ContactUs > .Right
{
	float: left;
	
	width: 50%;
	
	position: relative;
	overflow: hidden;
}

#ContactUs > .Right > iframe
{
	position: absolute;
	
	top: 20px;
	left: 25px;
}


