body {
	background-image:url('img/bg.jpg');
	font-family: Arial, sans-serif;
}

.bred {background-color:red;}
.borange {background-color:orange;}
.byellow {background-color:yellow;}
.bgreen {background-color:green;}
.bblue{background-color:blue;}

.darkshadow {
	-moz-box-shadow: 3px 3px 10px #333;
	-webkit-box-shadow: 3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333;
		
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
}
.shadow {
	-moz-box-shadow: 3px 3px 10px #999;
	-webkit-box-shadow: 3px 3px 10px #999;
	box-shadow: 3px 3px 10px #999;
		
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}
h1, h2, h3, h4, h5, h6 {	
	font-family: Georgia, serif;
	color: #634725;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	font-size: 2em;
}
h4 {
	font-weight: bold;
}
.logo {
	position:relative;
	top:5px;
	z-index:-1;
}
.address {
	font-size: 1.2em;
	line-height:1.2;
	text-align:right;
	padding-top: 15px;
	color: #634725;
	font-weight: bold;
}
#pagecontent {
	background-color:#FFFAFA;
	background-image:url('img/bg_paper.png');
}
.bigthumb img, .smallthumb img{
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
}
#intro {
	font-size: 1.2em;
}
.contact {
	background-color:#C1D7EE; /*EDD5B4, 9cbbda, B4C9DE*/
	padding: 10px;
	border: 1px solid #B4C9DE;
}
.contact p {
	margin:0 0 1em 0;
}
.contact p.contactinfo {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin:0;
}
.proddesc h4, .proddesc p{
	padding-left: 10px;
}
.testimony {
	background-color:#dddddd;
}
.testimony p {
	margin:10px;
}
.hiddenpic {
	display: none;
}













