body
{
	background-color: #4F92E3;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial;
}

li
{
	line-height:16px;
}

h1
{
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 2px;
	background-image: url(images/blue_bar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: -5px;
	padding-bottom: 5px;
	display: block;
	font-weight: normal;
}

#horizontal
{
	background-color: transparent;
	visibility: visible;
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	background-color: #4F92E3;
}

#center
{
	background-color: #4F92E3;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	margin-left: -374px;
	position: absolute;
	left: 50%;
	width: 748px;
	height: 100%;
}

#top_bar
{
	width: 748px;
	height: 12px;
	background-image: url(images/top_bar.gif);
	background-repeat: repeat-x;
	clear: both;
}

#home_btn
{
	position: absolute;
	top: 12px;
	left: 700px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/btn_home_up.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 29px;
	width: 29px;
}

#home_btn:hover
{
	background-image: url(images/btn_home_over.gif);
}

#main_menu{
	width: 165px;
	height: 359px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 42px;
	left: 3px;
}

.hideImage
{
	width: 0px;
	height: 0px;
}

.top_menu_btn
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 165px;
	height: 26px;
	clear: both;
	background-image: url(images/top_menu_btn_up.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}

.top_menu_btn_depressed
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 165px;
	height: 26px;
	clear: both;
	background-image: url(images/top_menu_btn_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}


.top_menu_text
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	clear: both;
	left: 19px;
	top: 4px;
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #0E2C60;
}

.top_menu_text_fr
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	clear: both;
	left: 19px;
	top: 4px;
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 0;
	color: #0E2C60;
}


.normal_menu_text
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	clear: both;
	left: 19px;
	top: 3px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 2px;
	color: #0E2C60;
	width: 146px;
}

.normal_menu_text_fr
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	clear: both;
	left: 19px;
	top: 3px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0px;
	color: #0E2C60;
	width: 146px;
}

.bottom_menu_text
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	clear: both;
	left: 19px;
	top: 4px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	color: #0E2C60;
}


.bottom_menu_text_fr
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	clear: both;
	left: 19px;
	top: 4px;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0;
	color: #0E2C60;
}


.top_menu_btn:hover
{
	background-image: url(images/top_menu_btn_over.gif);
}

