html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, a, cite, code, img, 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-family: inherit;
	vertical-align: baseline;
	line-height: 1;
}

html {
	margin: 0;
	padding: 0;
	background-color: #000;
}

/*body.main { background-position: 0 130%; }*/

body {
	font-size: 11pt;
	font-family: Constantia, Georgia, "Times New Roman", Serif;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #fff;
	background: transparent url(/i/html_bg.jpg) 0 0 repeat-x; 
}

*:first-child+html h1 { font-size: 192%; }
*:first-child+html h2 { font-size: 145%; }
*:first-child+html h3 { font-size: 115%; }
*:first-child+html h4 { font-size: 105%; }
*:first-child+html h5 { font-size: 80%; }
*:first-child+html h6 { font-size: 65%; }

h1 { _font-size: 192%; }
h2 { _font-size: 145%; }
h3 { _font-size: 115%; }
h4 { _font-size: 105%; }
h5 { _font-size: 80%; }
h6 { _font-size: 65%; }

:focus { outline: 0; }
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: "" ""; }

#footerBg {
	min-height: 820px;
	background: transparent url(/i/footer_bg.jpg) 0 100% repeat-x;	
}

#overlay {
	background-color: #000;
	opacity: 0.9;	
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	color: #fff;
}

#overlay p {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-top: 20%;
	text-shadow: 0 1px 1px #000, 0 0 100px #ccc;
}

#overlay p strong { font-size: 24px; }

.page #footerBg { min-height: 880px; }

#zoomTooltip {
	position: absolute;
	width: 122px;
	height: 53px;
	text-indent: -3000px;	
	background: transparent url(/i/zoomTooltip_bg.png) 0 0 no-repeat;	
	display: none;
	z-index: 99;
}

#wrapper {
	width: 920px;
	margin: 0 auto;	
}

/* overlayWindow */

#overlayWindow {
	position: absolute;
	top: 50px;
	left: 45%;
	margin-left: -410px;	
	width: 820px;
	height: 615px;
	background: transparent url(/i/overlay_bg.png) 0 0 no-repeat;
	z-index: 11;
}

#closeGadget {
	display: block;
	text-indent: -3000px;
	width: 30px;
	height: 28px;
	background: transparent url(/i/closeOverlay_icon.png) 0 0 no-repeat;	
	position: absolute;
	right: 40px;
	bottom: 39px;
	opacity: 0.2;	
}

#closeGadget:hover {
	cursor: pointer;
	opacity: 0.7;	
}


#iluContainer {
	margin: 37px auto 0 auto;
	width:  744px;
	height: 492px;
	overflow: hidden;
	position: relative;
	border: 1px #222 solid;
}

#iluContainer * {
	position: absolute;
	bottom: 0;
	left: 0;
}

#iluContainer img {
	top: 0;

	z-index: 1;	
	height: auto;
}

img#loading {
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	margin-left: -8px;	
}

#iluContainer #bottomSdw {
	width: 746px;
	height: 22px;
	background: transparent url(/i/iluOverlaySdw_bg.png) 0 5px repeat-x;
	z-index: 2;	
}

#navButtons {
	float: right;	
	margin: 12px 76px 0 0;
}

.oArrow {
	display: inline-block;
	text-indent: -3000px;
	width: 94px;
	height: 35px;	
	background: transparent url(/i/navButtonsOverlay_bg.png) 0 -73px no-repeat;
	margin-left: 5px;
	position: relative;
	*float: left;
}

.oArrow .grey {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(/i/grey_bg.png) 0 0 repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#overlayWindow  .nextPage {
	background-position: -96px -73px;
}

#overlayWindow  .prevPage:hover {
	background-position: 0px -37px;
}

#overlayWindow  .nextPage:hover {
	background-position: -96px -37px;
}

#navButtons a.nextPage.inactive:hover {
	background-position: -96px -73px !important; 
}

#navButtons a.prevPage.inactive:hover {
	background-position: 0 -73px !important; 
}



/* header */

header {
	display: block;
	padding: 2em 0.5em 2em 0;	
	position: relative;
}

