.body {

	background: url("img/bg.png") repeat;
	background-attachment:fixed;
	width: 1000px;
	height: 100%;
	text-align:center;
	margin:auto;
	overflow-x:hidden;
	}

vv{
	color:#23afe5;
	
}
.row {
	width: 1000px;
	height: 100%;
}

.a{



}

.title_fivereason {
	text-transform:uppercase;
	text-align: center;

	font-size:14px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
.title {
	position: relative;
	text-transform:uppercase,lowercase;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	padding:0px;
	margin:0px;

}
.title_sub_sub li{
	list-style-type:circle;
	white-space:nowrap;
	list-style-image: url("img/ab.png");
}
.big_title {
	text-transform: none;
	font-size:16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.big_title_about {

	font-size:18px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 5px;
	padding: 0px 0px 5px 0px;
}

.big_title_career {

	font-size:18px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#161616;
	padding-left: 10px;
	margin-bottom: 5px;
}

.big_title_career1 {

	font-size:18px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#161616;
	padding-left: 0px;
	margin-bottom: 5px;
}

.big_title_career1 a{
	font-weight: normal;
}

.big_title_index {

	text-transform: none;
	font-size:14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#FFF;
	background-color: #27a9e1;
	width:336px;
	margin-left:8px;
	margin-top:0px;
	padding: 6px 0px 4px 0px;

}
.content {
	font-size:16px;
	font-weight:normal;
	color: #333;
	font-family: Arial,Verdana,sans-serif;
	text-align:justify;
	margin:0px;

	padding-right:0px;
	padding-left:10px;
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: url("img/ab.png");

}

.content_solutions {
	font-size:16px;
	font-weight:normal;
	color: #333;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	text-align:justify;
	margin:0px;
	padding:0px;
	list-style-position: inside;
	list-style-type: disc;
}

.content_solutions ul li {
	position: relative;
	text-align:left;
	padding:0px;
	margin:0px;
	left:-25px;
}

.content_careers {
	font-size:16px;
	font-weight:normal;
	color: #333;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	text-align:justify;
	margin:0px;
	padding:0px;
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: url("img/point.png");
}

.content_careers ul li {
	position: relative;
	text-align:left;
	padding:0px;
	margin:0px;
	top: -12px;
	left:-25px;
}

.content_main {
	font-size:16px;
	font-weight:normal;
	color: #333;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	text-align:justify;
	margin:0px;
	padding:0px;
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: url("img/point.png");
}


.contentul{
	font-size:13.8px;
	font-weight:normal;
	color: #333;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	text-align:justify;
	padding-left:00px;
	position: relative;
	-moz-left: 150px;
	line-height: 25px;
	list-style-image: url("img/ab.png");

}


.footer {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 1px;
	width: 1000px;
	height: 20px;
	display: table;
	padding: 7px 0px 6px 0px;
	/*border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;*/
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color:#ececec;/*#ddf5ff*/
    }
/* CONTACT US CSS*/

.contact_content {
	display: table-row;
	text-transform: none;
	font-size:14px;
	font-weight:normal;
	color: #333;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	text-align:justify;

}

.contact_contentline {
	width: 380px;
	display: table-cell;
	border-style: solid none none  none;
	border-width:thin;
	border-color:#FFF;
	border-bottom-color: #F0F0F0;

}

.textfield{
	background-color: #FFFFFF;
	border-width: 1;
	width: 250px;
	color: #161616;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

}

.textarea{
	background-color: #FFFFFF;
	border-width: 1;
	width: 100%;
	height: 60px;
	color: #161616;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;

}

#contact_container {
	margin-top: 1px;
	width: 1000px;
	height: 100%;
    display: table;
	padding: 0px;
	/*border-bottom:1px solid #EEE;
	border-top:1px solid #CCC;

	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	/*border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;*/
	background-color:#ECECEC;
    }

#contact_email{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	margin-bottom: 15px;
	width: 600px;
	height: 280px;

	padding: 5px 10px 10px 10px;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #D6D6D6;

}

#contactemailone{
	float: left;
	padding: 0 15px 0 0;

}
#contactemailtwo{
}

#contactemailthree{
	text-align:left;
	width: 580px;
	background-color:none;
	alignment-adjust:left;
	color:#161616;
	
}


#contact_row  {
    /*display: table-row;*/
	width: 100%;
	background-color: #e0e0e0;
	/*border-width:1px;
	border-style:  solid;
	padding-left: 2px;
	padding-right: 2px;*/

    }

#contact_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
    display: table-cell;
	width: 35%;
	background-color:none;
	border-width:thin;
	border-style: none solid none none;
	border-color: #F0F0F0;
	padding: 3px 15px 3px 20px;
	alignment-adjust:left;
	color:#161616;
    }

