* {
	margin: 0;	
	padding: 0;
	list-style: none;
}

body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.gif) repeat-x top;
}

a {
	color: #d02a34;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 1px solid #f3b63f;
}

#bg {
	background: url(images/bg-f.gif) repeat-x bottom;
	width: 100%;
	overflow: hidden;
}

#site { 
	position:relative;
	margin: 0 auto;
	width: 1000px;	
}

/* Header
---------------------------- */
#header {
	width: 1000px;	
	float: left;
	background: url(images/header-bg.jpg);
	height: 151px;
	color: #6b4c08;
}

	.greeting {
		position: absolute;
		top: 26px;
		left: 286px;
		width: 310px;
		height: 64px;
		font-size: 11px;
	}
	
	.select-box {
		position: absolute; 
		top: 34px;
		right: 215px;
	}
	
		.select-box label {
			display: block;
			line-height: 18px;
		}
	
	a#bookmark {
		position: absolute; 
		display: block;
		width: 150px;
		height: 145px;
		top: 0;
		right: 15px
	}
	
/* Header
---------------------------- */
#container {
	width: 1000px;
	float: left; 
	padding-bottom: 30px;
	background: #fff;
}


/* Header
---------------------------- */
.archive {
	width: 1000px;
	float: left; 
	color: #b71043; 
	margin-bottom: 15px;
	margin-top: -25px;
	position: relative;
}

	.archive ul {
		padding-left: 30px;
	}

	.archive li {
		float: left; 
		margin-right: 3px;
		display: inline;
	}
	
	.archive li b {
		font-size: 12px;
		padding-right: 5px;
		line-height: 20px;
	}
	
		.archive li a {
			background: #f0f5fa;
			padding: 2px 4px;
			color: #5788d2;
			font-weight: bolder;
			font-size: 12px;
			text-decoration: none;
			border: 1px solid #d0dadf;
			line-height: 20px;
		}
		
		.archive li a:hover {
			background: #e4e4e4;
			color: #620741;
		}		

/* Thumbs
---------------------------- */
	.thumbs {
		float: left; 
		width: 1000px;
		margin-bottom: 20px;
	}
	
		.thumbs li {
			float: left; 
			text-align: center;
		}
		
			.thumbs li a {
				font-size: 13px;
			}
		
			.thumbs li img {
				display: block;
			}

/* Thumb180
---------------------------- */
	.thumb180 ul {
		padding-left: 3px;
	}
	
		.thumb180 li {
			padding: 0 7px 3px 7px;
			margin-bottom: 8px;
			background: url(images/thumb180-bg.gif) no-repeat bottom;
		}

		.thumb180 li img {
	border: 2px solid #f3b63f;
	margin-bottom: 1px;
	height: 240px;
	width: 180px;

		}
		
		.thumb180 li a:hover img {
			border: 2px solid #D02A34;
		}
		
			.thumb180 li a {
				text-decoration: none;
				font-size: 17px;
				font-weight: normal;
			}

/* Thumb135
---------------------------- */
	.thumb135 ul {
		padding-left: 1px;
	}
	
		.thumb135 li {
			padding: 1px 1px 2px 2px;
			margin: 0;
		}

		.thumb135 li img {
			border: 2px solid #f3b63f;width:135px;height:180px;
		}

		.thumb135 li a:hover img {
			border: 2px solid #D02A34;
		}
		
	.thumb135 .thumb135-inner {
		width: 853px;
		float: left; 
	}

/* imgLink
---------------------------- */
.imglink	{
	width: 1000px;
}

	.imglink ul {
		padding-left: 11px;
	}

		.imglink li {
			float: left;	
			margin: 0 5px;
			display: inline;
			background: url(images/imgLink-thumb-bg.gif);
			width: 234px;
			height: 82px;
			padding: 6px 0;
		}
		
		.imglink li h3 {
			padding-bottom: 6px;		
			text-align: center;
			font-weight: normal;
		}
	
			.imglink li a {
				text-decoration: none;
				color: #fff;
				font-size: 24px;
			}
	
		.imglink p {
			padding: 0 10px;
			color: #000;
			text-align: left;
		}

		

