@charset "UTF-8";
/* General purpose styles for www.hothotfire.com */

/* Reset styles: */
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;
}

:focus
{
	outline: 0;
}

body
{
	background-color:black;
}

h2
{
	font-size:14px;
	color:white;
}

h3
{
	color:white;
	font-size:12px;
	font-weight:bold;
}

a
{
	color:red;
}

a:hover
{
	color:yellow;
}

.small
{
	font-size:10px;
}

.bold
{
	font-weight:bold;
}

.italic
{
	font-style:italic;
}
.yellow
{
	color:yellow;
}

.floatl
{
	float:left;
	margin-right:15px;
}

.floatr
{
	float:right;
	margin-left:15px;
}

.red
{
	color:red;
}

.normal
{
	color:rgb(209,202,178);
}

.selected
{
}

div#wrapper
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	clear:both;
}

div#workspace
{
	position:relative;
	top:0px;
	width:900px;
	height:100%;
	margin:0px auto;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	background-image:url(../images/graphics/hot-hot-fire-logo.gif);
	background-repeat:no-repeat;
	background-position-y:40px;
}

div#expander
{
	position:absolute;
	top:100px;
	left:0px;
	width:100%;
}

.surround
{
	background-color:rgb(127,0,4);
}

.menu
{
	width:660px;
	background-image:url(../images/backgrounds/red-end-l.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:red;
}

div#top_menu
{
	height:35px;
	padding:0px 0px 0px 20px;
	font:24px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:40px 0px 0px 0px;
}

#topNav a
{
	float:left;
	text-decoration:none;
	color:red;
	display:block;
	padding:1px 25px 0px 5px;
}

#topNav a:hover
{
	color:yellow;
}

div#bottom_menu
{
	height:23px;
	padding:12px 0px 0px 20px;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 40px 0px;
}

div#main_content
{
	width:620px;
	margin:10px 0px 10px 0px;
	padding:25px;
	background-color:rgb(18,13,20);
	background-image:url(../images/backgrounds/dark-paisley-l.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	color:rgb(209,202,178);
}

div#side_bar
{
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:220px;
	background-image:url(../images/backgrounds/red-paisley.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	color:rgb(209,202,178);
}

.main_top_left
{
	position:absolute;
	top:85px;
	left:0px;
}
.main_bottom_left
{
	position:absolute;
	bottom:85px;
	left:0px;
}

.top_left
{
	position:absolute;
	top:0px;
	left:0px;
}
.bottom_left
{
	position:absolute;
	bottom:0px;
	left:0px;
}

img#monitor
{
	margin:0px 170px;
}
