.row {
	
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	
}


.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 1200px;
}

.container {
	
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}

.container:before,
.container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}
.bottom_space{
	margin-bottom: 17px;
}


a:link{text-decoration:none; cursor:pointer;}
a:visited{text-decoration:none; cursor:pointer}
a:active{text-decoration:none; cursor:pointer}
a:hover{text-decoration:none; cursor:pointer}