html {
	height: 100%;
}
body {
	padding:0px;
	margin:0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height:100%;
}
img {
	border:none;	
}
#ordercontainer { 
margin: -100px auto -1000px; /* the bottom margin is the negative value of the footer's height */
position:relative;
}

#container {
   min-height:100%;
   position:relative;
}
#body {
   padding-bottom:40px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
}

#left {
float:left;
}

#right {
float:right;
}

.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBEB9;
}
.frame {
	border: 1px solid #BCBEB9;
}
.loginbg {
	background-image: url(../images/loginbg.jpg);
	background-repeat: no-repeat;
}
.logintxt {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-top:3px;
}
.logintxt a{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.purpletxt {
	font-family: Arial;
	font-size: 12px;
	color: #2F037C;
	text-decoration: none;
	padding-top:2px;
}
.purpletxt a{
	font-family: Arial;
	font-size: 12px;
	color: #2F037C;
	text-decoration: none;
}
.purpletxt13 {
	font-family: Arial;
	font-size: 13px;
	color: #990099;
	text-decoration: none;
	padding:3px 5px;
	font-weight: bold;
}
.purpletxt23 {
	font-family: Arial;
	font-size: 23px;
	color: #990099;
	text-decoration: none;
	font-weight: bold;
}
.txt23 {
	font-family: Arial;
	font-size: 23px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.purpletxt17 {
	font-family: Arial;
	font-size: 17px;
	color: #340182;
	text-decoration: none;
}
/* Main Page CSS*/
.mtabtxt {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height:23px;
}
.advtxt {
	font-family: Arial;
	font-size: 12px;
	color: #2F037C;
	text-decoration: none;
	padding-top:2px;
}
.advtxt a{
	font-family: Arial;
	font-size: 12px;
	color: #2F037C;
	text-decoration: none;
}


.refnumf {
	border: 1px solid #BCBEB9;
	padding: 8px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}





/* Order page CSS */
.ordtabtitle {
	font-family: Arial;
	font-size: 13px;
	color: #32017E;
	text-decoration: none;
	font-weight: bold; 
	line-height:33px;
}
.orderimg {
float:right;
clear:both;
padding-top:8px;
}
.ordtabborder{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	padding:10px 10px;
}
.ordrightline{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCBEB9;
}
.ordbottomline{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCBEB9;
}
.ordtxt {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height:22px;
}
.ordsroll {
	width:210px;
	height:1000px;
	overflow:auto;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.ordtxtred {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	line-height:22px;
}
.ordremark{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.custpurpletxt {
	font-family: Arial;
	font-size: 12px;
	color: #2F037C;
	text-decoration: none;
}
.custtabborder{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	background-image: url(../images/loginbg.jpg);
	background-repeat: repeat-x;
}
.ordertxtgrey {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.ordertxtgrey a{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}



.formtxt {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}


/* Checking page CSS */
.checktxt {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height:25px;
	padding-left:7px;
}

/* Footer */
.footertxt {
	padding-top: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.footertxt a {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.footertxt a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}




