/* CSS RESET =============================================== */
body,div,dl,dt,dd,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
html, body {
	height: 100%;
}


body {
	background: #000;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 14px;
	color: #717171;
}

a:link, a:visited, a:active {
	color: #1a0f55;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.sydneywebdesign {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #505050 !important;
	font-size: 11px !important;
	text-transform: none !important;
	line-height: 14px !important;
	text-align: left;
}

.sydneywebdesign a:link, .sydneywebdesign a:active, .sydneywebdesign a:visited {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #999 !important;
	font-size: 11px !important;
	text-transform: none !important;
}

.sydneywebdesign a:hover {
	color: #fff !important;
	font-size: 11px !important;
}

@font-face {
    font-family: 'helvetica_neuelight';
    src: url('hll____-webfont.eot');
    src: url('hll____-webfont.eot?#iefix') format('embedded-opentype'),
         url('hll____-webfont.woff') format('woff'),
         url('hll____-webfont.ttf') format('truetype'),
         url('hll____-webfont.svg#helvetica_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'helvetica_neuemedium';
    src: url('hlm____-webfont.eot');
    src: url('hlm____-webfont.eot?#iefix') format('embedded-opentype'),
         url('hlm____-webfont.woff') format('woff'),
         url('hlm____-webfont.ttf') format('truetype'),
         url('hlm____-webfont.svg#helvetica_neuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'helvetica_neuecondensed';
    src: url('hlc_____0-webfont.eot');
    src: url('hlc_____0-webfont.eot?#iefix') format('embedded-opentype'),
         url('hlc_____0-webfont.woff') format('woff'),
         url('hlc_____0-webfont.ttf') format('truetype'),
         url('hlc_____0-webfont.svg#helvetica_neuecondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'new_ciclefina';
    src: url('new_cicle_fina-webfont.eot');
    src: url('new_cicle_fina-webfont.eot?#iefix') format('embedded-opentype'),
         url('new_cicle_fina-webfont.woff') format('woff'),
         url('new_cicle_fina-webfont.ttf') format('truetype'),
         url('new_cicle_fina-webfont.svg#new_ciclefina') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	font-family: 'helvetica_neuecondensed', Arial, sans-serif;
	color: #1a0f55;
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
}

h2 {
	font-family: 'helvetica_neuecondensed', Arial, sans-serif;
	color: #1a0f55;
	margin: 0;
	font-size: 24px;
}

.blue {color:#1a0f55;}

/********************/

.float {float: left;margin-top: 20px;}
.floatR {
	float: right;
	/*margin-top: 23px;*/
}
	.floatR .btn-login{
		display: block;
		float: right;
		margin-bottom: 10px;
	}
.clear {clear: both;}
.push {height: 280px;} /*height of footer*/

.toggle img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}

.toggle:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity:0.8;
}


	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	width: 100%;
	position: relative;
	margin: 0px 0px -280px; /*height of footer*/
	min-height: 100%; 
}




/* DIV CONTENT =============================================== */

#header {
	width: 900px;
	/*padding: 20px 0;*/
	height: 126px;
	margin: auto;
}

#banner {
	width: 100%;
	height: 401px;
	background: #000;
	float: left;
	background:url(../images/bg_bottom_banner.jpg) no-repeat;
	background-position:bottom;
	margin-top:19px;
	padding-bottom: 15px;
}

#contentMAIN {
	width: 900px;
	margin: auto;
}

#contentTEXT {
	width: 900px;
	padding: 17px 0 35px 0;
	float: left;
}


#menu {
	background-color: #FD8D20;
	width: 100%;
	float: left;
}

.text {
	width: 548px;
	line-height: 24px;
	float: left;
}

.textwide {
	width: 900px;
	margin: 35px 0 0 0;
	float: left;
}

table .title {
	background: #ddac27;
	font-family: 'helvetica_neuecondensed', Arial, sans-serif;
	padding: 12px 20px;
	color: #1a0f55;
	font-size: 24px;
	text-transform: uppercase;
}

