/* -------------------------------------------------
Document CSS RESET
Author : IEB - Kahiloa Solutions & communications
------------------------------------------------- */

html, body { height:100% }

html { overflow:auto }

body { 
	margin:0; padding:0;
	font:77%/1.3 arial, helvetica,sans-serif; 
	color:#fff;
	background:#323c42 url(../images/containerBg.png) repeat-y center
}

a { color:#fff }

object { display:block }

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif; font-size:1em
}

textarea { overflow:auto }

button { background:transparent }

fieldset, legend, form, img, input, select, textarea, button { 
	margin:0; padding:0;
	border:0
}

h1 { font-size:2em;	} 
h2 { font-size:1.5em; } 
h3 { font-size:1.17em; } 
h4 { font-size:.83em; } 
h5 { font-size:.75em; } 
h6 { font-size:.67em; } 

h1, h2, h3, h4, h5, h6, p, dl, dir, menu, blockquote, ul, ol  { margin:1em 0; }

ul, ol { padding:0 0 0 3em }

ul { list-style-type : disc; }
ol { list-style-type : decimal; }

blockquote, dir, menu, dd  { margin-left:40px; }

big { font-size:1.17em }

small, sub, sup { font-size:.83em }

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

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

address { font-style:normal }

