﻿@charset "utf-8";
.right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h1, h2, h3, h4, h5, h6, p {
	padding-bottom:0px;
	margin-bottom:0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/BG_tile.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #2b9e89;
	text-decoration: underline;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #2b9e89;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

p {
	padding:0px;
	line-height: 18px;
	}
	
	
	.content {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #333;
	font-size: 12px; 
	text-align:left;
	padding: 10px;
	
}
	
	
H1  {
	padding-bottom:0px;
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style: italic;
	font-weight: bold;
	color: #9f9f9f;
}
.product_name{
	height: auto;
	width: 345px;
}
 H2{
	padding-bottom:0px;
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size:20px;
	font-style: italic;
	font-weight: bold;
	color: #9f9f9f;
}

 H3  {
	padding-bottom:0px;
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size:18px;
	font-style: italic;
	font-weight: bold;
	color: #9f9f9f;
}
H4  {
	padding-bottom:0px;
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size:16px;
	font-style: italic;
	font-weight: bold;
	color: #9f9f9f;
}

H5 {
	padding-bottom:0px;
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:14px;
	font-weight: bold;
	color: #9f9f9f;
}

H6  {
	padding-bottom:0px;
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
	font-style: italic;
	
	color: #9f9f9f;
}
.faq_questions{
	padding-bottom: 10px;
}
.answers{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.req {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	color: #900;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul {
	list-style-image: none;
	list-style-type: none;
}
li {
	list-style-image: none;
	list-style-type: none;
}


#topmenu{
	height:30px;
	width: 601px;
	float: right;
	position: relative;
	margin-right: 18px;
	margin-top: 32px;
	text-align: center;
}

#homeproducts {
	position: static;
	top: 334px;
	left: 527px;
}


.twoColFixLtHdr #container {
	width: 915px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
} 
.twoColFixLtHdr #header {
	background-image: url(/img/banner.gif);
	background-repeat: no-repeat;
	height: 161px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header {
	padding-top: 115px;
	padding-left: 300px;
}
 #cart {
	position:relative;
	float:right;
	width: 250px;
	text-align: right;
	padding-top: 40px;
	height: 40px;
	padding-right: 30px;
 }

.login {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	vertical-align: middle;
}

.login a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration:none
}

.login a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration:none
}

.login a:hover{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration:underline
}
 
 .error-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
}

.page_name{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#9f9f9f;
	margin:0;
	padding:0;
	font-weight:bold;
	font-style: italic;
}
 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#side_subnav_area{
	float: left;
	height: auto;
	width: 212px;
	position: relative;
	overflow: hidden;
}
#side_subnav{
	float: left;
	height: auto;
	width: 212px;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}
#side_subnav_foot{
	float: left;
	height: auto;
	width: 212px;
	position: relative;	
}
#border_bottom{
	background-image: url(../images/bottom_border.gif);
	background-repeat: repeat-x;
	width: 650px;
	position: absolute;
	bottom: 0px;
	height: 10px;
	left: 20px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 #sidebarbackground {
	background-color:#FFFFFF;
	padding-top: 10px;
}
.twoColFixLtHdr #sidebar1 #sidebarbackground p {
	margin:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.twoColFixLtHdr #sidebar1 #sidebarbackground h1, .twoColFixLtHdr #sidebar1 #sidebarbackground h2, .twoColFixLtHdr #sidebar1 #sidebarbackground h3, .twoColFixLtHdr #sidebar1 #sidebarbackground h4, .twoColFixLtHdr #sidebar1 #sidebarbackground h5, .twoColFixLtHdr #sidebar1 #sidebarbackground h6 {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
#inner_content_area{
min-height:500px;
	
	width: 650px;
	
}
#content_area{
	background-image: url(../images/contentrightbg.gif);
	float: right;
	height: auto;
	width: 650px;
	background-repeat: repeat-y;
	position: relative;
	right: 13px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}

.twoColFixLtHdr #mainContent {
	min-height: 600px;
	height:auto;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(/img/contentrightbg.gif);
	background-color: #FFF
	background-repeat: repeat-y;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
} 
.twoColFixLtHdr #mainContent #bottomborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d5d685;
	border-bottom-color: #d5d685;
	margin-right: 10px;
	height: 3px;
	margin-top: 10px;
	background-color: #FFF;
	clear:both;
	}
.twoColFixLtHdr #footer {
	background-image: url(/img/contentfooter.gif);
	background-repeat: no-repeat;
	height: 93px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 205px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #copyright {
	padding-left: 225px;
	color: #FFFFFF;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	
	}
#hp_related{
	background-image:url(../images/Title_RelatedProd.gif);
	background-repeat:no-repeat;
	height:45px;
	width:642px;
	margin-bottom: 15px;
}
#hp_relatedenclosed{
	/*background-image:url(../images/Tile_Enclosed.gif); */
	background-repeat:repeat-y;
	height:350px;
	width:644px;
	float: left;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
