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

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}

#container {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner {
	height: 40px;
	width: 900px;
	float:left;
}

/* logo */

#logo {
	float: left;
	width: 900px;
	height: 180px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
}

/* Content */

.left_content {
	float: left;
	width: 900px;
}
.left_content_sitemap {
	float: left;
	width: 740px;
	padding-left: 160px;
}


/* right menu container */

.right_container {
	float: right;
	width: 200px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

/* products */

.4_products	{
	height: 430px;
	width: 900px;
	float: left;
}

.products_spacer {
	height: 70px;
	width: 900px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.products_spacer_no_words {
	height: 10px;
	width: 900px;
	float: left;
}


.product_container {
	height:400px;
	width:195px;
	padding: 10px;
	float: left;
	margin-right: 3px;
	margin-left: 2px;
}	

.product_image {
	height:210px;
	width:200px;
	text-align: center;
}	

.product_title {
	font-size: 14px;
	text-align: center;
	height:35px;
	width:200px;
}

.product_price {
	height:20px;
	width:200px;
	font-size: 16px;
	color: #FF0033;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.product_text {
	height:140px;
	width:200px;
}	



.image_right {
	margin-right: 15px;
	margin-bottom: 15px;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}

.image_left {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}

/* Footer */

#footer {
	clear: both;
	height: auto;
	font-size: small;
	font-weight: normal;
	text-align: center;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
