@import url("../css/stylesheet.css");

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Left & Right alignment */
.left {
	float: right;
}
.right {
	float: left;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}

/* Global properties ======================================================== */
body {
	/* [disabled]border: 0; */
	color: #696969;
	font-style: normal;
	direction: rtl;
	text-align: justify;
	background-color: #000;
}

.ic, .ic a {
	border: 0;
	float: left;
	background: #fff;
	color: #f00;
	width: 50%;
	line-height: 10px;
	font-size: 10px;
	overflow: hidden;
	padding: 0;
	margin-top: -220%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	/* [disabled]visibility: hidden; */
}
.css3 {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	position: relative
}
.body1 {
	background-repeat: repeat;
	background-position: center bottom;
	background-image: url(../images/bg.jpg);
}
.body3 {
	background-color: #FFF;
}
.body4 {
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../images/bg.jpg);
}
.body5 {
	background-image: url(../images/bg_top_img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 940px;
}


/* ============================= main layout ====================== */
a {
	color: #696969;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 2em;




}
h2 {
	font-size: 1.5em;
}
.under {
	border-bottom: 4px solid #e5e5e5;
	line-height: 2em;
}
h3 {
	font-size: 1.17em;
}
h3 span {
	display: block;
}
* + html h3 span {
	margin-top: -25px
}
h3 .dropcap {
	float: right;
	width: 56px;
	height: 56px;
	margin-top: 0px;
	margin-left: 10px;
	background: url(../images/dropcap1.gif) 0 0 no-repeat;
	font-size: 38px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1.2em;
	padding-top: 6px
}
h3 .dropcap2 {
	float: right;
	width: 56px;
	height: 56px;
	margin-top: 0px;
	margin-left: 10px;
	font-size: 38px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1.2em;
	padding-top: 6px;
	background-image: url(../images/dropcap2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.83em;
	padding: 0 0 16px 0
}
h5 .dropcap strong {
	font-weight: 700;
	font-size: 34px;
	line-height: 1.2em;
	display: block;
	padding-top: 3px;
	letter-spacing: -2px
}
h5 .dropcap span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2em;
	display: block;
	margin-top: -8px
}
h6 {
	font-size: 0.67em;
	color: #000
}
h7 {
	font-size: 16px;
	line-height: 1.2em;
	color: #696969;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: 400
}


p {

}
/* ============================= header ====================== */
header {
	padding-top: 14px;
	height: 148px;
}
#logo {
	display: block;
	background: url(../images/logo.png) 0 0 no-repeat;
	width: 340px;
	height: 134px;
	text-indent: -9999px;
}

#menu {
	float: left;
	padding-top: 35px;
}
#menu li {
	float: right;
	padding-right: 51px
}
#menu li a {
	display: block;
	line-height: 1.2em;
	color: #bbb;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	height: 79px;
	font-style: normal;
	font-weight: 700;
	font-size: 23px;
}
#menu li a span {
	font-size: 18px;
	line-height: 1.2em;
	color: #666666;
	display: block;
	letter-spacing: 0px;
	margin-top: -3px;
	font-weight: normal
}
#menu li a:hover, #menu .active a {
	color: #8900FF;
}
#menu li a:hover span, #menu .active a span {
	color: #fff
}
#menu #nav1 a {
	background: url(../images/menu_icon1.gif) bottom center no-repeat
}
#menu #nav1 a:hover, #menu #nav1.active a {
	background: url(../images/menu_icon1_active.gif) bottom center no-repeat
}
#menu #nav2 a {
	background: url(../images/menu_icon2.gif) bottom center no-repeat
}
#menu #nav2 a:hover, #menu #nav2.active a {
	background: url(../images/menu_icon2_active.gif) bottom center no-repeat
}
#menu #nav3 a {
	background: url(../images/menu_icon3.gif) bottom center no-repeat
}
#menu #nav3 a:hover, #menu #nav3.active a {
	background: url(../images/menu_icon3_active.gif) bottom center no-repeat;
}
#menu #nav4 a {
	background: url(../images/menu_icon4.gif) bottom center no-repeat
}
#menu #nav4 a:hover, #menu #nav4.active a {
	background: url(../images/menu_icon4_active.gif) bottom center no-repeat
}
#menu #nav5 a {
	background: url(../images/menu_icon5.gif) bottom center no-repeat
}
#menu #nav5 a:hover, #menu #nav5.active a {
	background: url(../images/menu_icon5_active.gif) bottom center no-repeat;
}

