@charset "utf-8";

/* GLOBAL */

html { height:100%; margin:0; padding:0; }
body { height:100%; margin:0; padding:0; }

div,img,p,h1,h2,h3,h4,h5,h6,ul,ol,form,input,textarea,select,fieldset,label { margin:0; padding:0; display:block; position:relative; }
* { font-family:"arial",sans-serif; font-size:12px; color:#FFF; }

/* HEADERS */

h1 , h1 * { font-size:20px; font-weight:bold; margin-bottom:20px; line-height:normal; }
h2 , h2 * { font-size:20px; font-weight:bold; margin-bottom:15px; line-height:normal; }
h3 , h3 * { font-size:16px; font-weight:bold; margin-bottom:5px; line-height:normal; color:#00A9BC; }
h4 , h4 * { font-size:15px; font-weight:bold; margin-bottom:15px; line-height:normal; }
h5 , h5 * { font-size:14px; font-weight:bold; margin-bottom:15px; line-height:normal; }
h6 , h6 * { font-size:13px; font-weight:bold; margin-bottom:15px; line-height:normal; }

h1 * , h2 * , h3 * , h4 * , h5 * , h6 * { margin:0; }

/* BASIC */

div { min-height:0; }
ul,ol { margin-bottom:10px; }
ul li { list-style:disc; margin:0 0 0 15px; padding:0; }
ol li { list-style:decimal; margin:0 0 0 20px; padding:0; }
p,blockquote { margin:0 0 15px 0; padding:0; line-height:20px; }
a { outline:none; text-decoration:none; color:#00A9BC; }
a:hover { text-decoration:underline; }
a img { display:block; border:none; padding:0; margin:0; }
strong , strong * { font-weight:bold; }
em , em * { font-style:italic; }
hr { margin:20px 0; padding:0; display:block; overflow:hidden; height:1px; line-height:0; background:#AAA; border:none; }
button { cursor:pointer; padding:2px 4px; }
address { font-style:normal; }

/* FORMS */

form label { cursor:text; }
form input.text { cursor:text; padding:2px; border:1px solid #AAA; background:#FFF; }
form input.submit { cursor:pointer; padding:2px 4px; }
form input.hidden { display:none; }
form select { cursor:pointer; padding:1px; border:1px solid #AAA; background:#FFF; }
form textarea { cursor:text; overflow:auto; padding:2px; border:1px solid #AAA; background:#FFF; }

/* CLASSES */

.clearfix:after { content:"."; }
.clearfix { display:block; clear:both; visibility:hidden; line-height:0; height:0; overflow:hidden; }

.float-L { float:left; }
.float-R { float:right; }

.clear-L { clear:left; }
.clear-R { clear:right; }
.clear-B { clear:both; }

.hide { display:none !important; }
.show { display:block !important; }
.blue { color:#00A9BC; }

.green { color:#00A9BC; }
.white { color:#FFFFFF; }

/* HACKS */

*:focus { outline: 0; } /* remove focus borders from webkit browsers */
