body {
	background:#FFF/*#F1F1F2 url(../images/background.gif) repeat-x*/;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
iframe {
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	border:none;
	position:absolute;
}
p {
	line-height:15px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
}
h3 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.red {
	color:#C00;
	font-weight:bold;
}
#wrapper {
	width:832px;
	margin:0 auto;
}
#header {
	background:url(../images/header.jpg);
	width:832px;
	height:140px;
	float:left;
}
#main-content {
	background:url(../images/content-border-bg.jpg) repeat-y;
	width:682px;
	height:auto;
	margin:0px;
	padding:5px 75px 20px 75px;
	float:left;
}
.product-heading {
	background:#101BA8;
	width:677px;
	height:30px;
	margin:20px auto 0px auto;
	padding:0 0 0 10px;
	float:left;
}
.product-heading h2 {
	color:#FFF;
	font-size:20px;
	line-height:30px;
	padding:0px;
	margin:0px;
}
.product-container {
	background:url(../images/product-container-bg.jpg) bottom right no-repeat;
	width:690px;
	height:425px;
	margin:0px auto 20px auto;
	padding:0px 0px 10px 0px;
	float:left;
}
.product-rating {
	width:250px;
	height:375px;
	margin:0px;
	padding:15px 0 0 10px;
	border-left:#DDD solid 1px;
	float:left;
}
.product-info {
	width:395px;
	height:377px;
	padding:0px 15px 15px 15px;
	border-right:#DDD solid 1px;
	float:left;
}
#footer {
	background:url(../images/footer.jpg);
	width:832px;
	height:66px;
	line-height:66px;
	float:left;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
#footer-box {
	width:690px;
	height:200px;
	float:left;
}
.num-1 {
	background:url(../images/num1.png) no-repeat;
	width:90px;
	height:60px;
	margin:15px 0 0 0;
	float:left;
}
.num-2 {
	background:url(../images/num2.png) no-repeat;
	width:90px;
	height:60px;
	margin:15px 0 0 0;
	float:left;
}
.num-3 {
	background:url(../images/num3.png) no-repeat;
	width:90px;
	height:60px;
	margin:15px 0 0 0;
	float:left;
}
.num-4 {
	background:url(../images/num4.png) no-repeat;
	width:90px;
	height:60px;
	margin:15px 0 0 0;
	float:left;
}
.num-5 {
	background:url(../images/num5.png) no-repeat;
	width:90px;
	height:60px;
	margin:15px 0 0 0;
	float:left;
}
.num-6 {
	background:url(../images/num6.png) no-repeat;
	width:90px;
	height:60px;
	margin:15px 0 0 0;
	float:left;
}
.ratetitlebox {
	width:146px;
	margin:15px 5px 5px 0;
	float:left;
}
.rate-title {
	width:146px;
	height:23px;
	font-size:16px;
	font-weight:bold;
	line-height:23px;
	margin:5px 0;
	float:left;
}
.ratebox {
	width:97px;
	margin:15px 0;
	float:left;
}
.rate-1 {
	background:url(../images/rate1.png) no-repeat;
	width:97px;
	height:23px;
	margin:5px 0;
	float:left;
}
.rate-2 {
	background:url(../images/rate2.png) no-repeat;
	width:97px;
	height:23px;
	margin:5px 0;
	float:left;
}
.rate-3 {
	background:url(../images/rate3.png) no-repeat;
	width:97px;
	height:23px;
	margin:5px 0;
	float:left;
}
.rate-4 {
	background:url(../images/rate4.png) no-repeat;
	width:97px;
	height:23px;
	margin:5px 0;
	float:left;
}
.rate-5 {
	background:url(../images/rate5.png) no-repeat;
	width:97px;
	height:23px;
	margin:5px 0;
	float:left;
}
.centered {
	margin:0 auto;
}
.menu {
	width:100%;
	display:table;           /* ignored by IE */
	padding:0;
	list-style-type:none;
	white-space:nowrap;      /* add a border to show size of menu */
}
.menu li {
	display:table-cell;      /* ignored by IE */
}
.menu a, .menu a:visited {
	display:block;           /* for all browsers except IE */
	padding:7px 54px;
	color:#FFF;
	background:#101BA8;
	border:1px solid #101BA8;
	text-decoration:none;
}
.menu a:hover {
	color:#101BA8;
	background:#FFF;
	border:1px solid #101BA8;
}
