html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------ end reset ----------- */

/* ----- The Pretty Stuff ----- */
body { 
background-color: #e8e8e8;
font-family: Helvetica, sans-serif;
text-align: left; 
}
html{
height: 101%;
}
#container { 
width: 1000px;
height: 675px;
margin: 0px auto;
position: relative;
}
#container2 { 
width: 1080px;
height: 500px;
margin: 0px auto;
padding: 50px 0px 0px 0px;
position: relative;
}
#containerL { 
width: 1080px;
height: 540px;
margin: 0px auto;
padding: 50px 0px 0px 0px;
position: relative;
}
#containerS { 
width: 640px;
height: 320px;
margin: 0px auto;
padding: 50px 0px 0px 0px;
position: relative;
}
.pad{
width: 1000px;
height: 200px;
padding: 25px 0px 0px 0px;
}
.lineUp{
position: relative;
float: left;
padding: 0px 0px 0px 25px;
}
.hotLine{
position: relative;
padding: 10px 0px 0px 0px;
}
#logo { 
background:  url(graphics/redRabbit01.jpg) no-repeat;
width: 450px; 
height: 100px; 
margin: 50px auto;
position: relative;
background-color: #e8e8e8; 
}
#fire {
width: 1000px;
height: 25px;
margin: 0px auto;
padding: 10px 0px 0px 0px;
position: relative;
color: #7a7a7a;
}
a:link, a:visited, a:active {
text-decoration: underline;
color: #7a7a7a;
}
a:hover {
color: #d66000;
text-decoration: underline;
}
#footer { 
text-align: right;
width: 920px;
height: 15px;
margin: 0 auto; 
position: relative; 
background-color: #d1d1d1;
}
#tooltip{
font-family: Helvetica, sans-serif;
position: absolute;
border: 1px solid #acacac;
background: #ffffff;
padding: 2px 5px;
color: #5c5c5c;
display: none;
}