.menu_spacer_small
{
	display: block;
	position: relative;
	width: 100%;
	height: 4px;
	clear: both;
	background-image:url(images/menu_spacer.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.menu_spacer_large
{
	display: block;
	position: relative;
	width: 100%;
	height: 91px;
	clear: both;
	background-image:url(images/menu_spacer.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.normal_menu_btn
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 165px;
	height: 23px;
	clear: both;
	background-image: url(images/normal_btn_up.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}

.normal_menu_btn_depressed
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 165px;
	height: 23px;
	clear: both;
	background-image: url(images/normal_btn_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}


.normal_menu_btn:hover
{
	background-image: url(images/normal_btn_over.gif);
}

.bottom_menu_btn
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 165px;
	height: 26px;
	clear: both;
	background-image: url(images/bottom_menu_btn_up.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}

.bottom_menu_btn_depressed
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 165px;
	height: 26px;
	clear: both;
	background-image: url(images/bottom_menu_btn_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}


.bottom_menu_btn:hover
{
	background-image: url(images/bottom_menu_btn_over.gif);
}

#lifestyle
{
	position: absolute;
	top: 42px;
	left: 172px;
	width: 563px;
	height: 359px;
	padding: 0px;
	margin: 0px;
}

#table_top
{
	position:absolute;
	top: 401px;
	left: 4px;
	width: 733px;
	height: 78px;
	z-index: 2;
	background: url(images/table_top.jpg);
	background-repeat: no-repeat;
	background-color: #4F92E3;
}

#subnav
{
	position: absolute;
	left: 172px;
	top: 405px;
	width: 563px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

a.subnav_item
{
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	color:#FFFFFF;
	text-decoration: none;
	float: left;
	padding: 0px;
	margin: 0px;
	z-index: 300;
	letter-spacing: 1px;
}

a.subnav_item_depressed
{
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	color:#FFFFFF;
	text-decoration: none;
	float: left;
	padding: 0px;
	margin: 0px;
	z-index: 300;
	letter-spacing: 1px;
	background-image: url(images/subnav_bar_blue.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: -6px;
	padding-bottom: 6px;
}

a.subnav_item:hover
{
	background-image: url(images/subnav_bar_blue.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: -6px;
	padding-bottom: 6px;
}

a.subnav_item_fr
{
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color:#FFFFFF;
	text-decoration: none;
	float: left;
	padding: 0px;
	margin: 0px;
	z-index: 300;
	letter-spacing: 0;
}

a.subnav_item_depressed_fr
{
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color:#FFFFFF;
	text-decoration: none;
	float: left;
	padding: 0px;
	margin: 0px;
	z-index: 300;
	letter-spacing: 0;
	background-image: url(images/subnav_bar_blue.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: -6px;
	padding-bottom: 6px;
}

a.subnav_item_fr:hover
{
	background-image: url(images/subnav_bar_blue.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: -6px;
	padding-bottom: 6px;
}


#product_image
{
	position: absolute;
	left: 4px;
	top: 401px;
	z-index: 5;
}

#table_body
{
	position:absolute;
	top:479px;
	left: 4px;
	width:733px;
	z-index:1;
	background: url(images/table_body.gif);
	background-repeat: repeat-y;
	background-color: #4F92E3;
	margin: 0px;
	padding: 0px;
}

#product_text
{
	position: absolute;
	left: 257px;
	top: 452px;
	width: 450px;
	height: auto;
	/* height: 299px;  this value will be dynaic */
	z-index:25;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#product_text_2
{
	position: absolute;
	left: 342px;
	top: 452px;
	width: 362px;
	/* height: 299px;  this value will be dynaic */
	z-index:25;
	margin: 0px;
	padding: 0px;
	clear: both;
}


#main_product_title
{
	letter-spacing: 5px;
	font-size: 27px;
	color: #0E2C60;
	font-family: Arial;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image: url(images/light_blue_bar.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: -8px;
	padding-bottom: 8px;
}

#main_product_title_2
{
	letter-spacing: 5px;
	font-size: 25px;
	color: #0E2C60;
	font-family: Arial;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image: url(images/light_blue_bar.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: -8px;
	padding-bottom: 8px;
}


.left_pane_text
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	line-height: 15px;
	letter-spacing: 1px;
	width: 150px;
}


.product_description_2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-align: justify;
	line-height: 16px;
}

.generic_title
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 22px;
	color: #000000;
	line-height: 24px;
}

.generic_title_link
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 22px;
	color: #000000;
	text-decoration: none;
	line-height: 24px;
	background-image: url(images/blue_bar_rev.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: -5px;
	padding-bottom: 5px;
}

.generic_title_link:hover
{
	color: #3399CC;
}



.generic_text_01
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
}


#table_footer
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 4px;
	width:733px;
	height: 24px;
	z-index: 10;
	background: url(images/table_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #4F92E3;
	visibility: hidden;
}

#footer_links
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 5;
	left: 525px;
	width: 238px;
	height: 27px;
	float: left;
	visibility: hidden;
}

#footer_links_fr
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 5;
	left: 155px;
	width: 638px;
	height: 27px;
	float: left;
	visibility: hidden;
}

#bottom_bar
{
	border: 0px;
	padding: 0px;
	position: absolute;
	z-index: 3;
	left: 0px;
	visibility: hidden;
	/* top: 509px; unknown */
}


/* Other pages.... */

#nonproduct_left_pane
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 4px;
	top: 402px;
	z-index:20;
}

#nonproduct_title
{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 21px;
	line-height: 24px;
	color: #0E2C60;
	letter-spacing: 3px;
	background-image: url(images/light_blue_bar.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: -8px;
	padding-bottom: 8px;
	clear: both;
	width: 150px;
}

.nonproduct_description {
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-align: justify;
	line-height: 15px;
	width: 150px;
	font-weight: bold;
}

a.nonproduct_link
{
	margin: 0px;
	padding: 0px; 
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color:#000000;
	text-decoration: none;
}

a.nonproduct_link:hover
{
	margin: 0px;
	padding: 0px; 
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color:#000000;
	text-decoration: none;
	background-image: url(images/fade_bar.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: -5px;
	padding-bottom: 5px;
}

a.product_link
{
	line-height: 16px;
	color: #000099;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

a.product_link:hover
{
	line-height: 16px;
	color:#0000FF;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.product_link_left
{
	line-height: 16px;
	color: #000099;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

a.product_link_left:hover
{
	line-height: 16px;
	color:#0000FF;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}


#nonproduct_right_pane
{
	position: absolute;
	left: 171px;
	top: 401px;
	width: 532px;
	z-index:10;
	margin: 0px;
	padding: 0px;
}

#right_pane
{
	position: absolute;
	left: 177px;
	top: 457px;
	width: 536px;
	z-index:25;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#right_pane_title
{
	letter-spacing: 3px;
	font-size: 21px;
	color: #0E2C60;
	font-family: Arial;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image:url(images/fade_bar_long.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: -10px;
	padding-bottom: 10px;
}

#whatsnew_text
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-align: justify;
	line-height: 15px;
	letter-spacing: 1px;
}

#product_main_title
{
	font-size: 19px;
	letter-spacing: 2px;
	color: #0E2C60;
	font-family: Arial;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image: url(images/light_blue_bar.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: -8px;
	padding-bottom: 8px;
}

.product_main_description
{
	width: 446px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	float: left;
	text-align: justify;
	position: relative;
	/* left: 55px; */
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-weight: bold;
}

.subproduct_link
{
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 18px;
	letter-spacing: 2px;
	background-image: url(images/blue_bar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: -5px;
	padding-bottom: 5px;
	clear: both;
	font-weight: normal;
}

.subproduct_link:hover 
{
	color: #3399CC;
}

.subproduct_link_nobg
{
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 2px;
}

.subproduct_link_nobg:visited
{
	color: #000;
}

.subproduct_link_nobg:hover 
{
	color: #3399CC;
}


.link_page_link
{
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 2px;
	background-image: url(images/blue_bar_rev.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: -5px;
	padding-bottom: 5px;
	clear: both;
}

.link_page_link:hover 
{
	color: #3399CC;
}
























#products
{
	margin: 0px;
	padding: 0px;
	width: 783px;
}




.product_image {
	margin: 0px;
	padding-left: 8px;
	float:left;
	width: 263px;
	text-align: center;
}

.product_title {
	font-family: Arial;
	font-size: 18px;
	letter-spacing: 2px;
	/*
	position: absolute;
	left: 200px;
	*/
	position: relative;
	left: -57px;
	margin: 0px;
	padding-top: 5px;
}


.product_description {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	text-align: justify;
	line-height: 16px;
	font-weight: semibold;
}

.regular_txt {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	text-align: justify;
	line-height: 16px;
}


.product_description_bold {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	text-align: justify;
	line-height: 16px;
	font-weight: bolder;
}


#table_bottom {
	width: 783px;
	height: 48px;
	background-image: url(images/table_bottom.gif);
	background-repeat: no-repeat;
}


.product {
	background-image: url(images/table_middle.gif);
	background-repeat: repeat-y;
	width: 100%;
	height: auto;
	display:block;
	float:left;
}

.content {
	font-size: 14px;
	padding: 5px }

.footer
{
	position:relative;
	width: 800px;
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #4F92E3;
	letter-spacing: 1px;
	text-align:right;
}

.footer_link
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	letter-spacing: 1px;
	text-decoration: none;
}

.footer_link:hover 
{
	color:#FFFF00;
	font-size: 12px;
	font-family: Arial;
	letter-spacing: 1px;
	text-decoration: none;
}
