@import url("sidebar.css");
@import url("layout.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-infobox title 
H5-sidebar title
H6-not define yet*/
h1, h2, h3, h4 { 
	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:#0088BB;
	}
.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;
	padding:0 15px;
	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;
	}
.leftbot {
	position:absolute;
	left:0px;
	bottom:0px;
	}
.lefttop {
	position:absolute;
	left:0px;
	top:0px;
	}
.rightbot {
	position:absolute;
	right:0px;
	bottom:0px;
	}
.righttop {
	position:absolute;
	right:0px;
	top:0px;
	}
/*==================================
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: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;
	}
/*==================================
MORE BUTTON LINK CSS
==================================*/
.morebtn,
.morebtn1,
.sidebarbox .morebar .link,
.buybtn,
.storesbtn,
.backbtn {
	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:52px;
	height:17px;
	}
	
.morebtn1 {
	background-image:url(../images/morebtn1.gif);
	width:52px;
	height:17px;
	}
.storesbtn {
	background-image:url(../images/stores_btn.gif);
	width:61px;
	height:18px;
	position:absolute;
	right:0px;
	}
.backbtn {
	background-image:url(../images/backbtn.gif);
	width:61px;
	height:18px;
	position:absolute;
	right:0px;
	}

.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;
	}
.handcur {
	cursor:pointer;
	}
.morebar {
	height:10px;
	position:relative;
	}
/*==================================
COMMON POINTS CSS
==================================*/
.points {
	list-style-type:none;
	margin:0 0 15px 0px;
	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;
	}
.points li a {
	color:#666666;
	}
.points li a:hover {
	color:#0088BB;
	}
/*=======================================
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;
	}
/*##################################
TOPBAR CSS
##################################*/
#topbar {
	position:relative;
	background-image:url(../images/topbar_bg1.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	margin-bottom:7px;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:125px;
	height:80px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	right:27px;
	top:1px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}

/*==================================
TOPBAR NENU CSS
==================================*/
.topbar_menubar {
	position:absolute;
	left:10px;
	bottom:7px;
	font-size:100%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 10px 5px 10px;
	_height:1px;
	}
.topbar_menubar a {
	color:#373737;
	display:block;
	float:left;
	padding:0 10px 0 0px;
	}
.topbar_menubar a:hover {
	color:#00679A;
	}
.topbar_menubar span {
	color:#BFDDEA;
	background-image:url(../images/nav_img.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	float:left; 
	font-size:90%;
	line-height:90%;
	margin:4px 0 0px 0;
	padding:0px 0px 0px 12px;
	
	}
/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:7px 0 9px 15px;
	background-image:url(../images/pageheader.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	background-color:#049ACC;
	position:relative;
	}
.pageheader .righttop {
	right:0px;
	top:0px;
	}
.pageheader h1 {
	margin:0px;
	color:#ffffff;
	font-size:130%;
	font-weight:normal;
	text-transform:uppercase;
	}
.pagepath {
	padding:5px 0px 5px 15px;
	margin-bottom:7px;
	color:#666666;
	margin-right:2PX;
	font-size:65%;
	color:#0088BB;
	background-color:#EFF6FF;
	border-bottom:1PX solid #CCCCCC;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#0088BB;
	}
.pagepath a{
	color:#333333;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#0088BB;
	}
.pagepath span {
	/*active page name*/
	color:#0088BB;
	font-weight:bold;
	}
/*##################################
NAVIGATION CSS
##################################*/
#navigation {
	background-color:#526A50;
	}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	margin-bottom:7px;
	border:none;
	}
/*==================================
SCROLLER CSS 
==================================*/

#pscroller_news {
	height:165px;
	}


/*##################################
LOGOBOX CSS
##################################*/
.logo_box {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	min-height:61px;
	width:207px;
	margin-right:8px;
	position:relative;
	}
.logo_box .left {
	position:absolute;
	left:0px;
	top:-1px;
	}
.logo_box .right {
	position:absolute;
	right:0px;
	top:-1px;
	}
.nomargin {
	margin:0px;
	}
.logo_box td {
	width:205px;
	height:61px;
	}
#home .clear {
	clear:both;
	height:8px;
	}
.collapsebtn {
	background-image:url(../images/btn_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	position:relative;
	height:30px;
	margin-bottom:7px;
	position:relative;
	}

.collapsebtn a {
	text-indent:-9999px;
	overflow:hidden;
	}
.collaps {
	background-image:url(../images/collapsallbtn.gif);
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left:20px;
	top:5px;
	width:88px;
	height:19px;
	font-size:0%;
	}
.expand {
	background-image:url(../images/expandallbtn.gif);
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left:120px;
	top:5px;
	width:72px;
	height:19px;
	}
li a {
	color:#0088BB;
	}
li a:hover {
	color:#666666;
	}
li {
	margin:0 0 0 0px;
	padding:0 0 5px 0;
	font-weight:bold;
	}
.btn_bar {
	min-height:1px;
	text-align:center;
	padding-top:20px;
	}
.btn_bar  a {
	}
/*##################################
FOOTER CSS
##################################*/

#footer {
	font-size:65%;
	height:22px;
	border-top:1px solid #0099CC;
	margin:auto;
	text-align:right;
	padding-top:5px;
	color:#0099CC;
	width:639px;
	position:absolute;
	}
