body {
	font: 14px/19px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 19px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 20px 6px 0;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	overflow: hidden;
	background: url(../images/header-bg.png) no-repeat top;
	height: 210px;
}	#header h1 {
		position: absolute;
		top: 17px;
		left: 48px;
		margin: 0;
		padding: 0;
		width: 210px;
		height: 68px;
	}
	#header span {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

/* Menu
-----------------------------------------------------------------------------*/
#menu {
	height: 119px;
	margin: 0 -6px;
	padding: 0;
	list-style: none;
}	#menu li {
		position: relative;
		float: left;
		background: url(../images/menu-item-bg.png) no-repeat top left;
		width: 191px;
		margin: 0 0 0 3px;
		padding: 7px 0 0 9px;
	}
	#menu li .drop-part {
		display: none;
		position: absolute;
		top: 126px;
		left: 0;
		background: url(../images/drop-menu-bottom-bg.png) no-repeat bottom left;
		width: 198px;
	}	#menu li .drop-part ul {
			background: url(../images/drop-menu-top-bg.png) no-repeat top left;
			width: 162px;
			margin: 0;
			padding: 16px 18px 11px 18px;
			list-style: none;
		}	#menu li .drop-part ul li {
				position: inherit;
				float: none;
				background: none;
				width: auto;
				height: auto;
				margin: 0;
				padding: 0;
				border-top: 1px solid #ccc;
			}	#menu li .drop-part ul li:first-child {
					border: 0;
				}
				#menu li .drop-part ul li a {
					display: block;
					padding: 1px 0 5px;
					text-decoration: none;
					font-weight: bold;
					color: #845630;
				}	#menu li .drop-part ul li a:hover {
						background: #f5f5f5;
					}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0px 0 20px;
}	#content h2 {
		margin: 0;
		padding: 0 0 18px;
		font-size: 18px;
		color: #8c613e;
	}
	#content .team {
		margin: 0;
		padding: 0;
		list-style: none;
	}	#content .team li {
			overflow: hidden;
			padding: 0 0 10px;
		}	#content .team li .photo {
				float: left;
				overflow: hidden;
				background: url(../images/photo-bg.png) no-repeat top left;
				width: 97px;
				height: 99px;
				margin: 0 14px 0 0;
				padding: 7px 0 0 9px;
			}
	#content .item {
		overflow: hidden;
		margin: 0 0 0 -3px;
	}	#content .item .left-part {
			float: left;
			width: 206px;
			margin: 0 35px 0 0;
		}	#content .item .left-part .item-photo {
				overflow: hidden;
				background: url(../images/item-photo-bg.png) no-repeat top left;
				width: 197px;
				height: 199px;
				margin: 0 0 9px;
				padding: 7px 0 0 9px;
			}
			#content .item .left-part .paypal {
				overflow: hidden;
				display: block;
				background: url(../images/paypal.png) no-repeat top left;
				width: 200px;
				height: 48px;
				margin: 0 0 0 3px;
				line-height: 200px;
				cursor: default;
			}	#content .item .left-part .paypal:hover, #content .item .left-part .paypal:focus, #content .item .left-part .paypal:active {
					background: url(../images/paypal.png) no-repeat bottom left;
				}
		#content .item .item-info {
			overflow: hidden;
		}	#content .item .item-info h2 {
				padding: 0 0 25px;
			}
			#content .item .item-info form {
				margin: 0;
				padding: 7px 0 27px;
			}	#content .item .item-info form label {
					font-weight: bold;
				}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: url(../images/footer-bg.png) no-repeat top;
	height: 40px;
	padding: 30px 0 0;
	text-align: center;
	color: #646363;
	margin: 10px 0 0 0;
}	#footer a {
		color: #646363;
	}
	#footer span {
		padding: 0 15px;
	}
	
/* Index products
-----------------------------------------------------------------------------*/
#index_products {
	margin: 0 -6px;
	padding: 0 0 10px 0;
	list-style: none;
	height: 336px;
	text-align: center;
}	#index_products td {
		width: 33%;
		margin: 0 0 0px 3px;
		padding: 7px 0 0 9px;
		vertical-align: top;
	}	#index_products td div {
		width: 164px;
		text-align: left;
		}	#index_products td div form {
			text-align: center;
	}	#index_products td .price {
		font-weight: bold;
		}	#index_products td .price span {
			color: red;
		}
	