@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	background-color: #e5e5e5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	direction:rtl;
}
#header {
	width:970px;
	height:280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	width:970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
}
#text {background-color: #FFFFFF; float:left;}


#nav {
	width:100%;
	height:40px;
	background:url(../images/nav-bg.jpg) repeat-y;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#nav ul {
	width:850px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav ul li{
	float:right;
	margin:0px;
	padding:0px;
	list-style:none;
}
#nav ul li a{
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ffffff;
	font-size:15px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:18px;
	padding-right:18px;
	line-height:40px;
	text-decoration:none;
}
#nav ul li a:hover{
	font:Arial, Helvetica, sans-serif;
	color:#0f4c6b;
	background-color:#7ac0e4;
	font-size:15px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:18px;
	padding-right:18px;
	line-height:40px;
}
#nav ul li a.hover{
	font:Arial, Helvetica, sans-serif;
	color:#0f4c6b;
	background-color:#7ac0e4;
	font-size:15px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:18px;
	padding-right:18px;
	line-height:40px;
}
#nav ul li ul.sublist {
	margin-top:1px;
	margin-left:-3px;
	list-style:none;
	position:absolute;
	background:#ffffff;
	width:auto;
	color:#ffffff;
	padding:0px;
	z-index:2;
	opacity:0;
	visibility:hidden; /* Avoids being selected even if the opacity is set to 0 */
	/* CSS3 Multiple Transitions */

	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
#nav ul li ul.sublist li{
	border:none;
	color:#000000;
	width:245px;
	border-bottom:#cccccc 1px solid;
	clear:both;
	padding:0;
	-moz-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-webkit-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-o-transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
}
#nav ul li ul.sublist li:hover{background-color:#f2f9ff; color:#999999;}
#nav ul li ul.sublist li a {color:#387a9c; font-weight:normal; padding:2px 2px 2px 6px;
	}
#nav ul li ul.sublist li a:hover {color:#047dbb; font-weight:bold; background-color:transparent;
	}

#nav ul li:hover ul.sublist {
	opacity:1;
	visibility:visible;
}

#slider {
	width:970px;
	float:left;
	padding-bottom:10px;
	background-color: #CCCCCC;
	margin-bottom: 15px;
}
#video {
	width:330px;
	height:211px;
	float:left;
	background:#000000;
}
#clients {
	width:510px;
	float:left;
	margin-right:15px;
	margin-top:15px;
	border:1px solid #c5c5c5;
}
#threebuttons {
	width:440px;
	float:left;
	margin-top:55px;
}

#footer {
	width:100%;
	float:left;
	margin-bottom:15px;
	margin-top:15px;
	border-top:1px solid #c5c5c5;
	line-height:40px;
}
h2 {
	font-size:22px;
	font-weight:bold;
	line-height:normal;
	margin-bottom: 15px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #387A9C;
}
a {
	color:#367a9d;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
.clients-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	background-color: #efefef;
	padding: 5px;
	float: left;
	width: 500px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
.more-products {
	position:relative;
	height:115px;
	overflow:hidden;
	float:left;
	direction: ltr;
}
.more-products ul{
	list-style-type: none;
	height:115px;
	position:relative;
	overflow:hidden;
	width:510px;
}
.more-products ul li{ float:left;
	direction: ltr; width:150px; height:150px; border-right:dashed 1px #ccc; padding:0 10px;}
.more-products ul li img{ margin-left:5px;}
.more-products ul li.last{ border-right:0; }

.more-products-holder {
	width:510px;
	height:115px;
	position:relative;
	overflow:hidden;
}
.more-products-holder .jcarousel-clip{ width:510px;  height:150px; position:relative; overflow:hidden; }

.more-nav { font-size:0; line-height:0;}
.more-nav a{ position:absolute; top:40px; left:0; width:30px; height:32px; text-indent: -4000px; z-index:3;}
#inner {
	width: 970px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
#inner .left {
	float: left;
	width: 665px;
	margin-right: 10px;
	margin-left: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#inner .right {
	float: left;
	width: 260px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #387A9C;
	text-decoration: none;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1C0C6;
}
ul.rightlink {
	margin:0px;
	padding:0px;
}
ul.rightlink li {
	padding:10px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: right;
	list-style-position: inside;
	list-style-type: none;
	line-height:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
ul.rightlink li a {
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#inner .left strong {
	color: #387A9C;
	font-weight:bold;
}
#inner .left li {
	background-image: url(../images/bullet.png);
	background-position: right 5px;
	background-repeat: no-repeat;
	list-style-position: inside;
	list-style-type: none;
	padding-right: 20px;
}
.right-img {
	float: left;
}
.gallery-design {
	margin-right: 10px;
	margin-bottom: 15px;
	border:solid 2px #ffffff;
}
.gallery-design:hover {
	border:solid 2px #cccccc;
}
