/* Default styles for page */
body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	width: 948px;
	margin:auto;
}

p {
	margin:2px;
	background-color: inherit;
	color: inherit;
}

a {
	color:#CF050C;
	text-decoration:none;
	border:none;
	background-color: inherit;
}

img {
	border:none;
	background-color: inherit;
	color: inherit;
}

a:hover {
	text-decoration:underline;
	background-color: inherit;
	color: inherit;
}

h1 {
	color:#666666;
	font-weight:bolder;
	font-size:xx-large;
	background-color: inherit;
}

h3 {
	color:#ff0000;
	font-weight:bolder;
	font-size:small;
	background-color: inherit;
}

form {
	padding-top:2px;
	padding-bottom: 2px;
	margin:auto
}

input {
	color:#444;
	background-color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
}

/* Header bar */
#header {
	background-color:#fff;
	background-image:url(../images/greybartop.jpg);
	background-repeat:no-repeat;
	height:24px;
	width: 948px;
	color: inherit;
}

/* Logo Area - useful for ad space or rolling promo text */
#logobar {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: inherit;
	color: inherit;
}

/* Buttons to subpages of the site */
#linkbar {
	width:624px;	
	padding-bottom:5px;
	background-color: inherit;
	color: inherit;
}

/* Main Content Area - filled in dynamically */
#bodycontent {
	width: 100%;
	background-color: inherit;
	color: inherit;
}

/* News Area */
#newspane {
	float:right;
	width: 304px;
	vertical-align:top;
	background-color: inherit;
	color: inherit;
}

.redbar {
	padding-bottom:7px;
	background-color: inherit;
	color: inherit;
}

/* all 3 headers have the same amount of bottom padding for consistency */
#newsheader, #videoheader, #reviewheader {
	padding-bottom:6px;	
	background-color: inherit;
	color: inherit;
}

#newscontent {
	background-color:#ebebeb;
	height:460px;
	color: inherit;
}

/* Made for 3 news items */
#newsitems {
	background-color:#ebebeb;
	margin-top:10px;
	color: inherit;
}

.newsitem {
	color: #666;
	padding-left:10px;
	padding-right:10px;
	background-color: inherit;
}

span.newsdate {
	font-size:xx-small;
	background-color: inherit;
	color: inherit;
}

span.newsitemheader  {
	font-size:larger;
	font-weight:bolder;
	background-color: inherit;
	color: inherit;
}
span.pageitemheader  {
	font-size:larger;
	font-weight:bolder;
	background-color: inherit;
	color: inherit;
}

span.newsbite {
	font-size:smaller;
	background-color: inherit;
	color: inherit;
}

/* Promotions Area Styling */
#promoscroller{
	width:100%;
	overflow:hidden;
}

div.promoelement {
	width:146px;
	float: left;
	padding-right:12px;
	padding-top:5px;
	background-color: inherit;
	color: inherit;
}

img.promoimage {
	width: 147px;
	height: 146px;	
}
#promoarrow {
	padding-left:3px;
	background-color: inherit;
	color: inherit;
}

p.promotitle {
	font-weight:bolder;
	font-size:larger;
	background-color: inherit;
	color: inherit;
}

p.promoartist {
	color:#ff0000;
	font-size: x-small;
	font-weight:bolder;
	background-color: inherit;
}

p.promotitle {
	color:#ff0000;
	font-size: x-small;
	font-weight:bolder;
	background-color: inherit;
}

p.promotext {
	color:#666;
	font-size:xx-small;
	background-color: inherit;
}
span.aboutus {
	color:#666;
	font-size:smaller;
	background-color: inherit;
}

/* Lower part of the page containing review and video is distinct from the upper part containing promo and news */
#bottompagearea {
	clear:both; 
	padding-top:5px;
	padding-bottom:5px;
	background-color: inherit;
	color: inherit;
}

/* Review Area Styling */
#reviewpane {
	width:618px;
	background-color: inherit;
	color: inherit;
}

#reviewcontent {
	background-color:#ebebeb;
	height:240px;
	color: inherit;
}

/* Services Area Styling */
#servicespane {
	width:600px;
	background-color: #ebebeb;
	color: inherit;
	padding: 10px 10px 10px 10px;
}

/* Services Area Styling */
#aboutuspane {
	width:600px;
	background-color: #ebebeb;
	color: inherit;
	padding: 10px 10px 10px 10px;
}

#reviewpic {
	float:left;
	width:150px;
	background-color: inherit;
	color: inherit;
}

#reviewcontent {
	background-color:#ebebeb;
	padding-left:10px;
	padding-top:10px;
	color: inherit;
}

#reviewsubtext {
	font-size:x-small;
	color: #ff0000;
	font-style:italic;
	background-color: inherit;
}

/* Video Area */
#videoarea {
	float:right;
	text-align:center;
	background-color: inherit;
	color: inherit;
	width:304px;

}

#videoplayer {
	background-color:#ebebeb;
	height:250px;
	color: inherit;
}

/* Footer Styling */
#footer {
	color:#999;
	font-size:x-small;
	text-align: left;
	clear:both;
	background-color: inherit;
}

#footerlinks {
	float:right;
	background-color: inherit;
	color: inherit;
	width: 310px;
}

.reviewtext {	
	background-color: #ebebeb;
	text-align: justify;
	font-size:x-small;
	padding-right:15px;
	color: inherit;
}
