/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
a img {border:none;}
:focus {outline:0;}

/* typography.css */
body {color: #6d6d6d; font: 14px/20px Calibri !important; font-weight: 400; text-align:justify;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 0.5em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#ff0000;}
a {color:#0090c0;text-decoration:none;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
li ul, li ol {margin:0;}
ul, ol {margin:0 0 1.5em 0;}
ul {list-style-type:disc; list-style-position:inside;}
ol {list-style-type:decimal;}
table {margin-bottom:0;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:3px;}

/* grid.css */
.container {width:1100px; margin:0 auto;}

.w1 {width:30%;}
.w2 {width:70%;}
.w3 {width:15%;}
.w4 {width:85%;}
.w5 {width:25%;}
.w6 {width:90%;}
.w7 {width:10%;}
.w8 {width:50%;} 
.w9 {width:43%;}
.w10 {width:57%;}

.title
{
	margin:0;
	padding:0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:50px;
}
.title-1
{
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	color: #333;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-align: left;
	font-size: 30px !important;
}
.title-2 {
	margin: 0 0 24px 0;
	padding: 0;
	color: #333;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-align: left;
	font-size: 45px !important;
}
.title-3
{
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	color: #333;
	text-align: left;
}
.push
{
	padding-left:8px;	
}
.push-1
{
	padding-right:20px;	
}
.offset
{
	margin:0 0 0 6px !important;	
}


.spacer {height:6px;}
.spacers {height:12px;}
hr {background-color:#cccccc;color:#f5f5f5;width:100%;height:1px !important;margin:10px 0 10px 0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}