body {
	margin: 0px;
}
.container {
	width: 845px;
	margin: 0px auto;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.wrapper {
	width: 845px;
	padding-top: 40px;
	overflow: auto;
}
.left {
	width: 290px;
	float: left;
	text-align: right;
}
.about {
	font-size: 13px;
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
	text-shadow: 0px 1px 0px #d9d9d9;
	border-top: #efefef 1px solid;
	border-bottom: #efefef 1px solid;
}
.about a { color: #0099ff }
.menu {
	list-style-type: none;
	margin-top: 20px;
}
.menu li {
	margin-top: 10px;
}
.menu a {
	font-size: 20px;
	color: #0099ff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #d9d9d9;
}
.menu a:hover {
	color: #ffcc00;
}
.follow {
	margin-top: 24px;
}
.follow a {
	color: #0066ff;
	text-decoration: none;
}
.follow a:hover {
	text-decoration: underline;
}
.footer_note {
	margin: 20px 0px 0px 0px;
	padding-top: 10px;
	border-top: #efefef 1px solid;
	font-size: 12px;
}
.right {
	width: 530px;
	float: right;
	margin-right: 5px;
	margin-bottom: 40px;
}
h2 {
	margin: 28px 0px 0px 0px;
	font-size: 24px;
	color: #06f;
	font-weight: normal;
	text-shadow: 0px 1px 0px #d9d9d9;
}
.products_wrapper { margin-top: 26px }
.product {
	margin-top: 10px;
	overflow: hidden;
	clear: both;
}
.product_image {
	width: 230px;
	height: 173px;
	border: #0066ff 1px solid;
	float: left;
}
.product_image:hover {
	border: #ffcc00 1px solid;
}
.product_image img { border: 0px; }
.product_specs {
	width: 286px;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-shadow: 0px 1px 0px #d9d9d9;
}
.product_specs li {
	margin-top: 10px;
}
.product_specs a {
	text-decoration: none;
	color: #0099ff;
	font-weight: bold;
}
.product_specs a:hover {
	text-decoration: underline;
}
.contact_note {
	margin-top: 12px;
	font-size: 13px;
	text-shadow: 0px 1px 0px #d9d9d9;
}
form {
	margin: 10px 0px 0px 0px;
}
.contact_ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.contact_ul li {
	margin-top: 4px;
}
.contact_ul label { font-weight: bold }
#name, #email {
	width: 232px;
	height: 23px;
	border: #ccc 1px solid;
	padding: 2px 3px 0px 3px;
	font-size: 13px;
}
textarea {
	width: 342px;
	border: #ccc 1px solid;
	padding: 3px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.default {
	margin: 10px 0px 0px 0px;
}
.answer {
	margin: 10px 0px 0px 0px;
	color: #0099ff;
}