/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
* {
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
    display: block;
    }

/* Reset End */

/* Grid */
.g1 {
	width:8%; /* 8.333%  */
}
.g2 {
	width:18%; /* 18.75%   */
}
.g3 {
	width:28%; /*  29.166% */
}
.g4 {
	width:38%; /* 39.583%  */
}
.g5 {
	width:48%; /*  50% */
}
.g6 {
	width:58%; /* 60.416%  */
}
.g7 {
	width:68%; /* 70.833%  */
}
.g8 {
	width:78%; /* 81.25%   */
}
.g9 {
	width:88%; /* 91,666%  */
}
.g10 {
	width:98%; /* 102,083%  */
}
.cl {
	margin: 0 1%;
	overflow: hidden;
	float: left;
	display: inline;
}
.cr {
	margin: 0 1%;
	overflow: hidden;
	float: right;
}
.rw {
	width: 100%;
	overflow: hidden;
}
.rw .rw {
	margin: 0 -1%;
	width: auto;
	display: inline-block;

}
#main .rw {
	margin: 0 -1%;
	width: auto;
	display: inline-block;

	
	}
/* Grid End*/