@charset "utf-8";

/*******************************************************************************

 GLOBAL STYLES

 *******************************************************************************/

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font: 70% "Segoe UI", Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
}
a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.normal {
	color: #666666;
	font-weight: normal;
}
a.normal:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
h2 {
	font: bold 112px Helvetica, Arial, sans-serif;
	color: #67bfda;
	letter-spacing: -10px;
	margin: 0px 0 -4px 0;
	text-transform: lowercase;
}
h2 span {
	font-size: 54px;
	letter-spacing: -5px;
	color: #a4d8e9;
}
h3 {
	color: #CC0000;
	font: 1.5em Helvetica, Arial, sans-serif;
	margin-bottom: 0em;
}
h4 {
	color: #444;
	font: bold .9em Arial, Helvetica, sans-serif;
	clear: both;
	border-bottom: 1px solid #888;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .3em;
}
ul {
	list-style: none;
	margin: 0px 0px 1em;
	padding: 0px 0px 0px 2px;
}
li {
	margin-bottom: 0.3em;
	background: url(../images/bullet.gif) no-repeat 0px 5px;
	padding-left: 10px;
}
td {
	vertical-align: top;
}

p {
	line-height: 1.3em;
	margin-bottom: 1em;
	font-size: 1em;
}
#wrapper {
	width: 950px;
}

/* ------------------------------------------------------------- Header */
#header {
	height: 80px;
	width: 938px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding: 16px 0 4px 12px;
	overflow: hidden;
}

#header h1 {
	background: url(../images/audiocityLogo.jpg) no-repeat;
	height: 54px;
	width: 270px;
	text-indent: -999em;
	cursor: pointer;
	margin-bottom: 3px;
}
#header span#byline {
	font-size: 10px;
	color: #aaa;
	letter-spacing: 1px;
	text-transform: uppercase;
}


#header a {
	color: #000000;
}

/* Navigation List */
#header ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 529px;
	top: 60px;
	list-style: none;	
	height: 30px;
	width: 426px;
}
#header li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(none);
}
#header li a {
	float: left;
	font-size: 12px;
	list-style: none;
	display: inline;
	padding: 2px 2px 2px 0px;
	border-bottom: 8px solid #eee;
	margin-left: 10px;
	width: 74px;
}
#header li a:hover {
	text-decoration: none;
	border-color: #e63522;
}
#header li#first a {
	margin-left: 0px;
}

/* ------------------------------------------------------------- FTP Login Form */


#ftpLogin label {
	float: left;
	clear: both;
	color: #999999;
	margin-bottom: 2px;
}
#ftpLogin input {
	font: 10px "Segoe UI", Arial, Helvetica, sans-serif;
	float: left;
	clear: both;
	margin-bottom: 6px;
	background: #fff;
	border: 1px solid #ccc;
	color: #999;
	padding: 2px;
}
#ftpLogin input.button {
	color: #666;
	background: #ddd;
	border: 1px solid #eee;
	border-right-color: #ccc;
	border-bottom-color: #ccc;	
	padding: 1px 2px;
	margin-left: 8px;
	clear: none;
}


/* ------------------------------------------------------------- Footer */
#footer {
	clear: both;
	border-top: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-left: 4px;
	margin-left: 12px;
}
#footer p {
	font-size: 0.9em;
	color: #999999;
}
#footer a {
	color: #666;
}
#footer #left {
	float: left;
}
#footer #right {
	float: right;
	padding-right: 4px;
}
