@charset "utf-8";
/* CSS Document */

* {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

img, div { behavior: url(iepngfix.htc) }

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#upper-wrapper {
	background-image: url(images/wrapper-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
	#header {
		height: 127px;
		background-image: url(images/header-bg.png);
		position: relative;
	}
	#logo {
		position: absolute;
		width: 255px;
		height: 179px;
		top: 0;
		left: 0;
		z-index: 100;
	}
	#right-circle {
		background-image: url(images/right-circle.png);
		position: absolute;
		width: 197px;
		height: 146px;
		top: 0;
		padding: 10px 30px 0 10px;
		right: -50px;
		z-index: 200;
	}
		#right-circle p {
			text-align: right;
			color: #FFFFFF;
			font-size: 10px;
		}
	#navigation {
		padding-top: 60px;
	}
		#navigation ul {
			margin: 0 0 0 250px;
			padding: 0;
		}
		#navigation ul li {
			list-style-type: none;
			display: inline;
		}
		#navigation ul li a {
		}

#mid-wrapper {
	background-image: url(images/mid-wrapper-bg.gif);
	background-color: #eadcc7;
	background-repeat: repeat-x;
	background-position: top;
}
	#content-part {
		background-image: url(images/content-part-bg.png);
		background-repeat: repeat-y;
		padding: 0 6px 0 5px;
	}
		#inner-content {
			background-image: url(images/inner-content-bg.jpg);
			height: 878px;
			padding-top: 83px;
		}
			.content-left {
				width: 196px;
				float: left;
			}
				.featured {
					padding: 50px 0 0 45px;
					margin-bottom: 50px;
				}
				.featured div {
					margin-bottom: 5px;
				}
				.featured div p {
					font-size: 11px;
					padding-right: 50px;
				}
				.social {
					background-image: url(images/social-bg.png);
					width: 166px;
					height: 146px;
					padding: 30px 0 0 30px;
				}
				.social h1 {
					font-size: 14px;
					color: #8c4d4a;
					margin-left: 20px;
				}
				.social ul {
					margin: 0;
					padding: 10px 0 0 10px;
				}
				.social li {
					list-style-type: none;
				}
			.content-mid {
				background-image: url(images/content-mid-bg.gif);
				width: 405px;
				height: 841px;
				padding: 0 10px;
				float: left;
				background-repeat: no-repeat;
			}
				.content-mid h1 {
					font-size: 30px;
					color: #707070;
					margin-bottom: 20px;
				}
				.content-mid div {
					padding: 0 10px;
				}
				.content-mid div h2 {
					color: #8c4c4a;
					font-size: 12px;
					margin-bottom: 10px;
				}
				.content-mid div p {
					font-size: 11px;
					line-height: 17px;
					margin-bottom: 5px;
				}
			.content-right {
				width: 201px;
				float: right;
			}


		#products-content {
			background-image: url(images/products-content-part-bg.jpg);
			height: 1206px;
		}
		#products-content h1 {
			font-size: 30px;
			color: #707070;
			margin-bottom: 10px;
		}
		#products-content h2 {
			color: #8c4c4a;
			font-size: 12px;
			margin-bottom: 10px;
		}
		#products-content h3 {
			color: #766454;
			font-size: 12px;
			margin-bottom: 10px;
			text-decoration: underline;
		}
		#products-content p {
			font-size: 11px;
			line-height: 17px;
			margin-bottom: 5px;
		}
			.top-products {
				background-image: url(images/top-products.png);
				height: 389px;
				padding: 110px 0 0 30px;
			}
			.top-products div {
				width: 320px;
				padding: 0 5px;
			}
			.bottom-products {
				background-image: url(images/bottom-products-bg.png);
				height: 706px;
				background-repeat: no-repeat;
			}
				.bottom-products-left {
					width: 210px;
					float: left;
					padding: 85px 40px 0 145px;
				}
					.bottom-products-left div {
						padding: 8px 10px 0 0;
					}
				.bottom-products-right {
					width: 222px;
					float: right;
					padding: 80px 50px 0 155px;
				}
					.bottom-products-right div {
						padding: 8px 10px 0 0;
					}
					
				.bottom-products-mid {
					padding: 60px 0 0 470px;
				}
					.bottom-products-mid div {
						padding: 8px 10px 0 0;
						width: 220px;
					}
					
		#news-content {
			background-image: url(images/news-content-bg.jpg);
			height: 878px;
		}
			.news-container {
				background-image: url(images/news-contentainer-bg.png);
				height: 566px;
				padding: 110px 0 0 50px;
			}
			.news-container div {
				padding: 20px 0 0 20px;
			}

		#news-content h1 {
			font-size: 30px;
			color: #707070;
			margin-bottom: 10px;
		}
		#news-content h2 {
			color: #8c4c4a;
			font-size: 12px;
			margin-bottom: 10px;
		}
		#news-content h3 {
			color: #766454;
			font-size: 12px;
			margin-bottom: 10px;
			text-decoration: underline;
		}
		#news-content p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 5px;
		}
		#news-content p a {
			font-weight: bold;
		}

#lower-wrapper {
	background-image: url(images/lower-wrapper-bg.gif);
}
	#footer {
		background-image: url(images/footer-bg.png);
		height: 55px;
	}

.container {
	width: 833px;
	margin: 0 auto;
}

.clearboth {
	clear: both;
}