.main-slider {
	background-image: url(../images/bg_slider.gif);
	background-repeat: repeat-x;
}
.slider {
	z-index: 1;
	margin: 0 auto;
	height: 423px;
	width: 940px;
}
.slider .items {
	display: none;
}
.slider .pagination {
	position: absolute;
	z-index: 2;
	bottom: 47px;
	right: 432px
}
.slider .pagination li {
	float: left;
	padding-left: 4px
}
.slider .pagination a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/buttons.png) left 0 no-repeat
}
.slider .pagination a:hover, .slider .pagination .current a {
	background-position: right
}
/* ============================= content ====================== */
#content {
	padding-top: 2px;
	padding-bottom: 36px;
}
#content2 {
	padding-bottom: 50px;
}
.pad_left1 {
	padding-right: 50px;
	padding-top: 0px;
}

.pad_left2 {
	padding-right: 20px;
}
.pad_bot1 {
	text-underline-position: 20;
	text-decoration: none;
	background-color: #E5E5E5;
	padding: 20px;
}
.pad_advantage {
	text-underline-position: 20;
	text-decoration: none;
	font-size: 18px;
	line-height: 150%;
	color: #900;
	font-weight: bold;
}
.pad_apps {
	text-underline-position: 20;
	text-decoration: none;
	font-size: 16px;
	line-height: 150%;
	color: #900;
	margin-left: 200px;
	margin-right: 20px;
}
.pad_about {
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
	text-align: justify;

}
.pad_bot1_page2 {
	text-underline-position: 20;
	text-decoration: none;
	background-image: url(../images/bg_top_img.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
.pad_bot1_page3 {
	text-underline-position: 20;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CCC;
}


.pad_bot2 {
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #DCDCDC;
	background-image: url(../images/bg_top_img.jpg);
	padding-bottom: 40px;
	text-align: right;
}
.marg_right1 {
	margin-left: 25px;
	margin-bottom: 20px;
}
.marg_left {
	position: relative;
	margin-bottom: 20px;
	display: block;
}

.clients_logo {


}

.link1 {
	color: #60b000;
	font-style: normal
}
.testimonials {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 210px;
	overflow: hidden
}
#testimonials div {
	background: url(../images/bg_testimonials.gif) 0 bottom no-repeat #f5f5f5;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
	margin-bottom: -18px;
}
#testimonials span {
	display: block;
	padding: 0 11px 0 0;
	font-style: normal
}
.testimonials li {
	height: 210px;
}
.up, .down {
	position: absolute;
	z-index: 2;
	bottom: 8px;
	left: 0;
	width: 32px;
	height: 32px;
	display: block
}
.up {
	left: 33px;
	background: url(../images/marker_up.gif) 0 0 no-repeat
}
.down {
	background: url(../images/marker_down.gif) 0 0 no-repeat
}
.up:hover, .down:hover {
	background-position: bottom
}
.color1 {
	color: #000
}
.color2 {
	color: #001AAA
}
.list1 {
	background: url(../images/line_hor1.png) 10px 0 no-repeat;
	padding-top: 1px
}
.list1 li {
	background: url(../images/line_hor1.png) 10px bottom no-repeat;
	line-height: 29px
}
.list1 a {
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	padding-right: 14px;
	background-image: url(../images/marker_1.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
.list1 a:hover {
	color: #FFFFFF;
}
.address {
	background: url(../images/line_hor1.png) 0px 0 no-repeat;
	padding-top: 1px;
	color: #CCC;
}
#address {
	background: url(../images/line_hor1.png) 0px 0 no-repeat;
	padding-top: 20px;
	color: #696969;
	font-size: 16px;
}

.address li {
	background: url(../images/line_hor1.png) 0px bottom no-repeat;
	line-height: 29px;
	font-style: normal;
}
.address span {
	padding-right: 4px;
	float: right;
	width: 43px;
}
.address span maila {
	padding-right: 4px;
	float: right;
	width: 39px;
}
.address a {
	color: #fff
}
#icons {
	background: url(../images/line_hor1.png) 23px 0 no-repeat;
	padding-top: 1px
}
#icons li {
	background: url(../images/line_hor1.png) 23px bottom no-repeat;
	line-height: 29px
}
#icons a {
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	display: inline-block
}
#icons img {
	float: right;
	margin-left: 9px;
	margin-top: 5px
}
#icons a:hover {
	color: #fff;
}
/*--- tabs begin ---*/
.tabs {
}
.tabs ul.nav {
	float: right;
	padding-right: 372px;
	padding-bottom: 0px
}
.tabs ul.nav li {
	padding-left: 1px;
	float: right
}
.tabs ul.nav li a {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 19px;
	color: #fff;
	line-height: 32px;
	background: #60b000;
	text-decoration: none;
	text-align: center;
	background-color: #7101D2;
}
.tabs ul.nav .selected a, .tabs ul.nav a:hover {
	background: #696969
}
.tabs .tab-content {



}
/*--- tabs end ---*/
#address span {
	float: right;
	width: 80px;
}
/* ============================= footer ====================== */
footer {
	font-style: normal;
	color: #696969;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
footer a {
	color: #fff
}
footer a:hover {
}
/* ============================= forms ============================= */
#ContactForm {
	margin-top: 5px;

}
#ContactForm span {
	width: 109px;
	float: right;
	line-height: 26px;
	font-size: 16px;
}
#ContactForm .wrapper {
	min-height: 30px
}
#ContactForm .textarea_box {
	min-height: 275px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 6px
}
#ContactForm {
	padding-top: 20px;
}
#ContactForm {
}
#ContactForm a {
	margin-right: 10px;
	float: left;
	width: 62px;
        font-size: 75%;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	background: #60b000;
	text-align: center
}
#ContactForm a:hover {
	background: #080808
}
#ContactForm .input {
	width: 269px;
	height: 18px;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 3px 5px;
	color: #696968;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0
}
#ContactForm textarea {
	overflow: auto;
	width: 549px;
	height: 258px;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 3px 5px;
	color: #696968;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0
}
#newsletter {
}
#newsletter .input {
	background: #fff;
	padding: 6px 18px;
	width: 184px;
	height: 18px;
	font-style: inherit;
	color: #b4b4b4;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#newsletter .input:focus {
	color: #696969
}
#newsletter .wrapper {
	min-height: 40px
}
#newsletter a {
	float: left;
	width: 90px;
	height: 32px;
	background: #fff;
	line-height: 32px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	text-decoration: none
}
#newsletter a:hover {
	background: #60b000;
	color: #fff;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}
