@charset "utf-8";
img, div { behavior: url(../inc/iepngfix.htc) }
body, html {
	height: 99%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outer {
	display: table; 
	height: 100%; 
	width: 100%;
	#position: relative; 
	overflow: hidden;
}
#inner {
 	#position: absolute; 
	#top: 50%;
	display: table-cell;
	vertical-align: middle;

}
#layout {
	height: 539px;
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	#position: relative; 
	#top: -50%;
}
#header {
	background-image: url(../images/header.gif);
	height: 72px;
	width: 799px;
}
#header_text {
	font-size: 12px;
	margin-left: 310px;
	color: #FFFFFF;
	padding-top: 15px;
}


#main {
	height: 465px;
	background-image: url(../home/images/bg_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}
#content {
}
#nav {
	float: left;
	width: 263px;
	z-index: 10;
}
#nav a{
	display: block;
	height: 18px;
	width: 170px;
	color: #333333;
	text-decoration: none;
	padding-top: 8px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
}
#nav a:hover{
	color: #FFFFFF;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 263px;
}
#logo a {
	height: 100px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 124px;
	width: 263px;
}
#footer a {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	height: 90px;
	margin-left: 20px;
	display: block;
	padding-top: 10px;
}
#b1 {
	background-image: url(../images/b1.png);
	height: 28px;
	width: 263px;
}
#b2 {
	background-image: url(../images/b2.png);
	height: 28px;
	width: 263px;
}
#b3 {
	background-image: url(../images/b3.png);
	height: 27px;
	width: 263px;
}
#b4 {
	background-image: url(../images/b4.png);
	height: 27px;
	width: 263px;
}
#b5 {
	background-image: url(../images/b5.png);
	height: 27px;
	width: 263px;
}
#b6 {
	background-image: url(../images/b6.png);
	height: 27px;
	width: 263px;
}
#b7 {
	background-image: url(../images/b7.png);
	height: 27px;
	width: 263px;
}
#b8 {
	background-image: url(../images/b8.png);
	height: 26px;
	width: 263px;
}
#b1_over{
	background-image: url(../images/b1_over.png);
	height: 28px;
	width: 263px;
}
#b2_over {
	background-image: url(../images/b2_over.png);
	height: 28px;
	width: 263px;
}
#b3_over {
	background-image: url(../images/b3_over.png);
	height: 27px;
	width: 263px;
}
#b4_over {
	background-image: url(../images/b4_over.png);
	height: 27px;
	width: 263px;
}
#b5_over {
	background-image: url(../images/b5_over.png);
	height: 27px;
	width: 263px;
}
#b6_over {
	background-image: url(../images/b6_over.png);
	height: 27px;
	width: 263px;
}
#b7_over {
	background-image: url(../images/b7_over.png);
	height: 27px;
	width: 263px;
}
#b8_over {
	background-image: url(../images/b8_over.png);
	height: 26px;
	width: 263px;
}
#main_text {
	width:217px;
	height:440px;
	float: left;
	margin-left: 260px;
	margin-top: 15px;
	font-size: 10px;
}
h1 {
	font-size: 16px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 13
.px;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul {
	margin-left: 17px;
	padding-left: 0px;
}
li {
	margin-top: 2px;
	margin-bottom: 2px;
}
.red {
	color: #FF0000;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}
a:hover {
	color: #000000;
}
.txt_small {
	font-size: 9px;
}
.txt_large {
	font-size: 14px;
}

#pricing td {
	padding-bottom: 6px;
	vertical-align: top;
}
.btn_group {
	background-color: #C71104;
	width: 25px;
	height: 15px;
	float: right;
	cursor: pointer;
}
.label_group a{
	background-color: #C71104;
	height: 15px;
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.label_group a:hover{
	color: #FFFFFF;
}
.btn_group_tall {
	background-color: #C71104;
	width: 25px;
	height: 27px;
	float: right;
	cursor: pointer;
}
.label_group_tall a{
	background-color: #C71104;
	height: 27px;
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.label_group_tall a:hover{
	color: #FFFFFF;
}
#l_1 {
	display:none;
}
#l_2 {
	display:none;
}
#l_3 {
	display:none;
}
#l_4 {
	display:none;
}
#l_5 {
	display:none;
}
#l_6 {
	display:none;
}
#group_food {
	height: 400px;
	width: 248px;
	overflow: auto;
}
#group_nav {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 10px;
}
#group_nav a {
	font-size: 12px;
}
#outer #inner #layout #main #main_text #btn_contact {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C71104;
	text-align: center;
	width: 150px;
	border: 1px solid #000000;
	display: block;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#testimonials_nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 5px;
}
#testimonials_nav a {
	display: block;
}
#testimonials_content {
	height: 250px;
	width: 220px;
	overflow: auto;
	margin-bottom: 10px;
}
