*
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	background-color: #009999;
	color: #006666;
	font-size: 18px;
	font-family: 'tahoma', serif;
}

.clear
{
	clear: both;
}

#page-wrapper
{
	width: 780px;
	margin: 0px auto;
}

#header
{
	margin-bottom: 20px;
}

#container
{
	background-color: #006666;
}

#navigation
{
	float: left;
	width: 185px;
	font-size: 16px;
}

#navigation ul
{
	width: 185px;
	margin: 15px;	
	background-color: #003333;
	list-style: none;
}

#navigation ul a
{
	display: block;
	padding: 4px;
	color: #ffffff;
	text-decoration: none;
}

#navigation ul a:hover
{
	color: #FFCC66;
	background-color: #006666;
}

#navigation .imgs
{
	width: 185px;
	margin: 15px;	
	background-color: #003333;
	padding: 5px;
	padding-top: 10px;
	text-align: center;
}

#navigation #view-cart
{
	width: 185px;
	margin: 15px;	
	background-color: #003333;
	padding: 5px;
	padding-top: 10px;
	text-align: center;
}

#navigation .imgs img
{
	padding-bottom: 10px;
}

#content-container
{
	margin-left: 205px;
}

#content-wrapper
{
	padding: 20px 0px 20px 20px;
	background-color: #009999;
}

#content
{
	background-color: #DCDCDC;
	padding: 10px;
	min-height: 250px;
	text-align: center;
}

#content-slimy
{
	background-color: #DCDCDC;
	padding: 10px;
	min-height: 250px;
	text-align: left;
}

#content-boilie
{
	float: left;
	background-color: #DCDCDC;
	width: 205px;
}

#content-boilie2 
{
		background-color: #DCDCDC;
		width: 205px;
		margin-left: 270px;
}

#content-boilie3 
{
		background-color: #DCDCDC;
		width: 205px;
		margin-left: 390px;
}
#content-boilie4 
{
	float: left;
	background-color: #DCDCDC;
	width: 205px;
	margin-left: 50px;
}

#content-exibition
{
	background-color: 008B8B;
	font-family: trebuchet ms;
	padding: 20px;
	min-height: 250px;
	text-align: left;
	color: #F0FFFF;
	font-size: 40px;
}

h1
{
	font-size: 20px;
	color: #FFCC66;
	font-weight: normal;
	line-height: 40px;
}

h2
{
	font-size: 40px;
	color: #FFCC66;
	font-weight: normal;
	line-height: 40px;
}

h3
{
	font-size: 18px;
	color: lightblue;
	font-weight: normal;
	line-height: 30px;
}

h4
{
	font-size: 16px;
	color: red;
	font-weight: normal;
	line-height: 30px;
}

h5
{
	font-size: 14px;
	color: black;
	font-weight: normal;
	line-height: 18px;
}

p
{
	margin: 10px 0px;
}

#navigation p
{
	width: 205px;
	text-align: center;
	color: #99ffff;
	font-weight: bold;
}

.product-group
{
	text-align: left;
	_height: 160px;
}

.product-group.pineapple,
.product-group.peach-cream,
.product-group.creamy-dream,
.product-group.natural-silkworm,
.product-group.tutti-frutti,
.product-group.stimulator
{
	float: left;
	width: 300px;
	margin-left: 20px;
}

.product-group.banana-tutti,
.product-group.banana-bigfish,
.product-group.bloodworm,
.product-group.cherry-insect,
.product-group.ground-bait,
.product-group.neon
{
	margin-left: 300px;
}

.product
{
	width: 200px;
	margin: 10px 0px;
}

.product .title,
.product .weight,
.product .price,
.product .add-to-cart
{
	display: block;
}

.product .weight,
.product .price
{
	font-size: 12px;
}

.product .add-to-cart
{
	margin-top: -30px;
	float: right;
}