header a#rf {
    display: block;
    position: absolute;
    top: 27px;
    right: 0;
    width: 119px;
    height: 39px;
    text-indent: -3000px; 
    background: transparent url(/i/rf_icon.png) 0 0 no-repeat;
}

header a#rf:hover { 
    
}
 
header a#homeLink {
	display: block;
	text-indent: -3000px;
	width: 200px;
	height: 40px;
	background: transparent url(/i/ppLogo_bg.png) 0 0 no-repeat;
}

#priNav {
	float: right;	
	margin-top: -30px;
	margin-right: 115px;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	color: #333;
}

#priNav a {
	font-family: Georgia, "Times", Serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	margin: 0 0.65em;	
}

#priNav a.active {
	font-size: 14px;
	color: #fff;
	text-shadow: 0 2px 2px #000, 0 0 25px #fff;	
	*font-weight: bold;
}

#priNav a:hover {
	color: #fff;	
}

a.active { cursor: default; }
#priNav a.active:hover { color: #eee; }



/* content */

#content { position: relative; }

#bubble {
	width: 175px;
	height: 171px;
	background: transparent url(/i/bubble_bg.png) 0 0 no-repeat;	
	position: absolute;
	top: -40px;
	right: 70px;
	z-index: 2;
}

#bubble a {
	display: block;
	width: 122px;
	height: 109px;
	text-indent: -3000px;
	background: transparent url(/i/bubbleText_bg.png) 0 0 no-repeat;
	position: absolute;
	top: 26px;
	left: 21px;
}

a.note {
	display: block;
	width: 297px;
	height: 200px;
	text-indent: -3000px;	
	position: absolute;
}

/*a.note:hover { background-position: 0 -200px !important; cursor: pointer; }*/

a#howMuch {	
	background: transparent url(/i/howMuch_bg.png) 0 0 no-repeat;	
	top: 10px;
	right: 20px;
	z-index: 1;
}	

.main a#howMuch {
	top: -40px;	
}

a#callMe {	
	background: transparent url(/i/callMe_bg.png) 0 0 no-repeat;	
	position: fixed;
	top: 120px;
	right: 100px;
	z-index: 1;
}	

a#onList {	
	background: transparent url(/i/onList_bg.png) 0 0 no-repeat;	
	top: -50px;
	right: 20px;
	z-index: 1;
}	



#sidebar {
	float: right;
	width: 280px;
	margin-top: 240px;
}

.box {
	width: 313px;
	position: relative;
	margin: 2em 0;
	padding: 63px 0 0 0;
	background: transparent url(/i/sidebarTitlebar2_bg.png) 0 0 no-repeat;	
	padding-bottom: 41px;
	padding-bottom: 23px;
	position: absolute;
	top: 180px;
	right: 10px;
	z-index: 2;
	display: none;
}

.blueprint {
	width: 365px;
	height: 290px;
	position: relative;
	margin: 2em 0;
	padding: 70px 0 0 13px;
	background: transparent url(/i/blueprint_bg.png) 0 0 no-repeat;	
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 2;
}

.blueprint a {
	display: block;
	text-indent: -3000px;
	position: absolute;	
}

.blueprint a#ie {
	width: 194px;
	height: 64px;
	top: 92px;
	left: 50px;	
}

.blueprint a#haki {
	width: 166px;
	height: 54px;
	bottom: 148px;
	right: 44px;	
}


#sidebar .box h4 {
	position: absolute;
	top: 16px;
	left: 28px;	
	text-shadow: 0 0 10px #aaa;
	font-size: 11px;
	font-weight: bold;
	width: 235px;
	padding: 13px 5px 10px 15px;
}

.box .boxMiddle {
	min-height: 100%;
	background: transparent url(/i/sidebarMiddle_bg.png) 0 0 repeat-y;	
	padding: 0 1em 0 0;
}

.boxMiddle ul, .blueprint ul { padding-bottom: 12px !important; }


.boxMiddle ul li, .blueprint ul li {
	font-size: 11px !important;	
	list-style: none;
	margin: 0 12px 0 10px;
	padding: 0em 0.75em 1.75em 1.4em;
	line-height: 1.35;
}


