@charset "utf-8";
/* Begin CSS 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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* End CSS Reset */

/* Begin Text Set */
body {font-family:Tahoma, Arial, Helvetica, sans-serif; background-color:#cfcfcf}
a:focus {outline:1px dotted invert}
hr {border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
h1 {font-size:25px} h2 {font-size:23px} h3 {font-size:21px} h4 {font-size:19px} h5 {font-size:17px} h6 {font-size:15px}
h1,h2,h3,h4,h5,h6 {margin-bottom:8px;}
ul {list-style:square; margin:8px 0} ol {list-style:decimal; margin:8px 0} 
li {margin:5px 0 5px 30px}
p {font-size:12px;line-height:18px;padding:0 0 10px}
/*End Text Set */


/* Begin Regular Styling */
	
#container {
	position:relative;
	width:970px;
	margin:0 auto;
	background:url(images/mainBG.jpg) repeat-y
	}
	
#header {
	width:970px;
	height:199px;
	background:url(images/headerBG.jpg) no-repeat;
	position:relative;
	}
	
#header a#logo {
	position:absolute;
	left: 60px;
	top: 95px;
	}
	

/* -------------          Begin Main Nav              ---------------------*/	
ul#nav {
	margin:0;
	list-style:none;
	position:absolute;
	width:640px;
	height:119px;
	left: 308px;
	top: 73px;
	}
	
ul#nav li {
	display:inline;
	margin:0;
	padding:0
	}
	
ul#nav li a {
	text-decoration:none;
	display:block;
	float:left
	}
	
ul#nav li a span {
	margin-left:-9999px;
	}
	
ul#nav li a.home {
	background:url(images/homeBTN.gif) no-repeat top left;
	width:103px;
	height:119px;
	}
	
ul#nav li a.home:hover {
	background:url(images/homeBTN.gif) no-repeat bottom left;
	}
	
ul#nav li a.news {
	background:url(images/newsBTN.gif) no-repeat top left;
	width:93px;
	height:119px;
	}
	
ul#nav li a.news:hover {
	background:url(images/newsBTN.gif) no-repeat bottom left;
	}
	
	
ul#nav li a.products {
	background:url(images/productsBTN.gif) no-repeat top left;
	width:114px;
	height:119px;
	}
	
ul#nav li a.products:hover {
	background:url(images/productsBTN.gif) no-repeat bottom left;
	}
	
	
ul#nav li a.support {
	background:url(images/suppertBTN.gif) no-repeat top left;
	width:114px;
	height:119px;
	}
	
ul#nav li a.support:hover {
	background:url(images/suppertBTN.gif) no-repeat bottom left;
	}
	
	
ul#nav li a.events {
	background:url(images/eventsBTN.gif) no-repeat top left;
	width:96px;
	height:119px;
	}
	
ul#nav li a.events:hover {
	background:url(images/eventsBTN.gif) no-repeat bottom left;
	}
	
ul#nav li a.about {
	background:url(images/aboutBTN.gif) no-repeat top left;
	width:120px;
	height:119px;
	}
	
ul#nav li a.about:hover {
	background:url(images/aboutBTN.gif) no-repeat bottom left;
	}
	
/* -------------          End Main Nav              ---------------------*/	
	
#arabicTab a {
	position:absolute;
	left: 55px;
	top: 34px;
	width:73px;
	height:39px;
	background:url(images/arabic.jpg) no-repeat top left
}

#arabicTab span {
	margin-left:-9999px;
	}
	
#authorized a {
	background:url(images/authorized.jpg) no-repeat;
	width:175px;
	height:41px;
	position:absolute;
	left: 128px;
	top: 32px;
	}
	
#authorized span {
	margin-left:-9999px;
	}
	
#search {
	position:absolute;
	left: 751px;
	top: 9px;
	color:#FFFFFF;
	height:27px
	}
	
#search input.text {
	background-color:#626262;
	border: 1px solid #fff;
	color:#FFFFFF;
	float:left;
	width:150px
	
	}
	
#search input.go {
	font-weight:bold;
	background-color:#060606;
	border:0;
	color:#FFFFFF;
	font-size:16px;
	cursor:pointer;
	}
	
#ticker {
	height:49px;
	background:url(images/headlineBG.jpg) no-repeat #373737;
	position:relative;
	margin-bottom:50px
	}
	