#hot_area{
	width:642px;
	float: left;
}
#hp_hot{
	background-image:url(../images/Title_WhatsHot.gif);
	background-repeat:no-repeat;
	height:45px;
	width:642px;
}
#hp_enclosed{
	background-image:url(../images/Tile_Enclosed.gif);
	background-repeat:repeat-y;
	height:350px;
	width:642px;
	float: left;
	text-align: left;
	position: relative;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#hp_endcap{
	background-image:url(../images/Enclosed_EndCap.gif);
	background-repeat:no-repeat;
	height:13px;
	width:642px;
	position: relative;
	float: left;
	margin-bottom: 25px;
}
	
#hp_featured{
background-image:url(/img/homepg_featured.gif);
background-repeat:no-repeat;
height:408px;
width:642px;
margin-top:15px;
padding-top:38px;
padding-left:0px;
}
#hp_featured td.hp_f_p{
width:149px;
height:149px;
}
#hp_featured h1{
font-family:Arial, sans-serif;
font-size:12px;
margin:0 0 3px 0;
color:#ffffff;
font-weight:bold;
}
#hp_featured h2{
font-family:Arial, sans-serif;
font-size:11px;
font-weight:normal;
margin:0;
color:#54514c;
}
#hp_featured a{
font-family:Arial, sans-serif;
font-size:11px;
margin:0;
color:#ffffff;
font-weight:normal;
text-decoration:underline;
}
.myaccount_table{
border : 1px solid #afafaf;
background-color:#FFFFFF;
font-size:11px;
font-family:Arial, sans-serif;
color:#666;
line-height:16px;
}
.myaccount_table a:link{
font-size:11px;
font-family:Arial, sans-serif;
color:#138872;
line-height:16px;
text-decoration:none;
}
.myaccount_table a:visited{
font-size:11px;
font-family:Arial, sans-serif;
color:#138872;
line-height:16px;
text-decoration:none;
}
.myaccount_table a:hover{
font-size:11px;
font-family:Arial, sans-serif;
color:#138872;
line-height:16px;
text-decoration:underline;
}

.myaccount_header{
font-family:arial,sans-serif; 
font-size:13px; 
font-weight:bold;
padding: 4px 0px 4px 0px;
color:#666;
}
.suggest{
margin-top:10px;
}
.cat_image{
margin-bottom:0px;
}
/* Contact Us Form*/
    .cat_listbox2{
    border : 1px solid #bbb090;
    font-family:Arial, sans-serif;
    font-size:11px;
    width:228px;
    height:88px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:2px;
	color:#54514c;
    }
    .cat_textbox2{
    border : 1px solid #bbb090;
    font-family:Arial, sans-serif;
    font-size:11px;
    width:228px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:2px;
	color:#54514c;
    }
    .drop2{
    border : 1px solid #bbb090;
    font-family:Arial, sans-serif;
    font-size:11px;
    width:78px;
    }
    .contact_label label{
    font-family: arial, sans-serif;
    color:#bbb090;
    font-size:11px;
    font-weight:bold;
    }
	.contactus_select select{
    border : 1px solid #bbb090;
    font-family:Arial, sans-serif;
    font-size:11px;
    width:78px;
	}
	#contact_us_form_table h1{
	font-family:Arial, sans-serif;
	font-size:18px;
	color:#bbb090;
	margin:0;
	padding:0;
	font-weight:normal;
	}
	#contact_us_form_table p{
	font-family:Arial, sans-serif;
	font-size:11px;
	color:rgb(83, 83, 75);
    margin:0;
	padding:0;
	}
	
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9fdfd3;
}

#copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9fdfd3;
}

#copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9fdfd3;
	text-decoration:underline;
}


/* johnny menu */

