@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}

.clear{
	clear:both;
}
img{
	display:block;
	border:none;
}
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#918585;
	background-color:#999999;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	background:#ffffff url(Images/bg_style.gif) no-repeat 0px 188px;
	text-align:left;
}
#header{
	width:1000px;
	height:188px;
	background:url(Images/header.jpg) no-repeat left top;
	position:relative;
	z-index:10;
}

.main_nav{
	position:absolute;
	left:400px;
	bottom:11px;
	height:28px;
}
.submenu, .submenu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.submenu li{
	float:left;
	position:relative;
	width:87px;
	height:28px;
	margin-right:10px;
}
.submenu li a{
	display:block;
	line-height:28px;
	background:url(Images/bg_nav.gif) no-repeat left top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#006600;
	text-decoration:none;
	font-weight:bold;
}
.submenu li a:hover{
	background-position:left bottom;
	color:#CC6600;
}

.submenu li ul{
	position:absolute;
	left:0;
	top:0px;;
	display:none;
	width:150px;
	background-color:#CC9900;
	border:1px solid #CC6600;
	float:left;
}
.submenu li ul li{
	float:left;
	width:140px;
	height:1%;
	display:inline;
}
.submenu li ul li a{
	dispaly:block;
	color:#666600;
	background:none;
	background-color:#CC9900;
	padding-left:10px;
	margin:0;
	text-align:left;
	font-weight:normal;
}
.submenu li ul li a:hover{
	color:#FFFFFF;
}

.submenu a.current_page{
	background-position:left bottom;
	color:#CC6600;
	cursor:default;
}

/* Flash */

#flash{
	width:830px;
	height:153px;
	margin-left:160px;
	overflow:hidden;
	float:left;
	display:inline;
	margin-top:5px;
	margin-bottom:5px;
}
.sm{
	width:830px;
	height:153px;
	overflow:hidden;
	float:left;
}
.sm li{
	fload:left;
	height:153px;
	width:45px;
	overflow:hidden;
}

img.padding_right{
	padding-right:10px;
	float:left;
}
#flash h6{
	color:#FFFFFF;
	padding:10px 10px 10px 0;
	font-size:11px;
	font-weight:normal;
}

/* for slide right cornor */
.sl1{
	float:left;
	background:url(Images/s1_r.gif) no-repeat right top;
	background-color:#ab67b2;
}
.sl2{
	float:left;
	background:url(Images/s2_r.gif) no-repeat right top;
	background-color:#ff7d19;
}
.sl3{
	float:left;
	background:url(Images/s3_r.gif) no-repeat right top;
	background-color:#199aff;
}
.sl4{
	float:left;
	background:url(Images/s4_r.gif) no-repeat right top;
	background-color:#ff1ba9;
}
.sl5{
	float:left;
	background:url(Images/s5_r.gif) no-repeat right top;
	background-color:#9fcd00;
}
.sl6{
	float:left;
	background:url(Images/s6_r.gif) no-repeat right top;
	background-color:#00a5cd;
}
/* end slide right cornor */


/* Content */
#content{
	width:1000px;
	background:#FFFFFF url(Images/bg_content.gif) repeat-y left top;
	position:relative;
	float:left;
}
#content.margin_top{
	margin-top:10px;
}
#content_border{
	background:url(Images/bg_home_content_border.gif) repeat-x left top;
	height:11px;
}
#content_effect{
	position:absolute;
	left:0;
	top:0;
	background:url(Images/bg_home_content_top.gif) no-repeat left top;
	width:16px;
	height:81px;
}

/* Left Content */

#left_content{
	float:left;
	width:278px;
}
#left_content .enguiry{
	margin-left:27px;
}
#right_content{
	float:right;
	width:708px;
	padding:20px 0;
	position:relative;
}
#right_content.others{
	background:url(Images/bg_content_border.gif) repeat-x left top;
}
#right_content img.absolute{
	position:absolute;
	left:0;
	top:0;
}

#right_content_padding{
	padding-left:20px;
	padding-right:20px;
}
#right_content p{
	margin-bottom:10px;
}
/* Right Content */
/* Home box Content */
#home_box{
	width:668px;
	background:#e1e5d2 url(Images/home_box_cornor_bottom_left.gif) no-repeat left bottom;
}
#home_box_outter{
	background:url(Images/home_box_cornor_bottom_right.gif) no-repeat right bottom;
	padding-bottom:10px;

}
#home_box_inner{
	background:url(Images/home_box_cornor_top_left.gif) no-repeat left top
}
#home_box_inside{
	background:url(Images/home_box_cornor_top_right.gif) no-repeat right top;
	padding-top:10px;
}
#home_box_padding{
	padding-left:10px;
	padding-right:10px;
}

/* search_box */
#search_box{
	width:235px;
	background:#e1e5d2 url(Images/home_box_cornor_bottom_left.gif) no-repeat left bottom;
	margin-bottom:20px;
	margin-left:27px;
	margin-top:20px;
}
#search_box_outter{
	background:url(Images/home_box_cornor_bottom_right.gif) no-repeat right bottom;
	padding-bottom:10px;

}
#search_box_inner{
	background:url(Images/home_box_cornor_top_left.gif) no-repeat left top
}
#search_box_inside{
	background:url(Images/home_box_cornor_top_right.gif) no-repeat right top;
	padding-top:10px;
}
#search_box_padding{
	padding-left:10px;
	padding-right:10px;
}
#search_box .width{
	width:175px;
}

/* Footer */
#footer{
	width:1000px;
	height:34px;
	position:relative;
	border-top:1px solid #999999;
	float:left;
	background-color:#FFFFFF;

}
#footer p{
	position:absolute;
	left:800px;
	width:200px;
}
#footer img{
	float:left;
}