table .product {
	font-family: 'helvetica_neuelight', Arial, sans-serif;
	background: #4D5863;
	padding: 20px;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}

table .product h1 {
	font-family: 'helvetica_neuemedium', Arial, sans-serif;
	color: #ff9933;
	font-size: 46px;
	line-height: 50px;
}
table .product h1.white {
	color: #fff;
}

table .product h2 {
	font-family: 'new_ciclefina';
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	color: #999;
}

table .product .small {
	font-size: 23px;
	text-transform: lowercase;
}

.RHS {
	width: 310px;
	float: right;
}

.client {
	width: 268px;
	float: right;
	padding: 0 10px 0 0;
}


#footer {
	background:url('../images/bg_footer.jpg') repeat-x;
	padding: 20px 0 13px 0;
	height: 240px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

#footertext {
	width: 900px;
	font-size: 14px;
	color: #b4b4b4;
	margin: auto;
}

#footertext a {
	font-family: 'new_ciclefina';
	font-weight:400;
	color: #0c171d;
	font-size: 18px;
	line-height: 36px;
	letter-spacing:1px;
	text-transform: uppercase;
}

#footertext a:hover {
	color: #fff;
}

.footertextlogo{
	font-family:'new_ciclefina';
	color:#cccccc;
	font-size:13px;
	line-height:20px;
}

.footerquikclicks{
	color:#999;
	font-size:11px;
}

/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: auto;
	list-style: none;
	width:900px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: lowercase;
	padding: 0 32px;
	margin: 0 11px 0 0;
	line-height: 51px;
	height:51px;
	color: #fff;
	display:block;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/*#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background: #4D5863;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}*/

#nav li.link1 a:hover, #nav li.link1 a.active:link, #nav li.link1 a.active:visited{
	background: url(../images/bg_home_link.png) no-repeat center;
}
#nav li.link2 a:hover, #nav li.link2 a.active:link, #nav li.link2 a.active:visited{
	background: url(../images/bg_about_link.png) no-repeat center;
}
#nav li.link3 a:hover, #nav li.link3 a.active:link, #nav li.link3 a.active:visited{
	background: url(../images/bg_calculators_link.png) no-repeat center;
}
#nav li.link4 a:hover, #nav li.link4 a.active:link, #nav li.link4 a.active:visited{
	background: url(../images/bg_products_link.png) no-repeat center;
}
#nav li.link5 a:hover, #nav li.link5 a.active:link, #nav li.link5 a.active:visited{
	background: url(../images/bg_news_link.png) no-repeat center;
}
#nav li.link6 a:hover, #nav li.link6 a.active:link, #nav li.link6 a.active:visited{
	background: url(../images/bg_contact_link.png) no-repeat center;
}



/*button background images are set underneath**/

/* Top Nav elements enclosed up */
.roundcorner{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.bgbottom{
	padding-bottom: 25px;
	background: url(../images/bg_bottom_interest_rate.jpg) no-repeat;
	background-position: center 238px;
}

.titlecontent{
	margin: -15px;
	width: 176px;
	display:block;
	position: absolute;
	z-index:99;
	height: 0; overflow: hidden; padding-top: 39px;
}
.title1 {
	background: url(../images/head_hot_product.png) no-repeat;
}
.title2 {
	background: url(../images/head_about_us.png) no-repeat;
}
.title3 {
	background: url(../images/head_calculator.png) no-repeat;
}
.title4 {
	background: url(../images/head_products.png) no-repeat;
}
.title5 {
	background: url(../images/head_news.png) no-repeat;
}
.title6 {
	background: url(../images/head_contact_us.png) no-repeat;
}

.rightmenu{
	margin-left:35px;}

.rightmenu a{
	color:#ff9933;}
	
.is-cms body #banner {
	height:auto;
}	