/*
//Created October 3, 2009 by Saju Gopal - WontoneTech
//Modified December 16, 2009 by Monty Loree 
*/

* { padding: 0; margin: 0; }

body {font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color:#d9d9d9}

#wrapper {margin: 0 auto; width: 900px; position: relative; overflow: visible; z-index: 2;}

#header{width:900px; height:82px; margin-top: 8px; margin-bottom: 8px; float:left;}

/*struchure Start Here*/
#middle{width:900px; height:auto; float:left; background-image:url(../img-credit-card-system/mid_center.png); position:relative; overflow: visible; margin-bottom:10px;}
#middle .top{width:900px; background-image:url(../img-credit-card-system/mid_top.png); background-repeat:no-repeat; height:9px; z-index: 4; clear: both}
#middle .bottom{width:900px; background-image:url(../img-credit-card-system/mid_bottom.png); background-repeat:no-repeat; height:9px; clear: both; z-index: 4;}

/*content Start Here*/
#middle #content {	float: right;	width: 702px;	}
#content h1 {	font-size: 22px;	font-weight: bold;	margin: 0px 0px 15px 20px;	color: #000;	}
#steps {	width: 694px;	padding: 0px;	height: 100px;	margin-top: 5px;	margin-left: 4px;}
#steps .search{
	width: 200px;
	background: #EEE;
	font-size: 12px;
	height: 80px;
	float:left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#steps img {	padding: 0px 8px 0px 0px;	}

#steps .search p {	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	text-align:left;	color:#000;	text-decoration:none;	padding-top: 3px;	padding-right: 10px;	padding-bottom: 10px;	padding-left: 15px;	}
#steps .bold{	font-family:Arial, Helvetica, sans-serif;	font-size:18px;	color:#000;	text-align:left;	font-weight:bold;	}	
/*Center End Here*/

/*Left Start Here*/

#middle #leftnav {	float: left;	position: relative;	display: block;	width: 193px;	margin-right: 5px;	}

#contentbox			{	width: 187px;	margin-left:3px;	background-color:#FFF;	}
#contentbox li		{	border-bottom: 1px solid #CCC;	display: block;	list-style-type:none;	}
#contentbox li a	{	padding: 5px 3px 4px 6px;	font-size: 12px;	font-weight: bold;	text-decoration: none;	display: block;	color:#999;	}
#contentbox li a:hover{	color: #FFF;	background: #B6B6B6;	}
#contentbox h3		{	font-size: 14px;	font-weight: bold;	color: #FFFFFF;	background: #000080;	padding: 4px 6px;	text-align:center;	}
/*Left Menu End Here*/

/*Disclaimer Start Here*/
#disclaimer		{	width: 670px;	padding: 0px;	margin-top: 0px;	margin-left: 8px;	background-color:#FFF;	}
#disclaimer  p	{	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	text-align:justify;	color:#000;	text-decoration:none;	padding-top: 3px;	padding-left: 10px;	}
/*Disclaimer End Here*/

/*struchure End Here*/
/*Card Display Table and Area Start Here*/

table.carddisplay{	padding:0px;	border-collapse:collapse;	width:672px;	font-family:arial;	font-size:10pt;	border-left:1px solid #CCC;	border-top:1px solid #CCC;	margin:15px;	}
table.description{	width:400px;	font-size:10pt;	margin:0;	padding:0;	border-collapse:collapse;	text-align:left;	}
table.description tr td{	border:none;	}
.description tr{	border:0;	}
.description ul{	margin-top:10px; margin-bottom:10px;}
.description li{	text-decoration: list-style: square; margin-left:20px; margin-bottom:4px;	}

.carddisplay td{	border-bottom:1px solid #CCC;	border-right:1px solid #CCC;	}

td.cardgraphic{	padding-top: 5px;	padding-bottom: 5px;	width:90px;	text-align:center;	vertical-align:top;	}
td.cardgraphic img {	border:0px;	}

td.rowdescription{	width:300px; vertical-align:top;	}


/*Card Display Table and Area End Here*/

/*Footer Start Here*/
#footer{	width:900px;	height:125px;	float:left;	background-image: url(../img-credit-card-system/footer.png);	}
#footer .internallinks {	width: 500px;	margin-left:250px;	margin-top:20px;	}
#footer .ul {	width: 270px;	}
#footer li {	display: inline;	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color:#666;	text-align:left;	text-decoration:none;	padding-right:8px;	}
#footer li a {	color:#666;	text-decoration:none;	}
#footer li a:hover {	color:#52c3f8;	text-decoration:underline;	}

#copyright {	width:250px;	height:35px;	text-align: left;	margin-top:5px;	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color:#000;	float:left;	}

.grey {	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color:#666;	text-align:left;	text-decoration:none;	}
.grey a {	color:#666;	text-decoration:none;	}
.grey a:hover {	color:#52c3f8;	text-decoration:underline;	}

li.LITitle{
	list-style-type:none;
	font-weight:bold;
}

/*Footer End Here*/
