
* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	padding:0px;
	margin:0px;
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

a:active {
	color:#666666;
}

a:visited {
	color:#666666;
}

/* Site top */

.wrapper {
	/*
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -170px; /* the bottom margin is the negative value of the footer's height */
	*/
}

#header {
	width:980px;
	height:200px;
	position:relative;
	left:50%;
	margin-left:-490px;
}

#mainlogo {
	position:absolute;
	left:0px;
	top:40px;
}

#slogen {
	position:absolute;
	width:683px;
	left:0px;
	bottom:0px;
	left:50%;
	margin-left:-341px;
}

#mainnav {
	position:absolute;
	right:0px;
	top:53px;
}

#mainnav li{
	list-style:none; 
	margin:0; 
	padding:0; 
	border:0; 
	margin-right:10px;
	padding:0px; 
	float:left;
	position:relative;
}

#homebut {
	display:block;
	background-image:url(../img/home_but.png);
	width:68px;
	height:16px;
	text-indent:-9999em;
	overflow:hidden;
	position:relative;
	outline:none;
}
#aboutbut {
	display:block;
	background-image:url(../img/about_but.png);
	width:103px;
	height:16px;
	text-indent:-9999em;
	overflow:hidden;
	position:relative;
	outline:none;
}
#solutionsbut {
	display:block;
	background-image:url(../img/solutions_but.png);
	width:86px;
	height:16px;
	text-indent:-9999em;
	overflow:hidden;
	position:relative;
	outline:none;
}
#commercebut {
	display:block;
	background-image:url(../img/commerce_but.png);
	width:139px;
	height:16px;
	text-indent:-9999em;
	overflow:hidden;
	position:relative;
	outline:none;
}
#clientsbut {
	display:block;
	background-image:url(../img/clients_but.png);
	width:82px;
	height:16px;
	text-indent:-9999em;
	overflow:hidden;
	position:relative;
	outline:none;
}
#contactbut {
	display:block;
	background-image:url(../img/contact_but.png);
	width:86px;
	height:16px;
	text-indent:-9999em;
	overflow:hidden;
	position:relative;
	outline:none;
}
.butback { width:100%; height:26px; background-color:#000000; position:absolute; top:-6px; outline:none; }

#stage{
	width:937px;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	height:300px;
	margin:0 auto;
	position:absolute;
	top:250px;
	left:50%;
	margin-left:-468px;
	padding-left:10px;
}

#slider-buttons{
	position:absolute;
	top:280px;
	width:937px;
	left:50%;
	margin-left:-468px;
	z-index:200;

}

#next{
	position:absolute;
	left:10px;
	cursor:pointer;
}

#previous{
	position:absolute;
	right:0px;
	cursor:pointer;
}

#myList{
	width:4000px;
	border:0;
	margin:0;
	padding:0;
	left:400px;
}
#myList li{
	list-style:none; 
	margin:0; 
	padding:0; 
	border:0; 
	margin-right:10px;
	padding:0px; 
	float:left;
	position:relative;
}




.mainThumb {
	position:relative;
	width:449px;
	height:251px;
	z-index:100;
}

.secThumb {
	position:relative;
	width:229px;
	height:143px;
	z-index:50;
}

.mainImg {
	position:absolute;
	width:509px;
	height:268px;
	padding-top:0px;
	z-index:100;
	left:-30px;
}

.secImg {
	position:absolute;
	width:259px;
	height:136px;
	padding-top:80px;
	z-index:50;
	left:-15px;
}




#maincontainer{
	width: 980px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 327px 0 327px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 327px; /*Width of left column in pixel*/
	margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
	float: left;
	width: 327px; /*Width of right column*/
	margin-left: -327px; /*Set left margin to -(RightColumnWidth)*/
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	text-align:right;
}

.mainPageContentBlock {
	color:#666;
	margin-right:1px;
	margin-top:10px;
}

#footerspace{
	clear:both;
	height:50px;
	display:block;
}

#footer{
	clear:both;
	width: 100%;
	color: #666666;
	text-align: center;
	background-color:#f3f3f3;
	border-top:1px solid #eaeaea;
	height: 170px;
}

#footercontent{
	position:relative;
	width: 980px;
	margin: 0 auto;
	height:170px;
	background-image:url(../img/footer_shadow.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#footernav {
	position:absolute;
	right:0px;
	top:20px;
	text-align:right;
	width:400px;
}

#footernav a {
	display:block;
	color:#666;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#footernav a:hover {
	color:#ff9900;
}

#footeraddress {
	position:absolute;
	left:0px;
	top:20px;
	color:#c0c0c0;
}

#footeraddress b {
	padding-right:10px;
	padding-left:10px;
	color:#666;
}

/* Page class */

#pagecontentwrapper {
	position:relative;
	display:block;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	direction:rtl;
}

#pagecontentcontainer {
	display:block;
	right:0px;
	top:0px;
	text-align:right;
	padding-left:335px;
}

#pagecontentcontainer div {
	direction:rtl;
}

#leftpanel {
	position:absolute;
	width:275px;
	height:507px;
	left:0px;
	background-image:url(../img/leftpanel_shade.gif);
	background-position:right;
	background-repeat:no-repeat;
	direction:rtl;
	padding-right:30px;
}

.newstitle {
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin-top:20px;
}

.newsdate {
	font-size:12px;
	color:#b5b5b5;
	margin-top:10px;
}

.newsdatefront {
	font-size:12px;
	color:#b5b5b5;
	direction:rtl;
}

.newssep {
	border-bottom:1px solid #eaeaea;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
}

#breadcrumbs {
	background-image:url(../img/homeico.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:18px;
	color:#666;
	margin-bottom:10px;
}

#breadcrumbs a {
	text-decoration:none;
	color:#666;
}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	text-align:right;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


.textbold {
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

