@charset "UTF-8";
body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
body {
	background:#fff;
	margin: 0px;
	text-align:center;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color:#600;
}
a:active {
	text-decoration: none;
	color: #600;
}


hr {
	clear: both;
	height: 1px;
	border: 0;
	margin:0;
	visibility: hidden;
}


h1 {
	color:#F00;
	text-transform:uppercase;
	font-size:18px;
}


.clear { clear:both; }
.left {float:left; }
.right {float:right;}

#container {
	width:800px;
	margin:0 auto;
	text-align:left;
}

#header {
	text-align:center;
	padding:20px;
}





.bottom-bar {
	text-align:center;
	clear:both;
	padding:20px;
	font-size:10px;
}
.bottom-bar a { font-size:12px; font-weight:bold; }







#nav {
	text-align:center;
	margin-bottom:50px;
}

#nav table {
	margin:0 auto;
	padding:0;
	width:100%;
}

#nav table td { margin:0; padding:5px; background-color:#235595; }
#nav table td:hover { background-color:#4176bb;  }

#nav table a {
	color:#fff;
	text-decoration:none;
	
	font-size:16px;
	font-weight:bold;
	
	padding:5px 10px;
}










.c-left {
	float:left;
	width:150px;
	padding:5px;
	text-align:center;
}

.c-center {
	float:left;
	width:470px;
	text-align:center;
	padding:5px;
}

.c-right {
	float:right;
	width:150px;
	padding:5px;
	text-align:center;
}


.large {
	font-size:18px;
}

.main-item {
	width:600px;
}

.main-item td { font-size:18px; padding:10px; }







.left-col { width:330px; float:left; }
.right-col { width:370px; float:left; }



.section {
	font-size:14px;
	padding:0 40px;
	margin-bottom:40px;
}

.section .main-image {
	/*padding:0 40px 0 0;*/
}




.section h1 {
	color:#333;
	text-transform:none;
	font-size:20px;
	margin-bottom:3px;
}


.section h2 {
	color:#333;
	text-transform:none;
	font-size:16px;
	margin-top:3px;
}




.section table {
	text-align:left;
}

.section td {
	padding:0px 5px 10px;
}





.center {
	text-align:center;
}




.sample {
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	color:#666;
}



.price {
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin:5px;
}

#tips { width:500px; margin:0 110px; }
#tips ul { text-align:left; width:300px; margin:0 auto; }

#tips .main { text-align:left; font-size:16px; }
#tips .product { margin:30px 0; text-align:left; }
#tips .product h3 { margin:0; }
#tips .product h3 a { color:#00F; }

#tips .product p {margin-top:0;}
#tips .promo {text-align:left;}
#tips .promo h1 {text-align:center;}

#tips .promo a { color:#00F; text-decoration:underline; }

#tips .tip { color:#900; }


#contact-us p { font-size:16px; }

#contact-us a { color:#00F; text-decoration:underline; }