@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:"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, 
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:#951C50;
	font-size:100%;
	}
h2 a{
	color:#B4638A;
	display:block;
	}
h2 a:hover{
	color:#A62A66;
	}
p {
	margin:0 0 15px 0;
	}
.link, 
.elink {
	text-decoration:none;
	color:#BD8AA1;
	}
.link:hover{
	color:#474747;
	}
.elink:hover {
	color:#FFFFFF;
	}
.imgborder, .imgleft, imgright {
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	text-align:center;
	}
.imgborder:hover, .imgleft:hover, imgright:hover {
	border:1px solid #951C50;
	}
.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:#474747;
	line-height:1.6;
	}
.cmstxt table {
	font-size:85%;
	}
.cmstxt table .bodytext {
	color:#ffffff;
	}
.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;
	font-size:80%;
	background-image:none;
	}
#white .btnbar {
	text-align:center;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:10px 0;
	margin-top:20px;
	}
#white #topbar {
	height:115px;
	width:auto;
	background-image:url(../images/topbarbg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#F8F8F8;
	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;
	background-color:#FFFFFF;
	}
#white .image h2 {
	margin:0px;
	}
/*==================================
MORE BUTTON LINK CSS
==================================*/
.playbtn,
.morebtn,
.morebtn1,
.sidebarbox .morebar .link,
.orderbtn {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	}
.playbtn {
	background-image:url(../images/playbutton.gif);
	width:23px;
	height:23px;	
	}
.playbtn:hover{
	background-position:left -23px;
	}
.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;
	}
.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;
	}
/*==================================
COMMON POINTS CSS
==================================*/
.points {
	list-style-type:none;
	margin:0 0 15px 10px;
	padding:0px;
	}
.points li {
	padding:0 0 0 15px;
	margin:0 0 10px 0;
	color:#333333;
	background-image:url(../images/bullet.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	line-height:115%;
	}
.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;
	font-weight:bold;
	}
.hor_bar1 {
	background-image:url(../images/horbar1bg.gif);
	background-repeat:repeat-x;
	background-position:right top;
	background-color:#5C012A;
	color:#FFFFFF;
	font-size:125%;
	}
.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 #EFA2C7;
	}
.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:5px 0 9px 55px;
	height:40px;
	position:relative;
	margin-bottom:15px;
	}
.norecord img{
	position:absolute;
	left:8px;
	top:8px;
	border:none;
	}
/*##################################
TOPBAR CSS
##################################*/
#topbar {
	position:relative;
	margin:0 auto;
	z-index:10000;
	}
.topbarbg{
	background-image:url(../images/topbarbg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#F8F8F8;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:95px;
	height:95px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:35px;
	top:10px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	outline:none;
	}
/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:10px 0 10px 0;
	}
.pageheader h1 {
	margin:0px;
	color:#000000;
	font-size:130%;
	font-weight:normal;
	text-transform:none;
	}
.pagepath {
	padding:7px 15px 8px 0px;
	margin-bottom:10px;
	color:#58585A;
	font-size:70%;
	border-top:1px solid #EFA2C7;
	border-bottom:1px solid #EFA2C7;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#CBA5B6;
	}
.pagepath a{
	color:#951C50;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#CBA5B6;
	}
.pagepath span {
	/*active page name*/
	color:#58585A;
	font-weight:bold;
	}
/*##################################
NAVIGATION CSS
##################################*/
#navigation {
		}
.nav-box {
	position:absolute;
	right:19px;
	top:34px;
	margin-left:145px;
	}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	margin-bottom:0px;
	}
/*==================================
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;
	}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	background-image:url(../images/topbarbg.gif);/*same bg as topbar*/
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#F8F8F8;
	padding:15px;
	margin:0 0 20px 0;
	min-height:1px;
	}
.contentbox1 dt {
	background-color:#951C50;
	font-weight:bold;
	margin:-15px -15px 15px -15px;
	padding:8px 15px;
	font-size:100%;
	color:#FFFFFF;
	position:relative;
	}

.contentbox1 dt span{
	position:absolute;
	color:#FFFFFF;
	right:5px;
	}
