* {
	padding:0;
	margin:0;
}

.Clear {
	clear:both;
	font-size:0px;
	visibility:hidden;
	padding-bottom:1px;
}
html>body div.Clear {
	padding-bottom:0px;
}
html {
	height:100%;
}
body {
	position: relative;
	min-width:1000px;
	/* javascript hack for ie min-width */
	width:expression((document.documentElement.clientWidth) < 1000? "1000px": "auto");
	height:auto !important;
	height:100%;
	min-height:100%;
	/* End */
	font:12px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

#Menu {
	font:bold 14px/3.2em Arial, Helvetica, sans-serif;
	background:#fff;
	border-bottom:#B1BBC3 1px solid;
}
#Menu ul {
	float:right;
	padding:0 50px 0 0;
	margin:0;
}
#Menu ul li {
	display:inline;
	padding:0 0 0 18px;
	margin:0;
}
#Menu ul li a {
	color:#7B838D;
}
#Menu ul li a.Active {
	color:#2B68BA;
}

#Menu p {
	float:left;
	padding:0 0 0 50px;
	margin:0;
}
#Menu p span {
	display:none;
}
#Menu p a {
	display:block;
	width:107px;
	height:3.2em;
	background:url(../img/main/header-fabula-logo.gif) left no-repeat;
	text-decoration:none;
}
#Menu p a span {
	visibility:hidden;
}

#Header {
	position:relative;
	height:74px;
	background:#2B6ABA url(../img/main/header-bg.jpg) bottom left no-repeat;
	border-bottom:#EFF9FF 1px solid;
}
html>body #Header {
	height:auto;
}
#Header p {
	float:left;
	padding:0 0 0 50px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
}
#Header p a {
	display:block;
	line-height:73px;
	color:#fff;
	text-decoration:none;
}

#AddMenu {
	position:absolute; right:50px; bottom:0;
	float:right;
	margin:0;
	padding:0;
	font-weight:bold;
}
#AddMenu li {
	float:left;
	background:#5D8FCE url(../img/main/addmenu-separator-right.gif) top right no-repeat;
	margin:0;
	list-style:none;
	line-height:1.3em;
	border-left:#3074B2 1px solid;
}
#AddMenu li:hover {
	background:#74A2DB url(../img/main/addmenu-separator-right.gif) top right no-repeat;
}
#AddMenu li.Active {
	float:left;
	background:#EFF9FF url(../img/main/addmenu-separator-right.gif) top right no-repeat;
	list-style:none;
}
#AddMenu li span {
	display:block;
	padding:3px 10px 4px 10px;
	background:url(../img/main/addmenu-separator-left.gif) top left no-repeat;
}
#AddMenu li a {
	color:#fff;
}
html>body #AddMenu li a {
	text-decoration:none;
}
#AddMenu li.Active a {
	color:#000;
	text-decoration:none;
}

#ContentWrap,
#IndexWrap {
	padding:50px;
	padding-bottom:10em;
	text-align:center;
}
#ContentWrap {
	background:#FFF url(../img/main/content-bg.gif) top left repeat-x;
}
#IndexWrap {
	padding-top:0;
	background:#FFF url(../img/main/index-bg.gif) top left repeat-x;
}
#ContentWrap div,
#IndexWrap div {
	text-align:left;
}
#ContentBlock {
	width:920px;
	margin:0 auto;
}
#Content {
	float:left;
	width:620px;
}
#Sidebar {
	float:right;
	width:210px;
	padding: 0 30px;
	background:#F1F6FB url(../img/main/sidebar-bg.gif) top left repeat-x;
}



#Footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:#DDE9F6;
	padding:15px 0;
	font-size:10px;
}

#Footer hr {
	display:none;
}
#Footer #Address {
	padding:0 0 0 50px;
	float:left;
	width:550px;
}
#Footer #Address p {
	margin:0;
	padding: 0.1em 0;
	padding-left:25px;
}
#Footer #Address #Email { background: url(../img/main/footer-email.gif) left no-repeat; }
#Footer #Address #Phone { background: url(../img/main/footer-phone.gif) left no-repeat; }
#Footer #Address #Addr  { background: url(../img/main/footer-address.gif) left no-repeat; }

#Footer #Copyright {
	padding:0 50px 0 0;
	float:right;
	width:350px;
}
#Footer #Copyright p {
	text-align:right;
	margin:0;
}

