@import url("../css/layout.css");
@import url("../css/navigation.css");
@import url("../css/sidebar.css");
@import url("grid.css");
@import url("contentslider.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:#3B8AC0;
	}
.link:hover,
.elink:hover {
	color:#666666;
	}
.imgborder, .imgleft, imgright {
	border:1px solid #EBEBEB;
	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:#333333;
	padding:16px;
	padding-top:10px;
	border:1px solid #EBEBEB;
	}
.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;
	}
/* 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;
	background-image:none;
	font-size:80%;
	}
#white .btnbar {
	text-align:center;
	padding:10px 0;
	}
#white #topbar1 {
	height:15px;
	border-top:none;
	}
#white #topbar1 .close {
	position:absolute;
	right:15px;
	top:5px;
	}
#white .formcss .btnbar {
	padding:0;
	}
/* POPIMAGE CSS
----------------------------------*/
#white .image #topbar {
	margin-bottom:15px;
	}
#white .image h2 {
	margin:0px;
	}
#white .contentbox1 {
	padding:15px;
	}
/*==================================
MORE BUTTON LINK CSS
==================================*/
.morebtn,
.viewmore_btn,
.morebtn1,
.sidebarbox .morebar .link,
.buybtn,
.signinbtn,
.remindmebtn,
.go_btn1,
.createaccountbtn,
.enquirebtn {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	}
.go_btn1 {
	background:url(../images/go_btn1.gif) no-repeat 0 0;
	width:22px;
	height:22px;
	position:absolute;
	left:20px;
	bottom:-25px;
	display:block;
	}
.morebtn,
.sidebarbox .morebar .link {
	background-image:url(../images/morebtn.gif);
	width:52px;
	height:17px;
	}
.morebtn1 {
	background-image:url(../images/morebtn1.gif);
	width:52px;
	height:17px;
	}
.viewmore_btn {
	background-image:url(../images/viewmore_btn.gif);
	width:124px;
	height:47px;
	}
.morebtn:hover,
.sidebarbox .morebar .link:hover,
.morebtn1:hover,
.buybtn:hover {
	background-position:0 -17px;
	}
.buybtn {
	background-image:url(../images/buybtn.gif);
	width:69px;
	height:17px;
	}
.enquirebtn {
	background-image:url(../images/enquire_btn.gif);
	width:93px;
	height:22px;
	position:absolute;
	top:0px;
	right:40px;
	}
.signinbtn {
	background-image:url(../images/singin_btn.gif);
	width:93px;
	height:22px;

	}
.createaccountbtn {
	background-image:url(../images/create_btn.gif);
	width:114px;
	height:22px;
	}
.remindmebtn {
	background-image:url(../images/remindme_btn.gif);
	width:93px;
	height:22px;
	}
/*==================================
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;
	background-color:#DBE2DA;
	background:url(../images/allbg.gif) 0 -46px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	

	}
.hor_bar1 {
	background-color:#DBE2DA;
	background:url(../images/allbg.gif) 0 -46px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	padding:12px 15px;
	margin-bottom:0px;
	}
.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_bar, .hor_bar1 a  {
	color:#ffffff;
	font-weight:bold;
	}
.hor_bar, .hor_bar1 a:hover  {
	color:#333333;
	}
/*=======================================
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
##################################*/
/*.top_horline { height:4px; background:url(../images/top_horbg.gif) repeat-x 0 0; border-bottom:1px solid #C1C1C1;}
*/.topbarbg {height:86px; background:url(../images/topbar_bg.gif) repeat-x 0 0;
}
#topbar {
	position:relative;
	width:996px;
	margin:auto;
	z-index:1000000;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:204px;
	height:150px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:12px;
	top:5px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}

.topbar-searchbox .txtbox-bg {
	width:558px;
	height:50px;
	position:absolute;
	left:217px;
	top:0px;
	background:url(../images/searchbar_bg.gif) no-repeat 0 0;
	padding:0px;
	margin:0px;
	z-index:100000000;
	}