#contact_right{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    display: table-cell;
	width: 60%;
	background-color: #ececec;
	/*border-width:thin;
	border-style:  solid;*/
	padding-left: 15px;
	padding-right: 20px;
	alignment-adjust:central;
    }
#contact_middle {
	font-family: Arial, Helvetica, sans-serif;
    display: table-cell;
	width: 5%;
	/*background-color:#0CF;
	border-width:thin;
	border-style:  solid none solid none;
	padding: 0 3px 0 3px;
	alignment-adjust:central;*/
    }

/*LOGO CODE*/
#logo {
	width: 1000px;
	height: 60px;
	padding: 0px 0px 0px 0px;
	background: url("") ;
}
/*LOGO CODE*/


#sidebar{
	top: -10px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #333;
	width: 305px;
	height: 140px;
	line-height: 15px;
	overflow: auto;
	display: block;
	padding: 15px;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: transparent url("img/bg_reason.png");
	margin-left: 8px;
	/*margin-left:15px;
	padding: 0px 0px 0px 15px;
	overflow: auto;
	display: table-cell;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	width: 300px;
	height: 200px;
	padding: 15px;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: transparent url("img/bg_reason.png");*/

}


#container {
	margin-top: 1px;
	-moz-width: 984px;
	height: absolute;
	overflow:auto;
	display: table;
	padding: 20px 20px 20px 20px;

	/*border-bottom:1px solid #EEE;
	border-top:1px solid #CCC;

	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	/*border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8pxa9e6fe;*/
	background-color:#f8f8f8;

    }
#container_cust{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 100%;
	height: 400px;
	color: #CCC;




}


#container_index{
	margin-top: 1px;
	-moz-width: 984px;
	height: 100px;
	overflow:auto;
    display: table;
	padding: 8px;
	background-color:#CCC;
	}
#about_career_first {

	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	margin-bottom: 15px;
	width:90%;
	-moz-width: 650px;
	height: 100%;
	overflow: hidden;
    display: table;
	padding: 10px;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: transparent url("img/bg_reason.png");

}

#about_career {

	font-family: Arial, Verdana, Sans-serif;
	left:-10px;
	font-size: 14px;
	color: #333;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 95%;
	position:relative;
	height: 40px;
	overflow: auto;
    display: table;
	padding: 15px 10px 0px 10px;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: transparent url("img/bg_reason.png");

}
#about_expertise1 {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	width:920px;
	text-align: left;
	-moz-width: 960px;


	overflow: hidden;
	display: table;
	padding: 15px;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: transparent url("img/bg_reason.png");
	margin: 0px;

}
#product2 {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
	width: 922px;
	overflow: auto;
	display: table;
	padding: 0px;
	background: url("img/bg4.png") no-repeat;
	margin: 10px;
}
#product3 {
font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;
	color: #333;
	text-align: justify;
	width: 741px;
	overflow: auto;
	display: table;
	padding: 8px;
	padding-left: 3px;
	border-top:0px solid #F0F0F0;
	border-bottom:0px solid #F0F0F0;
	border-left:0px solid #F0F0F0;
	border-right:0px solid #F0F0F0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/*background: url("img/bg.png") no-repeat;*/
	margin-left: 5px;
	float:right;
}

#product3 b{
	color: #27a9e1;
}

#about_customer{
	margin: 0px;
	padding: 10px;
	overflow: auto;
	display: table-cell;
	width: 472px;
	height: 100px;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: transparent url("img/bg_reason.png");
}

#about_customer .cell{
	width:145px;
	height:145px;
	border:1px solid #000;
	display: table-cell;

}


#about_products {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 15px;
	color: #333;
	text-align: justify;
    margin: 0px 0px 0px 0px;
	width: 958px;
	-webkit-width: 1000px;
	height: 10%;
	overflow: hidden;
	display: table;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: transparent url("img/bg4.png");
	padding:10px 0px 10px 0px;
}

#about_index {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	font-weight:bolder;
	color: #333;
	text-align: left;
	width: 600px;
	min-height: 40px;
	overflow: auto;
	display: table-cell;
	padding: 5px 15px 0px 15px;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: transparent url("img/bg_reason.png");
	margin: 0px 15px 0px 0px;

}
.middle{
	width:15px;

}
#about_reason {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;

	text-align: left;
	-moz-width: 916px;

	overflow: hidden;
	display: table;
	padding: 15px;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: transparent url("img/bg_reason.png");
	margin: 0px;

}

#about_reason ul li{
	position: relative;
	float:left;
	text-align:left;
	list-style-type: disc;
	padding:0px;
	margin:0px;
	top: -15px;
	right: auto;
	left: -35px;
}

#sol_right .ul .li{
	list-style-type:circle;
	padding:0px;
	margin:0px;


}

#five_reason{
	display: table-cell;
	width: 270px;
	height :100%;
	padding: 0px 10px 0px 0px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 13.5px;
	color: #333;
	text-align: justify;
	border-right: thin;
	border-right-color:#fofofo;


}


