/*** ESSENTIAL STYLES ***/
ul.menu {
	width: 778px;

}
.sf-menu, .sf-menu * {
	font-family: 		Arial;
	margin:			0;
	padding:		0;
	list-style:		none;
	text-decoration: none;
}
.sf-menu {
	background: 		 url(menu-bg.gif) repeat-x scroll left top transparent;
	line-height: 		1;
	width: 			778px;
	}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			170px; /* left offset of submenus need to match (see below) */
}
.sf-menu .item8 ul {
	margin-top: 3px;
    	padding-top: 5px;
	top: 3em;
    	width: 120px;
}
.sf-menu .item9 ul {
	margin-top: 3px;
    	padding-top: 5px;
	top: 3em;
    	width: 146px;
}
.sf-menu .item10 ul {
	margin-top: 3px;
    	padding-top: 5px;
	top: 2.9em;
    	width: 144px;
}
.sf-menu .item33 ul {
    	width: 150px;
}
.sf-menu .item33 ul ul {
    	margin-left: -20px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background: transparent  url url(header.gif) no-repeat scroll left top
}
.sf-menu a {
	display: block;
    padding: 12px 21px 13px;
    white-space: nowrap;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
	color:			#000000;
}
.sf-menu .item10:hover ul,
.sf-menu .item10.sfHover ul {
	left:			0;
	top:			35px; /* match top ul list item height */
	z-index:		99;
	color:			#000000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			170px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	}
.sf-menu a {
	display: block;
    padding: 12px 21px 13px;
    white-space: nowrap;
}
.sf-menu a, { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
	text-decoration: none;
	font-size: 12px
}

.sf-menu li {
	background:		background: transparent  url(header.gif) no-repeat scroll left top;
}
.sf-menu li li {
	background:		#ffffff;
}
.sf-menu li li li {
	background:		#ffffff;
}

.sf-menu li:first-child, .sf-menu li.first-child {
}

.sf-menu li:last-child, .sf-menu li.last-child {
}

.sf-menu li a:hover, 
.sf-menu a:focus, .sf-menu a:hover,.sf-menu a:active {
	background:		#FFFFFF  url(header.gif) repeat-x scroll left -43px;
	color:			#000000;
	outline:		0;
	text-decoration: 	none;
}
.sf-menu li.sfHover {
	background:		#FFFFFF  url(header.gif) repeat-x scroll left -43px;
	color:			#000000;
	display:		block;
	outline:		0;
}
.sf-menu li.sfHover a {
	color:			#000000;
	background: 		none;
	display:		block;
	outline:		0;
}
.sf-menu li.sfHover li {
	color:			#000;
	background: 		none;
	display:		block;
	outline:		0;
}

.sf-menu li .separator {
	display: block;
	padding: 		.75em 1em;
	background: transparent  url(separator.png) no-repeat scroll right top;
	text-decoration:none;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 		26px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	
}
.sf-menu a.sf-with-ul a:hover {
    	padding-right: 		1.9em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	background:none;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 		-999em;
	overflow:		hidden;
	
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			13px;
	right:-9px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {

}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background: url(../images/arrows-ffffff.png) no-repeat 0px 0px transparent;
}
.sf-menu ul a > .sf-sub-indicator {}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	-moz-border-radius: 0 0 5px 5px;
    	background-color: #FFFFFF;
    	border-color: #5e7aba;
    	border-style: solid;
    	border-width: 0 1px 1px;
    	padding: 10px 0 5px 0;
}
.sf-shadow ul ul {
	-moz-border-radius: 0 5px 5px 0;
    background-color: #FFFFFF;
    border: 1px solid #5e7aba;
    padding: 5px 0;
}
.sf-shadow ul ul ul {
	/*-moz-border-radius: 0px;
    background-color: #FFFFFF;
    border: 1px solid #5e7aba;
    padding: 5px 0;*/
	background-color: #FFFFFF;
    border: 1px solid #5E7ABA;
    border-radius: 0 5px 5px 0;
    margin-left: 50px;
    padding: 5px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.sf-menu .active {
	background:		#FFFFFF  url(header.gif) repeat-x scroll left -93px;
	color:			#5b76b4;
}
.sf-menu .active a {
	color:			#5b76b4;
}
.sf-menu #current {
	color: #5b76b4;
	margin-right:-2px;
}
.sf-menu #current a {

}
.sf-menu #current li li a:hover {
	color:			#5b76b4;
	background:		#d7e1f5;
}
.superfish_clear { 
	clear: both !important;
	height: 1px !important;
	overflow: hidden !important;
	font-size: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
}
#midle_left {
	float: right;
	width: 261px;
	background-image: url(left-bg.gif);
	height: 308px;
}
#midle_left_top {
	float: right;
	width: 261px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	background-color: #5D78B8;
	font-weight: normal;
	text-align: center;
	padding-right: -70px;
}
#midle_left_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	width: 600px;
}
#midle_left_batam {
	float: left;
	width: 679px;
	text-decoration: none;
	margin-top: -40px;
	background-color: #E4E4E4;
	height: 184px;
}
#midle_text_midle {
	float: left;
	width: 980px;
	text-decoration: none;
}
#battom_battom {
	padding: 0px;
	float: left;
	height: 185px;
	width: 900px;
	margin: 0px;
}
#battom_battom_left {
	padding: 0px;
	float: left;
	height: 85px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#battom_battom_midle {
	height: 163px;
	width: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#battom_battom_right {
	height: 163px;
	width: 220px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#battom_battom_left_img {
	padding: 0px;
	float: left;
	height: 70px;
	width: 210px;
	background-image: url(SUB-BAN2.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#battom_battom_left_contant {
	padding: 0px;
	float: left;
	height: 163px;
	width: 118px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#battom_battom_right_img {
	padding: 0px;
	float: left;
	height: 70px;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(webdevlop.png);
}
#battom_battom_midle_img {
	padding: 0px;
	float: left;
	height: 70px;
	width: 210px;
	background-image: url(marketing.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#battom_battom_right_right_img {
	padding: 0px;
	float: left;
	height: 70px;
	width: 210px;
	background-image: url(mobile.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#footer_followus {
	float: left;
	height: 70px;
	width: 980px;
	margin-top: 4px;
}
#about_cont  {
	float: right;
	width: 180px;
}
#about_cont_img {
	float: left;
	width: 90px;
	background-image: url(about-right.jpg);
	height: 139px;
}
#about_cont_text {
	float: left;
	width: 90px;
}
#request_bottan  {
	height: 235px;
	width: 261px;
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-left: 0px;
	position: relative;
	z-index: 999;
}
#request_bottan_img {
	height: 60px;
	width: 261px;
	padding: 0px;
	margin: 0px;
}
#request_bottan_midle_img {
	height: 60px;
	width: 261px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#request_bottan_midle2_img {
	height: 60px;
	width: 261px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#request_bottan_midle3_img {
	height: 60px;
	width: 261px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
