@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: white;
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 1200px;
	min-height: 600px;
	margin: 0 auto;
	background-color: #2D2F35;
}
h1 {
	margin: 0;
	text-align: left;
}
/* Phan Header */
.header {
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #474a51;
}
.header:after, .container:after, .main:after {
	content: "";
	clear: both;
	display: block;
    height: 0;
	visibility: hidden;
}
.logo {
	float: left;
	margin: 
}
.title {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #fefe01;
	font-size: 20px;
	word-spacing: 14px;
}
/* Phan Banner */
.banner {
	position: relative;
	width: 100%;
	min-height: 300px;
	background: url(../images/bg_home_intro.gif); 
	border-bottom: 1px solid #474a51;
}
.our-product {
	width: 950px;
	margin: 0 auto;
}
.our-product p {
	width: 358px;
	margin-top: 30px;
}
.img-intro {
	position: absolute;
	height: 300px;
	right: 12%;
	top: 0;
}
.img-intro img {
	height: 100%;
	width: 100%;
}
/* Menu-List */
.container {
	width: 950px;
	margin: 0 auto;
	padding-left: 50px;
}
.container li{
	float: left;
	width: 212px;
	list-style: none;
	margin-right: 12px;
}
.container li a {
	text-decoration: none;
}
.menu-list {
	width: 1200px;
	height: 110px;
	margin: 25px 0 0 0px;
	border-bottom: 1px solid #474a51;
}
.menu-list a {
	float: left;
	display: block;
	padding: 0 8px;
}
.item {
	position: relative;
}
.item-img {
	width: 210px;
	height: 100px;
}
.icon {
	position: absolute;
	top: 2px;
	right: 11px;
}
/* Main */
.main  {
	width: 950px;
	margin: 0 auto;
	padding: 5px 0;
}
.info {
	margin-top: 4px;
	text-align: justify;
}
.info-left {
	float: left;
	width: 356px;
	margin-bottom: 40px;
	background: url(../images/home_services_bg_design.gif) no-repeat right bottom;
}
.info .title {
	font-size: 16px;
}
.info-right {
	float: right;
	width: 356px;
	background: url(../images/home_services_bg_marketing.gif) no-repeat left top;
}
.info-left p {
	margin-top: 0;
}
.info-right p {
	padding-top: 30px;
}
/* Footer */
.footer {
	position: relative;
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	background: url('../images/bg_footer2.gif');
	border-top: 1px solid #474a51;
}
.footer .content {
	text-align: center;
}