/* CSS Document */


/* ================ ERIC MEYER 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}

/* ============== 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: 100%; }
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 {
 color: #f2ece0;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 padding:10px 0 0 20px;
}

#imageTitle {
 display: none;
}

#middleCenter h2 {
 clear: left;
 color: #f2ece0;
 font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
 font-size: 28px;
 letter-spacing: 0.9px;
 padding:20px 0 5px 20px;
}
	div:first-child h2 {
		padding:0 0 5px 20px !important;
	}
	h2 span {
		font-size:12px;
	}

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

#middleCenter li {
 display: inline;
 float: left;
 font-size: 14px; 
 line-height:1.2em;
 margin: 0px;
 padding:0 10px 0 0;
 text-indent: 0px;
}

#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;
	}
