@charset "utf-8";
/* CSS Document */

#background {
	display: block; 
	margin: 0px auto; 
	width: 975px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/header.png);
	margin: auto;
	height: 211px;
	width: 896px;	
}
#content {
	background-color: #A0C8FF;
	width: 896px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #151B0F;
	margin: auto;
}
#menu {
	margin: auto;
	height: 30px;
	width: 896px;
	padding-top: 10px;
	font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
#footer {
	margin: auto;
	height: 30px;
	width: 896px;
	padding-top: 10px;
	font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
#right {
	margin: auto;
	width: 896px;
	text-align: right;
	padding-right: 10px;
}
#space {
	margin: auto;
	height: 20px;
	width: 896px;
}
#space_sm {
	margin: auto;
	width: 896px;
	height: 2px;
	width: 896px;
}
#space_sm2 {
	background-color: #A0C8FF;
	margin: auto;
	width: 896px;
	height: 2px;
	width: 896px;
}
#space_sm3 {
	margin: auto;
	width: 896px;
	height: 6px;
	width: 896px;
}
.products {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #151B0F;
	padding-left: 10px;
	padding-right: 10px;
}
.products2 {
	font-size: 13px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #151B0F;
}
.price {
	font-size: 16px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #151B0F;
}
.footer_text {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
	height: 30px;
	width: 896px;
	letter-spacing: 3px;
}
.image_border {
	border-bottom-style: solid;
	border-color: #333;
	border-width: thin;
}
.box {
	border: thin dotted #333;
	background-color: #F3F2FD;
	padding: 10px;
	margin-right: 60px;
	margin-left: 60px;
	font-size: 12px;
}
.box2 {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: 20px;
	margin-left: 20px;
}
.list {
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
a.color1:link {
	color: #fff;
	text-decoration: none;
}
a.color1:visited {
	color: #fff;
	text-decoration: none;
}
a.color1:hover {
	color: #79B1CA;
	text-decoration: underline;
}
a.color1:active {
	color: #79B1CA;
	text-decoration: none;
}
a.color2:link {
	color: #036;
	text-decoration: none;
}
a.color2:visited {
	color: #036;
	text-decoration: none;
}
a.color2:hover {
	color: #fff;
	text-decoration: underline;
}
a.color2:active {
	color: #fff;
	text-decoration: none;
}

