





@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	font-weight:normal;
}

h1,h2{font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px; color:#666666;}
h1{font-size:45px; color:#666666; height:47px; font-weight:lighter;}
a{text-decoration:none; outline:none; color:#666666;}
a:hover{color:#666666;}
a img{border:none;}

p{margin:0px; padding:0px;}

.float_margin_image{
	float:left;
	margin-right:20px;
	margin-top:18px;
}

#wrapper{
	margin:0 auto;
	width:980px;
	height:530px;
	padding-top:35px;
}

#logo{
	width:399px;
	height:68px;
	display:block;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	margin-top:82px;
	margin-bottom:57px;
	margin-left:38px;
}

	#logo a{
		width:399px;
		height:68px;
		display:block;
		text-indent:-999999px;
	}
	
.intro_text{
	width:100%px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#666666;
	margin-left:38px;
}

	.intro_text a{
		font-size:47px;
		color:#000000;
		text-decoration:underline;
	}
	
		.intro_text a:hover{
			color:#333333;
			text-decoration:none;
		}
		
#navi_wrape{
	width:100%;
	height:40px;
	margin-bottom:180px;
}

#navigation{
	margin:0 auto;
	width:955px;
	height:40px;
	padding-left:25px;
	
}

	#navigation a{
		padding-left:53px;
		padding-right:53px;
		display:block;
		float:left;
		background-image:url(../images/navi-bullet.gif);
		background-repeat:no-repeat;
		background-position:top center;
		padding-top:24px;
		color:#7a7a7a;
	}
	
		#navigation a:hover{
			color:#5d5b5b;
		}


.gray_line{
	width:100%;
	height:1px;
	background-color:#adadad;
}

#footer_wrape{
	width:100%;
	height:154px;
	background-image:url(../images/footer-bg1.gif);
	background-repeat:repeat-x;
	clear:both;
}

#footer{
	width:900;
	height:130px;
	margin:0 auto;
	text-align:center;
	padding-top:24px;
	font-size:14px;
	color:#9f9f9f;
}

#footer_icons{
	margin:0 auto;
	width:300px;
}

	#footer_icons a{
		float:right;
		margin-top:6px;
	}
	
	#footer_icons img{
		margin-right:8px;
	}

#what_we_do{
	width:837px;
	height:467px;
	background-image:url(../images/pop-up-box.gif);
	background-repeat:no-repeat;
	margin-top:54px;
	margin-left:38px;
	padding-right:84px;
	position:relative;
}

.what_we_do_leftside{
	width:450px;
	float:left;
	color:#000000;
}

	.what_we_do_leftside h1{
		font-size:40px;
	}
	
.what_we_do_rightside{
	width:340px;
	float:right;
	font-size:14px;
}

#fotune_brands{
	width:837px;
	height:467px;
	background-image:url(../images/500-brand-bg.gif);
	background-repeat:no-repeat;
	margin-top:54px;
	margin-left:38px;
	padding-right:84px;
	position:relative;
}

#publishers{
	width:837px;
	height:467px;
	background-image:url(../images/publishers-bg.gif);
	background-repeat:no-repeat;
	margin-top:54px;
	margin-left:38px;
	padding-right:84px;
	position:relative;
}

#advertising{
	width:837px;
	height:467px;
	background-image:url(../images/advertising-bg.gif);
	background-repeat:no-repeat;
	margin-top:54px;
	margin-left:38px;
	padding-right:84px;
	position:relative;
}

#internet-business{
	width:837px;
	height:467px;
	background-image:url(../images/internet-bg.gif);
	background-repeat:no-repeat;
	margin-top:54px;
	margin-left:38px;
	padding-right:84px;
	position:relative;
}

.close_btn{
	width:42px;
	height:40px;
	position:absolute;
	top: -16px;
	left: 879px;
}

