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

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

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

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

#banner {
	background-image: url(images/banner.jpg);
	height: 150px;
	width: 650px;
	background-repeat: no-repeat;
	float:right
}

/* logo */

#logo {
	float: left;
	width: 250px;
	height: 150px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

/* Content */

.left_content {
	float: left;
	width: 900px;
}

/* right menu container */

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

/* products */

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

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

.product_container {
	height:690px;
	width:195px;
	border: thin solid #CCCCCC;
	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:410px;
	width:200px;
	padding-top: 10px;
	padding-bottom: 10px;
}	



.image {
	border:2px; 
	border-thickness: 2px; 
	border-color: #00000; 
	border-style: solid;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

a:link .image { 
	border-color: #666666; 
}

a:hover .image, a:active .image {
	border:2px solid #FF0000;
	border-thickness: 2px;
}

.links {
	float: left;
	width: 180px;
	text-align: center;
	height: 830px;
}

/* Footer */

#footer {
	clear: both;
	height: auto;
	font-size: small;
	font-weight: normal;
	text-align: center;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-color: #282013;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}
