@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.ChamberMagicHTML #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.ChamberMagicHTML #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.ChamberMagicHTML #logo {
	padding-top:16px;

}

.ChamberMagicHTML #logo a {
		color:#ffce3a;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
}

.ChamberMagicHTML #mail {
	width:484px;
	margin:0 auto;
	margin-top:26px;
	
}

.ChamberMagicHTML #form {
	height:197px;
	background-image:url(images/middle_mail.jpg);
	background-repeat:no-repeat;
	padding-top:48px;
	padding-left:67px;
	padding-right:70px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#04333f;
	font-size:14px;
}

.red {
	color:#F00;
}

.thirteen {
	font-size:12px;
}

.fieldform {
	background-color:#bd9837;
	border:solid 1px #bd9837;
	height:22px;
	width:225px;
	padding-top:5px;
	padding-left:3px;
}

.ChamberMagicHTML #forbes {
	padding-top:25px;
	padding-left:31px;
	padding-right:5px;
}

.ChamberMagicHTML #magazine {
	padding-top:66px;
	padding-left:25px;
	padding-right:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:#ccc;
}

.Reviews #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.Reviews #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.Reviews #scroll {
	width:94px;
	float:right;
}

.Reviews #scrollerbg {
	
	width:94px;
	background-image:url(images/scroll_bg.jpg);
	background-repeat:no-repeat;
	height:392px;
}

.Reviews #logo {
	padding-top:16px;

}

.Reviews #logo a {
		color:#ffce3a;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
}

.Reviews #reviews {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		padding:115px 55px 25px 110px;
		height:400px;
}

.Reviews #close {
	text-align:center;
	padding-top:60px;
	padding-left:60px;
}

.Reviews #fullreviews {
	background-image:url(images/review_bigbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:622px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		margin-right:95px;	
}

.Reviews #content b {
	font-size:14px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
