h1 {
	font-size: 15px;
}

h2 {
	font-size: 16px;
}

h4 {
	color: red;
}

UL {
	font-size: 13px;
}

a:hover {
	color: red;
}

P {
	font-size: 13px;
}

body {
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 13px;
}

.table_top {
	border-right : 1px solid #32518B;
	width: 800px;
	height: 91px;
}

.lower_top_table {
	border-right : 1px solid #32518B;
	width: 800px;
	height: 25px;
}

.leftmenutable	{
	width: 100%;
	vertical-align: top;
}

.topbg {
	background-image: url(../img/top_bg.gif);
	height : 91px
	width: 800px;
}

.logo {
	background-image: url(../img/logo.gif);	
	height: 91px;
	width: 375px;
	background-repeat: no-repeat;
}

.top_bg {
	background-image: url(../img/top_bg.gif);
	width: 256px;
	height: 91px;
}

.top_right {
	background-image: url(../img/top_right.gif);
	width: 169px;
	height: 91px;
	background-repeat: no-repeat;
}

.left_top_bottom {
	background-image: url(../img/top_bg2.gif);
	width: 169px;
	height: 25px;
}

.tabcell {
 	background-image: url(../img/top_bg2.gif);
	width: 100%;
	height: 25px;
}

.top_right2 {
	 background-image: url(../img/top_right_bottom.gif);
	 width : 169px;
}

.spacer {
	background-image: url(../img/wave.gif);
	border-right : 1px solid #32518B;
	width: 800px;
	height: 52px;
}

.tabsbox {
	align: center;
	height: 25px;
}

.h_tab_left {
	background-image: url(../img/h_tab_left.gif);
	width: 12px;
	height: 25px;
}

.h_tab_right {
	background-image: url(../img/h_tab_right.gif);
	width: 10px;
	height: 25px;
}

.h_tab {
	background-image: url(../img/h_tab.gif);
	width: 55px;
	height: 25px;
}

.h_tab_text {
	height: 25px;
	width: 55px;
	text-align: center;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	cursor : pointer;
}

.h_tab_text a:link, .h_tab_text a:visited {
	color: white;
	text-decoration: none;
}

.h_tab_text a:hover {
	color: white;

}

.tabs {
	background-image: url(../img/tab_bg.gif);
	width: 55px;
	height: 25px;
}

.tabs_text {
	width: 55px;
	height: 25px;
	text-align: center;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: black;
	text-align: center;
	cursor : pointer;
}

.tabs_text a:link, .tabs_text a:visited {
	color: black;
	text-decoration: none;
}

.tabs_text a:hover {
	color: black;
}

.tabs_right {
	background-image: url(../img/tab_right.gif);
	width: 9px;
	height: 25px;
}

.tabs_left {
	background-image: url(../img/tab_left.gif);
	width: 9px;
	height: 25px;
}

.main_body {
	width: 800px;

	border-right: 1px solid #32518B;
}

.body_left {
	background-color: #BCD873;
	width: 158px;
	border-right: 1px solid #32518B;
}

.body_right {
	background-color: #D7D8DA;
	width: 156px;
	border-left: 1px solid #32518B;
	padding-top: 15px;
}

.body_center {
	background-color: #ffffff;
	width: 482px;
}

.footer_top {
	background-image: url(../img/footer_top.gif);
	height: 37px;
	width: 800px;
	border-right: 1px solid #32518B;	
}

.footer_bottom {
	background-color: #32518B;
	height: 85px;
	width: 800px;
	border-right: 1px solid #32518B;
	text-align: center;
	color: white;
}

.footer_links {
	background-color: #32518B;
	width: 800px;
	border-right: 1px solid #32518B;
	text-align: center;
	color: white;
	padding-bottom: 20px;
	font-size: 12px;
}

.footer_links a:link, .footer_links a:visited {
	color: #BCD873;
	text-decoration: none;
}

.footer_links a:hover {
	text-decoration: underline;
}

.footer_text {
	width: 580px;
	color: white;
	font-size: 12px;	
	text-align: center;
}

