
/*=================================================
  Trafficwize | CSS - Screen Media
  Author:   Lee Hogg
  Updated:  2003-10-27
  -------------------------------------------------*/

@import url("base.css");

body {
	background-color: #000;
	border-bottom: 20px solid #000;
	margin: 0;
	padding: 0;
	color: #FFF;
	}
div.hr-dashed {
	clear: both;
	border-bottom: 1px dashed #666;
	}

table {
	padding: .5em;
	background-color: #222;
	border-bottom: 4px solid #333;
	}
th {
	text-align: left;
	border-bottom: 2px solid #333;
	}
td {
	padding: .2em 1em .2em .5em;
	border-bottom: 1px dashed #333;
	}
td.label {
	font-weight: bold;
	color: #A5B0D1;
	}
td.center {
	text-align: center;
	}
h1.logo {
	margin: 0;
	background: transparent url("images/logo.gif") no-repeat;
	width: 312px;
	height: 71px;
	float: left;
	}
h1.logo span {
	display: none;
	}
h2.oneStop {
	margin: 0;
	background: transparent url("images/h_oneStop.gif") no-repeat;
	width: 421px;
	height: 40px;
	}
h2.oneStop span {
	display: none;
	}
h5.pennywize, a.pennywize {
	color: #FAA641;
}
a.pennywize:hover {
	color: #FC3;
	}
a {
	color: #E3D184;
	}
a:hover {
	color: #A89B62;
	}
a.login, a.menu {
	color: #FFF;
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
a.login:hover, a.menu:hover {
	color: #DDD;
	}
a.login {
	float: right;
	padding-left: 1em;
	text-align: right;
	background: transparent url('images/dcl_redPix.gif') 0% 50% no-repeat;
	}
i {
	color: #CCC;
	}
em {
	color: #A5B0D1;
	}
strong {
	font-style: italic;
	}
li {
	margin-bottom: .5em;
	}
li.movie {
	list-style-image: url(images/icn-movie.gif);
}
li.pic {
	list-style-image: url(images/icn-pic.gif);
}
li.zip {
	list-style-image: url(images/icn-zip.gif);
}
li.exe {
	list-style-image: url(images/icn-exe.gif);
}
li.iso {
	list-style-image: url(images/icn-iso.gif);
}
.fanfare {
	text-transform: uppercase;
	letter-spacing: .4em;
	font-weight: bold;
}
#wrap {
	background: #111 url("images/bg_pgHead.gif") repeat-x;
	border-bottom: 10px solid #080808;
	padding-bottom: 2em;
}
#pgHeader a.login {
	margin-top: 44px;
	}
#pgHeader {
	padding-bottom: 20px;
	}
#pgHeader, #pgMain {
	margin: 0 auto;
	width: 760px;
	}
#pgHeader {
	padding-top: 17px;
	height: 71px;
	background: transparent url("images/bg_hdrLine.gif") repeat-x;
	}
#pgMain {
	text-align: left;
	margin-top: 20px;
	}
#menu {
	width: 130px;
	float: left;
	}
#menu ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	text-align: right;
	}
#menu li {
	margin-bottom: 1em;
}
#menu li a {
	width: 130px;
	color: #EEE;
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	background: transparent url("images/mnu_line.gif") 0% 100% no-repeat;
}
#menu li a:hover {
	color: #CCC;
	background: transparent url("images/mnu_line-over.gif") 0% 100% no-repeat;
}	
#content {
	float: left;
	padding: 0 3em;
	margin-left: 3em;
	margin-bottom: 2em;
	width: 480px;
	border-right: 2px solid #222;
	border-left: 2px solid #222;
	}
#footer {
	clear: both;
	margin-top: 2em;
	margin-left: 170px;
	padding-top: 1em;
	border-top: 1px dashed #666;
	width: 560px;
	height: 20px;
	}
#footLinks {
	float: right;
	}
#copyright {
	float: left;
	}