* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px none;
	outline: none;
}

body {
	font-family: arial;
	font-size: 12px;
	background: #000 url(../images/bg.jpg) repeat-x center top;
	color: #5c5c5c;
}

p {
	margin: 15px 0px 10px;
}

p a {
	color: #062345;
	text-decoration: none;
}

a {
	cursor: pointer;
}

button {
	cursor: pointer;
}

.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 10px auto 0px;
}

#banner {
	height: 145px;
}

#banner a {
	float: left;
	width: 960px;
	height: 145px;
	overflow: hidden;
	background: url(../images/banner.png) no-repeat top left;
	text-indent: -1000px;
}

#menu {
	margin: 5px 0px 0px;
	height: 30px;
	background: url(../images/menu_back.png) no-repeat;
}

#menu a {
	height: 30px;
	line-height: 30px;
	float: left;
	background-position: 0px 0px;
	text-indent: -1000px;
	overflow: hidden;
}

#menu a:hover {
	background-position: 0px -30px;
}

#menu a.home {
	background-image: url(../images/menu_home.png);
	width: 70px;
	margin: 0px 0px 0px 165px;
}

#menu a.about {
	background-image: url(../images/menu_about.png);
	width: 77px;
}

#menu a.events {
	background-image: url(../images/menu_events.png);
	width: 83px;
}

#menu a.artists {
	background-image: url(../images/menu_artists.png);
	width: 87px;
}

#menu a.services {
	background-image: url(../images/menu_services.png);
	width: 184px;
}

#menu a.contactus {
	background-image: url(../images/menu_contact.png);
	width: 116px;
}

#content {
	margin: 5px 0px 0px;
}

#leftside {
	width: 630px;
	float: left;
}

#rightside {
	width: 325px;
	float: right;
	overflow: hidden;
	display: inline;
}

#rightside div.rightitem {
	margin: 0px 0px 5px 0px;
}

#newsletter {
	height: 109px;
	background: url(../images/newsletter_back.png) no-repeat;
}

#newsletter input {
	width: 250px;
	margin: 45px 0px 0px 40px;
	font-size: 11px;
	color: #757575;
}

#newsletter button {
	float: right;
	margin: 15px 30px 0px 0px;
	width: 93px;
	height: 24px;
	background: url(../images/btn_submit.gif) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

#externallinks {
	margin: 0px 0px 5px 0px;
}

#externallinks .top {
	background: url(../images/external_links_title.png) no-repeat;
	height: 36px;
}

#externallinks .bottom {
	background: url(../images/external_links_bottom.png) no-repeat;
	height: 7px;
	overflow: hidden;
}

#externallinks .content {
	background: #FFF;
	padding: 0px 20px;
}

#externallinks .content a {
	float: left;
	height: 30px;
	width: 285px;
	overflow: hidden;
	line-height: 30px;
	color: #626262;
	text-decoration: none;
	text-indent: 30px;
	background-position: 245px center;
	background-repeat: no-repeat;
	display: inline;
}

#externallinks .content a:hover {
	color: #0A386B;
}

#externallinks .content a.odd {
	background-color: #E7E7E7;
}

#externallinks .content a.even {
	background-color: #F5F5F5;
}

.facebook {
	background-image: url(../images/icon_facebook.png);
}

.myspace {
	background-image: url(../images/icon_myspace.png);
}

.twitter {
	background-image: url(../images/icon_twitter.png);
}

.reverbnation {
	background-image: url(../images/icon_reverbnation.png);
}

.external {
	background-image: url(../images/icon_arrow.png);
	color: #1e2f42!important;
	background-position: 265px center!important;
}

#externallinks .content a.external:hover {
	color: #626262!important;
}

#externallinks .content .links {
	padding: 10px 0px;
}

#externallinks .content .border {
	border-bottom: 1px solid #CFCFCF;
}

#ourclients {
	height: 140px;
	background: url(../images/our_clients_back.png) no-repeat;
	overflow: hidden;
	position: relative;
}

#ourclients .gradient {
	top: 0px;
	left: 1px;
	position: absolute;
	overflow: hidden;
	width: 323px;
	height: 140px;
	background: url(../images/our_clients_gradient.png);
	z-index: 999;
}

#ourclients .mask {
	width: 323px;
	margin: 0px 0px 0px 1px;
	height: 140px;
	overflow: hidden;
	position: relative;
}

#ourclients span {
	line-height: 110px;
	height: 110px;
}

#feedlist {
	position: relative;
	height: 100px;
	overflow: hidden;
	top: 40px;
	white-space: nowrap;
	z-index: 998;
}

#feedlist ul {
	position: absolute;
}

#feedlist li {
	width: 323px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}

#feedlist .mooquee-text {
	position: absolute;
	height: 100px;
	z-index: 997;
}

