/* CALCULATOR
*********************************************************************************************************/
#calc_container #cbody #calc_form .ffield
{
	height: 28px;
	color: #b0b1b3;
	font-size: 21px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: none;
	font-weight: normal;
}

#top
{
	width: 959px;
	height: 100px;
	float: left;
	margin: 0;
	background-image: url(../img/bground_banner_ipad.png);
	background-repeat: no-repeat;
}

#top .logo
{
	width: 543px;
	height: 45px;
	margin: 0px 0 0 0;
	position: absolute;
}

#top ul#sub_nav
{
	position: absolute;
	margin: 10px 0 0 601px;
	font-size: 12px;
	color: #687067;
	width: 376px;
}

ul#nav
{
	background-image: url(../img/main_nav.png);
	height: 40px;
	width: 959px;
	margin: 44px 0 0 0;
	z-index: 20;
	float: left;
	position: absolute;
}

#calc_container #cbody #calc_form select
{
	color: #1d1e2e;
	font-size: 19px;
	background-color: #696b91;
}

#calc_container #cbody #calc_form .col2_a select
{
	margin: 4px 0 0 0;
}

#left #presentation_content
{
	background-color: #f7f6f2;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	height: 517px;
	width: 710px;
	color: #363636;
	background-image: url(../img/bground_home.jpg);
	background-repeat: no-repeat;
}

input {
  -webkit-appearance:caret;
}

#left #presentation_content input.btn
{
	outline: none;
	-webkit-border-radius:0; 
	-webkit-appearance:none;
}

#left #presentation_content .carousel-previous
{
	background-image: url(../img/btn_prev.png);
	background-repeat: no-repeat;
	margin: 375px 0 0 0px;
	text-indent: -9999px;
	outline: none;
	border: 0;
}

#left #presentation_content .carousel-next
{
	background-image: url(../img/btn_next.png);
	background-repeat: no-repeat;
	margin: -142px 0 0 631px;
	text-indent: -9999px;
	outline: none;
	width: 80px;
	height: 142px;
}