/* =================================================== */
/* This css file specifies the DsS Reset style         */
/* settings for the xxxxxxxxxxxxxxxxxx.com website     */
/* =================================================== */

/*=====================================================*/
/* Design Company      = DsS:VisionTECH                */
/* Design Consultant   = Rhys Faler                    */
/* Contact Information = designer@dss-visiontech.com   */
/* Copyright           = 2013; All Rights Reserved     */
/*=====================================================*/

/* ======= Notes ======== */
/* In general, 1em = 16px */
/* ====================== */

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, hr, 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;
	 font-size: 100%;
	 vertical-align: baseline;
	 background: transparent;
	 }

html {
   overflow-y: scroll;
	 }

ol, ul {
   list-style: none;
	 }

del {
   text-decoration: line-through;
	 }

table {
   border-collapse: collapse;
	 border-spacing: 0;
	 }

abbr[title], dfn[title] {
   border-bottom: 1px dotted;
	 }

hr {
   display: block;
	 height: 1px;
	 border-top: 1px solid rgba(204,204,204,1);
	 margin: 1em auto;
	 }

input, select {
   vertical-align: middle;
   }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
   }
	 
p {
   line-height: 1em;
	 font-weight: 100;
	 }
 
::selection {
	background-color: rgba(33,33,33,1);
	color: rgba(249,249,249,1);
  }

/* ----------------------------------- */
/* CSS Definitions For Legacy Browsers */
/* ----------------------------------- */

header, section, footer, aside, nav, article, figure, figcaption, hgroup {
   display: block;
	 }


/* ----------------------------------- */
/*    DsS CSS Standard Definitions     */
/* ----------------------------------- */

body, select, input, textarea {
   font-size: 1em;
   font-family: Arial, Helvetica, Sans-Serif;
	 }
	 
body {
   color: rgba(0,0,0,1);
	 background-color: rgba(255,255,255,1);
	 }
	 
h1 {
   font-size: 2.1em;
	 font-weight: 900;
	 }

h2 {
   font-size: 1.9em;
	 font-weight: 900;
	 }

h3 {
   font-size: 1.7em;
	 font-weight: 900;
	 }

h4 {
   font-size: 1.5em;
	 font-weight: 900;
	 }

h5 {
   font-size: 1.3em;
	 font-weight: 900;
	 }

h6 {
   font-size: 1.1em;
	 font-weight: 900;
	 }
	 
.pixel {
   display: none;
	 }