/* Home bottom */
#home_bottom{
	width:1000px;
	height:133px;
	background:url(Images/bg_home_bottom.gif) repeat-y left top;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

/* Testimonial */
#testimonial{
	float:left;
	width:268px;
	background:url(Images/bg_testmonial.gif) repeat-y left top;
	margin-left:10px;
	display:inline;
}
#testimonial_box{
	background:url(Images/bg_testmonial_bottom.gif) no-repeat left bottom;
	padding-bottom:10px;
}
#testimonial_box_top{
	background:url(Images/bg_testmonial_top.gif) no-repeat left top;
	padding-top:10px;
}
#testimonial_padding{
	padding-left:10px;
	padding-right:10px;
}
#testimonial h3{
	font-weight:normal;
	border-bottom:1px dotted #FFFFFF;
	margin-bottom:10px;
	color:#000000;
}
#testimonial ul{
	list-style:square;
	margin-left:10px;
	padding-left:10px;
	color:#000000;
}

/* Portfolio */
#portfolio_box{
	float:left;
	width:346px;
	height:123px;
	margin-left:10px;
	display:inline;
	background:url(Images/portfolio_img.jpg) no-repeat left top;
	position:relative
}
#portfolio_box a{
	margin-top:100px;
	margin-left:10px;
	color:#000000;
	display:block;
	text-decoration:none;
	font-weight:bold;
	
}
#portfolio_box a:hover{
	font-size:16px;
	color:#FFFF00;
	font-weight:bold;
}

/* small Flash */
#flash_box{
	float:left;
	width:346px;
	height:123px;
	margin-left:10px;
	display:inline;
	position:relative;
}
#flash_box a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#flash_box a:hover{
	color:#FFFF00;
	font-size:16px;
	text-transform:uppercase;
}
/* About us */
#next_to_header{
	width:1000px;
	height:20px;
	background:#ffffff url(Images/bg_next.gif) no-repeat left top; 
}

/* subnav */
#subnav{
	width:278px;
	background:url(Images/bg_subnav.gif) repeat-y left top;
}
#subnav_top{
	background:url(Images/bg_subnav_top.gif) no-repeat left top;
	
}
#subnav_bottom{
	background:url(Images/bg_subnav_bottom.gif) no-repeat left bottom;
}
#subnav ul{
	margin-left:36px;
	width:214px;
}
#subnav li{
	height:40px;
}
#subnav a{
	display:block;
	line-height:40px;
	text-decoration:none;
	border-bottom: 1px solid #CCCCCC;
	color:#1c7664;
	background:url(Images/bullat.gif) no-repeat 0 50%;
	padding-left:30px;
	font-weight:bold;
}
#subnav a:hover{
	font-size:16px;
	color:#990000;
}

#subnav a.current_service{
	font-size:16px;
	color:#990000;
	cursor:default;
	
}
hr{
	margin-top:5px;
	margin-bottom:5px;
}

/* Heading box */

#heading_box{
	height:28px;
	background:url(Images/bg_h3.gif) repeat-x left top;
}
#heading_box_left{
	background:url(Images/bg_h3_left.gif) no-repeat left top;
	height:28px;
}
#heading_box_right{
	background:url(Images/bg_h3_right.gif) no-repeat right top;
	height:28px;
}

#heading_box.width_features{
	
}
#heading_box.width_advantages{
	
}

#heading_box h3{
	line-height:28px;
	padding-left:10px;
	font-size:14px;
	color:#b10b46;
	text-transform:uppercase;
}

/* Domain */
#right_content ul{

}
#right_content li{
	padding-left:10px;
	margin-left:40px;
	list-style:url(Images/bullat.gif);
	margin-bottom:10px;
}

#right_content p{
	line-height:20px;
	text-align:justify;
	text-indent:0px;
}

table{
	border-collapse:collapse;
	width:668px;
}
td{
	width:334px;
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid #999999;
}

/* Portfolio Table */
#portfolio_table table{
	border-collapse:collapse;
	border:none;
}
#portfolio_table td{
	width:334px;
	height:275px;
	background:url(Images/bg_portofolio.jpg) no-repeat left top;
	border:none;
}
#portfolio_table p{
	text-indent:0;
	font-size:16px;
	color:#666666;
	margin:0;
	padding:0;
}

#portfolio_table a{
	display:block;
	margin-left:80px;
}


/* Number Table */
#number_table table.next{
	width:150px;
	border-collapse:collapse;
	border:1px solid #666666;
	margin-top:10px;
}
#number_table table{
	width:200px;
	border-collapse:collapse;
	border:1px solid #666666;
	margin-top:10px;
}

#number_table a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	background-color:#FFCC66;
}
#number_table a:hover{
	background-color:#990000;
	color:#CCCC00;
}
#number_table table td{
	padding:0;
}
#number_table a.current_number{
	background-color:#990000;
	color:#CCCC00;
	cursor:default;
}

/* Address */
#address{
	width:500px;
}
#address p{
	padding-left:200px;
	text-indent:0;
	background:url(Images/contact_simble.jpg) no-repeat left center;
}

/* Emquiry Table */
#enquiry_table{
	width:500px;
	margin-left:100px;
}
#enquiry_table table{
	border-collapse:collapse;
	color:#000000;
	width:500px;
}
#enquiry_table td{
	padding:10px;
	border:none;
}
#enquiry_table table tr{
	margin-bottom:0px;
}
#enquiry_table td.first{
	width:150px;
}
#enquiry_table td.second{
	width:25px;
}
#enquiry_table textarea{
	width:325px;
	height:100px;
}
#enquiry_table input:focus, textarea:focus{
	background-color:#FFFFCC;
}

