.center {
	text-align: center;
}

body {
	background: #ffffff url(../images/body_bg.png) repeat-x;
}

h4 {
	color: #0099ff;
}

img {
	border: 1px solid #333333;
}

#img {
	text-align: center;
	margin-bottom: 20px;
}

#header {
	height: 50px;
}

#banner {
	padding-top: 10px;
	height: 90px;
}

#header h1 a.logo {
	float: left;
	display: block;
	height: 45px;
	width: 294px;
	width: 172px;
	text-indent: -10000px;
	background: url(../images/logo.png) no-repeat;
}

#header h1 a.locationq {
	float: left;
	display: block;
	height: 45px;
	width: 294px;
	width: 150px;
	text-indent: -10000px;
	background: url(../images/towerq_logo.png) no-repeat -145px 0;
}

#navi {
	margin-top: 14px;
	margin-right: 8px;
	float: right;
}

#navi li {
	float: left;
}

#navi a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#navi a:hover {
	color: #000000;
	background-color: #e4e4e4;

}

#navi a.current {
	color: #ff6600;
	background-color: transparent;
}

.home #banner {
	text-align: center;
}

#banner h2 {
	font-family:georgia,garamond,serif;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
}

#content {
	padding-top: 20px;
}

#content a {
	color: #ff6600;
}

.home #content, .pricing #content {
	height: 348px;
	padding-top: 42px;
}

.home #content a {
	display: block;
	text-indent: -10000px;
	width: 140px;
	height: 140px;
}

.home #blastmymusic a {
	background: url(../images/blastmymusic.png) no-repeat;
}
.home #blastmymusic a:hover {
	background: url(../images/blastmymusic.png) no-repeat 0 -140px;
}

.home #grpq a {
	background: url(../images/grpq.png) no-repeat;
}
.home #grpq a:hover {
	background: url(../images/grpq.png) no-repeat 0 -140px;
}

.home #pipelineq a {
	background: url(../images/pipelineq.png) no-repeat;
}
.home #pipelineq a:hover {
	background: url(../images/pipelineq.png) no-repeat 0 -140px;
}

.home #towerq a {
	background: url(../images/towerq.png) no-repeat;
}
.home #towerq a:hover {
	background: url(../images/towerq.png) no-repeat 0 -140px;
}

.home #wakeupq a {
	background: url(../images/wakeupq.png) no-repeat;
}
.home #wakeupq a:hover {
	background: url(../images/wakeupq.png) no-repeat 0 -140px;
}

.home #three a {
	background: url(../images/three.png) no-repeat;
}
.home #three a:hover {
	background: url(../images/three.png) no-repeat 0 -300px;
}

.pricing #content a {
	margin-left: 80px;
	display: block;
	text-indent: -10000px;
	width: 300px;
	height: 300px;
}

.pricing #fifteen a {
	background: url(../images/15_month.png) no-repeat;
}
.pricing #fifteen a:hover {
	background: url(../images/15_month.png) no-repeat 0 -300px;
}

.pricing #fifty a {
	background: url(../images/50_month.png) no-repeat;
}
.pricing #fifty a:hover {
	background: url(../images/50_month.png) no-repeat 0 -300px;
}

.pricing #content .or {
	background: url(../images/or_low.png) no-repeat 430px 125px;
}

#subcontent {
	padding: 2em 0;
	background-color: #000000;
	color: #ffffff;
}

#subcontent li {
	list-style-image: url(../images/bullet_circle.png);
	margin-bottom: 1em;
}

#subcontent li.arrow {
	list-style-image: url(../images/bullet_arrow.png);
}

#subcontent h3 {
	text-align: center;
	color: #ff6600;
	font-size: 16px;
}

#subcontent a {
	color: #0099ff;
}

#footer {
	padding: 10px 0;
	background-color: #ff6600;
	font-weight: bold;
	color: #333333;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