#five_reason_right{
	display: table-cell;
	width: 188px;
	height :100%;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	border-right: thin;
	border-right-color:#fofofo;

}
#row  {
    /*display: table-row;*/
	width: 1000px;
	background-color: transparent;

	/*border-width:1px;
	border-style:  solid;
	padding-left: 2px;
	padding-right: 2px;*/

    }

#left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
    display: table-cell;
	width: 328px;
	background-color:none;
	/*border-width:thin;
	border-style:  solid;
	padding-left: 3px;
	padding-right: 3px;
	alignment-adjust:central;
	color:#000;
	/*background-color:#0CF;
	border-width:thin;
	border-style:  solid;*/
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin: 0px 3px 0px 3px;
    }

#right{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
    display: table-cell;
	width: 322px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 3px;
	/*alignment-adjust:central;*/
    }

#middle {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
    display: table-cell;
	width: 322px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 3px;
	/*background-color:#0CF;
	border-width:thin;
	border-style:  solid none solid none;
	padding: 0 3px 0 3px;
	alignment-adjust:central;*/
    }




/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU 
ul#saturday {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:15px;
	font-weight: bolder;
	background:transparent url("img/bgOFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #27a9e1;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
}

ul#saturday li{
	display:block;
	float:left;
	margin:0;
	pading:0;

}


ul#saturday li a{
	display:block;
	float:left;
	color: #000;
	text-decoration:none;
	padding:12px 46.2px 0px 46.2px;
	height:24px;
	background:transparent url("img/bgDIVIDER.gif") no-repeat top right;

}


ul#saturday li a:hover{
	background:transparent url("img/bgHOVER.gif") no-repeat top right;

}

ul#saturday li a.current,ul#saturday li a.current:hover{
	color:#fff;
	background:#27a9e1;}
	
^^^^^^^^^^ */	
	
	
	
	
/*^^^^^^^NEW MENU^^^^^^^^^^*/
	
	
	.drop_menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase,lowercase;
	font-size:14px;
	font-weight: bold;
	background:transparent url("img/bgOFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #27a9e1;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	padding:0.5px 2px 0px 2px;
	margin:0;
	list-style-type:none;

}

.drop_menu li {
	float:left;
	margin:0;
	pading:0;
	}

.drop_menu li a {
	display:block;
	color:#4d4d4d;
	padding:12px 50px 0 50px;
	height:24px;
	text-decoration:none;
	border-right: 2px solid #efefef;
}

.drop_menu li a.current,.drop_menu li a.current:hover{
	color:#fff;
	background:#27a9e1;}

/* Submenu */

.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}

#white {
	color:#4d4d4d;
	text-align:left;
	font-size:14px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	 z-index: 100;
	 position:relative;
	background:transparent url("img/bgOFF.gif");
	padding:10px 7px 2px 10px;

}

#blue{
	color:#fff;
	text-align:center;
	font-size:14px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-weight:bold;
	 z-index: 100;
	 position:relative;
	background:#27a9e1;
	padding:10px 15px 0 10px;

}


#white:hover{
	color:#4d4d4d;
	font-size:14px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	background:transparent url("img/bgHOVER.gif") no-repeat top right;

}


.drop_menu li:hover { position:relative; background:transparent url("img/bgHOVER.gif") no-repeat top right;}

.drop_menu li:hover ul {
	left:0px;
	top:36px;
	background:transparent url("img/bgHOVER.gif") no-repeat top right;
	padding:0px;
	width:220px;
}

.drop_menu li:hover ul li a {
	padding:5px;
	display:block;
	width:198px;
	text-indent:15px;
	text-transform:uppercase,lowercase;
	font-weight:bold;
	background-color:#4d4d4d;
}
	
	
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


#sol_left{
    display: table-cell;
	width: 200px;
	background-color: transparent;
	color:#000;
	padding:0px;
	margin:0px;
    }

#sol_right{
    display: table-cell;
	width: 480px;
	background-color: transparent;
	padding:0px;
	margin:0px;
	/*border-width:thin;
	border-style:  solid;*/

    }



/* MAP MAP MAP MAP MAP MAP */

img {
	border: none;
}
#thumbnail img {
	cursor: pointer;
}
#large {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding: 5px;
	z-index: 10;
	min-height: 200px;
	min-width: 200px;
	color: #336699;
	margin-left:auto;
	margin-right: auto;
}
#background{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 1;
}


/* MAP MAP MAP MAP MAP MAP */


#hardware_right{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    display: table-cell;
	width: 60%;
	background-color: #EBF4FA;
	/*border-width:thin;
	border-style:  solid;*/
	padding-left: 0px;
	padding-right: 20px;
	alignment-adjust:central;
	list-style:none;
	list-style-image: url("img/point.png");
    }
	p.solid {border-style: none;
			padding: 5px;
			background-color: #23afe5;}

