@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;
	}
.lefttop{
	position:absolute;
	left:-1px;
	top:-1px;
	}
.leftbot{
	position:absolute;
	left:-1px;
	bottom:-1px;/*ie*/
	}
.righttop{
	position:absolute;
	right:-1px;
	top:-1px;
	}
.rightbot{
	position:absolute;
	right:-1px;
	bottom:-1px;/*ie*/
	}	
	
/*
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:#B4252D;
	}
.link:hover,
.elink:hover {
	color:#666666;
	}
.imgborder, .imgleft, imgright {
	border:1px solid #DCDCDC;
	background-color:#FFFFFF;
	text-align:center;
	}
.imgborder:hover, .imgleft:hover, imgright:hover {
	border:1px solid #B0B0B0;
	}
.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:#666666;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.red{
	color:#FF0000;
	}
.textboxborder {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #A9C2A5;
	font-size:100%;
	color:#666666;
	background-color:#FFFFFF;
	padding:2px;
	}
.handcur {
	cursor:pointer;
	}
	
.button1{
	background-image:url(../images/h5bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#B4252D;
	font-size:12px;
	color:#FFDCDE;
	font-weight:bold;
	padding:5px 8px;
	
	}
.button1:hover{
	color:#FFFFFF;
	}
/* IMAGE ALIGN CSS
-----------------------------------*/
.imgborder, 
.imgleft,
.imgright {
	text-align:center;
	
	}
.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%;
	}
#white .btnbar {
	text-align:center;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:10px 0;
	}
#white #topbar {
	height:110px;
	border-top:none;
	width:auto;
	}
#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;
	}
/*==================================
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:46px;
	height:15px;
	cursor:pointer;
	}
.morebtn .link:hover{
	background-position:0 -16px;
	}
.morebtn:hover,
.sidebarbox .morebar .link:hover,
.morebtn1:hover,
.buybtn:hover {
	background-position:0 -16px;
	}
.buybtn {
	background-image:url(../images/buybtn.gif);
	width:69px;
	height:15px;
	}
/*==================================
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/sidebarlinks_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:15px;
	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
##################################*/
#topbarbg{
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	}
#topbar {
	position:relative;
	width:998px;
	margin:0 auto;
	z-index:99999;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:128px;
	height:111px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:10px;
	top:0px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}
.callus{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#10477C;
	position:absolute;
	left:147px;
	top:5px;
	}
/*==================================
TOPBAR wishlist CSS
==================================*/
.wishlist{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#666666;
	position:absolute;
	right:16px;
	top:15px;
	}
.wishlist li{
	float:left;
	margin:0 3px 0 3px;
	padding:10px 0 0 0;
	vertical-align:middle;	
	}
.wishlist li img{
	padding:0 0 0 0;
	margin:-7px 0 0 0;
	}
.wishlist li span{
	padding:0 10px 0 0;
	}
.viewbtn,
.sendbtn	{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/viewsendbtn.gif);
	
	}
.viewbtn {
	background-position:left top;
	width:43px;
	height:16px;
	}
.viewbtn:hover {
	background-position:left -17px;	
	}
.sendbtn {
	background-position:-51px top;
	width:43px;
	height:16px;
	}
.sendbtn:hover {
	background-position:-51px -17px;	
	}
/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:0 0 12px 0;
	}
.pageheader h1 {
	margin:0px;
	color:#000000;
	font-size:130%;
	font-weight:normal;
	text-transform:uppercase;
	}
.pagepath {
	padding:7px 15px 8px 0px;
	margin-bottom:15px;
	color:#666666;
	font-size:65%;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#333333;
	}
.pagepath a{
	color:#666666;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#A5101F;
	}
.pagepath span {
	/*active page name*/
	color:#A5101F;
	font-weight:bold;
	}
/*##################################
NAVIGATION CSS
##################################*/
#navigationbg {
	margin:auto;
	background-image:url(../images/navibg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#0C3053;
	}
#navigation {
	width:998px;
	margin:0 auto;
	}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {	
	margin-bottom:10px;
	background-color:#FF9501;
	}
.greybar{
	background-color:#1F2755;
	padding:3px 0 3px 0;
	}
.orgbar{
	background-color:#FF9501;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:110%;
	text-align:center;
	padding:3px 0 3px 0;
	text-transform:uppercase;
	}
/*==================================
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:200px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox_container{
	border:1px solid #E2E2E2;
	background-color:#FFFFFF;
	margin:0 0 10px 0;
	padding:0px;
	position:relative;
	min-height:1px;/*ie*/
	}
.contentbox1 {
	padding:10px 8px;
	margin:3px 1px 1px 1px;
	min-height:1px;
	background-image:url(../images/contentboxbg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#FFFFFF;	
	color:#666666;
	}
.contentbox1 dt {
	margin:-9px -4px 9px -4px;
	padding:4px 5px 4px 5px;	
	font-family:"trebuchet MS";
	font-size:17px;
	color:#FFDCDE;
	text-transform:uppercase;
	position:relative;
	min-height:1px;/*ie*/
	background-image:url(../images/h5bg.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#B4252D;
	}
.contentbox1 dt a{
	color:#FFDCDE;
	}
.contentbox1 dt a:hover{
	color:#FFFFFF;
	}
.contentbox1 dt .morebtn{
	position:absolute;
	right:8px;
	top:7px;
	}
.h5lt{
	position:absolute;
	left:0px;
	top:0px;
	}	
.h5rt{
	position:absolute;
	right:0px;
	top:0px;
	}
.h5lb{
	position:absolute;
	left:0px;
	bottom:0px;/*ie*/
	}
.h5rb{
	position:absolute;
	right:0px;
	bottom:0px;/*ie*/
	}
.contentbox1 .contentboxdata {
	margin:0px;
	}
.contentbox1 .imgleft td{
	height:94px;
	width:164px;
	}
.contentbox1 .linkbox {
	display:block;
	margin:5px 0px 10px 0px;
	height:5px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox1 .linkbox a {
	position:absolute;
	right:0px;
	top:0px;
	}
.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
##################################*/
.freephone{
	background-color:#202656;
	font-family:"trebuchet MS";
	font-size:17px;
	color:#FFFFFF;
	text-align:center;
	padding:5px 10px;
	margin-bottom:10px;
	}
#footer {
	border-top:1px solid #E0E0E0;
	height:80px;
	margin:0 10px;
	}
#footer .mainlink{
	border-bottom:1px solid #E0E0E0;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
	padding:10px ;
	}
#footer .mainlink a{	
	color:#666666;
	text-decoration:none;
	}
#footer .mainlink a:hover{	
	color:#9A242E;
	}
#footer .mainlink span{
	color:#CCCCCC;
	}
			
#footer .copyright,
#footer .links {
	position:absolute;
	bottom:15px;
	font-size:65%;
	} 
#footer .copyright {
	left:10px;
	color:#666666;
	}
#footer .links {
	right:10px;
	color:#666666;
	}
#footer .links a {
	color:#666666;
	}
#footer .links a:hover {
	color:#9A242E;
	}
#footer .links span {
	margin:0 5px;
	}
#footer .bookmarkbtn {
	position:absolute;
	bottom:10px;
	right:20px;
	}