/* CSS Document */
*{ margin:0px auto;}
body { font:12px Verdana, Arial, Helvetica, sans-serif;}
h1 { margin:0 0 5px 0; text-align:center;}
h5 { margin:0px; padding:0px;}
img { border:0px; margin:0px; padding:0px;}
p { margin:0px;}
/*  header css */
#header { width:780px; height:220px; border:1px solid #009900;}
	.logo { float:left; margin:3px;}
	.top_menu ul { background:#fff; float:right; margin:8px 0 0 0; padding:0px; width:490px;}
	.top_menu ul li { float:left; list-style-type:none; margin-left:4px;}

	.main_menu ul { margin:12px 8px 0 0; padding:0px; float:right;}
	.main_menu ul li { float:left; list-style-type:none; margin-left:4px;}
	.pic { clear:both; width:100%; height:120px;}
	#list { width:780px; border-top:3px solid #ccc; clear:both;}
	#url { font-size:17px; font-weight:600; color:#006633; text-align:center;}
	#mask { color:#FF0000; text-align:center;}
	.word1 { font-size:17px; font-weight:600; color:#0000FF; text-align:center;}
	.word2 { font-size:17px; font-weight:600; color:#FF00FF; text-align:center;}
/* content css */
#content { width:780px; height:440px; background:#fff; border:1px solid #009900;}
	.leftMenu{ width:225px; height:438px; background:#fff; border-right:1px dotted #aaa; float:left;}
		.nagaritor{ width:220px; height:23px; border-top:1px dotted #aaa; border-bottom:1px dotted #aaa; background:#FFE9A4; padding:3px 0 0 4px; margin-top:3px;}
		.leftMenu a{ display:block; color:#000; text-align:center; text-decoration:none; height:25px; margin:5px 0;}
		.leftMenu a:hover { font-size:17px; text-decoration:underline; color:blue; }
	.rightContent{ width:552px; height:438px; float:right;}
		.product_tittle { width:550px; padding:3px 0 0 3px; height:23px; border-top:1px dotted #aaa; border-bottom:1px dotted #aaa; background:#C7EEBB; margin-top:3px;}
			.product_tittle a { text-decoration:none; margin-left:350px; color:#333333; font:14px Verdana, Arial, Helvetica, sans-serif;}
			.product_tittle a:hover { text-decoration:underline; color:blue;}
		.product_pic{ padding:5px;}
			.product_pic a { border:1px solid #ddd; height:113px; display:block; width:145px; float:left; margin:3px 11px;}
			.product_pic a:hover { border:1px solid #D98604; height:113px; width:145px;}
			.product_pic a img{ width:140px; height:107px; margin:3px;}	
/* footer css */
#footer { width:780px; height:100px; border:1px solid #009900;}
	#footer p { line-height:120%; margin:9px;}