@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, ol, ul, li  
	{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
a {
	text-decoration:none;
	}
/*
H1-pageheader,Welcometxt heading 
H2-common sub-title in page, 
H3-common sub-title in page, 
H4-infobox title 
H5-sidebar title
H6-sidebarlinks heading*/
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:#D60129;
	}
.link:hover,
.elink:hover {
	color:#666666;
	}
.imgborder, .imgleft, imgright {
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	}
.imgborder {
	padding:2px;
	}
.imgleft {
	float:left;
	margin:0 10px 10px 0;
	padding:2px;
	}
.imgright {
	float:right;
	margin:0 0px 10px 10px;
	padding:2px;
	}
.cmstxt {
	margin:0 0 15px 0;
	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;
	}
/*==================================
POPUP CSS
==================================*/
#white {
	background:none;
	padding:15px;
	font-size:80%;
	}
#white #topbar {
	margin:0px;
	
	}
#white #topbar .logo {
	border:none;
	left:0px;
	}
#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;
	}
#white #topbar .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 .image img  {
	border:1px solid #dfdfdf;
	}
/*==================================
MORE BUTTON LINK CSS
==================================*/
.morebtn,
.morebtn1,
.sidebarbox .morebar .link,
.buybtn,
.signupbtn,
.loginbtn,
.registerbtn,
infobox {
	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);
	height:16px;
	width:49px;
	}
.morebtn1 {
	background-image:url(../images/morebtn1.gif);
	width:52px;
	height:17px;
	}
.signupbtn {
	background-image:url(../images/signupbtn.gif);
	width:98px;
	height:18px;
	margin:0px;
	padding:0px
	}
.loginbtn {
	background-image:url(../images/loginbtn.gif);
	width:59px;
	height:18px;
	}
.registerbtn {
	background-image:url(../images/registerbtn.gif);
	width:78px;
	height:18px;
	}
.morebtn:hover,
.sidebarbox .morebar .link:hover,
.morebtn1:hover,
.buybtn:hover {
	background-position:0 -16px;
	}
.buybtn {
	background-image:url(../images/buybtn.gif);
	width:69px;
	height:16px;
	}
/*==================================
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:15px;	
	margin-bottom:10px;
	border-bottom:1px solid #dfdfdf;
	line-height:0px;
	font-size:0px;
	}
.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;
	}
.norecord img{
	position:absolute;
	left:8px;
	top:8px;
	border:none;
	}
/*##################################
TOPBAR CSS
##################################*/
#topbar {
	position:relative;
	background-color:#ffffff;
	height:64px;
	margin:0 15px;
	min-height:1px;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:162px;
	height:34px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:15px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}
#topbar em {
	font-style:normal;
	font-weight:normal;	
	font-size:80%;
	line-height:1;
	}
#topbar strong {
	position:absolute;
	right:-1px;
	bottom:7px;
	text-align:right;
	font-family:"Trebuchet MS";
	font-size:152%;
	color:#AAAAAA;
	_height:1px;
	}
/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:0 0 9px 0;
	}
.pageheader h1 {
	margin:0px;
	color:#81171A;
	font-size:135%;
	font-weight:normal;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	}
.pagepath {
	padding:7px 15px 8px 0px;
	margin-bottom:20px;
	color:#666666;
	font-size:70%;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#D8002A;
	}
.pagepath a{
	color:#666666;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#81171A;
	}
.pagepath span {
	/*active page name*/
	color:#81171A;
	font-weight:bold;
	}
/*##################################
NAVIGATION CSS
##################################*/
#navigation {
	margin:0 15px;
	}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	margin-bottom:9px;
	}
/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:275px;
	}
#pscroller_infotxt {
	height:150px;
	}
#pscroller_topbar {
	height:90px;
	}
#pscroller_news {
	height:195px;
	}
#pscroller_events {
	height:315px;
	}
#pscroller_specials {
	height:310px;
	}
#pscroller_testimonials {
	height:210px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	background-color:#ffffff;
	padding:15px;
	margin:0 0 20px 0;
	min-height:1px;
	border:1px solid #dfdfdf;
	color:#666666;
	}
.contentbox1 dt {
	font-weight:bold;
	margin:-15px -15px 0px -15px;
	padding:12px 15px;
	font-size:100%;
	}
.contentbox1 dt a{
	color:#D8002A;
	}
.contentbox1 dt a:hover{
	color:#666666;
	}
.contentbox1 .contentboxdata {
	margin:0px;
	}
.contentbox1 .imgleft td{
	height:94px;
	width:164px;
	}
.contentbox1 .linkbox {
	background-color:#ffffff;
	border-top:1px solid #dfdfdf;
	display:block;
	margin:15px 0px -15px 0px;
	height:35px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox1 .linkbox a {
	position:absolute;
	right:0px;
	top:9px;
	color:#D8002A;
	}
.contentbox1 .linkbox a:hover {
	color:#666666;
	}
.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;
	}

/*##################################
FOOTER CSS
##################################*/
#footer {
	background-color:#ffffff;
	border-top:1px solid #EAEAEA;
	padding:12px 0 0 0;
	margin:15px 15px 0 15px;
	font-size:65%;
	height:70px;
	}
#footer .copyright,
#footer .links {
	top:15px;
	text-align:center;
	} 
#footer .copyright {
	color:#AAAAAA;
	margin-bottom:7px;
	}
#footer .links {
	right:20px;
	color:#AAAAAA;
	}
#footer .links a {
	color:#AAAAAA;
	}
#footer .links a:hover {
	color:#991D21;
	}
#footer .links span {
	margin:0 3px;
	}
#footer .bookmarkbtn {
	position:absolute;
	top:10px;
	right:20px;
	}
