﻿/*css reset================================================================== stuff*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;   
	font-family:'Raleway',sans-serif;
	letter-spacing:0.5px;
	}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;}	
	
a:focus{border:none}
body {
    line-height:1;
	background:#fff}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block}

blockquote, q {
    quotes:none}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none}
a {
	cursor:pointer;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color: #5e5e5e;
	font-family: 'Raleway',sans-serif;}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#5e5e5e;
    text-decoration:none}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#5e5e5e;
    font-style:italic;
    font-weight:bold}
del {
    text-decoration: line-through}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help}
table {
    border-collapse:collapse;
    border-spacing:0}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
	 width: 50%;}
input, select {vertical-align:middle}

img{border:none;vertical-align: middle;}


strong {font-weight:600}
p{color:#5e5e5e;text-align:left;line-height:1.7em;font-size:15px;font-family:'Raleway',sans-serif;}
b, strong{font-weight:700}
h1, h2, h3, h4, h5, h6{font-family:'Raleway',sans-serif;color:#5e5e5e}
h1{font-size:36px}
h2{font-size:30px}
h3{font-size:26px;}
h4{font-size:20px}
h5{font-size:14px}
h6{font-size:13px}

/*clear ====================stuff*/
.clearl{ clear:left}
.clearr{ clear:right}
.clearboth{ clear:both}

/*Spacer====================Spacer================Spacer*/

.spacer30{height:30px;clear: both;}
.spacer {clear: both;height:10px;background-color:Transparent}





@font-face {
    font-family: 'Raleway';
    src:url(../fonts/raleway-regular-webfont.eot),
	    url(../fonts/raleway-regular-webfont.svg),
	    url(../fonts/raleway-regular-webfont.ttf),
	    url(../fonts/raleway-regular-webfont.woff),
	    url(../fonts/raleway-regular-webfont.woff2);
}
