/* Force fixed-layout for mobile browsers that want to see it as such */

.container {
	padding-left: 20px;
	padding-right: 20px;
}

.row {
	width: 1220px;
	overflow: hidden;
	margin: 0 auto;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 40px;
	float: left;
	min-height: 1px;
}

.row .sidebar {
	width:210px;
	float:left;
	min-height:1px;
}

.row .onecol {
	width: 65px;
}

.row .twocol {
	width: 170px;
}

.row .threecol {
	width: 275px;
}

.row .fourcol {
	width: 380px;
}

.row .fivecol {
	width: 485px;
}

.row .tencol .fivecol {
	width:475px;
}

.row .sixcol {
	width: 590px;
}

.row .sevencol {
	width: 695px;
}

.row .eightcol {
	width: 800px;
}

.row .ninecol {
	width: 905px;
}

.row .tencol {
	width: 1010px;
}

.row .elevencol {
	width: 1115px;
}

.row .twelvecol {
	width: 1220px;
	float: left;
}

.last {
	margin-right: 0px;
}

img, object, embed {
	max-width: 100%;
}

img {
	height: auto;
}

@media handheld, only screen and (max-width: 1260px) {
	
	html {
		height:100%;
	}
	.menu {
		width:1220px;
	}
	.maincontent {
		background-image:none;
		min-height:100%;
		height: auto !important;
		height:100%;
		margin:0 auto -48px;
	}
	.footer {
		width:1220px;
	}

}