#footer {
	height: 111px;
	background: url(../images/footer_back.png);
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer .bottomlinks {
	width: 600px;
	padding: 50px 0px 0px 125px;
	float: left;
}

#footer .bottomlinks a {
	float: left;
	margin: 0px 12px 0px 0px;
}

#footer .bottomlinks a:hover {
	color: #FFF;
}

#footer .copyright {
	width: 500px;
	padding: 20px 0px 0px 125px;
	float: left;
	color: #c9c9c9;
}

#footer .copyright span {
	color: #FFF;
}

#footer .copyright a {
	color: #abd2fd;
}

#footer .copyright a:hover {
	color: #FFF;
}

#footer .social {
	height: 24px;
	float: right;
	margin: 50px 30px 0px 0px;
}

#footer .social a {
	width: 24px;
	margin: 0px 4px;
	line-height: 24px;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -1000px;
}

.maincontent .content {
	background: #FFF;
	padding: 12px 12px 4px 12px;
}

.maincontent .bottom {
	background: url(../images/main_content_bottom.png) no-repeat;
	height: 8px;
	overflow: hidden;
}

#about h1 {
	height: 26px;
	margin: 0px 0px 10px 0px;
	background: url(../images/title_about.gif) no-repeat;
	text-indent: -1000px;
	border-bottom: 1px dashed #A1A1A1;
}

#about h2 {
	font-size: 12px;
	font-weight: normal;
	color: #062345;
	text-indent: 17px;
	margin: 10px 0px;
}

.pagecontent {
	border-bottom: 1px dashed #A1A1A1;
}

.executives .executive {
	position: relative;
	background: #EBEBEB;
	padding: 12px;
	margin: 0px 0px 20px 0px;
}

.executives .executive .img {
	float: left;
	width: 128px;
	height: 128px;
	overflow: hidden;
	position: relative;
	margin: 0px 12px 0px 0px;
}

.executives .executive h3 {
	font-size: 12px;
	font-weight: normal;
	color: #062345;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}

.executives .executive h3 span {
	color: #525252;
	font-style: italic;
}

.executives .executive div, .executives .executive p {
	line-height: 20px;
}

#artists h1 {
	width: 78px;
	height: 26px;
	margin: 0px 0px 10px 0px;
	background: url(../images/title_artists.gif) no-repeat;
	text-indent: -1000px;
	float: left;
}

#artists h2 {
	color: #a21b08;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #A1A1A1;
	text-indent: 8px;
	padding: 0px 0px 10px 0px;
	clear: both;
}

#artists .photos {
	padding: 15px 15px 15px 36px;
	margin: 0px 0px 20px 0px;
	background: #EBEBEB url(../images/title_photos.gif) no-repeat left top;
}

#contact h1 {
	height: 26px;
	margin: 0px 0px 10px 0px;
	background: url(../images/title_contact.gif) no-repeat;
	text-indent: -1000px;
	border-bottom: 1px dashed #A1A1A1;
}

#frmContact {
	margin: 0px auto;
	width: 494px;
	border-bottom: 1px dashed #A1A1A1;
}

#frmContact dt {
	width: 76px;
	height: 30px;
	line-height: 29px;
	float: left;
	margin: 0px 0px 8px 0px;
}

#frmContact dd {
	width: 418px;
	height: 30px;
	line-height: 29px;
	float: left;
	margin: 0px 0px 8px 0px;
	background: url(../images/textfield_back.gif) no-repeat;
}

#frmContact dd.textarea {
	height: 152px;
	background: url(../images/textarea_back.gif) no-repeat;
}

#frmContact dd input, #frmContact dd textarea {
	margin: 2px 0px 0px 10px;
	padding: 5px 0px;
	width: 398px;
	background: #E7E7E7;
	font-family: arial;
	font-size: 12px;
	color: #5C5C5C;
}

#frmContact dd textarea {
	overflow: auto;
}

#frmContact button {
	float: right;
	width: 115px;
	height: 27px;
	overflow: hidden;
	background: url(../images/btn_send.gif) no-repeat;
	text-indent: -1000px;
}

#contact .items {
	padding: 20px;
}

#contact .item {
	padding: 10px;
	margin: 10px;
	float: left;
	width: 242px;
	height: 144px;
	background: #EFEFEF;
}

#contact .item .title {
	/*color: #a21b08;*/
	color: #062345;
}

#events h1 {
	width: 78px;
	height: 26px;
	margin: 0px 0px 10px 0px;
	background: url(../images/title_events.gif) no-repeat;
	text-indent: -1000px;
	float: left;
}

#events h2 {
	color: #a21b08;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #A1A1A1;
	text-indent: 8px;
	padding: 0px 0px 10px 0px;
	clear: both;
}

#events .images {
	background: #EFEFEF;
	padding: 10px;
}

