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

body {
	background-image:url(../images/background2.jpg);
	background-repeat:repeat-x;
}

a:link {
	color:#00F;
	text-decoration:none;
}

a:visited {
	color:#00F;
	text-decoration:none;
}

a:active {
	color:#00F;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#39C;
}

#margin {
	margin-left:30px;
}

.bottomborderwhite {
	border-bottom:thin #FFF solid;
}

.topborderblack {
	border-top:thin #000 solid;
	border-left:thin #000 solid;
	border-right:thin #000 solid;
}

.fullborder {
	border:thin #000 solid;
}

.bottomtableborder {
	border-left:thin #000 solid;
	border-right:thin #000 solid;
	border-bottom:thin #000 solid;
}

.sideborder {
	border-left:thin #000 solid;
	border-right:thin #000 solid;
}

.leftsideborder {
	border-left:thin #000 solid;
}

.rightsideborder {
	border-right:thin #000 solid;
}


#welcome {
	width:400px;
	height:200px;
	margin:10px;
}

.headers {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:24px;
}

.smallheaders {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:18px;
}

.welcometext {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:16px;
}

#producttable {
	width:850px;
	height:415px;
	margin-left:10px;
	padding-top:10px;
	background-image:url(../images/product_block.jpg);
	background-repeat:no-repeat;
}

.headers2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006;
	font-size:24px;
}

#promise {
	width:255px;
	height:190px;
	margin-left:10px;
	padding-top:10px;
	background-image:url(../images/promise_block.jpg);
	background-repeat:no-repeat;	
}

.promisetext {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#069;
	font-size:16px;
}

#why {
	width:550px;
	height:190px;
	margin-left:10px;
	padding-top:10px;
	background-image:url(../images/whychoose_block.jpg);
	background-repeat:no-repeat;	
}

#footer {
	margin-left:10px;
	padding-top:10px;
}

.footertext {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
}

.footerlinks {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#39C;
}

.peanuts {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#069;
	font-size:24px;
}

#brochures {
	width:550px;
	height:455px;
	margin-left:10px;
	padding-top:10px;
	background-image:url(../images/brochure_block.jpg);
	background-repeat:no-repeat;
}

#contact {
	width:290px;
	height:455px;
	padding-top:10px;
	background-image:url(../images/contact_block.jpg);
	background-repeat:no-repeat;
}

#contactform {
	margin-top:20px;
	margin-left:20px;
}

.bottomborder {
	border-bottom:thin #000 solid;
}
