html, body {
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0;
	height: 100%; 
	background: #fff; 	
	-webkit-print-color-adjust:exact;
	}	
 a:hover { text-decoration:none;}

#print {display: block;}
#print #print-header-logo {
	position: absolute;
    z-index: 0;
    top:4px;
    left: 10px;	
	height: 29px;
	}
#print #print-header-bg {
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
	}

#footer .span2,
#backtop,
.btn.print,
.btn.pull-right,
.breadcrumb, 
#left,
#top {display: none;}


.IE7 #right {
		position: static;
		z-index:2;
		}
.IE7 #right .padder {
	position: static;
	top: 0;
	left: 0;
	z-index:999;
	display: block;
	text-align: left;
	color: #000;
	font-size: 12px;
	margin: 0!important;
	padding: 43px 0 230px 0;
	}

.IE7 .screenshots,.IE7  .screenshots-ess {
			position: static;
			margin: 15px 0 25px;
			padding: 39px 19px 14px;
			background-color: #fff;
			border: 1px solid #ddd;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			text-align:center;
			font-size: 11px;
			color:#666;
		}


.alert {
	border: 2px dotted #d2ac6a;
	color: #b88d42!important;
	text-align: left;
	}
	.alert a, .alert h4 {color: #b88d42!important;}


#footer { 
	width: 610px;
	position: relative;	
	padding: 39px 19px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.IE7 #footer { width: 600px; }

 #footer div,
  #footer div a,
   #footer div strong {	color: #999!impo;}

.row {margin: 0;}

.span12#right {
	margin: 0;
	display: block;
	width: 650px!important;
	
	}


