.row, .body, .container {
width: 100%;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}



/* Type presets */

body {
font-size: 14px;
line-height: 24px;
}


.whitebg {
	background: #DDD url(../assets/whitebg.png) repeat;
}

.blackbg {
	background: #222 url(../assets/blackbg.png) repeat;
}

.pad {
	padding-right: 0px;
}


.absolute {
	position:relative;
	width:inherit;
	max-width:767px;
}


iframe {
	width:100%;
	height:300px;
}


.slideshow {
	width:90%;
}