/*--------------------[GENERAL RULES]--------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	color: #bbb;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: white url(../img/htmlBg2.png) center 274px;
}

body {
	height: 100%;
	background: url(../img/bodyBgBW.jpg) repeat-x center top;
}

#wrapper {
	margin: 0 auto;
	width: 774px;
	height: 100%;
}

#container {
	width: 772px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	float: left;
	background: url(../img/containerBg2.png) center top;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

p {
	margin: .75em 0;
	text-align: justify;
}

h1 {
	font-size: 22px;
	color: #fff;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #555;
}

h2 {
	font-size: 18px;
	color: #eee;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #555;
}

h3 {
	color: #ddd;
	font-size: 16px;
	margin-bottom: 1em;
}

h4 {
	color: #ccc;
	font-size: 14px;
}

h5 {
	color: #bbb;
	font-size: 12px;
	margin-bottom: 1em;
}

h6 {
	color: #aaa;
	font-size: 10px;
	margin-bottom: 1em;
}

hr {
	height: 1px;
	margin: .5em 0 1em 0;
	border-width: 1px 0 0;
}

a {
	color: orange;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: yellow;
	cursor: pointer;
}

img {
	border-width: 0;
}

.imgLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

.imgRight {
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
}


/*--------------------[HEADER RULES]--------------------*/
#header {
	position: relative;
	width: 772px;
	float: left;
	height: 274px;
	background: url(../img/headerBg.jpg) repeat-x center top;
}

#header h1 {
	float: left;
	margin-left: 32px;
	border-bottom: none;
	display: inline;
}

#header h1 a {
	background: url(../img/logo3.png) no-repeat left top;
	height: 200px;
	width: 200px;
	float: left;
	margin-top: 1em;
}

#header h1 a span {
	display: none;
}

#header h4 {
	float: right;
	margin: 8px 6px 0 0;
	height: 25px;
	width: 450px;
	background: url(../img/slogan.png) no-repeat left top;
	display: inline;
}

#header h4 span {
	display: none;
}
/*
#header #silhouette {
	float: right;
	height: 200px;
	width: 275px;
	background: url(../img/silhouette.png) no-repeat left top;
	margin-top: 5px;
	margin-right: 64px;
}
*/
#header #search {
	float: right;
	margin-top: 166px;
	margin-right: 16px;
}

/*--------------------[CONTENT RULES]--------------------*/
#content {
	padding: 32px 8px 72px;
	width: 756px;
	float: left;
}

.sideBg {
	min-height: 736px;
	background: url(../img/sideBg.gif) no-repeat 16px 32px;
}

/*--------------------[MAIN RULES]--------------------*/
#main {
	float: right;
	width: 488px;
	padding: 0 8px;
	text-align: left;
}

#main #mainAd {
	margin-bottom: 16px;
	padding: 9px;
	background-color: #000;
	border: 1px solid #555;
	height: 60px;
}

#main .video {
	width: 488px;
	height: 391px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: none;
}

#main #photo {
	width: 488px;
	height: 366px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: none;
}

#main .disclist {
	margin-left: 2em;
	list-style: square;
}

#main .newsLink {
	float: right;
	cursor: pointer;
}


#main .button {
	float: left;
	border: 0;
	padding-top: 6px;
	margin: 8px 0 0;
	text-align: center;
	background: url(../img/buttonBg.png) no-repeat;
	width: 90px;
	height: 30px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

#main .button:hover {
	color: orange;
}

#main .buttonDown {
	float: left;
	border: 0;
	padding-top: 6px;
	margin: 8px 0 0;
	text-align: center;
	background: url(../img/buttonBgDown.png) no-repeat;
	width: 90px;
	height: 30px;
	cursor: pointer;
	color: gray;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

#main #contact {
	float: left;
	margin-bottom: 16px;
}

#main #contact label {
	float: left;
	clear: left;
	width: 137px;
	text-align: right;
	padding-right: 8px;
	cursor: pointer;
	font-weight: bold;
}

#main #contact input {
	float: left;
	width: 333px;
	text-align: left;
	margin-bottom: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: orange;
	background-color: white;
	padding: 4px;
}

#main #contact input.button {
	margin: 8px 0 0 8px;
	float: right;
	border: 0;
	width: 90px;
	background-color: transparent;
	text-align: center;
}

#main #contact textarea {
	float: left;
	width: 337px;
	height: 150px;
	margin-bottom: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: orange;
	background-color: white;
	padding-left: 4px;
}

#main #contact h6 {
	text-align: right;
}

/*--------------------[SIDE RULES]--------------------*/
#side {
	float: left;
	width: 236px;
	padding: 0 8px;
	text-align: left;
}

#side .caption {
	font-size: 11px;
	float: right;
	text-align: right;
	margin-bottom: 1em;
	margin-right: 8px;
	line-height: 1em;
}

#side .thumb {
	width: 100px;
	margin: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	cursor: pointer;
	float: left;
}

#side .sideArt {
	width: 200px;
	height: 200px;
	margin: 16px 0 4px 16px;
	border: 1px solid #555;
	background-color: #fff;
	background-repeat: no-repeat;
	float: left;
}

#side .selected {
	border-color: red;
	cursor: default;
}

#side #portfolio {
	background: url(/img/slides/BeatBumz1.jpg) no-repeat center top;
	height: 306px;
	width: 236px;
	list-style: none;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 0;
	float: left;
	display: none;
}

#side #fbFan span {
	display: none;
}

#side #fbFan {
	background: url(../img/facebook-fan-trans.png) no-repeat center center;
	height: 57px;
	width: 202px;
	float: left;
	margin: 16px 0 4px 16px;
}

#side #twitter span {
	display: none;
}

#side #twitter {
	background: url(../img/twitter_buttons5.png) no-repeat center center;
	height: 57px;
	width: 202px;
	float: left;
	margin: 16px 0 4px 16px;
}

#side #twitter_update_list {
	list-style: none;
	margin: 0 16px;
	border: 1px solid #525552;
	padding: 8px;
	float: left;
}

#side #twitter_widget {
	width: 202px;
	margin: 16px 0 4px 16px;
	background: red;
	float: left;
}
/*--------------------[FOOTER RULES]--------------------*/
#footer {
	padding: 16px 0 8px;
	margin: 16px 16px 0;
	width: 740px;
	float: left;
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	border-top: 1px solid #555;
}

#footer span {
	font-size: 10px;
	float: right;
	line-height: 1.25em;
	clear: right;
	white-space: nowrap;
}

#footer a {
	float: left;
	height: 30px;
	width: 90px;
	margin-right: 16px;
	background-repeat: no-repeat;
}

#footer a span {
	display: none;
}