@charset "utf-8";
/* CSS Document */


/**************font-face*****************************/

@font-face {
	font-family: 'TitilliumTitle12';
	src: url('font/TitilliumTitle12.eot?') format('eot'), 
	     url('font/TitilliumTitle12.otf')  format('opentype'),
	     url('font/TitilliumTitle12.woff') format('woff'), 
	     url('font/TitilliumTitle12.ttf')  format('truetype'),
	     url('font/TitilliumTitle12.svg#TitilliumTitle12') format('svg');
}

@font-face {
	font-family: 'HelveticaLT-Light';
	src: url('font/HelveticaLT-Light.eot?') format('eot'), 
	     url('font/HelveticaLT-Light.woff') format('woff'), 
	     url('font/HelveticaLT-Light.ttf')  format('truetype'),
	     url('font/HelveticaLT-Light.svg#HelveticaLT-Light') format('svg');
}

/************************font face****************************************/
@media only screen{
body
{
	font-family: 'HelveticaLT-Light';
	font-size:12px;
	margin:0 auto;
}
.wrapper
{
	width:1000px;
	margin:auto;
	height:auto;
}
.imgbg
{
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:-1;
}
h1,h2,h3,h4,h5,h6,p,ul
{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
}
a{
	color:#000;
	text-decoration:none;
}
header
{
	width:100%;
	height:50px;
	margin:auto;
}
.header
{
	width:100%;
	height:50px;
	margin:auto;
}
.logo
{
	width:50%;
	height:50px;
	margin:auto;
	float:left;
}
.menu
{
	width:50%;
	height:50px;
	margin:auto;
	float:left;
	
}
.margin-top-10
{
	margin-top:10px;
}
.menu ul
{
	float:right;
	margin-right:2%;
}
.menu ul li
{
	float:left;
	list-style:none;
}
.menu ul li a
{
	padding:0 7px;
	text-decoration:none;
	color:#fff;
	border-right:1px solid #fff;
	font-size:16px;
	line-height:50px;
}
.menu ul li:last-child a
{
	border-right:none;
}
.container
{
	width:1000px;
	height:auto;
	margin:auto;
	margin-top:100px;
	color:#FFF;
}
.container h1
{
	font-size:50px;
	font-family: 'TitilliumTitle12';
	text-transform:uppercase;
}
.container p
{
	font-size:18px;
	font-family: 'TitilliumTitle12';
	line-height:30px;
}
.centercontent
{
	width:1000px;
	height:300px;
	margin:auto;
	margin-top:150px;
}
.margintop20
{
	margin-top:20px;
}
.margintop70
{
	margin-top:70px;
}
.margintop100
{
	margin-top:100px;
}
.margintop200
{
	margin-top:200px;
}
.button
{
	width:190px;
	height:45px;
	text-align:center;
	color:#FFF;
	font-size:17px;
	background:url(images/buttonbg_21.png) repeat;
	border-radius:5px;
	border:0;
}
.contentcolumn
{
	width:300px;
	padding:0 33px 0 0;
	height:200px;
	float:left;
	color:#FFF;
}
.companylogo
{
	width:100%;
	height:70px;
	float:left
}
.columntext
{
	width:100%;
	height:100px;
	float:left;
}
p
{
	font-size:16px;
}
.inputround
{
	border:1px solid #FFF;
	border-radius:10px;
	padding:5px 10px;
	font-family: 'HelveticaLT-Light';
	color:#FFF;
	background:none;
	width:95%;
	font-size:16px;
	margin-bottom:5px;
}
.fright
{
	float:right;
}
.width50per
{
	width:50%;
	height:auto;
	float:left;
}
.width40per
{
	width:40%;
	height:auto;
	float:left;
}
.contactcontent
{
	font-size:24px;
	font-family: 'TitilliumTitle12';
	text-align:center;	
}
.padleft10per
{
	padding-left:10%;
}
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; 
}

:-ms-input-placeholder {  
   color: #fff;
}

}