/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	height: 0;
	border:0;
}
*,*:before, *:after {
    box-sizing: border-box;
}


h1 {
    color: #bc1d08;
    font-size: 26px;
	line-height:28px;
}
h2 {
    color: #714c1c;
    font-size: 21px;
	line-height:23px;
}
h3 {
    color: #000000;
    font-size: 19px;
	line-height:21px;
}
h4 {
    color: #000000;
    font-size: 16px;
	line-height:18px;
}
h5 {
    color: #bc1d08;
    font-size: 15px;
	line-height:17px;
}
h6 {
    color: #000000;
    font-size: 14px;
	line-height:16px;
}
small {
    font-size: 13px;
	line-height:15px;
}
a, a:visited {
    color: #714c1c;
    text-decoration: none;
	outline:none;
}
a:hover {
    color: #9c7543;
	outline:none;
}
p {
    margin: 0 0 20px;
}
img{
	max-width:100%;
    height: auto;
}
a img {
    border: medium none;
}
button{
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    -o-appearance: none; 
    appearance: none;
	border-radius : 0;
	-moz-border-radius : 0;
    -webkit-border-radius: 0; 
}
