* {margin:0; padding:0;}

/* Header */
#header {
	background: #000000 url("/img/player_layout/FINAL_75_Repeater_Header.gif") repeat-x;
	height:75px;
	/*margin-bottom:50px;*/
}
#header .logo {padding:0 0 0 0;}
#header div.logopic {float: left; height:75px;}
#header div.logorightpic {float: right; height: auto; padding: 12px 20px 12px 12px;}
#header div.logorightpic ul { text-decoration: none; list-style: none; color: #CCCCCC; font-size: 150%; font-weight: bold;}
#header div.logorightpic ul li {padding-bottom: 10px;}
#header div.logorightpic .nametext {color: #CCCCCC; font-size: 150%; font-weight: bold;}
#header div.logorightpic .phonetext {color: #CCCCCC; font-size: 130%;}

body {
	/*font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;*/
	text-align:center;
	color:#333;
	/*font-size: 76%;*/
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:arial;
	font-size:12px;
	line-height:15px;
}

.flash_link {color:#cccccc;}

.flash_link a {color:#6666ff;}

#container {background-color:#000000; text-align: center;}

#body-wrapper{
	background-color:#000000;
    text-align: center;
    display: block;
    width: 100%;
	padding: 50px 0 50px 0;
	background:url(/img/player_layout/SplashColor_Background.gif) top left no-repeat;
}
#body-content {
	color:#999999;
	background-color:#222222;
	margin: 0px auto;
	border: 4px double #353535;
	/*width: 484px;*/
	/*height: 304px;*/
	padding:10px;
}

#mediaplayer {margin: 0 auto;}

/* === Form styles === */
.contactform div {padding:2px; text-align: left; color: #CCCCCC;}
.contactform input {padding:2px;}
.contactform input.field {width:172px; background: #000000; color: #CCCCCC; border: 2px #000000;}
.contactform img.submit {padding: 2px;}
.contactform input.checkbox {padding:2px; width:35px;}
.contactform select.combo {width:125px; padding:2px; background: #000000; color: #CCCCCC; border: 2px #000000;}
.contactform textarea {padding:2px; background-color: #000000; color: #CCCCCC; border: 2px #000000;}
.contactform select.combosmall {width:75px; padding:2px;}
.contactform div.formpad {padding: 8px;}
.contactform div.formpad p {padding: 0 0 12px 0;}
.contactform fieldset {border:1px solid #CCCCCC;}
.contactform fieldset legend {margin:0 0 0 10px; padding:0 2px 0 2px; color: #CCCCCC; font-weight:bold; font-size:130%;}
.contactform div.required {font-weight: bold; padding:2px;}
.contactform .phone-required {clear: both; display: inline; font-weight: bold; padding:2px;}
.contactform label.left {float:left; width:120px;}
.contactform input.phone {display: inline; width:50px; background: #000000; color: #CCCCCC; border: 2px #000000; margin: 0 2px 0 2px;}
.contactform label.leftwide {float:left; width:150px;}
.contactform label.checkboxright {float:left;}
.contactform div.submit {text-align: center;}

#leadThankyou {padding: 20px; color: #CCCCCC; font-size: 130%; font-weight: bold; text-align: left;}

#footer {
	margin: 0px auto;
	padding: 6px 10px;
	width: 500px;
	color: #CCCCCC;
}
#footer div.copy {
	float: left;
	font-size: 80%;
	text-align: center;
}
#footer div.links {
	float: right;
	font-size: 80%;
	text-align: right;
}
#footer a.padright {
	padding-right: 100px;
}
#footer a {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}
/* Notices and Errors */
div.debug {
	text-align: left;
}
div.messageBin {
	margin-left: auto;
	margin-right: auto;
}
div.message {
	text-align: center;
	color: #387297;
	font-size: 140%;
	font-weight: bold;
	background: #9ee33b;
}
div.toperror-message {
	text-align: center;
	color: #ff0000;
	font-size: 140%;
	font-weight: bold;
	padding: 4px;
}
div.error-message {
	text-align: left;
	color: #ff0000;
	font-size: 100%;
	font-weight: bold;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
	font-size:100%;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div#cakeControllerDump {
	background: #ffcc00;
	font-size: 100%;
	line-height: 100%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}