.txtbox-bg .searchbtn {
	position:absolute;
	right:15px;
	top:14px;
	}
.topbar-searchbox .topbar-search-txtbox {
	border:none;
	background:url(../images/searchboxbg.gif) repeat-x left top;
	position:absolute;
	left:29px;
	top:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	color:#999999;
	width:316px;
	height:23px;

	}
.topbar-searchbox .searchbar {
	width:410px;
	height:29px;
	background-color:#CACACA;
	position:absolute;
	left:74px;
	top:10px;
	}
.topbar-searchbox .searchbar .fildes {
	height:1px;
	position:absolute;
	left:60px;
	top:4px;
	}
.topbar-searchbox .searchbar label {
	font-size:12px; 
	margin:0 -4px 0 0; 
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/fields_bg.gif) repeat-x 0 0;
	padding:3px 6px 2px 7px;
	}
.topbar-searchbox .searchbar  input, 
.topbar-searchbox .searchbar select { 
	width:134px; 
	font-size:13px;
	border:1px solid #999999;
	 }

/* QUICK PRODUCT FINDER 
=================================*/
.quick-pro-finder {
	width:100%;
	position:absolute;
	top:51px;
	_top:51px;	
	_height:1px;
	z-index:-100000;
	}
.quick-pro-finder .quickfinderbtn {
	margin:auto;
	display:block;
	text-align:center;
	width:181px;
	cursor:pointer;
	}
.quick-pro-finder input {
	border:none;
	}
.quick-pro-finder .searchbtn1 {
	position:absolute;
	left:95px;
	bottom:28px;
	background:url(../images/search_btn1.gif) no-repeat 0 0;
	width:89px;
	height:28px;
	}
.quick-pro-finder .quick-frm {
	padding:15px;
	width:365px;
	padding-bottom:40px;
	margin:auto;
	background-color:#DFDFDF;

	}
.quick-frm select {
	color:#666666;
	padding:1px;
	border:1px solid #dfdfdf;
	width:363px;
	font-size:12px;
	margin-bottom:5px;
	}
/*##################################
NAVIGATION CSS
##################################*/
.navigationbg {
	background:url(../images/navI_bg.gif) repeat-x 0 0;
	height:41px;
	padding:9px 0 0 0;
	}
#navigation {
	width:996px;
	margin:auto;
	}
#navigation .home {position:absolute; left:228px; top:-1px;}
/*#navigation .active {
	background-color:#526A50;
	}
*//*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:0 0 10px 0;
	}
.pageheader h1 {
	margin:0px;
	color:#FB7B06;
	font-size:130%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	}
.pagepath {
	padding:7px 15px 8px 0px;
	margin-bottom:13px;
	color:#888888;
	font-size:11px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#FB7D06;
	}
.pagepath a{
	color:#888888;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#FB7D06;
	}
.pagepath span {
	/*active page name*/
	color:#FB7D06;
	}

/*#################################### 
MIDBAR CSS
####################################*/

.midbar {
	margin-bottom:15px;
	}
.midbar-container {
	background:url(../images/midbar-content-bg.gif) repeat-x left top #B4B4B4;
	padding:20px;
	padding-bottom:6px;
	position:relative;
	_height:1px;
	margin-bottom:16px;
	}

/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:275px;
	}
#pscroller_topbar {
	height:58px;
	}
#pscroller_news {
	height:245px;
	}
#pscroller_events {
	height: 355px;
	}
#pscroller_specials {
	height: 355px;
	}
#pscroller_testimonials {
	height:245px;
	}
#pscroller_indexnews {
	height:152px;
	}
.contentbody {
	border:1px solid #EBEBEB;
	border-top:none;
	padding:15px;
	font-size:85%;
	min-height:1px;
	}
