@charset "utf-8";
/* CSS Document */
body {
	background:#293e4b url(../images/bg.gif) repeat-x;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#303538;
}
		h1,h2,h3,h4,h5,h6 {
			font-family: Arial, Helvetica, sans-serif;
			color:#293e4b;
		}
		h1 { letter-spacing:-.05em; font-size:48px; font-weight:bold; line-height: 48px; margin:0 0 20px; }
		h2 { letter-spacing:-.04em; font-size:24px; font-weight:bold; line-height: 28px; margin:0 0 20px; }
		h3 { letter-spacing:-.04em; font-size:18px; font-weight:bold; line-height: 18px; margin:0 0 16px;}
		h4 { letter-spacing:-.04em; font-size:16px; font-weight:bold; line-height: 16px; }
		h5 { letter-spacing:-.03em; font-size:14px; font-weight:bold; line-height: 14px; }
		h6 { letter-spacing:-.02em; font-size:14px; font-weight:bold; line-height: 14px; }
		.clear { clear:both; height:0px; margin:0; }
		.hide {
			background:none;
			font-size:1px;
			display:none;
			height:0;
			left:-9999px;
			overflow:hidden;
			position:absolute;
			top:-9999px;
			width:0;
			z-index:0;
			line-height:0px;
		}
		.center { text-align:center; margin:0 auto; }
		#page-wrap {
			width:780px;
			margin:0 auto;
		}
				#header {
					background:url(../images/header.jpg) no-repeat;
					width:780px;
					height:176px;
				}
				#container {
					width:780px;
					float:left;
					background: url(../images/content-bg.gif) repeat-y;
					border-top:none;
					margin:0 auto;
					min-height:600px;
				}
					#content {
						width:700px;
						margin:0 auto;
						padding:15px 0 0;
					}
						#content p {
							margin:0 0 15px;
						}
/*						#content a {
							font:normal 13px Arial, Helvetica, sans-serif;
							color:#003f7b;
						}*/
						#content a:hover {
							text-decoration:none;
						}
							#content ul {
								list-style: circle;
								margin: 20px 0 10px 35px;
							}
								#content ul li {
									padding:0px 0 10px 10px;
								}
						.product-wrap {
							background:url(../images/product-bg.gif) repeat-y;
							overflow:hidden;
							width:700px;
							margin-bottom:15px;
						}
						.product-bottom {
							background:url(../images/product-bottom.gif) no-repeat left bottom;
							height:2px;
							clear:both;
							width:700px;
						}
						.product-wrap h2 {
							height:50px;
							font:normal bold 18px Arial, Helvetica, sans-serif;
							color:#fff;
							padding:16px 0 0 85px;
							margin:0 0 10px;
							letter-spacing:-.2px;
						}
						#comparison-tbl {
							margin:0 auto;
						}
						#comparison-tbl td {
							font:normal bold 14px Arial, Helvetica, sans-serif;
						}
						#comparison-tbl p {
							margin:5px 0;
						}
						.star-rating {
							float:left;
							height:17px;
							vertical-align:middle;
						}
						.center td {
							text-align:center;
						}
						.price p {
							font:normal bold 14px Arial, Helvetica, sans-serif;
							color:#999;
						}
						.price p span {
							font:normal bold 22px Arial, Helvetica, sans-serif;
							color:#a11e0e;
						}
						.product-name p {
							color:#fff;
							background:url(../images/product-name-bg.gif) no-repeat;
							display:block;
							width:162px;
							height:33px;
							padding:8px 0 0;
						}
						.rating {
							color:#666;
						}
						.rate {
							padding:0 0 0 47px;
							vertical-align:middle;
						}
						.specs {
							text-align:left;
							color:#a11e0e;
							padding:0 0 0 12px;
						}
						.grey {
							background-color:#f5f5f5;
						}
						.comparison { background:url(../images/comparison-title-bg.gif) no-repeat; }
						.product01 { background:url(../images/product01-title-bg.gif) no-repeat; }
						.product02 { background:url(../images/product02-title-bg.gif) no-repeat; }
						.product03 { background:url(../images/product03-title-bg.gif) no-repeat; }
						.product-ratings {
							width:159px;
							margin:10px 15px;
							text-align:center;
						}
						.product-img {
							width:189px;
							float:left;
							margin:0 0 15px 20px;
							text-align:center;
						}
							.product-img p {
								text-align:center;
							}
							.img-top {
								width:189px;
								height:5px;
								background:url(../images/product-img-box-top.gif) no-repeat;
							}
							.img-bottom {
								width:189px;
								height:5px;
								background:url(../images/product-img-box-bottom.gif) no-repeat;
							}
						.btn-visit-site {
							margin:0 auto 0 auto;
							width:157px;
							height:33px;
						}
							.btn-visit-site a {
								display:block;
								width:114px;
								height:38px;
								padding:8px 0 0;
								margin:5px auto 0;
								background:url(../images/btn-visit-site.jpg) no-repeat;
								font:normal bold 14px Arial, Helvetica, sans-serif;
								color:#fff;
								text-indent:-9999px;
							}
						.product-text {
							width:445px;
							float:left;
							margin:0 20px 15px 20px;
						}
							.product-text h3 {
								color:#777;
								font:normal bold 24px/24px Arial, Helvetica, sans-serif;
							}
							.product-text .link {
								font:normal bold 13px Arial, Helvetica, sans-serif;
								color:#003f7b;
							}
			#footer {
				background: #527c96 url(../images/content-bottom.gif) no-repeat;
				width:780px;
				clear:both;
				padding:30px 0 15px 0;
				margin:0 0 25px;
				text-align:center;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#a9becb;
			}
				#footer p{
					color:#a9becb;
					margin:0 0 15px;
				}
					#footer a {
						color:#a9becb;
						text-decoration:none;
					}
					#footer a:hover {
						text-decoration:underline;
					}