.boxMiddle ul a.withIcon, .blueprint ul a.withIcon {
	border: 1px #000 solid;
	float: left;	
	margin-right: 9px;
	-webkit-box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
}

.boxMiddle ul a.withIcon:hover, .blueprint ul a.withIcon:hover {
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
}

.boxMiddle ul a.withIcon img, .blueprint ul a.withIcon img {
	display: block;	
}

.boxMiddle ul a, .blueprint ul a {
	font-size: 12px !important;	
}

.blueprint a {
	color: #fff !important;
	font-weight: bold;	
}

.box .boxBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 41px;
	background: transparent url(/i/sidebarBottom_bg.png) 0 0 no-repeat;	
}



.main article {
	display: block;
	margin: 0 66px;	
}

.page article {
	display: block;
	margin-bottom: 6em;	
	padding-left: 1em;
}

.page article#about section {  } 

.main h2, .page h2 {
	font-weight: normal;
	font-size: 27px;
	_font-size: 21px;
	color: #ababab;	
	margin: 1em 0 0.5em 0;
	line-height: 1.4;
	text-shadow: 0 1px 2px #000;
}

.page h2 {
	margin: 1em 0 0.5em 0;
	font-size: 27px;
	_font-size: 28px;	
	color: #fff;
}

.main h2 span {
	font-size: 34px;
	_font-size: 29px;
	color: #fff;
}

.main h2 em {
	font-size: 28px;
	font-style: normal;
	color: #fc0;	
}

.main h2 em a {
	text-decoration: none;	
}

.page h3 {
	font-size: 14px;
	_font-size: 13px;
	color: #eee;
	margin: 2em 0 0.7em 0;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;	
	text-shadow: 0 1px 1px #000, 0 0 35px #444;	
}

.page h3.withUnderline {
	border-bottom: 2px #222 solid;
	padding-bottom: 0.25em;
	margin-bottom: 0.75em;
	display: inline-block;
	position: relative;
}

h3.withUnderline a {
	width: 70px;
	font-size: 11px;
	font-family: Verdana, Sans-serif;
	position: absolute;
	top: 3px; 
	right: -80px;
	text-decoration: none;	
}

a.backToList {
	font-size: 11px;
	text-decoration: none;	
}

.page h4 {
	font-family: Verdana, Sans-serif;
	font-size: 13px;
	_font-size: 13px;
	font-weight: bold;
	color: #ddd;
	margin: 2em 0 0.35em 0;		
}

.page p.head {
	font-weight: bold;
	text-shadow: 0 0 1px #000;
	padding-bottom: 1.15em;
	margin-bottom: 2em;
	border-bottom: 1px #222 solid;	
	
	font-size: 13px;
	font-weight: normal !important;
}

.main p, .page p, .page ul, .page ol {
	width: 68%;
	font-family: Verdana, Sans-serif;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #bbb;
	line-height: 1.4;
	_line-height: 1.35;
	margin: 0 0 2em 0;	
	text-shadow: 0 1px 2px #000;
}

.page p, .page ul, .page ol {
	width: 57%;
	font-size: 13px;	
	line-height: 1.45;
	margin: 0 0 1.35em 0;
}

.main p { width: 480px; }

.page ul, .page ol {
	margin: 1.35em 0 1.85em 1.85em;
}

.page ul { list-style-type: square; width: auto; }
.page ul#aboutSections { margin-bottom: 5em; }
.page li {
	font-size: 13px;
	margin: 0.35em;	
	line-height: 1.3;
}


.page p strong {
	color: #ddd;	
	padding: 0 0.15em;
	background-color: #181818;
}

.page p strong.name { 
	font-size: 14px; 
	background-color: transparent;
	padding: 0;
}

.page p.head strong { background-color: transparent; }

.page p#contactData {
	width: 46.25%;
	line-height: 1.7; 	
	font-family: Verdana, Sans-serif;
	margin-bottom: 1em;
	font-size: 14px;
	background-color: #151515;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#161616), to(#151515), color-stop(0.7,#000)); 
	padding: 0.75em 1.65em 1.25em 0.85em;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px #444 solid;
	text-shadow: none;
	
}

