@charset "utf-8";
/* CSS Document */
body {
	background:#222 url(../images/bg.gif) repeat-x;
	color:#303538;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
		h1,h2,h3,h4,h5,h6 {
			font-family: Arial, Helvetica, sans-serif;
			color:#475f6b;
		}
		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: 24px; 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; }
		#page-wrap {
			width:820px;
			margin:0 auto;
		}
				#header {
					/*background:url(../images/header.jpg) no-repeat left bottom;*/
					width:820px;
					height:363px;
					margin:0 0 0;
				}
					#intro {
						margin:50px 0 0;
						float:left;
						width:820px;
					}
					#intro h1 {
						font:normal bold 30px Arial, Helvetica, sans-serif;
						color:#fff;
						width:450px;
						padding:20px 0 0 35px;
					}
					#intro h4 {
						font:normal 15px Arial, Helvetica, sans-serif;
						letter-spacing:normal;
						padding:0px 0 0 35px;
						width:400px;
						color:#a9c8d7;
					}
					#menu		 {
						font:normal bold 14px Arial, Helvetica, sans-serif;
						list-style:none;
						margin:30px 0 20px;
						text-align:center;
						width:820px;
						float:left;
						color:#475f6b;
					}
						#menu li {
							display:inline;
						}
							#menu  li a {
								color:#FFFFFF;
								padding:3px 8px;
								margin:0px 15px 0;
								text-decoration:none;
							}
							#menu  li a:hover {
								background-color:#0083c4;
								-moz-border-radius: 5px;
								-webkit-border-radius: 5px;
							}
					#btn-click-here {
						margin:40px 0 0 35px;
						width:298px;
						height:82px;
					}
						#btn-click-here p a {
							display:block;
							width:298px;
							height:82px;
							background:url(../images/btn-click-here.png) no-repeat;
							text-indent:-9999px;
						}
				#container {
					width:780px;
					float:left;
					background: url(../images/content-bg.gif) repeat-y;
					border-top:none;
					padding:20px 20px 15px;
				}
					#sidebar {
						width:240px;
						float:left;
						margin:0 20px 0 0;
					}
						.sidebar-top {
							background:url(../images/sidebar-top.gif) no-repeat;
							font:normal bold 16px Arial, Helvetica, sans-serif;
							letter-spacing:normal;
							color:#888;
							text-align:center;
							padding:0px 0 0;
							margin:0;
							height:5px;
						}
						#sidebar h3 {
							font:normal bold 16px Arial, Helvetica, sans-serif;
							letter-spacing:normal;
							color:#2b424f;
							text-align:center;
							padding:10px 0 10px;
							margin:0;
						}
						.sidebar-bottom {
							background:url(../images/sidebar-bottom.gif) no-repeat left bottom;
							height:5px;
							margin:15px 0 0;
						}
						#sidebar-menu-wrap {
							margin:0 0 15px;
							background:url(../images/sidebar-bg.gif) repeat-y;
						}
						#newsletter-wrap {
							margin:0 0 15px;
							background:url(../images/sidebar-news-bg.gif) repeat-y;
							color:#fff;
						}
						#newsletter-bottom {
							margin:0 0 15px;
							height:6px;
							background:url(../images/sidebar-news-bottom.gif) no-repeat;
						}
							#sidebar-menu-wrap h4 {
								font:normal bold 16px Arial, Helvetica, sans-serif;
								color:#005b94;
							}
							#newsletter-wrap h3 {
								font:normal bold 16px Arial, Helvetica, sans-serif;
								color:#d5dadc;
								background:url(../images/sidebar-news-top.gif) no-repeat;
								height:50px;
								padding:25px 0 0 45px;
							}
							#newsletter, #sidebar-menu {
								margin:0 20px 15px;
							}
							#sidebar-menu ul {
								margin:10px 0 10px 10px;
							}
								#sidebar-menu ul li {
									background:url(../images/bullet.gif) no-repeat left 3px;
									padding:0px 0 10px 20px;
								}
								#sidebar-menu a {
									text-decoration:none;
									color:#464646;
								}
								#sidebar-menu a:hover {
									color:#000;
								}
					#content {
						width:520px;
						float:left;
					}
						#content p {
							margin:0 0 15px;
							text-align:left;
						}
						#content a {
							font:normal 13px Arial, Helvetica, sans-serif;
							color:#003f7b;
						}
						#content a:hover {
							text-decoration:none;
						}
							#content ul {
								margin:10px 0 10px 10px;
							}
								#content ul li {
									padding:0px 0 10px 10px;
								}
								#content a {
									text-decoration:none;
									color:#003f7b;
								}
								#content a:hover {
									text-decoration:underline;
								}
						.product-wrap {
							background:url(../images/product-bg.gif) repeat-y;
							overflow:hidden;
							width:520px;
							float:left;
							margin-bottom:15px;
						}
							.top-rec-bg {
								background:url(../images/product01-bg.gif) repeat-y;
							}
						.product-bottom {
							background:url(../images/product-bottom.gif) no-repeat left bottom;
							height:17px;
							clear:both;
						}
							.top-rec {
								background:url(../images/product01-bottom.gif) no-repeat left bottom;
							}
						.product-wrap h2 {
							text-indent:-9999px;
							height:53px;
						}
					/*	.product01 { background:url(../images/product01-title.gif) no-repeat; }
						.product02 { background:url(../images/product02-title.gif) no-repeat; }
						.product03 { background:url(../images/product03-title.gif) no-repeat; }*/
						.product-img {
							width:185px;
							float:left;
							margin:0 0 0 15px;
						}
						.btn-visit-site {
							margin:0 auto 0 auto;
							width:114px;
							height:38px;
						}
							.btn-visit-site a {
								display:block;
								width:114px;
								height:38px;
								background:url(../images/btn-visit-site.gif) no-repeat;
								text-indent:-9999px;
							}
						.product-text {
							width:295px;
							float:left;
							margin:0 20px 0 0;
						}
							.product-text h3 {
								color:#1b212f;
								font:normal bold 24px/24px Arial, Helvetica, sans-serif;
							}
							.product-text .link {
								font:normal bold 13px Arial, Helvetica, sans-serif;
								color:#003f7b;
							}
			#footer {
				background:url(../images/content-bottom.gif) no-repeat;
				width:820px;
				clear:both;
				padding:4px 0 15px 0;
				text-align:center;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#656565;
			}
				#footer-nav {
					color:#354d5a;
					margin-bottom:10px;
					padding:15px 0;
					background-color:#0f2028;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
				}
					#footer-nav a {
						color:#354d5a;
						text-decoration:none;
					}
					#footer-nav a:hover {
						color:#fff;
					}
