@charset "UTF-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#333;
}

h2{
	color:#6699cc;
}

p{
	color:#333;
	padding-left:30px;
}

#container{
	width:941px;
	height:100%;
	margin:0 auto;
}

#top{
	width:941px;
	height:85px;
	background:url(../images/top.jpg) no-repeat top;
}

#menu_left{
	width:15px;
	height:57px;
	background:url(../images/menu_left.jpg) no-repeat left;
	float:left;
}

#menu_mid{
	width:911px;
	height:57px;
	background:url(../images/menu_bg.jpg) repeat-x;
	float:left;
}

#menu_right{
	width:15px;
	height:57px;
	background:url(../images/menu_right.jpg) no-repeat left;
	float:left;
}

#gap{
	width:941px;
	height:30px;
}

#header{
	width:941px;
	height:260px;
	background:url(../images/header.jpg) no-repeat top;
	text-align:center;
}

#header_flash{
	padding: 8px 12px 8px 12px;
}

#main_left{
	float:left;
	width:284px;
	padding: 0 0 0 10px;
}

#main_right{
	float:left;
	width:941px;
	padding: 0 0 0 0;
}

#right_header{
	width:941px;
	height:324px;
	background:url(../images/header-babak.jpg) no-repeat top;
}

#right_header_under{
	float: left;
	width:530px;
	height:630px;
	background:url(../images/header_under.jpg) no-repeat top;
}

#recent_clients{
	float: left;
	width: 315px;
}

#left_box_top{
	width:284px;
	background:url(../images/main_corner_r.jpg) no-repeat top;
}

#left_box_bottom{
	width:284px;
	background:url(../images/main_corner_l.jpg) no-repeat bottom;
}

#left_box{
	width:250px;
	margin:0 auto;
	padding-bottom:15px;
}

#right_header_under_left{
	width:160px;
	padding-left:15px;
	height:100px;
	float:left;
}

#right_header_under_right{
	width:160px;
	padding-right:30px;
	padding-left:30px;
	height:100px;
	float:left;
}

#box_left{
	width:470px;
	height:185px;
	background:url(../images/bl_box.jpg) no-repeat top;
	float:left;
}

#box_left_header{
	padding: 45px 20px 0 20px;
	float:left;
	width:270px;
}

#box_left_p{
	padding: 30px 20px 0 60px;
	float:left;
	width:220px;
}

#box_right_p{
	padding: 30px 50px 20px 20px;
	float:left;
}

.box_pic{
	float:left;
	height:100%;
}

.box_text{
	float:left;
	padding: 10px 0 0 5px;
	color:#333;
	font-size:14px;
	width:230px;
}

.content_pic{
	float:left;
	width:105px;
	padding: 10px;
	height:100px;
}

.content_text{
	float:left;
	width:250px;
	color:#333;
	font-size:13px;
	padding-top:10px;
	height:100px;
}

#box_right{
	width:471px;
	height:185px;
	background:url(../images/br_box.jpg) no-repeat top;
	float:left;
}

#submenu{
	width:941px;
	height:52px;
	background:url(../images/submenu.jpg) no-repeat top center;
	text-align:center;
	padding-top:10px;
	font-family:Helvetica, Arial, Sans-Serif;
	color:#666;
}

#submenu a{
	text-decoration:none;
	color:#666;
}

#submenu a:hover{
	text-decoration:underline;
	color:#666;
}

#content{
	padding:20px 50px 0 50px;
}

#products{
	padding:0 12px 0 12px;
	float:left;
	text-align:left;
}

#products_1{
	float:left;
	padding:12px;
	width:280px;
	text-align:justify;
}

#pane_description{
	float:left;
	padding:15px;
	width:350px;
	text-align:justify;
}

#pane_image{
	float:left;
	padding:12px;
	width:490px;
	text-align:center;
}

#footer{
	float: left;
	width:641px;
	height:55px;
	background:url(../images/footer_left.jpg) no-repeat bottom;
	padding:40px 0 0 0;
	text-align:left;
	color:#000;
	font-size:12px;
}

#footer2{
	float: right;
	width:300px;
	height:55px;
	background:url(../images/footer_right.jpg) no-repeat bottom;
	padding:40px 0 0 0;
	color:#000;
	font-size:12px;
	text-align:right;
}

.title_text_blue{
	color:#09C;
	font-size:18px;
}

.title_big_blue{
	color:#09C;
	font-size:24px;
}

.title_text_green{
	color:#693;
	font-size:18px;
	text-decoration:none;
}
.title_text_grey{
	color:#666;
	font-size:18px;
}

.title_text_grey_centre{
	color:#666;
	text-align:center;
	font-size:28px;
}

/* MENU */
.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;
	width:911px;
	height:57px;
	z-index:2;
}  
.kwicks li{  
    display: block;
	float:left;
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;
	width: 227px;
	height: 57px;
	z-index:2;
}

.kwicks li a{
	text-decoration:none;
}

.placeholder{
	width:227px;
	height:57px;
}

#kwick1 { 
	background:url(../images/home.jpg) repeat-x;
}
#kwick2 {
	background:url(../images/products.jpg) repeat-x;
}
#kwick3 {
	background:url(../images/industries.jpg) repeat-x;
}
#kwick4 { 
	background:url(../images/contact.jpg) repeat-x;
}

.clear{
	clear:both;
}
