/****************************** Main Css ******************************/

html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {	
	font: 11px arial, helvetica, sans-serif;
	color: #000000; /*Font color*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
	p {}
	p, ul, ol { margin: 0; padding: 0; }
	img, img a { border: none; }
	form { margin: 0; padding: 0; }
	/* 
	
*/

#main-visa{
	width: 100px;
	float:left;
	padding:10px 10px;
	Margin:0px;
	text-align:left;
}

#main-visa ul{
padding:5px;
}

#main-visa ul li{
	height: 20px;
	list-style:none;
	font:11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/bg_arrow.gif) no-repeat;
	padding: 1px 0 1px 16px;
}

#main-visa ul li a{
    text-decoration:none;
	color:#666;
}
#main-visa ul li.selected a{
    text-decoration:none;
	color:#316c83;
}

#main-visa ul li a:hover{
	text-decoration:none;
	color:
	#FF3300;
}