/*##################################
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:url(../images/contentbox_bot.gif) repeat-x 0 bottom;
	}
.contentbox1 .imgleft td{
	height:72px;
	width:160px;
	}
.contentbox1 dt {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:5px 10px 0 10px;
	}
.contentbox1 dt a{
	color:#333333;
	}
.contentbox1 dt a:hover{
	color:#666666;
	}
.contentbox1 dd {
	color:#000000;
	margin:0px;
	background-color:#F8F8F8;
	padding:15px 10px 10px 10px;
	z-index:1;
	}
.contentbox1 .linkbox,
.contentbox1 .morebar {
	margin:0px 0 0 0;
	height:10px;
	position:relative;
	clear:both;
	}
.contentbox1 .linkbox .link,
.contentbox1 .linkbox .morebtn,
.contentbox1 .morebar .link {
	font-weight:bold;
	font-size:11px;
	position:absolute;
	right:10px;
	top:8px;
	}
.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 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	position:absolute;
	text-transform:lowercase;
	right:10px;
	}
	
.contentbox1 .linkbox a:hover {
	color:#ffc500;
	}

/*##################################
SEARCH BOX
##################################*/
.search_container {	
	border:1px solid #EBEBEB;
	padding:4px;
	background:url(../images/searchbox_bot.gif) repeat-x 0 bottom #F4F4F4;
	margin-bottom:10px; 

	}
.search_container .searchbox {
	text-align:center;
	padding:10px;
	}
.search_container .searchbox  select {
	font-size:12px;
	color:#333333;
	width:180px;
	margin-right:10px;
	border:1px solid #D4D4D4;
	}
/*##################################
FOOTER CSS
##################################*/
#footer {
	font-size:70%;
	height:70px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}

#footer .copyright {
	color:#999999;
	}

.bot_section {
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	padding-top:18px;
	padding-bottom:20px;
	}
.bot_section .gridcontainer h4 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.bot_section ul, .bot_section ul li {
	list-style-type:none;
	padding:0px;
	margin:0px;
	}
.bot_section .gridcontainer .brands {
	width:232px;
	min-height:182px;
	border-right:1px solid #EBEBEB;
	}
.bot_section .gridcontainer .brands .link {
	color:#3B8AC0;
	font-weight:bold;
	font-size:12px;
	}
.bot_section .gridcontainer .brands .barnd_list li{	
	width:110px;
	}
.bot_section .gridcontainer .brands .barnd_list a {
	color:#999999;
	}
.bot_section .gridcontainer .brands .barnd_list a:hover {
	color:#000000;
	}

.bot_section .gridcontainer .brands a:hover { color:#666666; }
.bot_section .gridcontainer .brands h4 {
	margin-bottom:6px;
	}
.bot_section .gridcontainer .sitemap, .bot_section .gridcontainer .contact_box {
	width:231px;
	min-height:182px;
	padding-left:21px;
	border-right:1px solid #EBEBEB;
	}
.bot_section .gridcontainer .contact_box  h4, .bot_section .gridcontainer .quick_contact h4{
	font-size:22px;
	margin-bottom:7px;
	margin-top:-5px;
	}
.bot_section .gridcontainer .contact_box p {
	font-size:12px;
	color:#666666;
	margin-bottom:3px;
	}
.bot_section .gridcontainer .brands .barnd_list li, .bot_section .gridcontainer .site_map {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	margin-bottom:-1px;
	}
.bot_section .gridcontainer .sitemap h4 {
	margin-bottom:6px;
	}
.bot_section .gridcontainer .sitemap a {
	color:#999999;
	}
.bot_section .gridcontainer .sitemap a:hover {
	color:#3B8AC0;
	}
.bot_section .gridcontainer .quick_contact {
	width:209px;
	padding-left:19px;
	position:relative;
	}
.bot_section .gridcontainer .quick_contact input {
	font-size:12px;
	border:1px  solid #EBEBEB;
	width:187px;
	margin-bottom:5px;
	height:20px;
	padding-top:3px;
	padding-left:3px;
	color:#666666;
	padding-bottom:0px;
	}
.bot_section .gridcontainer .quick_contact textarea {
	border:1px  solid #EBEBEB;
	color:#666666;
	font-size:12px;

	padding-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	} 