/*==============================================================
// Project : Simplicix Media
// Designed by Stefan Carlson and Developed by Julien Després
// Copyright 2010-2011 Simplicix Media.
// All rights reserved.
//==============================================================*/

/* ----- HTML Tag Reset and ClearFix ----- */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h4,h6,pre,
form,fieldset,input,textarea,
p,blockquote,th,td					{ margin: 0; padding: 0; font-family: Arial, sans-serif; font-size: 10px; }
table								{ border-collapse: collapse; border-spacing: 0; }
fieldset,img						{ border: 0; vertical-align: bottom; }
a,h1								{ overflow: hidden; }
ol,ul								{ list-style: none; }
caption,th							{ text-align: left; }
h1,h2,h3,h4,h4,h6					{ font-size: 100%; font-weight: normal; overflow: hidden; }
q:before,q:after				{ content: ''; }
abbr,acronym                       			{ border: 0;}
.clear:after					{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear							{ display: inline-block; }
html[xmlns] .clear				{ display: block; }
* html .clear						{ height: 1%; }

/* ----- General ----- */
body			 	 			{ background: #fff url(../images/splash_20/bg.jpg) repeat-x; color: #000; background-position: top center; } 
html, body						{ height: 100%; }
#container 	 					{ width: 706px; margin: auto; min-height: 500px; }
a								{ color: #000; text-decoration: none; outline: none; }
a:hover							{ color: #000; text-decoration: underline; }
#splash							{ background: url(../images/splash_20/splash.jpg) no-repeat; height: 424px; width: 706px; text-indent: -9999px; }

