/* 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;}
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: #363636; font: 14px/20px Calibri;}
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:1000px; margin:0 auto;}
.w1 {width:10%;}
.w2 {width:90%}
.w3 {width:80%;}
.w4 {width:50%;}
.w5 {width:55%;}
.w6 {width:45%;}

.push {margin:10px 20px 10px 20px;}
.push1 {margin:0 15px 0 0;}
.push2 {margin:0 0 0 12px !important;}

.pull {padding:10px;}

.title {margin:5px 0 5px 0; padding:0; color:#fff; font-family: 'Istok Web', sans-serif;}
.title-1 {margin:0; color:#fff; font-family: 'Istok Web', sans-serif;}
.title-2 {margin:0 0 5px 0; color:#573835; font-family: 'Istok Web', sans-serif;}
.title-3 {margin:0 0 0 0; color:#ab1e22; font-family: 'Istok Web', sans-serif; line-height:40px;}
.title-4 {margin:3px 0 0 0; color:#573835; font-family: 'Istok Web', sans-serif;}

.spacer {height:8px;}
hr {background:url(../images/hr.jpg) top left repeat-x;color:#f5f5f5;width:100%;height:1px !important;margin:10px 0 10px 0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}