﻿/* == STYLESHEET FUNCTIONS - Global reset and base element styling
------------------------------------------------------------------------------------------------------------------------ 

/* == Global 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;
}

/* == Base Element Styling
------------------------------------------------------------------------------------------------------------------------ */

body{color: #444;font-family: Arial, Helvetica, Sans-Serif;font-size: 75%;background: #000 url(/2010/_img/bg-loader.gif) center 290px no-repeat; color: #fff;}

h1, h2, h3, h4, h5, h6{font-size: 200%;margin: 20px 0;font-weight: bold;color: #ccc;}
h1{margin: 10px 0 0 79px; font-size: 700%; font-family: Arial Narrow, Arial, Helvetica; letter-spacing: -1px; clear: left; float: left; height: 85px; width: 837px; background: url(/2010/_img/watch.png) no-repeat top left; text-transform: uppercase; color: #ccc; text-indent: -99999em;display: inline; font-weight: normal;}
h2{font-size: 450%;margin: 0; min-height: 75px; height: auto !important; height: 75px;}
h3{font-size: 180%; color: #62707E;margin: 0 0 5px 0;}
h4{font-size: 160%;}
h5{font-size: 120%;}
h6{font-size: 110%;}

p{margin: 20px 0;line-height: 1.4em;}
blockquote{margin: 20px;}

ul{margin: 20px 0 20px 20px; list-style-type: disc;}
ul li{margin: 10px 0;}
ol{margin: 20px 0 20px 25px; list-style-type: decimal;}
ol li{margin: 10px 0;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
th{border: solid 1px #aaa;padding: 3px;}
td{border: solid 1px #ddd;padding: 3px;}

form{margin: 0;}
legend{font-weight: bold;}
.input{margin: 3px 0;background: #000 url(/2010/_img/input-bg.gif) top left repeat-x; border: solid 1px #555;padding: 5px; color: #fff;}

/* Cross browser hr styling */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #ccc;clear:both;}
div.hr hr{display:none;}

a{color: #fff;text-decoration: none;}
a:hover{text-decoration: underline;}

img{vertical-align: bottom;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
/** clearing **/
.clr{clear: both;}
.clrSml{clear: both;line-height:1px;height:1px;}
/** presentation **/
.hide{display: none;}


