@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";
	}
#spreadaword h2 {
	color:#ffffff;
	}
/*##################################
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;
	text-transform:uppercase;
	color:#000000;
	font-size:100%;
	}
p {
	margin:0 0 15px 0;
	}
.link, 
.elink {
	text-decoration:none;
	color:#9A7C12;
	}
.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:0px 0 15px 0;
	font-size:80%;
	color:#ffffff;
	padding:20px;
	font-size:80%;
	color:#CCCCCC;
	line-height:125%;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	background-image:url(../images/design3_infoboxbg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#1F4482;

	}
.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;
	}
.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:#183261;
	padding:15px;
	font-size:80%;
	}
#white .btnbar {
	text-align:center;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:10px 0;
	}
#white #topbar1 {
	height:140px;
	border-top:none;
	position:relative;
	}
#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;
	color:#ffffff;
	}
/*==================================
MORE BUTTON LINK CSS
==================================*/
.morebtn,
.morebtn1,
.sidebarbox .morebar .link,
.buybtn, 
.book_btn,
.click_btn,
.indexmorebtn {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	}
.morebtn,
.sidebarbox .morebar .link,
.book_btn {
	width:76px;
	height:25px;
	background-image:url(../images/morebtn.gif);
	}
.indexmorebtn{
	background-image:url(../images/button.gif);
	width:20px;
	height:21px;	
	}
.indexmorebtn:hover{
	background-position:left -21px;
	}
.sidebarbox .morebar .link {
	background-image:url(../images/morebtn1.gif);

	}
.book_btn {
	position:absolute;
	left:10px;
	background-image:url(../images/book_btn.gif);
	width:106px;
	bottom:-48px;
	height:25px;
	}
.click_btn {
	position:absolute;
	top:-21px;
	left:10px;
	background-image:url(../images/clicknow_btn.gif);
	width:106px;
	height:25px;
	}

.morebtn1 {
	background-image:url(../images/morebtn1.gif);
	width:76px;
	height:25px;
	}
.morebtn:hover,
.sidebarbox .morebar .link:hover,
.morebtn1:hover,
.buybtn:hover,
.book_btn:hover,
.click_btn:hover {
	background-position:0 -25px;
	}
.buybtn {
	background-image:url(../images/buybtn.gif);
	width:69px;
	height:17px;
	}
.backbtn {
	font-weight:bold;
	font-size:15px;
	color:#ffffff;
	}
.backbtn .link {
	color:#ffffff;
	}
.backbtn .link:hover {
	color:#967911;
	}

/*==================================
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:#CCCCCC;
	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 #0C3374;
	}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	display:block;
	}
/*================================
NO RECORD ERROR CSS
===============================*/
.norecord {
	border:1px solid #08224E;
	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;
	width:980px;
	margin:auto;
	background-image:url(../images/topbar_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:391px;
	height:73px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:5px;
	top:23px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}
/*==================================
TOPBAR NENU CSS
==================================*/
.topbar_menubar {
	position:absolute;
	right:0px;
	top:20px;
	font-size:90%;
	font-family:"Trebuchet MS";
	border-bottom:1px solid #1A4771;
	}
.topbar_menubar a {
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	margin-bottom:21px;
	text-transform:uppercase;
	text-align:left;
	position:relative;
	padding-left:45px;
	
	}
.topbar_menubar img {
	position:absolute;
	left:0px;
	top:-3px;
	}
.topbar_menubar a:hover {
	color:#B69419;
	}
.topbar_menubar span {
	color:#839F81;
	}
/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:0 0 15px 0;
	}
.pageheader h1 {
	margin:0px;
	color:#ffffff;
	font-size:130%;
	font-weight:normal;
	text-transform:uppercase;
	}
.pagepath {
	padding:7px 15px 8px 0px;
	margin-bottom:20px;
	color:#666666;
	font-size:85%;
	border-top:1px solid #0C3374;
	border-bottom:1px solid #0C3374;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#ffffff;
	}
.pagepath a{
	color:#ffffff;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#9A7C12;

	}
.pagepath span {
	/*active page name*/
	color:#9A7C12;
	font-weight:bold;
	}
/*##################################
NAVIGATION CSS
##################################*/
.navigationbg {
	background-image:url(../images/navigation_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	}
#navigation {
	width:980px;
	margin:auto;
	}
#navigation .active {
	background-image:url(../images/navi_hover.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#574501;	

	}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	margin-bottom:0px;
	font-size:0px;
	line-height:0px;
	position:relative;
	}
/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:355px;
	}
#pscroller_topbar {
	height:58px;
	}
#pscroller_news {
	height:170px;
	}
#pscroller_events {
	height:300px;
	}
#pscroller_specials {
	height:300px;
	}
#pscroller_testimonials {
	height:170px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	padding:15px;
	margin:0 0 20px 0;
	min-height:1px;
	background-color:#20427E;
	color:#DCDCDC; 	
	border-bottom:1px solid #152B53;
	border-right:1px solid #152B53;

	}
.contentbox1 dt {
	font-weight:bold;
	margin:-15px -15px 15px -15px;
	padding:12px 15px 0 15px;
	font-size:100%;
	color:#ffffff;
	}
.contentbox1 dt a{
	color:#ffffff;
	}
.contentbox1 dt a:hover{
	color:#9A7C12;
	}
.contentbox1 .contentboxdata {
	margin:0px;
	}
.contentbox1 .imgleft td{
	height:94px;
	width:164px;
	}
.contentbox1 .linkbox {
	display:block;
	margin:15px -15px -15px -15px;
	height:25px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox1 .linkbox a {
	position:absolute;
	right:10px;
	top:0px;
	color:#ffffff;
	}
.contentbox1 .linkbox a:hover {
	color:#967911;
	}

.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-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#183261;
	font-size:75%;
	height:68px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:8px;
	}
#footer .copyright,
#footer .links {
	position:absolute;
	top:15px;
	} 
#footer .copyright {
	left:15px;
	top:15px;
	color:#92A9C9;
	}
#footer .links {
	color:#B0C6E2;
	left:15px;
	top:38px;
	}
#footer .links a {
	color:#92A9C9;
	}
#footer .links a:hover {
	color:#9A7C12;
	}
#footer .links span {
	margin:0 5px;
	color:#6C7481;
	}
#footer .bookmarkbtn {
	position:absolute;
	top:20px;
	right:20px;
	}