/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
	display: block
}

a img {
	border: 0;
	text-decoration: none;
}
figure {
	position: relative;
}

figure img {
	width: 100%;
}

/* ========================================================================================*/
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com \ Modified by Allan Douglas \ http://www.ddgwebmedia.com \ http://twitter.com/ddgwebmedia  */
/* ========================================================================================*/

.box  {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

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

.onecol {
	width: 5.65%;
/*border: thin dashed purple;*/
}

.twocol {
	width: 14.15%;
}

.threecol {
	width: 22.66%;
}

.fourcol {
	width: 31%;
}

.fivecol {
	width: 39.63%;
}

.sixcol {
	width: 48.5%;
}

.sevencol {
	width: 56.95%;
}

.eightcol {
	width: 65.45%;
}

.ninecol {
	width: 74.05%;
}

.tencol {
	width: 82.8%;
}

.elevencol {
	width: 91%;
}

.twelvecol {
	width: 100%;
	float: left;
}

.last {
	margin-right: 0;
}

.lastp {
	padding-right: 0;
}

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

img {
	height: auto;
}

