@charset "utf-8";
/* CSS Document */

body { font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#6C7789; font-size:12px; background:url(../images/lite-view-web-design-bg.gif) repeat-x top; margin:0px;}

h1 { margin:0px; padding-right:18px; background:url(../images/h1-bg.gif) no-repeat right top; font-size:14px; font-weight:bold;}
h2 { margin:0px; padding:5px; padding-right:18px; direction: rtl;font-size:12px;background:url(../images/h1-bg.gif) no-repeat right top;}
ul { margin:0px; padding:0px;}
.clear { clear:both; }
/* fix ie class:hover problem */
li, button, tr, td,div
  {
       behavior: url('ie-fixes.htc');
  }


/* logo and top menu */
.TopMenuContainer { width:825px; margin:0px auto; }
.liteViewLogo { width:180px; height:143px; background:url(../images/liteview-logo.gif) no-repeat; float:left; margin-left:1px; }

.mainMenuContainer { margin:0px; float:right; list-style:none; text-align:right; font-size:16px; font-weight:bold; width:640px; }
.mainMenuContainer li { height:90px; padding:43px 3px 0px 3px; cursor:pointer; margin-left:7px; display:inline; float: right; } 
.mainMenuContainer li span {font-size:12px; font-weight:normal; }
.mainMenuContainer a, .mainMenuContainer a:visited { color:#6C7789; text-decoration:none; display:block; }
.mainMenuContainer li span a:hover { color:EA6331; }

.mainMenuContainer li:hover, .mainMenuContainer li.active, .mainMenuContainer li.hover{ background:url(../images/top-menu-bg.gif) repeat-x top; }

/* Top banner */
.topBannerContainer { width:825px; height:250px; margin:0px auto; background:url(../images/liteview-hosting-topbanner.gif) no-repeat top; }
/*.topBannerContainer img { margin:37px 0px 0px 40px; }*/

/* Content Container */
.contentContainer { width:825px; margin:0px auto; margin-top:20px; text-align:right; }
.contentContainer a, .contentContainer a:visited { color:#6C7789; text-decoration:underline; font-weight:bold; }
.contentContainer a:hover { text-decoration:none; }
.rightColumnContainer { width:477px; float:right; background:url(../images/about-lite-view-bg.gif) no-repeat left; padding-left:15px; }

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
width:494px;
padding:37px 0px 0px 40px;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

/* Footer */
.footerBg { margin-top:30px; background:url(../images/lite-view-footer-bg.gif) repeat-x; padding-top:62px; padding-bottom:10px; }
.footerContainer { width:825px; margin:0px auto; color:#9B9DA0; background:url(../images/logo-footer.PNG) no-repeat right  top ; height:95px; font-weight:bold; }
.footerContainer a, .footerContainer a:visited { color:#9B9DA0; text-decoration:none; }
.footerContainer a:hover { text-decoration:underline;}
.footerLinksList { margin:0px; padding:0px; width:180px; float:left; list-style:none; text-align:right;}
.footerContact { width:150px; float:left; margin:0px 10px 0px 69px; text-align:right; }

blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat  5px 5px;
	text-align: center;
	min-height:50px;
	font-size:14px;
	direction:rtl;
	font-family:Tahoma;
}
/*div{ behavior: url(iepngfix.htc);}*/