@charset "utf-8";

body { background: #f3f3f3; font-family: Arial, Helvetica, sans-serif; }

/*------------------------------------------------------------------
[1. Common ]
*/

	.wrapper { margin: 0px auto; width: 960px; }	

	/*------------------------------------------------------------------
	[1.1 Header ]
	*/	
	
	.header { float: left; width: 910px; }
		.menu { float: left; margin-top: 25px; height: 30px; width: 910px; background: #dadada; border-bottom: 2px solid #afafaf; text-align: center; padding-top: 15px;  }
		.logo { float: left; }
		.top-banner { float: right; padding-top: 20px; } 
		.advert-right { padding-top: 30px; padding-left: 80px; }
		.header h1 { float: left; text-indent: -777em; margin-top: 15px; background: url(../img/download-internet-security.jpg) no-repeat; display: block; width: 910px; height: 250px; padding-bottom: 25px; } 
		
	/*------------------------------------------------------------------
	[1.2 Footer ]
	*/			
	
	.footer { margin: 0px auto; width: 960px; }
		.footer-left { float: left; width: 480px; padding-top: 10px; }
		.footer-right { float: left; width: 480px; text-align: right; padding-top: 10px; }
		
		.footer span { padding: 25px; font-size: 11px; line-height: 18px; color: #a6a6a6; }
			.footer a { color: #a6a6a6; }
			
	/*------------------------------------------------------------------
	[1.3 Content ]
	*/	
	
	.content { background: #fff; float: left; padding: 25px; width: 910px;  border-bottom: 1px solid #afafaf;  } 
		.left { float: left; width: 585px; }
			.left ul { padding-bottom: 20px; }
				.left ul li a { color: #0000FF; }
		.right { float: left; padding-left: 25px; width: 300px; }
		
/*------------------------------------------------------------------
[2. Typography ]
*/	

h1 { font-size: 36px; line-height: 42px; color: #333;  padding-bottom: 15px; font-weight: bold; }
h2 { font-size: 18px; line-height: 30px; color: #333; padding-bottom: 15px; font-weight: bold; }
h3 { font-size: 16px; line-height: 24px; color: #333; padding-bottom: 15px; font-weight: bold; }
h4 { font-size: 24px; line-height: 36px; color: #157979; padding-bottom: 20px; padding-top: 30px; font-weight: bold; }
p { font-size: 14px; line-height: 24px; color: #4c4d4d;  padding-bottom: 20px; }
.white { color: #fff; }

ul {}
li { font-size: 14px; line-height: 24px; padding-bottom: 5px; list-style: disc; color: #4c4d4d; margin-left: 20px; } 

/*------------------------------------------------------------------
[3. Home ]
*/		

