@charset "UTF-8";
body {
	margin:0px;
	padding: 0px;
}
img {
	border: 0px;
}
p {
	font-family:"Verdana", Times, serif;
	font-size:14px;
	line-height: 18px;
}
a {
	text-decoration:none;
	color: #0065BB;
}
a:hover {
	text-decoration:underline;
	color: #0CC;
}
h1 {
	font-weight: bold;
	font-family: "Verdana", Geneva, sans-serif;
	color: #0e76bc;
	font-size: 50px;
	line-height: 57px;
	margin: 0px;
}
h1 span {
	color: #07bd3e;
}
h2 {
	color: #0B96E6;
	font-size: 20px;
	line-height: 30pt;
	padding-bottom: 0px;
	font-family: "Verdana", Geneva, sans-serif;
	margin: 0;
	font-weight: normal;
}



ul li {
	font-family: "Verdana", Geneva, sans-serif;
	list-style-type: none;
	line-height: 18px;
}



#header {
	width: 100%;
	height: 95px;
	background: url(../images/header-bg.png);
	
}
#header-inner {
	height: 95px;
	width: 900px;
	margin: auto;
}
#header #header-inner .logo img {
	float: right;
}
#header #header-inner #navigaton {
	font-family: Verdana, Geneva, sans-serif;
	height: auto;
	width: 312px;
	padding-top: 40px;
	font-size: 12px;
	font-style: normal;
	color: #0B96EA;
}
#header #header-inner #navigaton .eng, .spa {
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 3px;
}
#header #header-inner #navigaton ul li {
	display: inline;
	font-size: 16px;
	padding-right: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#header #header-inner #navigaton .spa li {
	color: #9C814E;
}
#header #header-inner #navigaton .eng li a{
	color: #0E76BC;
}
#header #header-inner #navigaton .spa li a {
	color: #9C814E;
}
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}


#middle {
	height: 210px;
	width: 100%;
	background-image:url(../images/home-middle-bg.png);
	background-repeat:repeat-x;
}
#middle-content {
	height: 164px;
	width: 900px;
	margin: auto;
	padding-top: 46px;
}
#middle-content .promo {
	float: right;
	height: 120px;
	width: 298px;
	background-image: url(../images/home-promo-bg.png);
	background-repeat: no-repeat;
	color: #FFF;
	padding-top: 16px;
	padding-left: 20px;
}
 #middle-content .promo p {
	font-size: 16px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
}
#middle-content .promo p a {
	color: #FFF;
}
#middle #middle-content .promo p a:hover {
	text-decoration: underline;
}
 #middle-content .promo p strong {
	font-size: 28px;
	line-height: 28px;
}
 #middle-content  .open {
	float: right;
	width: 240px;
	margin-right: 2px;
	color: #FFF;
	padding-top: 0px;
	padding-left: 20px;
}
 #middle-content  .open p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
}
 #middle-content  .open p strong {
	font-size: 18px;
	line-height: 18px;
}


/* Easy Slider */

#slider {
	height: auto;
	width: 900px;
	margin: auto;
	padding-top: 30px;
	background-image: url(../images/home-money-bg.png);
	background-position: 462px 110px;
	background-repeat: no-repeat;
}	
	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
	overflow:hidden;
	height: 380px;
		}	
#slider ul li table {
	margin-top: 10px;
	border: 0px;
	width: 520px;
}
#slider ul li table tr td {
	color: #9c814e;
	font-size: 14px;
	width: 194px;
}
						
		
	p#controls {
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:-160px;
		}	
	#nextBtn { 
		left:696px;
		}														
	#prevBtn a, #nextBtn a {  
		display:block;
		width:30px;
		height:77px;
		
		}	
	#nextBtn a { 
		
		}												

/* // Easy Slider */

	

#footer  {
	height: 120px;
	width: 900px;
	margin: auto;
	text-align: center;
	padding-top: 0px;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0E76BC;
	clear: both;
}
#footer .footer-column {
	float: right;
	width: 214px;
	padding-right: 6px;
	padding-left: 4px;
	height: 100px;
	padding-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0e76bc;
	margin-top: 0px;
}
#footer .footer-column p {
	font-size: 14px;
	margin: 0px;
}
#footer .footer-column p a {
	color: #0e76bc;
	text-decoration:none;
}
#footer .footer-column p a:hover {
	text-decoration: underline;
}
#footer .footer-column p span a {
	color: #9c814e;
	text-decoration:none;
}
#cright {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #0E76BC;
	width: 900px;
	margin: auto;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}
#cright a {
	color: #0e76BC;
	text-decoration: none;
}
#cright a:hover {
	text-decoration: underline;
}
#header #header-inner #navigaton table .spa .spa {
	color: #9C814E;
}
#header #header-inner #navigaton table .spa .spa {
	color: #0CC;
}
#header #header-inner #navigaton table .spa .spa {
	color: #9C814E;
}
#header #header-inner #navigaton table tr .eng {
	color: #0E76BC;
}
#header #header-inner #navigaton table .spa .spa {
	color: #9C814E;
}
#header #header-inner #navigaton table tr .eng {
	color: #0E76BC;
}
#header #header-inner #navigaton table tr .eng {
	color: #0E76BC;
}
#header #header-inner #navigaton table .spa .spa {
	color: #9C814E;
}
#header #header-inner #navigaton table tr .navigationeng a {
	color: #0E76BC;
}
