@import url("../css/layout.css");
@import url("../css/navigation.css");
@import url("../css/sidebar.css");
/*#######################################
ALL FONTS FAMILY CSS
#######################################*/
.elink,
.pagepath, 
.maillistform input,
#footer,
.gridlistbtn a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
body,
.link,
.link1,
.cmstxt,
.points li {
	font-family:Arial, Helvetica, sans-serif;
	}
h2, 
.pageheader h1  {
	font-family:"trebuchet MS";
	}
/*##################################
COMMON CSS
##################################*/

/* COMMON RESET CSS
----------------------------------*/
dl, dt, dd, ol, ul, li  
	{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
a {
	text-decoration:none;
	outline:none;
	}
/*
H1-pageheader, 
H2-common sub-title in page, 
H3-common sub-title in page, 
H4-sidebar product name, Headers in forms
H5-sidebar title
H6-not define yet*/
h1, h2, h3, h4, h6 { 
	margin:0px;
	padding:0px;
	}
h2 {
	margin-bottom:5px;
	text-transform:uppercase;
	color:#000000;
	font-size:100%;
	}
p {
	margin:0 0 15px 0;
	}
.link,
.link1, 
.elink {
	text-decoration:none;
	color:#00a6a2;
	font-weight:bold;
	}
.link:hover,
.elink:hover {
	color:#333333;
	}
.link1{
	font-weight:normal;
	color:#333333;
	}
.link1:hover{
	color:#333333;
	}
.imgborder, .imgleft, imgright {
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	text-align:center;
	}
.imgborder:hover, .imgleft:hover, imgright:hover {
	border:1px solid #015957;
	}
.imgborder, .imgleft, .imgright {
	padding:2px;
	}
.imgleft {
	float:left;
	margin:0 10px 10px 0;
	}
.imgright {
	float:right;
	margin:0 0px 10px 10px
	}
.cmstxt {
	margin:0px;
	padding:0 0px;
	font-size:80%;
	color:#666666;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.textboxborder {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #A9C2A5;
	font-size:100%;
	color:#666666;
	background-color:#FFFFFF;
	padding:2px;
	}
.handcur {
	cursor:pointer;
	}
/* IMAGE ALIGN CSS
-----------------------------------*/
.imgborder, 
.imgleft,
.imgright {
	text-align:center;
	display:block;
	}
.imgborder img.spacer,
.imgleft img.spacer,
.imgright img.spacer {
	width:0px;
	}
.imgborder img,
.imgleft img,
.imgright img{
	vertical-align:middle;
	}
/*==================================
POPUP CSS
==================================*/
#white {
	background-color:#FFFFFF;
	background-image:none;
	padding:15px;
	font-size:80%;
	}
#white .btnbar {
	text-align:center;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:10px 0;
	}
#white #topbar {
	height:70px;
	border-top:none;
	margin-bottom:15px;
	}
#white #topbar .close {
	position:absolute;
	right:15px;
	top:15px;
	}
#white .formcss .btnbar {
	padding:0;
	}
/* POPIMAGE CSS
----------------------------------*/
#white .image #topbar {
	margin-bottom:15px;
	}
#white .contentbox1 {
	padding:15px;
	}
#white .contentbox1 h2,
#white .image h2 {
	margin:0px;
	color:#00a6a2;
	}
/*==================================
MORE BUTTON LINK CSS
==================================*/
.morebtn,
.morebtn1,
.sidebarbox .morebar .link,
.buybtn {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	}
.morebtn, .morebtn1,
.sidebarbox .morebar .link {
	background-image:url(../images/morebtn.gif);
	width:48px;
	height:25px;
	}
.morebtn:hover,
.sidebarbox .morebar .link:hover,
.morebtn1:hover,
.buybtn:hover {
	background-position:0 -25px;
	}
.buybtn {
	width:69px;
	height:17px;
	}
/*==================================
COMMON POINTS CSS
==================================*/
.points {
	list-style-type:none;
	margin:0 0 15px 15px;
	padding:0px;
	}
.points li {
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	color:#333333;
	background-image:url(../images/arrow1.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	line-height:100%;
	}
.points li .points{
	margin-top:15px;
	}
/*==================================
ALL HORIZONTAL-BARS RELATED CSS
==================================*/
.hor_bar, .hor_bar1 {
	padding:8px 10px;
	margin-bottom:15px;
	position:relative;
	min-height:15px;
	}
.hor_bar {
	background-color:#f2f2f2;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	}
.hor_bar1 {
	background-color:#DBE2DA;
	border-bottom:1px solid #B8CFB5;
	border-right:1px solid #B8CFB5;
	}
.hor_bar .right1, 
.hor_bar1 .right1 {
	position:absolute;
	right:8px;
	top:7px;
	}
.hor_bar .left1, 
.hor_bar1 .left1 {
	position:absolute;
	left:8px;
	top:7px;
	}
/*=======================================
HOR LINE & CLEAR CSS
========================================*/
.hor_line{
	height:7px;	
	margin:0 0px 15px 0px;
	border-bottom:1px solid #e6e6e6;
	}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	display:block;
	}
/*================================
NO RECORD ERROR CSS
===============================*/
.norecord {
	border:1px solid #dfdfdf;
	color:#ff0000;
	font-size:13px;
	font-weight:bold;
	padding:7px 0 9px 55px;
	height:30px;
	position:relative;
	margin-bottom:15px;
	}
.norecord img{
	position:absolute;
	left:8px;
	top:8px;
	border:none;
	}
/*##################################
TOPBAR CSS
##################################*/
#topbar {
	position:relative;
	background-color:#00a6a1;
	margin:0px;
	padding:0px;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:165px;
	height:36px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:15px;
	top:20px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}