#Footer ul {
	float:right;
	width: 20em;
	margin:0.4em 0 0 0;
	border-bottom: 1px solid #A2BCDA;
	background:#fff url(../img/main/dropdown-btn.gif) right no-repeat;
}
#Footer ul li {
	position: relative;
	margin:0 !important;
	list-style:none;
	list-style-image:none;
	line-height:1em;
	border-left: 1px solid #A2BCDA;
	border-right: 1px solid #A2BCDA;
	padding:0.4em 0;
}
#Footer li ul { 
	position: absolute;
	left: -1px;
	bottom: 1.8em;
	display: none;
}
#Footer ul li a { 
	display: block;
	text-decoration: none;
	color: #A2BCDA;
	padding: 0 5px;
}
#Footer ul,
#Footer ul li ul { 
	border-top: 1px solid #A2BCDA;
}
#Footer ul li ul li a { 
	color:#0073FF;
}
#Footer ul li ul li a:hover {
	text-decoration:underline;
}
/* Fix IE. Hide from IE Mac \*/ 
* html #Footer ul li { float: left; } 
* html #Footer ul li a { height: 1%; } 
/* End */
#Footer li:hover ul, #Footer li.Over ul { 
	display: block;
	background: #FFF;
}



/* Product Index Page */
#IndexTop {
	height:320px;
	padding:90px 50px 0 350px;
	background-color:#94BBE0;
	overflow:hidden;
}
#IndexTop h1 {
	margin:0;
	font:bold 40px/30px Arial, Helvetica, sans-serif;
	color:#FFF;
}
#IndexTop h2 {
	margin:15px 0 18px 0;
	font:bold 26px/33px Arial, Helvetica, sans-serif;
	color:#E0EDF8;
}
#IndexTop a {
	float:left;
	width:173px;
	height:70px;
	margin:18px 18px 0 0;
	background:url(../img/btn/index-button.gif) 0 0 no-repeat;
	font: bold 22px/2.3em Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	color:#2060A8;
}
#IndexTop a:hover {
	padding-top:0.05em;
	background:url(../img/btn/index-button.gif) 0px -70px no-repeat;
}


#IndexFeatures {
	padding:1px 0;
}
#IndexFeatures h2 {
	margin-bottom:15px;
	padding-left:30px;
	background:url(../img/main/index-bullet.gif) left no-repeat;
}
#IndexFeatures p {
	margin: 15px 0;
}

#IndexRelated {
	float:left;
	width:475px;
}
#IndexRelated div {
	padding:5px 0;
}
#IndexRelated p,
#IndexNews p {
	color:#777;
	font-size:11px;
	margin:0 0 18px 0;
	line-height:1.5em;
}
#IndexRelated h4,
#IndexNews strong {
	font-size:11px;
	margin:7px 0 0 0;
	line-height:1.5em;
}
#IndexNews {
	float:right;
	width:415px;
}
#IndexBanners {
	height:164px;
	margin:20px -50px -35px -50px;
	background:#F0F6FB url(../img/main/index-banners-bg.gif) top left repeat-x;
	text-align:center;
}
#IndexBannersContent {
	width:944px;
	margin:0 auto;
}
#IndexBannersContent .BlockImg {
	float:left;
	width:210px;
	height:100px;
	overflow:hidden !important;
	padding:32px 13px;
	line-height:0;
}



/* FabulaTech.com Index */
#IndexFlash div {
	position:relative;
	height:410px;
	background:transparent url(../img/index/index-alt.jpg) top left no-repeat;
}
#IndexFlash div h1 {
	position:absolute;
	top:88px;
	left:527px;
	font:bold 40px/1em Arial, Helvetica, sans-serif;
	color:#FFF;
}
#IndexFlash div h2 {
	position:absolute;
	top:130px;
	left:527px;
	font:bold 20px/1em Arial, Helvetica, sans-serif;
	color:#E0EDF8;
}
#IndexFlash div p {
	position:absolute;
	top:210px;
	left:527px;
	font:normal 11px/1em Arial, Helvetica, sans-serif;
	color:#E0EDF8;
}

#IndexLeft {
	float:left;
	width:445px;
}
#IndexLeft #IndexNews {
	float:none;
	width:auto;
}
#IndexLeft #IndexNews h2 {
	padding-left:0;
	background:none;
}

.IndexProducts {
	float:right;
	width:445px;
	margin:5px 0 20px 0;
	padding-bottom:10px;
	background:#F2F8FF url(../img/index/index-products-bottom.gif) bottom no-repeat;
}
.IndexProducts h2 {
	margin:0;
	padding:20px;
	background:url(../img/index/index-products-top.gif) top no-repeat;
}
.IndexProducts h2 a {
	color: #000;

}
.IndexProducts div {
	clear:both;
	padding:0 20px;
	margin-bottom:10px;
}
.IndexProducts h4 {
	margin:0;
	line-height:1.8em;
	font-size:11px;
}
.IndexProducts p {
	margin:0;
	font-size:11px;
	line-height:1.5em;
	color:#777;
}


