@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	height: 100%;
	background: url(../images/footer_bg.jpg) #ffffff repeat-x left bottom;
}
#websiteWrapper {
	margin:0 auto;
	padding:0;
	height: 100%;
	width: 100%;
}

#header {
	width:930px;
	height: 66px;
	margin:0 auto;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	width:930px;
	height: 85px;
	margin:0 auto;
	margin-bottom:30px;
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #333333;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#movie {
	width:930px;
	height: 245px;
	margin:0 auto;
}

#navigation {
	width:930px;
	height:45px;
	background-color: #F5A30A;
	margin:0 auto;
}

#content {
	width: 930px;
	background-color: #FFFFFF;
	padding:10px;
	padding-bottom:40px;
	margin:0 auto;
}

/*Links*/
#content a:link, #content a:active {
	color:#0066CC;
}

#content a:visited, #content a:hover {
	color:#993300;
}

#content p {
	text-align:justify;
}

/*Headings*/
#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #F5A30A;
	padding:0;
	margin:0;
}
#content h2 {
	color: #7E735B;
	font-size: 17px;
	font-weight: normal;
}
#content h3 {
	font-size: 18px;
	font-weight: normal;
	color: #808990;
}
#content h4 {
	color:#44ACA3;
	font-size: 18px;
	font-weight: normal;
}


#content .righcol {
	width: 25%;
}
#content h5 {
	font-size: 1em;
	font-weight: normal;
}


/*Bullets*/
#content li {
	margin-bottom: 6px;

}


#productBox {
	background-image: url(../images/productbox_bg.jpg);
	background-repeat: repeat-x;
	border: #E6E6E6 solid 1px;
	margin-top: 10px;
}

#ProductLogoWrapper {
	padding: 10px;
	height: 59px;
	margin: 10px;
	border: #E6E6E6 solid 1px;
	width: 140px;
	background-color: #FEFEFE;
	background-image: url(../images/productlogo_box.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#NewsBox {
	margin: 10px;
	padding: 10px;
	width: 262px;
	background: url(../images/news_bg.gif) repeat-x center bottom;
	border: #CCCCCC solid 1px;
}
#NewsBox h2 {
	font-size: 15px;
	color: #F6AB1E;
	padding-top:0;
	margin-top:0;
}
#NewsBox p {
	margin:0;
	padding:0;
}

/*More Button*/
#more {
	margin-left: 181px;
}

.price {
	color: #CF242A;
	font-size: 18px;
}

/*Bread Crumbs*/
.BreadCrumb {
	font-size: 10px;
	padding-bottom: 10px;
}

/*How to buy discount Highlights*/
.discountHighlight {
	color: #0A6643;
	font-weight: bolder;
}

.Price1Row {
	background-color: #F5A30A;
	color: #333333;
	padding:5px;
	font-weight: bold;
}


/*Content Margin*/
#contentwrapper {
	padding-right:15px;
}

.betaAvail {
	color: #EE428A;
	font-size: 1.5em;
	font-weight: bold;
}