/* TopList
---------------------------- */
.top-list {
	width: 980px;
	float: left;
	margin-left: 10px;
	display: inline;
}

	.top-list h2 {
		height: 33px;
		font-size: 18px;
		font-weight: normal;
		padding: 8px 0 0 20px;
	}

		.top-list ol li {
			padding: 1px 0;
			clear: both;
			float: none;
			text-align: left;		
			color: #6b4c08; 
			font-size: 14px;
		}
		
			.top-list ol li a {
				font-size: 18px;
			}

		.top-list ol, .top-list ul {
			width: 220px;
			margin-left: 25px;
			float: left; 
			display: inline;
		}
	

	/* friendly */
	.friendly {
		background: url(images/top-list-y-bg.gif) repeat-y center;
	}
	
		.friendly .inner {
			background: url(images/top-list-y.gif) no-repeat bottom center;
			width: 980px;
			float: left;
			padding-bottom: 20px;
		}

		.friendly h2 {
			background: url(images/top-list-y-t.gif) no-repeat center;
			color: #6b4c08; 
		}

				.friendly li a {
					background: url(images/arrow-friendly.gif) no-repeat left;
					color: #a7234b;
					padding-left: 25px;
				}
	
	/* model */
	.model {
		background: url(images/top-list-g-bg.gif) repeat-y center;
	}

		.model .inner{
			background: url(images/top-list-g.gif) no-repeat bottom center;
			width: 980px;
			float: left;
			padding-bottom: 20px;
		}

		.model h2 {
			background: url(images/top-list-g-t.gif) no-repeat center;
			color: #557131;
		}
	
				.model li a {
					background: url(images/arrow-model.gif) no-repeat left;
					padding-left: 25px;
					color: #557131;
				}
	
/* Bottom
---------------------------- */
.bottom {
	padding-bottom: 10px;
}

	.bottom p {
		padding-bottom: 10px;
	}


/* Footer
---------------------------- */
#footer {
	float: left; 
	width: 680px;
	background: url(images/footer-bg.jpg);
	height: 181px;
	padding: 10px 160px 0 160px;
	text-align: center;
	color: #000;
	font-size: 10px;
}

.f-menu {
	padding-bottom: 22px;
}

	.f-menu li {
		display: inline;
		padding: 0 8px;
	}
	
		.f-menu li a {
			font-size: 18px;
			color: #fff;
		}

	#footer a {
		color: #fff;
	}

	.disc {
		padding-bottom: 15px;
	}
	
	.partners {
		padding-bottom: 15px;
	}
	
	.partners li {
		display: inline;
	}

/*topthumbs*/
.topthumbs {
	width: 953px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	
}
.topthumbs li {width: 180px; color: #000000; float: left; padding-left: 10px; text-align: center;margin-bottom: 20px;}
.topthumbs img {width: 180px; height: 135px; border: 2px solid #f3b63f;}
.topthumbs a {font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif; color: #d02a34; text-decoration: none;} 
.topthumbs a:hover span {color: #990000;}
.topthumbs a:hover img {
	border: 2px solid #D02A34;
}
.topthumbs a:hover {color: #ff0000;}

.list-model {
	background: url(../images/list-model-bg.gif);	
	width: 143px;
	float: left; 
	margin-left: 2px;
	display: inline;
}

	.list-model h2 {
		background: url(../images/list-model-t.gif) no-repeat top;
		color: #6B4C08;
		font-size: 15px;
		line-height: 25px;
		text-align: center;
	}

	.list-model ul {
		float: left; 
		background: url(../images/list-model-b.gif) no-repeat bottom;
		padding: 0 0 10px 8px;
		width: 135px;
	}
	
		.list-model li {
			float: none !important;
			text-align: left !important;
		}
.list-model li img {width: 120px; height: 90px; border: 2px solid #f3b63f;}

		
			.list-model li a {
				font-size: 12px;
				font-weight: bold;
				color: #a7234b;
			}
.here {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.here a {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #009966;
	text-decoration: underline;
}
.here a:hover{
	color: #FF0000;
}
 