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

html {overflow-y: scroll;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5f3812;
	line-height: 1.2em;
	background-repeat:repeat-y;
	background-position:center top;
	background-attachment: scroll;
	background-image:url(images/bg.gif);
		background-color:#fef3db;


}

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #8bd7dc;
	font-weight: bold;
}

h2 {
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8bd7dc;
	font-weight: bold;
}

h3 {
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5f3812;
	font-weight: normal;
}

.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a:link {
	text-decoration: underline;
	color: #5f3812;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #5f3812;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #8bd7dc;
	font-weight:bold;

}
a:active {
	text-decoration: none;
	color: #8bd7dc;
	font-weight:bold;

}

.outer {	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
}

.top {
	height: 158px;
}

.top td {
	vertical-align: top;
}


.middle {
	background-image:url(images/middle.png);
	background-repeat:repeat-y;
	height: 300px;
}

.valign {
	vertical-align: top;
}

.bottom {
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	height:33px;
}

.leftside {
	width: 145px;
	vertical-align: top;

}

.menu tr:hover{
	background-image:url(images/check.png);
	background-repeat:no-repeat;
	background-position: 50%;


}

.menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #5f3812;
	line-height: 45px;

}

.menu td {
	text-align: right;
	height: 65px;
	line-height: 65px;
	
}

.menu a:link {
	text-decoration: none;
	color: #5f3812;


}
.menu a:visited {
	text-decoration: none;
	color: #5f3812;

}
.menu a:hover {
	text-decoration: none;
	color: #5f3812;
}
.menu a:active {
	text-decoration: none;
	color: #5f3812;

}

.tag {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #5f3812;
	margin-top: 17px;
	width: 800px;
	margin-left: auto;
	margin-right:auto;
	line-height: 25px;
}

.tag td {
text-align: right;
vertical-align:bottom;
padding-bottom: 10px;
}

.content {
	margin-left: 40px;
	width: 612px;
}

.content td {
	
}

.pricelist {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #5f3812;
}

.pricelist td {
	padding: 10px;
}

.beige {
	background-color:#FEF3DB;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
}

.malign {
	vertical-align: middle;
}

.bottomtag td{
	padding-left: 185px;
}

input.btn { 
	color: #fff; 
	font: bold 20px Arial, Helvetica, sans-serif; 
	background-color: #8bd7dc; 
	border: 1px  solid; 
	border-color: #fff; 
	filter:progid:DXImageTransform.Microsoft.Gradient 
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
	padding: 10px;
} 

input.btnhov { 
	  border: 1px #A5ACB2 solid; 
}
	  
.review {
	border: 1px solid #8bd7dc;

}

.review td {
	padding: 10px;
}