#topbar span.phone{
	margin:0;
	background-image:url(../images/phone.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#ecfefe;
	padding:7px 0 7px 45px;
	position:absolute;
	right:15px;
	top:20px;
	}
/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:0px;
	margin:0 0 0 0px;
	}
.pageheader h1 {
	margin:0px;
	padding:0px 0px 14px 0px;
	color:#00a6a2;
	line-height:13px;
	font-family:"Trebuchet MS";
	font-size:106.3%;
	font-weight:normal;
	text-transform:uppercase;
	}
.pagepath {
	font-family:Arial, Helvetica, sans-serif;
	padding:7px 15px 8px 0px;
	color:#666666;
	font-size:81.3%;
	border-top:1px solid #E5E5E5;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#333333;
	}
.pagepath a{
	color:#666666;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#00a6a2;
	}
.pagepath span {
	/*active page name*/
	color:#00a6a2;
	font-weight:normal;
	}
/*##################################
NAVIGATION CSS
##################################*/
#navigation {
	background:url(../images/nav-bg.gif) left bottom repeat-x #009b99;
	border:1px solid #009490;
	border-bottom:none;
	}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	margin:0px 0px 15px 0px;
	padding:0px;
	border:1px solid #cccbcb;
	min-height:1px;
	width:956px;
	height:240px;
	
	}
	
/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:80px;
	}
#pscroller_topbar {
	height:58px;
	}
#pscroller_news {
	height:135px;
	}
#pscroller_index {
	height:80px;
	}
#pscroller_events {
	height:135px;
	}
#pscroller_specials {
	height: 355px;
	}
#pscroller_testimonials {
	height:156px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	background:url(../images/sidebar-bg.gif) bottom left repeat-x #ffffff;
	padding:0px 15px 15px 15px;
	margin:0 0 15px 0;
	min-height:1px;
	border:1px solid #d7d7d7;
	}
.contentbox1 dt {
	font-size:101.6%;
	margin:0px 0px 15px 0px;
	padding:9px 0px 9px 0;
	border-bottom:1px solid #d7d7d7;
	color:#00a6a2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.contentbox1 dt a{
	color:#00a6a2;
	}
.contentbox1 dt a:hover{
	color:#333333;
	}
.contentbox1 .contentboxdata {
	margin:0px;
	}
.contentbox1 .imgleft td{
	height:94px;
	width:164px;
	}
.contentbox1 .linkbox {
	display:block;
	margin:15px -15px -15px -15px;
	height:35px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox1 .linkbox a {
	position:absolute;
	right:15px;
	bottom:15px;
	}
.linkbar {
	font-weight:bold;
	background-color:#f2f2f2;
	padding:8px 10px;
	font-size:90%;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	margin-bottom:15px;
	}
.linkbar a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.info .tbl-tp-1{
	margin-bottom:15px;
	}
.info .tbl-tp-1 th{
	text-align:left;
	padding:8px 0 8px 15px;
	background:url(../images/header-bg-11.gif) repeat-x left bottom #00a4a1;
	border:1px solid #00726f;
	border-width:1px 0;
	font-size:101.5%;
	color:#ffffff;
	}
.info .tbl-tp-1 td{
	padding:12px 10px 15px 15px;
	border-bottom:1px solid #d7d7d7;
	vertical-align:text-top;
	font-size:101.5%;
	color:#636363;
	}
.info .tbl-tp-2 td {
	background-color:#00a6a1;
	vertical-align:text-top;
	color:#ffffff;
	padding:12px 15px;
	}
.info .tbl-tp-2 td a{
	color:#010101;
	}
.info .tbl-tp-2 td a:hover{
	color:#fffffa;
	}
.spacer1{height:1px; margin:8px 0 0 0; padding:0; font-size:0;}
/*##################################
FOOTER CSS
##################################*/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#00a6a1;
	font-size:75%;
	height:60px;
	}
#footer .copyright,
#footer .links {
	position:absolute;
	top:15px;
	} 
#footer .logo {
	position:absolute;
	left:10px;
	top:13px;
	}

#footer .copyright {
	top:10px;
	right:15px;
	color:#fefefe;
	}
#footer .links {
	right:15px;
	color:#fefefe;
	top:35px;
	}
#footer .links a {
	color:#fefefe;
	}
#footer .links a:hover {
	color:#015957;
	}
#footer .links span {
	margin:0 5px;
	}
#footer .bookmarkbtn {
	position:absolute;
	bottom:10px;
	right:20px;
	}