#ticker-area {
	width:542px;
	height:20px;
	overflow:hidden;
	position:absolute;
	left: 387px;
	top: 13px;
	font-size:12px;
	line-height:2em;
	color:#FFFFFF
	}
	
#ticker-area a {
	color:#fff;
	}
	
#ticker-area a:hover {
	color:#008EB0;
	}

#featured {
	overflow:visible;	
	background:url(images/featuredBG.jpg) no-repeat;
	height:289px;
	position:relative;
	margin-left:-7px;
	}
	
#featuredinfo {
	position:absolute;
	left: 422px;
	top: 53px;
	width:240px;
	}
	
#featuredHitArea {
	position:absolute;
	left: 130px;
	top: -40px;
	}
	
#featuredinfo h3 a {
	color:#5f5f5f;
	line-height:1.3em;
	margin-bottom:20px;
	font-weight:normal;
	font-size:24px;
	text-decoration:none
	}
	
#featuredinfo p {
	color:#9b9b9b
	}
	
#services {
	position:absolute;
	font-weight:bold;
	width:141px;
	left: 721px;
	top:-60px;
	width:200px;
	height:240px;
	background:url(images/side-box.jpg) no-repeat;
	}
	
#services ul {
	margin:42px 0 0 38px;
	list-style:none;
	}
		
#services ul li {
	padding-bottom:26px
	}
	
#services ul li a {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#services ul li a:hover {
	color:#008eb0;
	}

#advertisement{
	position:absolute;
	left: 721px;
	top:180px;
}
	
ul#products {
	background:url(images/productsBG.jpg) no-repeat;
	height:168px;
	padding:20px 0 0 86px;
	margin:80px 0 30px;
	position:relative
	}
	
li.product {
	width:155px;
	display:block;
	text-align:center;
	float:left;
	color:#9b9b9b;
	font-size:12px;
	margin:0
	}
	
li.product p {
	margin-top:13px;
	}
li.product a{
	color:#9b9b9b;
	text-decoration:none;
}
li.product a:hover{
	color:#9b9b9b;
	text-decoration:underline;
}
	
#footer {
	background:url(images/footerBG.jpg) no-repeat;
	height:166px;
	padding:32px 0 0 100px;
	position:relative;
	font-size:12px;
	color:#FFFFFF
	}
	
#footer span {
	display:block;
	margin-bottom:4px;
	margin-top:3px
	}
	
#footer a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
		
#footer a.worldwide {
	background:url(images/worldwide.jpg) no-repeat top left;
	position:absolute;
	left: 708px;
	top: 38px;
	}
	
#footer a.worldwide b {
	margin-left:-9999px;
	}
	
#footer a.worldwide:hover {
	background:url(images/worldwide.jpg) no-repeat bottom left;
	}
	
#footer a.worldwide span {
	background-color:;
	position:absolute;
	display:none}
	
#footer a.worldwide span:hover {
	display:block;
	width:100;
	height:100px;
	}
	
	/* -------------           Sub Nav              ---------------------*/

#subnav {
	z-index:100;
	position:absolute;
	top:38px;
	left:718px
	}

#subnav, #subnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}

#subnav a {
	display: block;
	width:182px;
	height:25px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	background:url(images/worldwide.jpg) top left;
	}

#subnav span {
	margin-left:-9999px;
	display:inline;
	}

#subnav  a:hover {
	background:url(images/worldwide.jpg) no-repeat bottom left;
	}	

#subnav li { /* all list items */
	float: left;
	margin:0;
	padding:0
	}

#subnav li ul { /* second-level lists */
	position: absolute;
	background-color:#fff;
	border:1px solid #CCCCCC;
	float:none;
	width: 160px;
	top:-109px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#subnav li ul li {
	float:none;
	padding:0;
	margin:0
	}

#subnav li ul a {	
	text-align:left;
	display:block;
	padding:7px 0 7px 8px;
	background-image:none;
	float:none;
	font-weight:normal;
	margin:0;
	width:152px;
	height:auto
	}

#nav li:hover, #nav li.sfhover {
	background: #fecd08;
	}
	
#subnav li ul a:hover {
	background-image:none;
	color:#0048B7
	}	

#subnav li:hover ul, #subnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin:0 0 0 10px;
	padding:0
	float:none;
	}
