* { margin: 0; padding: 0; }
img { border: 0 } a img { border: none }

body {
	background: #daeaf5 url(images/bg.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

h1 { font-size: 18px; color: #342927; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
h2 { font-size: 25px; color: #5f4436; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
h3 { font-size: 16px; color: #eeeeee; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
a { color: #5d4435; text-decoration: underline; }
a:hover { text-decoration: underline; }
.clear { clear: both; }

#wrap {
	width: 640px; height: 100%;
	margin: 0 auto;
}

#header {
	width: 626px; height: 100%;
	padding: 18px 7px;
}

#top {
	width: 640px; height: 100%;
}

#topT {
	width: 640px; height: 5px;
	background: #eeeeee url(images/top_t.png) no-repeat;
}

#topM {
	width: 640px; height: 274px;
	background: #eeeeee url(images/top_m.png) repeat-y;
}

#topMpage {
	width: 600px; height: 110px;
	padding: 10px 20px;
	text-align: center;
	background: #eeeeee url(images/top_m.png) repeat-y;
}

#topB {
	width: 640px; height: 5px;
	background: #eeeeee url(images/top_b.png) no-repeat;
}

.cell {
	width: 320px; height: 274px;
	position: relative;
	float: left;
}

.cell .coffee {
	position: absolute;
	left: 30px; top: 13px;
}

.cell h1 {
	margin: 20px 0 0 0;
	text-align: center;
}

.cell h2 {
	margin: 0 0 10px 0;
	text-align: center;
}

.cell p {
	width:264px; height: 150px;
	padding: 10px 0;
	margin: 0 auto;
	border-bottom: 2px solid #c3d2dd; border-top: 2px solid #c3d2dd;
	text-align: center;
}

#about {
	width: 640px; height: 274px;
	background: #eeeeee url(images/top_m.png) repeat-y;
}

#about h1 {
	padding: 25px 30px;
}

#about p {
	padding: 0 30px;
}

#contact {
	width: 640px; height: 274px;
	background: #eeeeee url(images/top_m.png) repeat-y;
}

.tableContact {
	padding: 15px 30px;
	width:200px;
}

.tableContact td {
	text-align:left;
	font-size:12px;
	color:#3F3F3F;
	padding:5px 5px 0 5px;
}

#products {
	width: 640px; height: 100%;
	margin-top: 20px;
}

#left {
	width: 310px; height: 98px;
	margin-right: 10px;
	position: relative;
	float: left;
}

#right {
	width: 310px; height: 98px;
	margin-left: 10px;
	position: relative;
	float: left;
}

.productsCell {
	width: 170px; height: 100%;
	position: absolute;
	top: 0px; left: 140px;
}

.productsCellWide {
	width: 205px; height: 100%;
	position: absolute;
	top: 0px; left: 95px;
}

#products h3 {
	margin: 16px 0 0 0;
	text-align: center;
}

#products p {
	margin: 2px 0 0 0;
	text-align: center;
	color: #eeeeee;
	font-size: 12px;
}

#products a {
	color: #daeaf5;
}

#products .download {
	font-weight: bold;
}

#footer {
	width: 640px; height: 100%;
	margin: 20px 0;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
}

#footerLeft {
	width: 310px; height: 75px;
	padding: 15px 20px 0 0;
	text-align: center;
	float: left;
}

#footerRight {
	width: 310px; height: 75px;
	float: right;
}

#footerRightL {
	width: 119px; height: 75px;
	border-right: 1px solid #c3d2dd;
	float: left;
}

#footerRightL p {
	text-align: right;
	padding: 20px 14px 0 0;
}

#footerRightR {
	width: 190px; height: 75px;
	float: left;
}

#footerRightR p {
	text-align: left;
	padding: 20px 0 0 14px;
}

.fourzerofour {
	margin: 100px auto;
}

#download {
	
}