.page p#contactData strong {
	display: inline-block;
	min-width: 5em;
	text-align: right;
	margin-right: 0.5em;
	font-size: 11px;	
	background-color: transparent;
}

.page em.note {
	font-size: 0.9em;
	color: #777;	
}

.page article a:visited, #ie6sux a:visited, #sidebar a:visited {	
	color: #c30;
}

.page article .col {
	float: left;
	width: 26%;
	margin-top: 3em;
	padding: 0 2em 0 0;
	margin-right: 2em;
	min-height: 200px;	
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

.page article .last { border: 0; margin-right: 0; }

.page article .col h3 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	color: #888;
	margin: 1em 0;	
}

.col p {
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
}

article a, #ie6sux a, #sidebar a {
	color: #fc0;
}

a.noVis:visited { color: #fc0 !important; }

.main p em {
	color: #fff;
	text-shadow: 0 1px 2px #000;
	background-color: #444;
	padding: 0 3px;
	margin: 0 2px;	
}

article a:hover, article a:visited:hover, article a.noVis:visited:hover {
	color: #ffe26c !important;
	text-shadow: 0 0 5px #222;	
}

.dt {
	color: #555;
	font-size: 12px;
	display: inline-block;
	min-width: 9em;
	text-align: right;
	margin-right: 1em;	
}

.dtShort {
	min-width: 4em;
}


#portfolio {
	margin: 4em 10px 5em 10px;	
	position: relative;
	height: 270px;	
}

ul#customersList {
	margin: 2em 0 2em 0.5em;
	min-height: 280px;
	color: #555;
}

ul#customersList li {
	float: left;
	min-width: 16em;
	_width: 16em;
	margin: 0 1em 0.45em 1em;
	padding-left: 0.5em;
	_padding-bottom: 0.15em;
	color: #ababab;
}

ul#customersList li .country, li .desc {
	font-size: 11px;
	color: #555;	
}

table {
	font-size: 13px;
	color: #ababab;
	width: 50%;
	margin: 0.25em 0 1.5em 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px #444 solid;
	background-color: #151515;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#161616), to(#151515), color-stop(0.7,#000)); 
}

td {
	font-family: Verdana, Sans-serif;
	font-size: 13px;
	border: 1px #222 solid;
	border-top: 0;
	border-right: 0;
	padding: 0.75em 0.75em 0.65em 0.75em;	
	/*background-color: #141414;*/
}

td.topLeft {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;	
}

td.topRight {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius: 0 6px 0 0;	
	border-radius: 0 6px 0 0;	
}

td.bottomRight {
	-webkit-border-bottom-right-radius: 6px;	
	-moz-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;	
}

td.bottomLeft {
	-webkit-border-bottom-left-radius: 6px;	
	-moz-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;	
}



td.when {
	font-family: Gerogia, Serif;
	font-size: 13px;
	color: #555;	
	text-align: right;
	width: 25%;
	border-left: 0;
}

.scrollable {
	position: relative;
	width: 756px;
	height: 164px;
	border: 1px #484848 solid;
	background: transparent url(/i/display_bg.png) 0 0 repeat-x;
	margin: 2em auto;
	overflow: hidden;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.scrollable #sdwLeft, .scrollable #sdwRight {
	width: 30px;
	background: transparent url(/i/displaySdw_bg.png) 0 0 repeat-y;	
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}

.scrollable #sdwLeft { left: 0; }
.scrollable #sdwRight { right: 0; background-position: 100% 0; }


.items {	
	width:20000em;
	position:absolute;
	clear:both;
}

.items a {
	text-decoration: none;
	position: relative;
	float: left;
	height: 162px;
	border: 1px #000 solid;	
	text-decoration: none;
	color: #777;
	font-size: 11px;
	font-family: Verdana, Sans-serif;
}

.items a:hover {
	/*border-color: #f5631d;*/
}

.items a:hover span {
	
}

