@charset "utf-8";
/* CSS Document */
body {
	background: #8e8e8e url(../images/bg.png) top left repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
    padding: 0;
    margin: 0;
    height: 100%;
}
		h1,h2,h3,h4,h5,h6 {
			font-family: Arial, Helvetica, sans-serif;
			color:#083547;
		}
		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:852px;
			margin:0 auto;
		}
				#header {
					width:820px;
					/*height:328px;
                    margin-top: 15px;*/
                    margin-left: auto;
                    margin-right: auto;
				}
                #header .nav-top {
                    height: 80px;
                }
					#menu		 {
						font:normal bold 14px Arial, Helvetica, sans-serif;
						list-style:none;
						text-align:center;
						float:left;
                        height: 42px;
                        padding-top: 23px;
					}
						#menu li {
							display:block;
                            float: left;
							margin:0;
                            text-align: center;
                            padding: 13px 0 0;
                            height: 29px;
                            background: url(../images/nav-separator.png) center right no-repeat;
						}
                            #menu li.menu-item-1 { width: 107px; }
                            #menu li.menu-item-2 { width: 198px; }
                            #menu li.menu-item-3 { width: 215px; }
                            #menu li.menu-item-4 { width: 183px; }
                            #menu li.menu-item-5 { width: 100px; background: none;}
							#menu li a {
								color: #a36100;
                                font-weight: bold;
                                font-size: 14px;
                                font-family: Arial, sans-serif;
								padding: 3px 5px;
								text-decoration:none;
							}
							#menu  li a:hover {
								text-decoration: underline;
							}
                            #menu li:hover, #menu li.active {
                            }
					#intro {
                        margin: 0;
						float:left;
						width:820px;
                        height: 262px;
                        background: url(../images/header.jpg) top left  no-repeat;
					}
					#intro h1 {
						font: normal bold 30px  Arial, Helvetica, sans-serif;
						width:470px;
						padding: 40px 0 0 35px;
                        color: white;
                        margin-bottom: 7px;
					}
					#intro h4 {
						font: normal 16px Arial, Helvetica, sans-serif;
						letter-spacing:normal;
						padding:0 0 0 35px;
						width: 310px;
                        color: #cacaca;
					}
					#btn-click-here {
                        width: 385px;
						height: 69px;
                        margin: 50px 0 0 7px;
					}
						#btn-click-here p a {
							display:block;
							width: 385px;
						    height: 69px;
							text-indent:-9999px;
						}
				#container {
					width:820px;
					float:left;
					border-top:none;
					margin: 10px 0 0;
				}
                #container-top {
                }
                #container-bottom { padding: 0 0 0 18px; }
                	#sidebar {
						width:220px;
						float:left;
						margin: 0 10px 0 0;
                        padding: 10px;
                        font-size: 13px;
                        font-family: Arial, sans-serif;
                        background: white;
                        color: #464646;
					}
						#sidebar h3 {
							font: normal bold 18px Arial, Helvetica, sans-serif;
							letter-spacing: normal;
							color: #0b0b16;
							text-align: center;
							padding: 6px 0 0 0;
							margin: 0;
							height: 30px;
                        }
						.sidebar-bottom {
						}
                        #newsletter-wrap {
                            border: 1px solid #bcbcbc;
                            padding: 5px;
                        }
                        #sidebar-menu-wrap {  }
                        #sidebar #newsletter-wrap h3 {
                            padding-top: 10px;
                            height: 50px;
                        }
                        #sidebar #newsletter-wrap #newsletter {
                            border-left: 1px solid #dbdbdb;
                            border-right: 1px solid #dbdbdb;
                        }
                        #sidebar .newsletter-bottom {
                            height: 12px;
                        }
						#newsletter-wrap, #sidebar-menu-wrap {
							margin: 0 0 20px;
						}

							#sidebar-menu-wrap h4 {
								font:normal bold 16px Arial, Helvetica, sans-serif;
								color:#151b27;
							}
                            #sidebar-menu .sidebar-title {
                                clear: both;
                            }
                            #sidebar-menu .sidebar-title h4 {
                                display: inline;
                                font-size: 16px;
                                font-weight: bold;
                                font-family: Arial, sans-serif;
                                color: #fff;
                                padding: 7px;
                                line-height: 20px;
                                vertical-align: middle;
                                background: #bab9b9;
                                margin-bottom: 10px;
                            }
							#newsletter, #sidebar-menu {
                                padding: 10px 0 10px 10px;
							}
							#sidebar-menu ul {
								margin: 20px 0 10px 8px;
							}
								#sidebar-menu ul li {
                                    background: url(../images/content-bullet.gif) 0 4px  no-repeat;
									padding:0 0 10px 18px;
                                    margin-left: 10px;
								}
								#sidebar-menu a {
									text-decoration:none;
									color:#464646;
                                    font-family: sans-serif;

								}
								#sidebar-menu a:hover {
									text-decoration: underline;
								}
					#content {
                        width: 550px;
						float: left;
                        background: url(../images/content-bg.png) top left repeat-y;
					}
                    #content-top {
                        background: url(../images/content-top.png) top left no-repeat;
                    }
                    #content-bottom {
                        padding: 30px;
                        background: url(../images/content-bottom.png) bottom left no-repeat;
                    }
						#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
                            font-family: Arial, sans-serif;
							color: #0b0b16;
						}
						#content p {
							margin:0 0 15px;
							text-align:justify;
						}
						#content a {
							font:normal 13px Arial, Helvetica, sans-serif;
							color:#464646;
                            text-decoration: none;
						}
						#content a:hover {
							text-decoration:underline;
						}
							#content ul {
								margin:10px 0 10px 10px;
							}
								#content ul li {
									padding:0px 0 10px 25px;
									background:url(../images/content-bullet.gif) no-repeat 2px 5px;
								}
						.product-wrap {
							overflow: hidden;
							width: 478px;
							float: left;
							margin: 0;
                            padding: 20px 10px;
                            border-left: 1px solid #dbdbdb;
                            border-right: 1px solid #dbdbdb;
						}
						h2.product01, h2.product02, h2.product03 {
							text-indent: -9999px;
							height: 59px;
							margin: 0;
                            color: #013452;
                            font-size: 26px;
                            width: 501px;
						}
						.product01 { background:url(../images/product-title-01.jpg) no-repeat; }
						.product02 { background:url(../images/product-title-02.jpg) no-repeat; }
						.product03 { background:url(../images/product-title-03.jpg) no-repeat; }
						.product-img {
							width: 180px;
							float: left;
                            margin: 4px auto 0 auto;
						}
						.btn-visit-site {
							margin: 4px auto 0 auto;
							width:139px;
							height:37px;
						}
							.btn-visit-site a {
								display:block;
								width:139px;
								height:37px;
								background:url(../images/btn-visi-site.gif) no-repeat;
								text-indent:-9999px;
							}
						.product-text {
							width:280px;
							float:left;
                            color: #303538;
                            margin-left: 10px;
						}
							#content .product-wrap .product-text h3 {
								color: #0b0b16;
								font:normal bold 24px Arial, Helvetica, sans-serif;
                                line-height: 26px;
							}
							#content .product-wrap .product-text .link {
								font:normal bold 13px Arial, Helvetica, sans-serif;
								color: #003f7b;
                                text-decoration: underline;
							}
			#footer {
				float:left;
				margin:0;
				clear:both;
                margin-top: 10px;
				padding: 0;
				text-align: left;
                height: 216px;
				font:normal 11px Arial, Helvetica, sans-serif;
				color: #818072;
			}
            #footer-wrap {
                background: url(../images/footer-bg.png) bottom left repeat-x;
            }
				#footer-nav {
                    text-align: center;
                    padding-left: 15px;
                    font-size: 11px;
					color: #fff;
                    height: 55px;
					margin-bottom:35px;
                    padding-top: 35px;
				}
					#footer-nav a {
						color:#fff;
						text-decoration:none;
					}
					#footer-nav a:hover {
						text-decoration:underline;
					}
					
					
#content ol {
	list-style: decimal;
	padding-left: 35px;
	margin: 15px 0;
}

#content ol  li {
	padding-bottom: 10px;
}


.product-bottom {
    clear: both;
}

.footer-bottom {
    margin: -15px 0 0px 20px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
}

#content a {
    color: #003F7B;
    font: bold 14px "Trebuchet MS",Arial,Helvetica,sans-serif;
}