.mainBTN {
	width: 183px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d67d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #929292;
	font-weight: normal;
	float: left;
	margin-left: 23px;
	padding-left: 5px;
	display: table-cell;
	position: relative;
	padding-top: 5px;
}
.mainBTN_over {
	width: 183px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d67d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	float: left;
	margin-left: 23px;
	padding-left: 5px;
	display: table-cell;
	position: relative;
	cursor:pointer;
	padding-top: 5px;
	background-color: #e7e7e7;
}
.mainBTN_selected {
	width: 173px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d67d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #929292;
	font-weight: bolder;
	float: left;
	margin-left: 23px;
	padding-left: 15px;
	display: table-cell;
	position: relative;
	padding-top: 5px;
	background-image: url(../images/catBTN_selected.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.subbtn {
	width: 165px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d67d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #929292;
	font-weight: normal;
	float: left;
	margin-left: 23px;
	padding-left: 23px;
	display: table-cell;
	position: relative;
	background-color: #fdffef;
	padding-top: 5px;
}
.subbtn_over {
	width: 165px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d67d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #929292;
	font-weight: normal;
	float: left;
	text-decoration: none;
	margin-left: 23px;
	padding-left: 23px;
	display: table-cell;
	position: relative;
	cursor:pointer;
	background-color: #f2f6c8;
	padding-top: 5px;
}
.subbtn_selected {
	width: 165px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d67d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #929292;
	font-weight: normal;
	float: left;
	margin-left: 23px;
	padding-left: 23px;
	display: table-cell;
	position: relative;
	background-color: #f2f6c8;
	padding-top: 5px;
	background-image: url(../images/submenu_selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.search-box{
	background-color: #FFFFFF;
	padding-left: 25px;
	float: left;
	position: relative;
	padding-top: 25px;
	width: 190px;
}
.cat_textbox_small{
	background-color: #f2f6c8;
	margin: 0px;
	float: left;
	border: thin solid #b6b917;
	width: 140px;
	height: 18px;
}

.sidebarsearchbtn{
	background-image: url(../images/Go_SearchBTN.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 31px;
	background-position: left top;
	padding: 0px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	cursor:pointer;
}

#searchresults {
}

.searchresults {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	line-height: normal;
}

.searchresults a:link {
	color: #138872;
	text-decoration:none;
}

.searchresults a:visited {
	color: #138872;
	text-decoration:none;
}

.searchresults a:hover {
	color: #138872;
	text-decoration:underline;
}
#logobtn{
	float: left;
	left: 0px;
	text-align: left;
	position: relative;
	top: 0px;
	width: 294px;
	height: 161px;
	margin: 0px;
	padding: 0px;
}
#head2{
	height: 161px;
	width: 915px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1;
	background-image: url(../img/banner.gif);
	background-repeat: no-repeat;
}
a.cartSummaryLink {
	background: url(../images/shoppingcart.png) 0 0 no-repeat;
	width: 24px;
	height: 17px;
	vertical-align:middle;
	display:-moz-inline-block; /* for Firefox */
	display:-moz-inline-box; /* for Firefox */
	display:inline-block;
	text-indent: 99999px; /* hides the text */
	overflow: hidden;
	color: #000000;
	position: relative;
	float: right;
	margin-right: 45px;
}

.cartSummaryItem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	float: right;
}
.quantity{
cursor:pointer;
}
.topnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	height: 20px;
	width: 80px;
	margin-left: 0px;
}
.topnav_over{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	cursor:pointer;
	float: left;
	height: 20px;
	width: 80px;
	margin-left: 0px;
}
.topnav_selected{
	background-image: url(../images/BTN_TopNavSelected.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	height: 20px;
	width: 80px;
	margin-left: 0px;
}
.topnav_short{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	height: 20px;
	width: 54px;
	margin-left: 10px;
}
.topnav_short_over{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	cursor:pointer;
	float: left;
	height: 20px;
	width: 54px;
	margin-left: 10px;
}
.topnav_short_selected{
	background-image: url(../images/BTN_TopNavSelected_SHRT.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	height: 20px;
	width: 54px;
	margin-left: 10px;
}

#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;
	}
#tips{
	width:250px;
	font-size:16px;
	line-height:120%;
	background:#e1e1e1;
	}
#tips li{
	padding:0px;
	background:#e1e1e1;
	display:none; /* hide the items at first only */
	}
#homead_area{
	width:634px;
	position: relative;
	background-color: #FFFFFF;
	}
#homead_photo{
	width:634px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 213px;
	}
#homead_photocrop{
	width:634px;
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	}
#homead_txt{
	width:634px;
	position: relative;
	padding-top: 220px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	height: 50px;
	overflow: hidden;
	font-style: normal;
	line-height: 18px;
	}
#homead_btn{
	width:634px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 13px;
	}
#homead_bubbletxt{
	width:94px;
	height:90px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 15px;
	vertical-align: middle;
	float: right;
	overflow: hidden;
	padding-right: 5px;
	margin: 0px;
	text-align: center;
	}
a.homead_link{
	width:634px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 13px;
	background-image: url(../images/arrow_BTN.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 20px;
}
a.homead_visited{
	width:634px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 13px;
	background-image: url(../images/arrow_BTN.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 20px;
}
a.homead_link:hover{
	width:634px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	color: #999999;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 13px;
	background-image: url(../images/arrow_BTN_over.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 20px;
}
#banner_area{
	float: left;
	width: 632px;
	position: relative;
	height: 171px;
}
#banner_icon{
	float: left;
	width: 105px;
	height: 101px;
	position: relative;
}
#banner_header{
	float: left;
	width: 299px;
	height: 35px;
	position: relative;
	background-image: url(../images/BannerAds/Ribbon.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 33px;
	color: #FFFFFF;
	text-align: left;
}
#banner_text{
	float: left;
	width: 299px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #666666;
}
#banner_products{
	width: 228px;
	height: 171px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.banner_title{
	padding: 0px;
	margin-top: 10px;
}
.banner_txt{

}