.items a span {
	text-indent: -3000px;
	width: 100%;
	height: 92px;
	padding-top: 70px;
	font-family: Verdana, Sans-serif;
	font-size: 22px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;	
	opacity: 0.7;
	background: transparent url(/i/lens_icon.png) 50% 50% no-repeat;
	display: none;
}

#portfolio .arrow {
	display: block;
	text-indent: -3000px;
	width: 47px;
	height: 64px;	
	background: transparent url(/i/displayArrows_bg.png) 0 0 no-repeat;
	position: absolute;
	top: 50px;
	*top: 82px;
}

#portfolio .arrow:hover { cursor: pointer; }

ul.thumbs .disabled {
	opacity 0.5;
	cursor: default;
}

#portfolio #leftArrow { 
	left: 24px;
	background-position: 0 - 64px; 
}

#portfolio #rightArrow { 
	right: 24px;
	background-position: -47px 0; 
}

#portfolio #leftArrow:hover { background-position: 0 -64px; }
#portfolio #rightArrow:hover { background-position: -47px -64px; }

.thumb {
	width: 250px;
	height: 162px;
}

.navi {
	position: absolute;
	bottom: -10px;
	*bottom: -30px;
	width: 100%;
	height: 100px;
	text-align: center;
	background: transparent url(/i/displayGlow_bg.png) 0 100% no-repeat;
}

.navi a {
	display: inline-block;
	margin: 0;
	width: 23px;
	height: 31px;
	background: transparent url(/i/navigator_bg.png) 0 0 no-repeat;
}

.navi a.active { background-position: 0 -31px; }

a#savePofo {
	position: absolute;
	bottom: 72px;
	*bottom: 58px;
	right: 72px;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Sans-serif;
	font-size: 10px;	
	z-index: 10;
	color: #960;
}

a#savePofo:hover { color: #c90; }


#blipBox {
	float: right;	
}

#content p#bottomNav {
	border: 0;
	font-size: 11px;
	background: transparent url(/i/bottomNav_bg.png) 100% 0 no-repeat;
	position: relative;
	width: 100%;
	color: #444;
	padding: 0 2px;
	margin-top: 3em;
	*padding-top: 18px;
	*padding-bottom: 0.25em;
}

ul#customersList { margin-bottom: 5em; }

ul#logotypes {
	margin: 2em 0 2em 0;
	height: 220px;
	list-style: none;
	padding: 0;
	position: relative;
}

ul#logotypes li {	
}

ul#logotypes li:hover {
	cursor: pointer;	
}

ul#logotypes li.backLava {
     background: url("/i/lava_bg.png") no-repeat right -73px;
     width: 6px; 
     height: 73px;
     z-index: 8;
     position: absolute;
     margin: 0;
     padding: 0;
}
        
ul#logotypes li.backLava .leftLava {
     background: url("/i/lava_bg.png") no-repeat top left;
     height: 73px;
     margin-right: 6px;
}


ul#logotypes li {
	float: left;
	margin: 0;	
}

#logotypes a {
	background-position: 0 50%;
	background-repeat: no-repeat;	
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	display: block;
	height: 73px;
	text-indent: -3000px;
	background: transparent url(/i/clients_bg.png) 0 0 no-repeat;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	opacity: 0.6;
}

#logotypes a, x:-moz-any-link  { top: 0px; }

#logotypes a:hover {
	opacity: 1;
}

#logotypes li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	display: none;
	-webkit-box-shadow: 0 0 45px #444;	
	-moz-box-shadow: 0 0 45px #444;	
	box-shadow: 0 0 45px #444;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

a#gg, a#akk, a#doskomp { width: 158px; }
a#dot, a#animatograf, a#genesi { width: 122px; }
a#wecon, a#fuse, a#lg { width: 115px; }
a#egfx, a#fp, a#tpnets { width: 165px; }
a#sokrates, a#mnc, a#peryskop { width: 151px; }
a#sprezentuj, a#oralis, a#mip { width: 131px; }

a#dot {background-position: -159px 0; }
a#wecon {background-position: -279px 0; }
a#egfx {background-position: -395px 0; }

a#sokrates {background-position: -560px 0; }
a#sprezentuj {background-position: -711px 0; }
a#akk {background-position: 0 -72px; }
a#animatograf {background-position: -159px -72px; }

