/* CSS Document */

/* ============== IEPNGFIX ================== */

a, div, img, li { behavior: url(/inc/iepngfix/iepngfix.htc) }


body {
 margin: 0px;
 padding: 0px;
 background: #f5f6fa;
 background-image: url(/images/technotarek_background.gif); 
 background-repeat:repeat;
}

a:link { color: #f2ece0; text-decoration: none;  }
a:visited { color: #f2ece0; text-decoration: none;  }
a:hover { color: #7496ce; text-decoration: none; font-size: 110%; font-weight: bold; }
a:active { color: #f2ece0; text-decoration: none; }

#top {
 margin: 0px auto;
 margin-top: 24px;
 background-color: #595959;
 background-image: url(/images/top.jpg);
 background-repeat: no-repeat;
 width: 778px;
 height: 304px;
 border: 1px solid black;
 border-bottom: 0px;
 clear: both;
}

#middleContainer {
 margin: 0px auto;
 padding: 0px;
 width: 100%;
 clear: both;
 background-color: #595959;
 background-image: url(/images/technotarek_background2.gif); 
 background-repeat:repeat;
 overflow: hidden;
}

#middleCenter {
 margin: 0px auto;
 padding: 0px;
 background-color: #595959;
 background-image: url(/images/middle.jpg);
 background-repeat: no-repeat;
 width: 778px;
 height: 214px;
 border: 1px solid black;
 border-top: 0px;
 border-bottom: 0px;
}

#middleCenter h1 {
 margin: 0px;
 margin-bottom: -28px;
 padding: 0px;
 padding-top: 12px;
 padding-left: 24px;
 color: #f2ece0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 300%;
 font-weight: normal;
 letter-spacing: 3px;
}

#imageTitle {
 display: none;
}

#middleCenter h2 {
 margin: 0px;
 margin-top: 32px;
 padding: 0px;
 padding-left: 40px;
 color: #f2ece0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 130%;
 font-weight: normal;
 letter-spacing: 0.9px;
 clear: left;
}

#middleCenter ul {
 margin: 0px;
 padding: 0px;
 padding-left: 40px;
 color: #f2ece0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 80%;
 font-weight: normal;
 list-style-type: none;
}

#middleCenter li {
 display: inline;
 float: left;
 margin: 0px;
 padding: 0px;
 text-indent: 0px;
 padding-left: 7px; 
 padding-right: 7px;
}

#bottom {
 margin: 0px auto;
 background-color: #595959;
 background-image: url(/images/bottom.jpg);
 background-repeat: no-repeat;
 width: 778px;
 height: 63px;
 border: 1px solid black;
 border-top: 0px;
 clear: both;
}

div#footer {
	margin: 0px auto;
	margin-bottom: 48px;
	width:778px;
	}
	#footer p {
		font-family: "Courier New", Courier, monospace;
		font-size: 11px;
		color: #666666;
		margin-top: 2px;
		text-align:center;
		}
	#footer img.logo {
		display:none;
		border:1px solid black;
		float:left;
		margin:-8px 12px 0 12px;
	}