@charset "utf-8";
/* CSS Document */
body	{ border: 0px; padding: 0px; margin: 0px; #fff; font-family: arial; font-size: 12px; color: #000; }
img		{ border: 0px; }

#container	{ width: 999px; }		
.header		{ width: 999px; height: 146px; background-color: #95d9d8; }
.navigation	{ width: 182px; background-color: #c3e9e9; }
.content	{ width: 817px; background-color: #95d9d8; }

.sub_title	{ font-size: 16px; font-weight: bold; font-style: italic; }
.prd_name	{ background-color: #231f20; color: #fff; font-size: 14px; font-weight: bold; text-align: center; height: 40px; }
.prd_name a:link	{ color: #fff; text-decoration: none; }
.prd_name a:visited	{ color: #fff; text-decoration: none; }
.prd_name a:hover	{ color: #fff; text-decoration: underline; }

.info			{ font-size: 11px; }
.info .left		{ padding-left: 0px; padding-right: 10px; text-align: left; }
.info .center	{ padding-left: 10px; padding-right: 10px; text-align: left; }
.info .right	{ padding-left: 10px; padding-right: 0px; text-align: left; }

#navigation_container			{ width: 170px; }
#navigation_container div		{ height: 35px; }
#subnavigation_container		{ width: 170px; }
#subnavigation_container div	{ height: 25px; }

#footer		{ background-image: url(../media/graphics/background_footer.gif); background-repeat: repeat-y; height: 38px; }
#footer div	{ color: #c3e9e9; font-size: 11px; padding-left: 22px; text-align: left; }

#prd_search_title	{ background-image: url(../media/graphics/brg_prd_search_title.jpg); background-repeat: no-repeat; width: 320; line-height: 28px; color: #fff; font-size: 18px; font-weight: bold; text-align: center; }
#prd_background		{ background-color: #bde7e7; }
#prd_info			{ font-size: 16px; font-weight: bold; text-align: left; padding: 15px; line-height: 25px; }
#prd_info span		{ font-weight: normal; }

#product_container		{ width: 580px; text-align: center; }
#product_container div	{ font-size: 16px; font-weight: bold; text-align: center; padding: 15px; line-height: 25px; }
#product_container span	{ font-weight: normal; }
#product_container .sub	{ font-size: 18px; font-weight: bold; text-align: center; text-transform: uppercase; color: #CC0000; }
