/*RESET*/
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Class Styles*/
.cls {
		clear:both;
}
#header {
	width: 997px;
	margin-right: auto;
	margin-left: auto;
	direction:rtl;
}
#logo {
	float: right;
	height: 75px;
	width: 200px;
}
#logo .desc {
	padding-top: 25px;
	padding-right: 0px;
}

#logo .desc p {
	font-size: 11px;
	line-height: 13px;
	color: #5B6C77;
	padding-right: 0px;
}

#logo img {
	float: right;
	padding-left: 10px;
}
#search {
	float: left;
	width: 600px;
	padding-top: 3px;
	margin-left:4px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	height: 67px;
}
 
#search input.search-btn {
	background-image: url(../images/search-btn.png);
	background-repeat: no-repeat;
	float: right;
	height: 24px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	background-color: transparent;
	cursor: pointer;
}
#search input.search-btn:hover {
	background-image: url(../images/search-btn-hover.png);
}
/*ID Styles*/
#wrapper {
	background-image: url(../images/wrapper-repeat.png);
	background-repeat: repeat-y;
	width: 997px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
		
}
#wrapper  a {
	color: #18a1cf;
}
#wrapper a:hover {
	color: #666;
}
#wrapper a:active {
	text-decoration: none;
}
#wrapper  .green {
	color: #63a601;
}
#wrapper  .green:hover {
	color: #8E8E8E;
}


#wrapper  h1 {
	font-size: 28px;
	font-weight: bold;
	color: #4c4c4c;
}

#wrapper  h2 {
	color: #8395a1;
	font-size: 16px;
	line-height:20px;
	font-weight: normal;
	color:#ff1232;
}

#wrapper  h3 {
	color: #8395a1;
	font-size: 16px;
	font-weight: normal;
}
#wrapper  h3 a {
	color: #8395a1;
	font-size: 20px;
	line-height:25px;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-top:-10px;
	padding-bottom:5px;
	text-decoration:none;
}

#wrapper   ul li {
	color: #19a0cf;
	font-size: 13px;
	line-height: 17px;
	background-position: top;
}
#wrapper  .dark {
	color: #4d4d4d;
}


#wrapper   p {
	color: #83969d;
}








#nav {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-color: #18a1cd;
	height: 46px;
	direction:rtl;
	clear: both;
	position: relative;
	z-index: 9999;
}
#nav ul {
}
#nav ul li {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #35b9e3;
	height: 46px;
}
#nav ul .last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav ul li a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 46px;
}
#nav ul li a:hover {
	background-color: #35b9e3;
	background-image: url(../images/nav-hover.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #FFF;
}
#nav ul li a:active {
	color: #000;
}
#nav ul li a.active {
	background-color: #35b9e3;
	background-image: url(../images/nav-hover.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#banner {
	clear: both;
	position: absolute;
	z-index: 2;
	margin-left: 0px;
	width: 997px;
}
#banner img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#center-nav {
	clear: both;
	padding-top: 312px;
	margin-right: auto;
	margin-left: auto;
	direction:rtl;
	padding-right: 10px;
	padding-left: 10px;
}
#center-nav ul {
}
#center-nav ul li {
	float: right;
	height: 90px;
	width: 242px;
	background-color: #f5f6f8;
	margin-right: 1px;
	margin-left: 1px;
}

#center-nav ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #17a2cd;
	text-decoration: none;
	display: block;
	height: 70px;
	width: 182px;
	vertical-align: middle;
	line-height: 21px;
	padding-top: 20px;
	padding-right: 60px;
}
#center-nav ul li .center-nav-01{
	background-image: url(../images/center-nav-image-01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#center-nav ul li .center-nav-02 {
	background-image: url(../images/center-nav-image-02.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#center-nav ul li .center-nav-03 {
	background-image: url(../images/center-nav-image-03.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#center-nav ul li .center-nav-04 {
	background-image: url(../images/center-nav-image-04.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#center-nav ul li a:hover {
	background-color: #18a1cd;
	color: #FFF;
}
#center-nav ul li .center-nav-01:hover, #center-nav ul li .center-nav-01.active{
	background-image: url(../images/center-nav-image-01-hover.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#center-nav ul li .center-nav-02:hover, #center-nav ul li .center-nav-02.active {
	background-image: url(../images/center-nav-image-02-hover.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#center-nav ul li .center-nav-03:hover, #center-nav ul li .center-nav-03.active {
	background-image: url(../images/center-nav-image-03-hover.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#center-nav ul li .center-nav-04:hover, #center-nav ul li .center-nav-04.active {
	background-image: url(../images/center-nav-image-04-hover.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}


#center-nav ul li a img {
	float: right;
	margin-top: -10px;
}
#center-nav ul li a.active {
	background-color: #18a1cd;
	color: #FFF;
}


#main-content {
	background-color: #f5f6f8;
	clear: both;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	direction:rtl;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size:12px;
	line-height:16px;
}

#main-content h1 {
	font-size:25px; 
	line-height:35px;
	font-weight:bold;
}

#main-content strong {
	font-weight:bold;
}


#main-content .main-box {
	float: right;
	width: 200px;
	height: 220px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#main-content .main-box h1 {
	padding-bottom: 12px;
}
#main-content .main-box .green-heading {
	color: #FFF;
	background-color: #6fb902;
	font-size: 28px;
	line-height: 28px;
}




#main-content .main-box ul li {
	padding-right: 12px;
	background-position: right 8px;
	background-image: url(../images/list-icon.png);
	background-repeat: no-repeat;
	line-height: 24px;
}
#main-content .main-box strong {
	font-weight: bold;
}
#main-content .main-box p {
	padding-bottom: 10px;
	line-height: 16px;
}
#main-content .main-box a {
	display: block;
	line-height: 16px;
}

#main-content .main-box img {
	display: block;
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #cdd8dc;
	margin-bottom: 6px;
}





#services {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	direction:rtl;
}
#services .services-box {
	float: right;
	height: 126px;
	width: 154px;
	background-color: #FFF;
	padding: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f4f5f7;
	border-left-color: #f4f5f7;
}
#services .services-box.last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#services .services-box .sr-no {
	float: right;
	width: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #17a2cd;
	height: 135px;
	line-height: 25px;
}
#services .services-box .content h2 {
	font-size: 20px;
	line-height:25px;
	padding-bottom: 5px;
}

#services .services-box .content p {
	font-size: 12px;
	line-height: 16px;
}
#services .services-box a    {
	font-weight: bold;
	padding-top: 8px;
	display: block;
}




#wrapper-shadow {
	background-image: url(../images/wrapper-shadow.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 997px;
	margin-right: auto;
	margin-left: auto;
}

.contact-form {
	padding-top: 32px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
}
.contact-form td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contact-form .input-txt {
	width: 130px;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	line-height: 24px;
	height: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #114b93;
}
.contact-form .send-btn {
	line-height: 25px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: transparent;
	width: 130px;
	height: 24px;
	margin-right: 6px;
}
