﻿/* = Reset
----------------------------------------------------------------------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}

ol, ul { list-style: none; }
:focus { outline: 0; }

a:active, a:focus { outline: 0 !important; }

/* = Base Element Styles
----------------------------------------------------------------------------------------------------------------- */
body {color: #747474; line-height: 1.3; font-size: 75%; font-family: Arial, Helvetica, Sans-Serif; text-align: left; background:#272829;}

h1{font-size: 160%;color:#c76200;margin: 0 0 10px 0;font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;text-transform:uppercase;font-weight:600;}
h2{font-size: 135%;color:#c76200;margin: 0 0 10px 0;font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;text-transform:uppercase;font-weight:600;}
h3{font-size: 120%;color: #474747;margin: 0 0 5px 0;text-transform:uppercase;}
h4{font-size: 110%;}
h5{font-size: 100%;}
h6{font-size: 100%;}

p{margin: 0 0 5px 0; line-height: 1.6;}
blockquote{margin: 20px;}

a{color: #d56a03; font-weight: bold; text-decoration: none; -moz-outline-style: none;}
a:hover{text-decoration: underline;}

img{vertical-align: bottom;}
label{float: left; font-weight: bold; width: 125px;}
hr{border: 0; border-top: solid 1px #000; height: 1px; margin: 5px 0;}

ul{margin: 10px 0 10px 20px; list-style-type: square;}
ul li{margin: 5px 0;}
ol{margin: 20px 0 20px 25px; list-style-type: decimal;}
ol li{margin: 5px 0;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}

/* = Global Styles
----------------------------------------------------------------------------------------------------------------- */
/* layout */
.floatLeft{float: left;}
.floatRight{float: right;}
.hide{display: none;}
/** clearing **/
.clr{clear: both;}