@import url("../css/layout.css");
@import url("../css/navigation.css");
@import url("../css/sidebar.css");
@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,
.cmstxt,
.points li {
	font-family:Arial, Helvetica, sans-serif;
	}
h2, 
.pageheader h1  {
	font-family:"trebuchet MS";
	}
/*##################################
COMMON CSS
##################################*/

/* COMMON RESET CSS
----------------------------------*/
dl, dt, dd
	{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
a {
	text-decoration: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, 
.elink {
	text-decoration:none;
	color:#516F88;
	}
.link:hover,
.elink:hover {
	color:#666666;
	}
.imgborder, .imgleft, imgright {
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	text-align:center;
	}
.imgborder:hover, .imgleft:hover, imgright:hover {
	border:1px solid #000000;
	}
.imgborder, .imgleft, .imgright {
	padding:2px;
	}
.imgleft {
	float:left;
	margin:0 10px 10px 0;
	}
.imgright {
	float:right;
	margin:0 0px 10px 10px;
	}
.cmstxt {
	margin:0 0 15px 0;
	font-size:80%;
	color:#000000;
	}
.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;
	}
#aboutus h4 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
#aboutus table {
	border:1px solid #CCCCCC;
	}
#aboutus table th {
	background-color:#6C8AA3;
	color:#ffffff;
	}

#aboutus table td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}

/* 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;
	}
.rt {
	position:absolute;
	right:0px;
	top:0px;
	}
.rb {
	position:absolute;
	bottom:0px;
	right:0px;
	}
.lt {
	position:absolute;
	left:0px;
	top:0px;
	}
.lb {
	position:absolute;
	left:0px;
	bottom:0px;
	}/*==================================
POPUP CSS
==================================*/
#white {
	background-color:#FFFFFF;
	padding:15px;
	font-size:80%;
	}
#white .btnbar {
	text-align:center;
	padding:10px 0;
	}
#white #topbar1 {
	height:120px;
	border-top:none;
	}
#white #topbar1 .close {
	position:absolute;
	right:15px;
	top:15px;
	}
#white .formcss .btnbar {
	padding:0;
	}
/* POPIMAGE CSS
----------------------------------*/
#white .image #topbar {
	margin-bottom:15px;
	}
#white .image h2 {
	margin:0px;
	}
#white .contentbox1 {
	padding:10px;
	}
/*==================================
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,
.sidebarbox .morebar .link {
	background-image:url(../images/morebtn.gif);
	width:56px;
	height:24px;
	}
.morebtn1 {
	background-image:url(../images/morebtn1.gif);
	width:52px;
	height:17px;
	}
.morebtn:hover,
.sidebarbox .morebar .link:hover,
.morebtn1:hover,
.buybtn:hover {
	background-position:0 -24px;
	}
.buybtn {
	background-image:url(../images/buybtn.gif);
	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/arrow.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	line-height:110%;
	}
.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:20px;	
	margin-bottom:20px;
	border-bottom:1px solid #204666;
	}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	display:block;
	}
/*================================
NO RECORD ERROR CSS
===============================*/
.norecord {
	border:1px solid #F2F2F2;
	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
##################################*/
.topbarbg {
	border-top:21px solid #204666;
	}
#topbar {
	width:958px;
	height:107px;
	margin:auto;
	position:relative;

	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:435px;
	height:74px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:28px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	outline:none;
	}

/*==================================
TOPBAR NENU CSS
==================================*/
.topbar_menubar {
	position:absolute;
	right:-10px;
	top:-21px;
	font-size:70%;
	font-family:"Trebuchet MS";
	padding:2px 10px 5px 10px;
	}
.topbar_menubar a {
	color:#E4E2E2;
	}
.topbar_menubar a:hover {
	color:#B8B8B8;
	}
.topbar_menubar span {
	color:#E4E2E2;
	margin:0 2px;
	}
/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:5px 0 10px 0;
	}
.pageheader h1 {
	margin:0px;
	color:#516F88;
	font-size:140%;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
	}
.pagepath {
	padding:7px 15px 8px 0px;
	margin-bottom:20px;
	color:#204666;
	font-size:80%;
	border-top:1px solid #204666;
	border-bottom:1px solid #204666;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#333333;
	}
.pagepath a{
	color:#666666;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#204666;
	}
.pagepath span {
	/*active page name*/
	color:#204666;
	font-weight:bold;
	}
/*##################################
NAVIGATION CSS
##################################*/
.navigationbg {
	}
#navigation {
	background-image:url(../images/nav_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:0 6px;
	width:946px;
	margin: auto;
	margin-bottom:7px;
	}
#navigation .active {
	color:#A3BACB;

	}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	margin-bottom:15px;
	border:1px solid #D9DFE4;
	}
/*CURVE CSS
-----------------------------------*/
.curvebox{
	background-color:#D9DFE4;
	background-image:url(../images/infobox_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	min-height:160px;
	padding:7px 15px 15px 15px;
	position:relative;
	}

/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:275px;
	}
#pscroller_topbar {
	height:58px;
	}
#pscroller_news {
	height:210px;
	}
#pscroller_events {
	height: 355px;
	}
#pscroller_specials {
	height: 355px;
	}
#pscroller_testimonials {
	height:245px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*##################################
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	border:1px solid #EEEFF0;
	padding:2px;	
	margin:0 0 15px 0;
	background-color:#F8F8F8;

	}
.contentbox1 .imgleft td{
	height:72px;
	width:160px;
	}
.contentbox1 dt {
	font-size:13px;
	color:#204666;
	font-weight:bold;
	margin:0 0 0px 0;
	padding:5px 10px 10px 10px;
	border-bottom:1px solid #dfdfdf;
	}
.contentbox1 dt a{
	color:#204666;
	}
.contentbox1 dt a:hover{
	color:#666666;
	}
.contentbox1 dd {
	min-height:1px;
	color:#000000;
	margin:0px;
	background-color:#ffffff;
	padding:15px 10px 10px 10px;
	z-index:1;
	}
.contentbox1 .linkbox,
.contentbox1 .morebar {
	margin:0px 0 0 0;
	height:10px;
	position:relative;
	background-color:#ffffff;
	clear:both;
	}
.contentbox1 .linkbox .link,
.contentbox1 .linkbox .morebtn,
.contentbox1 .morebar .link {
	font-weight:bold;
	font-size:11px;
	position:absolute;
	right:10px;
	top:0px;
	}
.contentbox1 dd strong{
	margin-bottom:5px;
	display:block;
	}
.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;
	}
.contentbox1 .linkbox a {	
	position:absolute;
	right:15px;
	top:12px;
	color:#076782;
	font-weight:bold;
	}
.contentbox1 .linkbox a:hover {	
	color:#666666;
	}
/*##################################
FOOTER CSS
##################################*/
.footerbg {
	background-color:#1C4263;
	}
#footer {
	background-color:#1C4263;
	font-size:60%;
	height:41px;
	width:958px;
	margin:auto;
	}
#footer .copyright,
#footer .links {
	position:absolute;
	top:10px;
	} 
#footer .copyright {
	left:0px;
	color:#9B9B9B;
	}
#footer .links {
	right:0px;
	color:#607D5E;
	}
#footer .links a {
	color:#929292;
	}
#footer .links a:hover {
	color:#ffffff;
	}
#footer .links span {
	margin:0 5px;
	color:#929292;
	}
#footer .bookmarkbtn {
	position:absolute;
	bottom:10px;
	right:20px;
	}
