* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	background: #919190 url(/images/design_10.jpg) repeat-y center top;
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #424034;
	margin: 0px;
}

#container {
	width: 740px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}

#push {
	height: 20px;
	clear: both;
}

#header {
	background: url(/images/design_03.jpg) no-repeat center;
	height: 107px;
}

	#header a img {
		float: left;
		border: 0px;
	}

	#banner {
		width: 627px;
		float: left;
	}

#menu {
	background-color:#949f76;
	width: 100%;
	height: 26px;
	clear: both;
}
	#menu ul {
		list-style-type: none;
		margin-left: 153px;
		float: left;
	}
#menu ul li {
		float: left;
	}
	
	#menu ul li a {
		float: left;
		padding: 6px;
		padding-left: 10px;
		text-decoration: none;
		color: #747473;
		font-size: 12px;
		font-weight: bold;
		background: none;
	}
	
	#menu ul li a:hover {
		background: url(../images/bullet.gif) no-repeat left center;
	}
	
	#menu ul li a span{
		padding: 6px 10px 6px 0px;
		width: 14px;
	}

#image {
	width: 125px;
}

	#image img {
		width: 125px;
	}


#submenu {
	clear: both;
	float: left;
	padding: 0px;
	position: absolute;
}

	#submenu ul {
		list-style-type: none;
	}
	
	#submenu ul li {
		border-bottom: 4px solid #ffffff;
	}
	
	#submenu ul li a {
		display: block;
		width: 117px;
		background: #f0f2cd;
		padding: 4px;
		color: #949f76;
		text-decoration: none;
		text-align: right;
	}
	
	#submenu ul li a:hover {
		background: #dee0b4;
	}


#content {
	clear: both;	
}

	#content .wrapper {
		width: 400px;
		float: right;
		margin-right:158px;
		margin-top:40px;
		margin-bottom:5px;
		text-align:justify;
	}
	
	#content .wrapper input {
	}
	
	#content h1 {
		margin-bottom: 16px;
		padding: 0px;
		color: #000000;
		font-size: 12px;
		font-weight: bold;
	}
	
	#content h2 {
		margin-bottom: 16px;
		padding: 0px;
		color: #000000;
		font-size: 11px;
		font-weight: bold;
	}
	
	#content p {
		margin-bottom: 18px;
	}
	
	#content img {
		border: 0px;
	}
	
	#content a {
		text-decoration:none;
		color: #8eb900;
	}

	#content a:hover {
		text-decoration:underline;
		color: #8eb900;
	}

	
	#content ul {
		margin-left: 20px;
	}
	
	#content ul li {
		line-height: 24px;
	}
	
	#content ul li a {
	}
	
#productOverview img {
	width: 150px;
	float: right;
	padding-left:15px;
}

#productOverview .product {
	clear: both;
	min-height:200px;
}

#footer {
	width: 740px;
	height: 20px;
	margin: 0 auto;
	background: #dee0b4;
	line-height: 20px;
	text-align: center;
	color: #949f76;
	clear: both;
}

	#footer a {
		text-decoration: underline;
		color: #949f76;
	}

.galleryimg {
	width: 150px;
	border: 3px solid #999999;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.galleryimgbig {
	width: 442px;
	border: 4px solid #999999;
}

.album {
	width: 150px;
	float: left;
	padding-right: 11px;
	padding-bottom: 5px;
	text-align: center;
}