/* STANDARD ELEMENTS */ 
body {
	margin: 0px;
	padding: 0px;	
	font-family: arial, sans-serif;
	font-size: 12px;
	background: url('../images/bgs/Home_WWPurple.jpg') no-repeat;
	background-position: center top;
	background-color: #000;	
}

h1, h2, h3, h4 	{margin: 0px; padding: 0px}
p {
	color: #505050;
	margin: 0 0 12px 0;
}
li {
	color: #505050;
}
img {
	border: 0px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

div.right	{
	text-align: right;
}
div.clear {
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: none;
	padding: 0px;
}
.error {
	color: Red;
}

.h1	{
	font-size: 18px; display: block; font-weight: bold; margin-bottom: 8px;
	color: #000
}
.h2	{
	font-size: 14px; display: block; font-weight: bold; margin-bottom: 4px;
}

object {
	margin-bottom: 8px;
	display: block;
}

textarea {
	font-family: arial, sans-serif; font-size: 12px;
}

/* BUTTONS */
input.button-grey, a.button-grey {
	color: #FFF;
	background: url('../images/channel/buttons/Grey-rest.jpg') no-repeat;
	padding: 4px 4px 4px 18px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	border-style: none;
}
input.button-grey:hover, a.button-grey:hover {
	background: url('../images/channel/buttons/Grey-rollover.jpg') no-repeat;
}
input.button-color, a.button-color {
	color: #FFF;
	background: url('../images/channel/buttons/BBCWW-rest.jpg') no-repeat;
	padding: 4px 4px 4px 18px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	border-style: none;
}
input.button-color:hover, a.button-color:hover {
	background: url('../images/channel/buttons/BBCWW-rollover.jpg') no-repeat;
}


/* COMMON STRUCTURE */
#footer {
	width: 927px;	
	margin: 8px auto 0px auto;
	padding-bottom: 16px;
	overflow: hidden;
}
#footer #consumer-links {
	float: left;	
}
#footer #consumer-links p{
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
#footer #consumer-links p.disclaimer {
	border-top: dashed 1px #FFF;
	width: 927px;
}
#footer #consumer-links p.disclaimer span {
	font-weight: normal;
	font-size: 11px;
	width: 650px;
	display: inline-block;
	margin-top: 4px;
}
#footer #footer-links {
	clear: both;
	float: right;	
	color: #FFF;
}
#footer #footer-links a {
	color: #FFF;
	text-decoration: none;
}
#footer #footer-links a:hover {
	text-decoration: underline;
}

#branding-strip {
	width: 945px;	
	margin: 20px auto 0 auto;	
}
#branding-strip div.logos {
	margin-top: 8px;
	padding-bottom: 40px;
}
#branding-strip div.logos img {
	margin-right: 6px;
}

#videoPanel {
	display: none;
}