.contentbox1 dt a{
	color:#ffffff;
	}
.contentbox1 dt a:hover{
	color:#C79AAF;
	}
.contentbox1 .contentboxdata {
	margin:0px;
	}
.contentbox1 .imgleft td{
	height:94px;
	width:164px;
	}
.contentbox1 .linkbox {
	background-color:#EFC2D8;
	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:Verdana, Arial, Helvetica, sans-serif;
	}
/*==================================
CONTENTBOX 3 CSS FOR SUPPLIERS SCREEN
==================================*/
.contentbox3 {
	background-image:url(../images/topbarbg.gif);/*same bg as topbar*/
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#F8F8F8;
	padding:15px;
	margin:0 0 20px 0;
	min-height:1px;
	}
.contentbox3 dt {
	background-color:#951C50;
	font-weight:bold;
	margin:-15px -15px 15px -15px;
	padding:8px 15px;
	font-size:100%;
	color:#FFFFFF;
	position:relative;
	}
.contentbox3 dt a img{
	position:absolute;
	right:10px;
	top:10px;
	}
.contentbox3 dt a{
	color:#ffffff;
	}
.contentbox3 dt a:hover{
	color:#C79AAF;
	}
.contentbox3 .contentboxdata strong a{
	color:#A62A66;
	}
.contentbox3 .contentboxdata strong a:hover{
	color:#4F0F2B;
	}
.contentbox3 .contentboxdata {
	margin:0px;
	}
.contentbox3 .imgleft td{
	height:502px;
	width:388px;
		
	}
.contentbox3 .imgleft{
	margin:0;
	}


.contentbox3 .linkbox {
	background-color:#EFC2D8;
	display:block;
	margin:15px -15px -15px -15px;
	height:35px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox3 .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:Verdana, Arial, Helvetica, sans-serif;
	}

/*==================================
CONTENTBOX_2  CSS FOR SUPPLIERS SCREEN
==================================*/
.contentbox_2 {
	background-image:url(../images/topbarbg.gif);/*same bg as topbar*/
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#F8F8F8;
	padding:15px;
	margin:0 0 10px 0;
	min-height:1px;
	}
.contentbox_2 dt {
	background-color:#951C50;
	font-weight:bold;
	margin:-15px -15px 15px -15px;
	padding:8px 15px;
	font-size:100%;
	color:#FFFFFF;
	position:relative;
	}
.contentbox_2 dt a img{
	position:absolute;
	right:10px;
	top:10px;
	}
.contentbox_2 dt a{
	color:#ffffff;
	}

.contentbox3 .imgleft td{
	height:144px;
	width:206px;
		
	}
.contentbox3 .imgleft{
	margin:0;
	}


.contentbox3 .linkbox {
	background-color:#EFC2D8;
	display:block;
	margin:15px -15px -15px -15px;
	height:35px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox3 .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:Verdana, Arial, Helvetica, sans-serif;
	}

/*==================================
IMAGE GALLERY CSS 
==================================*/

#imagecontainer {
	display:block;
	position:relative;
	}
/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:275px;
	}
#pscroller_topbar {
	height:58px;
	}
#pscroller_news {
	height:225px;
	}
#pscroller_events {
	height: 335px;
	}
#pscroller_specials {
	height: 335px;
	}
#pscroller_testimonials {
	height:225px;
	}
#pscroller_indexnews {
	height:152px;
	}

/*##################################
FOOTER CSS
##################################*/
#footer {
	font-size:70%;
	height:33px;
	}
#footer .copyright,
#footer .links {
	position:absolute;
	top:15px;
	} 
#footer .copyright {
	left:20px;
	color:#92345E;
	}
#footer .links {
	right:20px;
	color:#92345E;
	}
#footer .links a {
	color:#92345E;
	}
#footer .links a:hover {
	color:#8B0F46;
	}
#footer .links span {
	margin:0 5px;
	}
#footer .bookmarkbtn {
	position:absolute;
	bottom:10px;
	right:20px;
	}
.footerbg {
	background-image:url(../images/footerbgimg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding-bottom:12px;
	min-height:1px;
	} 