.footer_text a:link, .footer_text a:visited {
	color: #BCD873;
	text-decoration: none;
}

.footer_text a:hover {
	text-decoration: underline;
}

.footer_spacer {
	border-right: 1px solid #32518B;
	background-color: #32518B;
	height: 25px;
	width: 800px;
}

.leftmenu_top {
	height: 15px;
}

.menu_header {
	height: 20px;
	width: 100%;
	background-color: #32518B;
	color: white;
	text-align: left;
	font-size:13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
	padding-left: 5px;
	margin-top: 5px;
}

.menu_links, .menu_links a:link, .menu_links a:visited {
	width: 100%;
	color: black;
	text-align: left;
	font-size:13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}


.menu_links a:hover {
	text-decoration: underline;
}

.menu_contact {
	width: 100%;
	color: black;
	text-align: left;
	font-size:13px;
	font-family: arial, helvetica, sans-serif;
	padding-top: 5px;
	text-decoration: none;
	padding-left: 5px;
}

.menu_contact a:link, .menu_contact a:visited {
	color: #32518B;
	text-decoration: none;
}

.menu_contact a:hover {
	text-decoration: underline;
}

.body_spacer {
	height: 35px;
}

.product_table {
	width: 459px;
	border-left : 1px solid #9CBF23;
	border-right : 1px solid #9CBF23;
	font-size: 13px;
}

.product_table_bottom {
	width: 459px;
	height: 25px;
	border-left : 1px solid #9CBF23;
	border-right : 1px solid #9CBF23;
	border-bottom : 1px solid #9CBF23;
	margin-bottom: 5px;
}

.product_header {
	background-color: #E1EABB;
	border : 1px solid #9CBF23;
	height: 10px;
	width: 459px;
	color: black;
	padding-left: 5px;
	font-weight: bold;
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
}

.product_nav {
	background-color: #E1EABB;
	border : 1px solid #9CBF23;
	width: 459px;
	color: black;
	padding-left: 5px;
	text-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin-bottom : 5px;
}

.product_nav_text, .product_nav_text a:link, .product_nav_text a:visited {
	text-align: center;
	font-size: 13px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.product_nav_text a:hover {
	text-decoration: underline;
}

.product_inc {
	padding-left: 5px;
	padding-top: 5px;
}

.product_img, .product_img a:link, .product_img a:visited {
	color: #9CBF23;
	width: 222px;
	padding-top: 5px;
	padding-right: 5px;
}

.price {
	font-size: 13px;
	text-align: center;
}

.ourprice {
	text-align: center;
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.shiping {
	text-align: center;
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.homec_header {
	background-color: #E1EABB;
	border: 1px solid #9CBF23;
	width: 95%;
	font-weight: bold;
	margin-top: 5px;
}

.homec_product {
	border-right: 1px solid #9CBF23;
	border-bottom: 1px solid #9CBF23;
	border-left: 1px solid #9CBF23;
	width: 95%;
}

.homec_name {
	height: 100%;
	border-right: 1px solid #9CBF23;
	font-size: 14px;
	width: 35%px;
}

.homec_num {
	height: 100%;
	border-right: 1px solid #9CBF23;
	font-size: 13px;
	text-align: center;
	width: 25%;
}

.homec_price {
	font-weight: bold;
	color: red;
	height: 100%;
	border-right: 1px solid #9CBF23;
	text-align: center;
	font-size: 14px;
	width: 20%;
}

.homec_buynow {
	background-color: #ffffff;
	width: 20%;
	height: 100%;
}

.homec_bg {
	height: 100%;
	width: 99.5%;
	background-color: #ffffff;
}

.pol_header {
	background-color: #E1EABB;
	border : 1px solid #9CBF23;
	height: 10px;
	width: 459px;
	color: black;
	padding-left: 5px;
	font-weight: bold;
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

.pol_table {
	width: 459px;
	border-left : 1px solid #9CBF23;
	border-right : 1px solid #9CBF23;

}

.pol_font {
	font-wight: bold;
	font-size: 15px;
	width: 100%;
	text-align: center;
}

.top_text {
	color: #BCD873;
	padding-bottom: 15px;
}