/* Page structure */
body, html {
	
	height: 100%;
	margin: 0px;
	padding: 0px;
	
}

#page {
	
	width: 100%;
	min-height: 100%;
	
	position: relative;
	
}

#header {
	
	width: 800px;
	height: 130px;

	margin-left: auto;
	margin-right: auto;
	
}

#center {

	width: 800px;
	
	padding-bottom: 270px;

	margin-left: auto;
	margin-right: auto;

}

#menu {
	
	width: 220px;
	
	position: relative;
	float: left;
	
}

#content {
	
	width: 580px;
	
	position: relative;
	float: right;	
	
}

#helper {
	
	clear: both;
	
}

#footer {
	
	height: 250px;
	width: 100%;
	
	position: absolute;
	bottom: 0px;
	
	background-image: url(/images/footer.png);
	background-repeat: repeat-x;
	background-color: #2B8ECD;

}

#footer_container {
	
	margin-left: auto;
	margin-right: auto;
	
	width: 800px;
	
}

#footer_col_left {
	
	width: 33%;
	
	float: left;
	
	height: 205px;
	
}

#footer_col_right {
	
	width: 33%;
	
	float: right;

	height: 205px;
	
}

#footer_col_center {
	
	width: 34%;
	
	float: left;
	
	height: 205px;
	
}

.image_container {
	
	width: 100%;
	text-align: center;
	
}

.image_container img {
	
	border: 6px solid #2B8ECD;
	
}

#left_col {
	
	width: 250px;
	float: left;
}

#right_col {
	
	float: left;
	
}

#products {
	
	width: 525px;
	
}

#products div.product {
	
	float: left;
	
	margin-right: 10px;
	margin-bottom: 10px;
	
	width: 125px;
	height: 195px;
	
	padding: 8px;
	
	border: 6px solid #DEDEDE;
	
	-moz-border-radius: 15px;
	border-radius: 15px;
	
}

#products div.product:hover {
	
	background-color: #2B8ECD;
	border: 6px solid #2B8ECD;
	
	cursor: pointer;
	
	color: #FFFFFF;
	
}

#products img {
	
	width: 125px;
	height: 125px;
	
	margin-top: 5px;
	margin-bottom: 5px;
	
}

#products h3 {
	
	margin-top: 2px;
	margin-bottom: 10px;
	
}

#products div.title {
	
	width: 125px;
	height: 20px;
	overflow: hidden;
	
}

#products div.description {
	
	font-size: 11px;
	
	overflow: hidden;
	
	height: 37px;
	
}