@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:Arial, Helvetica, sans-serif;
	}
body,
.link,
.cmstxt,
.points li {
	font-family:Arial, Helvetica, sans-serif;
	}
h2, 
.pageheader h1  {
	font-family:Arial, Helvetica, sans-serif;
	}
/*##################################
COMMON CSS
##################################*/

/* COMMON RESET CSS
----------------------------------*/
dl, dt, dd, ol, ul, li  
	{
	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;
	color:#000000;
	font-size:120%;
	}
h3 {
	margin-bottom:5px;
	color:#666666;
	font-size:100%;
	}
p {
	margin:0 0 15px 0;
	}
.link, 
.elink {
	text-decoration:none;
	color:#0E41A0;
	}
.link:hover,
.elink:hover {
	color:#000000;
	}
.imgborder, .imgleft,.imgleft1, imgright {
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	text-align:center;
	}
.imgborder:hover, .imgleft:hover,.imgleft1:hover, imgright:hover {
	border:1px solid #5184C2;
	cursor:pointer;
	}
.imgborder, .imgleft,.imgleft1, .imgright {
	padding:2px;
	}
.imgleft,.imgleft1 {
	float:left;
	margin:0 10px 10px 0;
	}
.imgright {
	float:right;
	margin:0 0px 10px 10px;
	}
.cmstxt {
	margin:0 ;
	font-size:90%;
	color:#666666;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.textboxborder {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #B7CDEB;
	font-size:100%;
	color:#666666;
	background-color:#FFFFFF;
	padding:2px;
	}
.handcur {
	cursor:pointer;
	}
.lefttop {
	position:absolute;
	left:0px;
	top:0px;
}
.leftbot {
	position:absolute;
	left:0px;
	bottom:0px;
}
.righttop {
	position:absolute;
	right:0px;
	top:0px;
}
.rightbot {
	position:absolute;
	right:0px;
	bottom:0px;
}
/* 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;
	padding:15px;
	font-size:80%;
	background-image:none;
	}
#white .btnbar {
	text-align:center;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:10px 0;
	}
#white #topbar {
	height:94px;
	background-image:url(../images/topbg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	margin-bottom:15px;
	}
#white #topbar .close {
	position:absolute;
	right:15px;
	top:35px;
	}
#white .formcss .btnbar {
	padding:0;
	}
/* POPIMAGE CSS
----------------------------------*/
#white .image #topbar {
	margin-bottom:15px;
	}
#white .image h2 {
	margin:0px;
	}
/*==================================
MORE BUTTON LINK CSS
==================================*/
.morebtn,
.morebtn1,
.sidebarbox .morebar .link {
	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:52px;
	height:17px;
	}
.morebtn1 {
	background-image:url(../images/morebtn.gif);
	width:52px;
	height:17px;
	}
.morebtn:hover,
.sidebarbox .morebar .link:hover,
.morebtn1:hover {
	background-position:0 -17px;
	}
/*==================================
COMMON POINTS CSS
==================================*/
.points {
	list-style-type:none;
	margin:0 0 15px 15px;
	padding:0px;
	}
.points li {
	padding:0 0 0 15px;
	margin:0 0 10px 0;
	color:#666666;
	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 #dfdfdf;
	}
.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;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:461px;
	height:48px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:20px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}
/*##################################
NAVIGATION CSS
##################################*/
.navleftcurve {
	position:absolute;
	z-index:100;
	top:0px;
	margin:0px;
	padding:0px;
}
.navrightcurve {
	position:absolute;
	z-index:100;
	right:0px;
	top:0px;
	margin:0px;
	padding:0px;
}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	margin-bottom:15px;
	}
/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:0 0 10px 0;
	}
.pageheader h1 {
	margin:0px;
	color:#0B3E9F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	}
.pagepath {
	padding:7px 15px 8px 0px;
	margin-bottom:12px;
	color:#666666;
	font-size:75%;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#666666;
	}
.pagepath a{
	color:#666666;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#000000;
	}
.pagepath span {
	/*active page name*/
	color:#3E64B1;
	font-weight:bold;
	}
/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:275px;
	}
#pscroller_topbar {
	height:58px;
	}
#pscroller_news {
	height:200px;
	}
#pscroller_events {
	height: 300px;
	}
#pscroller_specials {
	height: 300px;
	}
#pscroller_testimonials {
	height:245px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	background-color:#F9F9F9;
	padding:15px;
	margin:0 0 15px 0;
	min-height:1px;
	}
.contentbox1 dt {
	background-color:#EAF3FF;
	font-weight:bold;
	margin:-15px -15px 15px -15px;
	padding:12px 15px;
	font-size:110%;
	color:#003399;
	}
.contentbox1 dt a{
	color:#003399;
	}
.contentbox1 dt a:hover{
	color:#000000;
	}
.contentbox1 .contentboxdata {
	margin:0px;
	}
.contentbox1 .imgleft td{
	height:94px;
	width:163px;
	}
.contentbox1 .imgleft1 td{
	height:150px;
	width:150px;
	}
.contentbox1 .linkbox {
	background-color:#E8E8E8;
	display:block;
	margin:15px -15px -15px -15px;
	height:35px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox1 .linkbox a {
	position:absolute;
	right:10px;
	top:9px;
	}
.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:Arial, Helvetica, sans-serif;
	}

/*##################################
FOOTER CSS
##################################*/
#footer {
	font-size:70%;
	height:50px;
	}
#footer .copyright,
#footer .links {
	position:absolute;
	top:10px;
	} 
#footer .copyright {
	left:0px;
	color:#666666;
	}
#footer .links {
	left:0px;
	top:28px;
	color:#CCCCCC;
	}
#footer .links a {
	color:#666666;
	}
#footer .links a:hover {
	color:#003399;
	}
#footer .links span {
	margin:0 5px;
	font-size:10px;
	}
#footer .bookmarkbtn {
	position:absolute;
	top:10px;
	right:0px;
	}