a#fuse {background-position: -279px -72px; }
a#fp {background-position: -396px -72px; }
a#mnc {background-position: -560px -72px; }
a#oralis {background-position: -711px -74px; }

a#doskomp {background-position: 0 -146px; }
a#genesi {background-position: -159px -146px; }
a#lg {background-position: -279px -146px; }
a#tpnets {background-position: -398px -146px; }

a#peryskop {background-position: -560px -146px; }
a#mip {background-position: -711px -146px; }

#bottomNav a {
	display: inline-block;
	*display: inline;
	font-size: 11px !important;	
	font-weight: normal;
	text-decoration: none;
	margin: 18px 0 2em 0;
	color: #444;
}

#bottomNav a:hover {
	color: #aaa;	
}

#bottomNav em { 
	color: #888;
}

#bottomNav a.up {
	display: block;
	text-indent: -3000px;
	width: 20px;
	height: 20px;
	background: transparent url(/i/up_icon.png) 0 -19px no-repeat;
	position: absolute;
	right: 25px;
	top: 2px;
	z-index: 101;
	margin: 0;
}

#bottomNav a.up:hover {
	background-position: 0 0;
}


footer {
	display: block;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	color: #bbb;
	text-align: center;	
	padding-bottom: 4em;
	margin: 1em 0 0 0;
	text-shadow: 0 1px 2px #000;
	position: relative;
}

footer em {
	display: block;
	margin-top: 0.25em;
	color: #777;	
}

footer a { 
	color: #bbb;	
	text-decoration: none; 
	font-weight: bold;
}

footer a:hover { color: #fff; }

footer a#blip {
	display: inline-block;
	text-indent: -3000px;
	width: 34px;
	height: 22px;	
	background: transparent url(/i/blipLogo_bg.png) 0 0 no-repeat;
	vertical-align: middle;
	margin: 0 0.5em;
	opacity: 0.8;
}

footer a#blip:hover { opacity: 1; }



/* css hacks */

body.hacks #wrapper {
	min-width: 920px;
	max-width: 1200;
	width: 95%;
}


.warn { color: #c00; }
table#hacks {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px 4px 4px 4px;
	margin: 3em auto 0 auto;
	padding: 1px;
	empty-cells: show;
	-webkit-box-shadow: 0 2px 15px #000;
	-moz-box-shadow: 0 2px 15px #000;
	box-shadow: 0 2px 15px #000;
}

table#hacks th:first-child {
	width: 2em;
}

table#hacks th {
	font-family: "Lucida Grande", Verdana, Sans-serif;
	text-shadow: 0 1px 2px #000;
	color: #fff;	
	padding: 0.75em 0.5em 0.75em 0.5em;
	width: 14%;
	background-color: #222;
	text-align: center;
}

table#hacks th.lp { width: 0.5em; }

table#hacks tr:hover td {  }

table#hacks tr.even td {  }

table#hacks td {
	text-align: center;
	padding: 0.5em 1.5em;
	line-height: 1.3;
	font-size: 11px;
	vertical-align: middle;
}

table#hacks td.hack { color: #c00; }

table#hacks td.lp { padding: 0;	}

table#hacks td a.warn {
	color: #c20;
	font-weight: bold;	
}

table#hacks td * { 
	font-family: "Courier New", Courier, Sans-serif; 
	text-shadow: 0 1px 2px #000;
}
table#hacks td strong { font-size: 11px !important; }
table#hacks p {
	font-family: "Lucida Grande", Verdana, Sans-serif;
	font-size: 12px;
	width: 100%; 
	margin: 0.5em 0 0 0;
}

table#hacks a {
	font-family: "Lucida Grande", Verdana, Sans-serif;
	display: block;
	margin: 1.5em 0 0.5em 0;	
}

table#hacks td a:hover {
	color: #06c;
	text-decoration: underline;		
}

ul#seeAlso * { font-size: 12px !important; }
ul#seeAlso a { text-decoration: none; }
ul#seeAlso a:hover { text-decoration: underline; }
