﻿/****************/
/*	Site Layout	*/
/****************/
body{
	margin: 0px;
	border: 0px;
	padding: 0px;
	max-height: 100%;
	background-color: #99b9e2;
	text-align: center;
	background-image: none;
}
div.headerblock{
	position: relative;
	display:block;
	background-image: url(./images/product_image.gif);
	background-repeat:no-repeat;
	background-color: white;
	margin-left:auto;
	margin-bottom:auto;
	margin-right:auto;
	margin-top:auto;
	top: 10px;
	width: 650px;
	height: 157px;
}
div.pageblock{
	position: relative;
	display:block;
	background-image: url(./images/m_container.gif);
	background-repeat: repeat-y;
	background-color: white;
	width: 650px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
	text-align: center;
}
div.menublock{
	position:relative;
	display:block;
	background-color: gray;
	border-bottom: black 1px solid;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
	width: 626px;
	height: 20px;
	font-weight: bold;
	font-size: 15px;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;	
}
div.footerblock{
	position: relative;
	display:block;
	background-color: white;
	width: 650px;
	background-repeat: no-repeat;
	height: 19px;
	background-image: url(./images/bg_bottom.gif);
	margin-left:auto;
	margin-bottom:auto;
	margin-right:auto;
	margin-top:auto;
}
div.testimonialblock
{
	position:relative;
	display:block;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
	border-right: #006699 2px solid;
	border-top: #006699 2px solid;
	border-left: #006699 2px solid;
	border-bottom: #006699 2px solid;
	background-color: #ffffcc;
	width: 550px;
	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Georgia;
	text-align:left;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;	
	vertical-align:top;
}
/*table.testimonial{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	margin-top:auto;
	text-align: left;
}*/
div.orderblock
{
	position:relative;
	display:block;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	border-right: #CC0000 3px dashed;
	border-top: #CC0000 3px dashed;
	border-left: #CC0000 3px dashed;
	border-bottom: #CC0000 3px dashed;
	background-color: #ffffcc;
	width: 500px;
	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;	
}
/*table.order{
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	margin-top:auto;
	text-align: left;
}*/
div.pathwayblock
{
	position:relative;
	display:block;
	margin:auto;
	width:600px;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	padding-left: 15px;	
	text-align:left;
}
div.sitemapblock
{
	position:relative;
	display:block;
	margin:auto;
	width:600px;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;	
	padding-left: 15px;	
	text-align:left;
}
div.contactblock{
	position:relative;
	display:block;
	margin:auto;
	background-color: white;	
	width: 570px;	
	border-right: #006699 1px solid;
	border-top: #006699 1px solid;
	border-left: #006699 1px solid;
	border-bottom: #006699 1px solid;
	padding-left: 15px;	
	text-align:left;
}