#events .images a {
	margin: 5px;
	float: left;
}

#events .bottom {
	height: auto;
	overflow: visible;
	line-height: 30px;
	padding: 0px 0px 10px 0px;
	background: url(../images/event_content_bottom.png) no-repeat bottom;
}

#events .bottom .others {
	background: #EBEBEB;
	padding: 10px 20px 0px;
  line-height: 20px;
}

#events .bottom span {
	margin: 0px 5px 0px 0px;
	padding: 0px 15px 0px 0px;
	font-weight: bold;
	font-style: italic;
	color: #424141;
	background: url(../images/icon_arrow.png) no-repeat right center;
}

#events .bottom a {
	color: #a21b08;
	font-weight: bold;
	text-decoration: none;
}

#events .bottom a:hover {
	text-decoration: underline;
}

.tabs {
	border-bottom: 3px solid #031D39;
	height: 32px;
}

.tabs li, .tabs li a {
	float: left;
	width: 123px;
	height: 32px;
}

.tabs li {
	margin: 0px 4px 0px 0px;
}

.tabs li a {
	background: url(../images/tab_back.gif) no-repeat 0px 0px;
	text-align: center;
	line-height: 32px;
	color: #3e3e3e;
	font-style: italic;
	text-decoration: none;
	font-size: 11px;
}

.tabs li a:hover, .tabs li a.active {
	background: url(../images/tab_back.gif) no-repeat 0px -32px;
	color: #FFF;
}

#servicelist {
	margin: 10px 0px 0px;
}

#servicelist h3 {
	height: 30px;
	line-height: 30px;
	background: url(../images/accordion_header.gif) repeat-x;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-indent: 10px;
	cursor: pointer;
	border-bottom: 6px solid #FFF;
}

#servicelist h3 span {
	float: left;
	height: 30px;
}

#servicelist h3 span.arrow {
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/accordion_header_arrows.gif) no-repeat 0px 0px;
}

#servicelist h3.active span.arrow {
	background: url(../images/accordion_header_arrows.gif) no-repeat 0px -30px;
}

#servicelist div.element {
	padding: 10px;
}

#portfolio h1, #portfolio h3 {
	color: #a21b08;
	font-size: 14px;
	font-weight: bold;
	text-indent: 8px;
	padding: 10px 0px 10px 0px;
	clear: both;
}

.newsitem {
	padding: 10px;
	border-bottom: 1px dashed #A1A1A1;
	position: relative;
}

.newsitem .title {
	font-size: 14px;
	color: #031d39;
	font-weight: bold;
	margin: 10px 0px 0px;
}

.newsitem .date {
	font-size: 10px;
	font-style: italic;
	color: #7a7a7a;
	line-height: 18px;
}

.newsitem .newscontent {
	margin: 15px 0px 0px;
	line-height: 20px;
}

.newsitem a {
	color: #5298dd;
	font-size: 10px;
	float: right;
	text-decoration: none;
}

.newsitem a:hover {
	text-decoration: underline;
}

#home .pagecontent {
	border: none!important;
}
#home .bottom {
	height: 35px;
	background: url(../images/home_bottom.png) no-repeat;
}

#home .bottom a {
	float: right;
	line-height: 35px;
	color: #626262;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
}

#home .bottom a:hover {
	text-decoration: underline;
}

#home .updates {
	display: none;
}

#newslist h1 {
	height: 26px;
	background: url(../images/title_news.gif) no-repeat;
	text-indent: -1000px;
	border-bottom: 1px dashed #A1A1A1;
}

.photos {
	padding: 10px 0px;
}

#updatelist h1 {
	height: 26px;
	background: url(../images/title_updates.gif) no-repeat;
	text-indent: -1000px;
	border-bottom: 1px dashed #A1A1A1;
}

#carousel {
	position: relative;
	width: 630px;
	height: 240px;
	overflow: hidden;
	background: #000;
	margin: 0px 0px 5px 0px;
}

#carousel li {
	position: relative;
	width: 630px;
	height: 240px;
	overflow: hidden;
	line-height: 1.2;
	vertical-align: top;
}

#carousel li img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 630px;
	height: 240px;
}

#carousel li .desc {
	top: 240px;
	position: absolute;
	width: 630px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
}

#carousel li .desc .back,#carousel li .desc .controls  {
	top: 0px;
	position: absolute;
	width: 630px;
	height: 50px;
	position: absolute;
}

#carousel li .desc .back {
	background: #000;
}

#carousel span {
	width: 530px;
	float: left;
	text-align: center;
}

#carousel a {
	width: 50px;
	height: 50px;
	float: left;
}

#carousel a.prev {
	background: url(../images/arrow_left.png);
}

#carousel a.next {
	background: url(../images/arrow_right.png);
}