@charset "UTF-8";
body {
	background: #000000;
	margin: 0; 
	padding: 0;
}
.v3d #container {
	width: 900px;
	height: 717px;
	margin: 0 auto;
}
.v3d #menu {
	padding: 0
	width: 900px;
	height: 137px;
}
.v3d #header {
	width: 820px;
	height: 137px;
	margin: 0 auto;
	border: 0px;
	text-align: left;
	vertical-align:top;
}
.v3d #logo {
	width: 320px;
	height: 109px;
	padding-left: 10px;
	float:left;
}
.v3d #quoteBtn {
	width: 244px;
	height: 31px;
	padding-right: 10px;
	float:right;
	position:relative;
}
.v3d #phone {
	width: 244px;
	height: 50px;
	float:right;
	padding-right:31px;
}
.v3d #menuContainer {
	width: 480px;
	height: 28px;
	float:right;
	padding-right:10px;
}
.v3d #submenuContainer {
	width: 804px;
	height: 28px;
	text-align:right;
	float:right;
	margin-right:6px;
}
.v3d #mainContact {
	width: 800px;
	height: 438px;
	margin: 0 auto;
	border:1px solid #FFFFFF;
	background-image:url(/images/contactus_bg.png);
	background-position:center;
	background-repeat:no-repeat;
}
.v3d #mainSupport {
	width: 800px;
	height: 438px;
	margin: 0 auto;
	border:1px solid #FFFFFF;
	background-image:url(/images/support_bg.png);
	background-position:center;
	background-repeat:no-repeat;
}
.v3d #mainEmployment {
	width: 800px;
	height: 438px;
	margin: 0 auto;
	border:1px solid #FFFFFF;
	background-image:url(/images/employment_bg.png);
	background-position:center;
	background-repeat:no-repeat;
}
.v3d #footer {
	width: 800px;
	height: 26px;
	margin: 0 auto;
	background-image:url(/images/contactus_footer.png);
	background-position:center;
	background-repeat:no-repeat;
}
.v3d #leftContent {
	margin-top: 65px;
	margin-left: 33px;
	float:left;
	width: 372px;
	height: 235px;
}
.v3d #leftContentBottom {
	margin-left: 33px;
	float:left;
	width: 372px;
	height: 50px;
}
.v3d #rightContent {
	margin-top: 63px;
	margin-right: 23px;
	float:right;
	width: 340px;
	height: 354px;
}
.headertxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}
.maintxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.phonetxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
}
.mainFoot {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
}