@charset "UTF-8";
/* CSS Document */

/*
ACE Outdoor Advertising On The Sunset Strip
*/

body {
	background: #000 url(images/bg_top.jpg) top repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

a { color: #c00; text-decoration: none; }
a:hover { text-decoration: none; }
a img { border: 0px; }

h2 { font-size: 22px; font-weight: bold; }

#content {
	margin: 0px auto;
	width: 1000px;
	background: #fff;
	padding: 15px 25px;
}

#header { 
	float: left;
	margin-bottom: 15px;
	width: 1000px;
}
#logo { 
	float: left; 
}
#menu { 
	float: right;
	margin-top: 27px;
}
#menu ul { list-style: none; }
#menu li {
	float: left;
	margin-left: 15px;
}
#menu li a {
	padding: 10px;
	display: block;
	color: #333;
	text-transform: uppercase;
}
#menu li a:hover {
	color: #c00;
}
#menu #phone {
	padding: 10px;
	margin-left: 40px;
	display: block;
	font-weight: bold;
}

#main { 
	float: left;
	width: 1000px;
	clear: both;
	margin-bottom: 40px;
}
#center { float: left; }

#rotator {
	position: relative;
	margin: 10px 47px 30px 46px;
	width: 907px;
	height: 455px;
}
#rotator_left { position: absolute; top: 0px; left: 0px; width: 190px; height: 455px; }
#rotator_items { position: absolute; top: 0px; left: 190px; width: 717px; height: 455px; }
#rotator_prev { position: absolute; top: 173px; left: 190px; background: url('images/arrow_prev.png') no-repeat; width: 48px; height: 108px; z-index: 10; opacity: 0; }
#rotator_next { position: absolute; top: 173px; right: 0px; background: url('images/arrow_next.png') no-repeat; width: 48px; height: 108px; z-index: 10; opacity: 0; }

#left {
	float: left;
	width: 259px;
	padding: 15px 0px;
	margin-right: 17px;
}
#left h3 {
	font-size: 18px;
	width: 204px;
	height: 36px;
	font-weight: bold;
	padding-left: 55px;
	padding-top: 12px;
	color: #fff;
	background: url(images/left_title.gif) no-repeat;
}
#left ul {
	list-style: none;
}
#left ul li {
	margin-bottom: 8px;
}
#left ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#left ul li a:hover {
	color: #c00;
}

#right {
	float: left;
	width: 674px;
	background: #bcb1b1;
	padding: 15px 25px;
}

#footer {
	clear: both;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
}
span.tab {
	display: inline;
	padding: 0px 5px;
}
#footer a {
	color: #333;
}