.prod1dec {
	clear: both;
}
#prod1 {
	width: 900px;
	background-image: url(../images/bg_top_img.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 447px;
	background-color: #E5E5E5;
	padding: 20px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;

}
#prod2 {
	width: 900px;
	background-image: url(../images/bg_top_img.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 447px;
	background-color: #E5E5E5;
	padding: 20px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;

}
#prod3 {
	width: 900px;
	background-image: url(../images/bg_top_img.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 447px;
	background-color: #E5E5E5;
	padding: 20px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;

}
#prod4 {
	width: 900px;
	background-image: url(../images/bg_top_img.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 447px;
	background-color: #E5E5E5;
	padding: 20px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;

}
#prod5 {
	width: 900px;
	background-image: url(../images/bg_top_img.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 447px;
	background-color: #E5E5E5;
	padding: 20px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;

}



a:hover, a:visited, a:link, a:active {
	text-decoration: none;
}
#advantage {

}
.apps_li {
	background-repeat: repeat;
	background-position: center bottom;
	font-size: 16px;
	margin-bottom: 40px;
	clear: right;
	list-style-type: square;
	list-style-position: inside;
	line-height: 200%;
	margin-right: 100px;
	margin-top: 10px;
	margin-left: 0px;
}
.advant_li {
	float: right;
	list-style-type: square;
	margin-right: 40px;
	margin-left: 15px;
	padding-bottom: 20px;
	line-height: 200%;
	font-size: 16px;
	list-style-position: inside;
}
h1.logo {
	float: right;
}
.whitetext {
	color: #FFFFFF;
	line-height: 2em;
}
.after-p {
	padding-bottom: 1em;
}
