/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id:stylesheet.css 4813 2006-10-23 02:13:53Z drbyte $
 */
 
/* Instructions to have a narrow top header (to match the width of the main site content) can be found around line 206 (search for: #headerWrapperb )
 
/* I've included 4 color choices - apple green (default), blue, red, and grey. To change from green, simply 
comment out the green section, and uncomment the color section you want the site to be. You'll also need to 
open up includes/templates/apple_zen/css/stylesheet_header_menu.css to change the colors in the drop down menu. */

/*green */
#navMainWrapper {background:/*#D5E88F #C00000*/ #A1A1A1;}
#logoWrapperOuter {background:#fff;}
/*#navEZPagesTopWrapper {background:#D5E88F;}*/
#navCatTabsWrapper {background:#BBD17E;}
#navBreadCrumb {background:#BBD17E;}
body {background:url(../images/site-bg.gif) 0 9em repeat-x;/*remove this background image for narrow header, unless of course you want it there (green stripe background) */}
h3.leftBoxHeading, h3.rightBoxHeading {background:url(../images/sideboxleft.gif) no-repeat top left;}
/* eof green */

/* blue 
#navMainWrapper {background:#6C99D9; }
#logoWrapperOuter {background:#fff;}
#navEZPagesTopWrapper {background:#6C99D9; }	
#navCatTabsWrapper {background:#6084C4; }	
#navBreadCrumb {background:#6084C4; }	
body {background:url(../images/site-bg-blue.gif) 0 9em repeat-x; }	
h3.leftBoxHeading, h3.rightBoxHeading {background:url(../images/sideboxleft-blue.gif) no-repeat top left; }	
/*eof blue*/

/* red 
#navMainWrapper {background:#DC262E;}
#logoWrapperOuter {background:#fff;}
#navEZPagesTopWrapper {background:#DC262E;}
#navCatTabsWrapper {background:#C62122;}
#navBreadCrumb {background:#C62122;}
body {background:url(../images/site-bg-red.gif) 0 9em repeat-x;}
h3.leftBoxHeading, h3.rightBoxHeading {background:url(../images/sideboxleft-red.gif) no-repeat top left;}	
/*eof red*/

/* grey 
#navMainWrapper {background:#D5D5D5;}	
#logoWrapperOuter {background:#fff;}
#navEZPagesTopWrapper {background:#D5D5D5;}
#navCatTabsWrapper {background:#C8C8C8;}	
#navBreadCrumb {background:#C8C8C8;}	
body {background:url(../images/site-bg-grey.gif) 0 9em repeat-x;}	
h3.leftBoxHeading, h3.rightBoxHeading {background:url(../images/sideboxleft-grey.gif) no-repeat top left;}	
/*eof grey*/

/* common to all colors*/
#centerColumnOuter {/*background:url(../images/headerborder.gif) repeat-y;*/}
/*#centerColumnWrapper2 {background:url(../images/content_bg.gif) repeat-y 80% 0;}
#centerColumnWrapper3 {background:url(../images/content_bg3.gif) repeat-y 0 0;}*/

/* eof color and background edits */


/* If you'd like a narrow top header (to match the width of the main content, please follow the instructions below. 
If you want the diagonal stripe background removed, you'll also need to remove that from the body tag near the top of this stylesheet. */
#headerWrappera {
width:100%; /* change to width:71em; for narrow header*/
margin:0 auto;
text-align:center;
}
#navMainWrapper, #navCatTabsWrapper, #navEZPagesTopWrapper {
width:100%; /* change to width:70em; for narrow header*/
margin:0 auto;
text-align:center;
}
#navMain {
width:100%;  /* remove width:70em; for narrow header */
margin:0 auto;
}
#dropMenuWrapper {
width:100%;
background:/*#929292 #c00000*/ /*#0066cb*/ #A1A1A1; /*#4F4F4F;*/ /* remove background:#929292; for narrow header*/
/*background-image: url(../images/menubg.gif);
background-repeat:repeat-x;*/
margin:0 auto;
/*height:2.18em;*/
position:absolute;
top:0;
left:0;
z-index:10;
}
/* uncomment the section below for narrow header */

/*
#headerWrapperb {
background:url(../images/shadowRight.png) repeat-y 100% 0;
width:71em;
}	
#headerWrapperc {
background:url(../images/shadowLeft.png) repeat-y 0 0 #929292;
width:71em;
}
#dropMenuWrapperb {
width:71em;
margin:0 auto;
position:relative;
}	
#dropMenuWrapperc {
background:url(../images/shadowRight.png) repeat-y 100% 0;
width:71em;
margin:0 auto;
position:absolute;
left:0;
height:2.18em;
}
#dropMenuWrapperd {
background:url(../images/shadowLeft.png) repeat-y 0 0;
width:71em;
margin:0 auto;
position:absolute;
left:0;
height:2.18em;
}
*/	
/* end of changes for narrow header */

* html #centerColumnWrapper, * html #centerColumnWrapperb, * html #headerWrapperb, * html #headerWrapperc, * html #dropMenuWrapperc, * html #dropMenuWrapperd, * html #bottomLine {
background:none!important; /* Hides the transparent shadows from older versions of IE */
}
* html #centerColumnWrapper2b,#centerColumnWrapper3b *html #centerColumnOuter {
border:1px solid #999;
border-top:none;
}
*html #centerColumnOuter {
border-bottom:none;
}
#centerColumnWrapper {
/*background:url(../images/shadowRight.png) repeat-y 100% 0;*/
}
#centerColumnWrapperb {
/*background:url(../images/shadowLeft.png) repeat-y 0 0;*/
}
#bottomLine {
background:url(../images/shadowAlpha_bot.png) repeat-x top;
}
* {
margin:0;
padding:0;
}
body {
font-family:tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
color:#000;  /*main site font color*/

}
a img {
border:none;
}
a:link {
color:/*#D3D3D3#16527C*/ #000000; /*site links color */
text-decoration:none;
}
a:visited {
text-decoration:none;
color:/*#D3D3D3*/#16527C;
}
a:hover {
color:/*#D3D3D3*/#16527C; /* color when links are hovered over */
text-decoration:none;
}
ul, ol {
text-align:left;
padding-left:25px;
margin-left:10px;
margin-bottom:10px;
}
h1 {
font-size:1.3em;
}
h2 {
font-size:1.2em;
}
h3 {
font-size:1.1em;
}
h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
font-size:1em;
}
LEGEND {
color:#333;
}
.biggerText {
font-size:1.1em;
}
h1, h2, h3, h4, h5, h6 {
margin:.3em 0;
}
CODE {
font-family:tahoma, arial, verdana, helvetica, sans-serif;
font-size:1em;
}
FORM, SELECT {
display:inline;
font-size:1em;
margin:.5em;
}
#categoriesselectContent select {
font-size:.9em
}
option {
padding-right:.5em;
}
INPUT {
margin:.3em .5em;
}
html>/**/body input[type=checkbox], html>/**/body input[type=radio] {
float:left;
clear:both;
}
html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel {
margin:0 .2em .5em 0;
float:left;
}
.ratingRow input[type=radio] {
float:none;
margin:0 .5em;
}
TEXTAREA {
margin:auto;
display:block;
width:97%;
}
input:focus, select:focus, textarea:focus {
background:#F3F9E1;
}
FIELDSET {
padding:.5em;
margin:.5em 0;
border:1px solid #ccc;
}
LEGEND {
font-weight:700;
padding:.3em;
}
h4.optionName {
line-height:1.5em;
padding-right:1em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:left;
}
#logo {
float:right;
margin-right:115px;  /* to center your logo, uncomment the "text-align:center;margin:0 auto" below. Also remove "float:left" *//* text-align:center;
margin:0 auto; */
}
#logo {
width:266px;  /* To prevent the logo from resizing, simply delete or comment out this section */
padding:8px 0 0;
}
#logo img {
width:266px;
height:74px;
}
LABEL.inputLabel {
width:95%;
float:left;
margin:.3em 0;
}
LABEL.inputLabelPayment {
width:15em;
float:left;
padding:.5em;
}
#checkoutpaymentBody input[type=radio] {
margin:15px 0
}
#checkoutpaymentBody .radioButtonLabel {
padding:10px
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
width:12em;
float:left;
}
ADDRESS {
padding-right:40px;
}
.clearBoth {
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */

HR {
height:1px;
margin:.5em 0;
border:none;
border-bottom:1px solid #9a9a9a;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
padding:0.2em;
}
.messageStackWarning, .messageStackError {
background:#900;
color:#fff;
}
.messageStackSuccess {
background:#929292;
}
.messageStackCaution {
background:#ff9;
}
/*wrappers - page or section containers*/
#mainWrapper {
/*text-align:center;*/
vertical-align:top;
position:relative;
padding-bottom:25px;
padding-top:0px;
width:100%;
}
/* Start hide from IE-Mac \*/
* html #mainWrapper {
height: 1%;
}
/* End Hide from IE-Mac */
#headerWrapper {
width:100%;
text-align:center;
margin:0 auto;
/* Note: background image moved to logoWrapperOuter*/
/*background-image: url(../images/clouds.png);*/
height:100%;
background-repeat:repeat-x;
/*background:##4b7223;*/
background-color:/*#486c22#698fa9*/;
}

/************************8
* Changed by Ghost Bear
* <ghost.bear.ru@gmail.com>
*
* Scheme:
* ____________________________________ <-- logoWrapperOuter (repeating sea, repeat-x, offseted from left for 840px. Block width:100%)
* | __background:840px________________ <-- logoWrapper (yacth background, no-repeat. Block width:100%;)
* | |                  |         ____ 
* | |                  |        |logo| <-- Floated to right (i left it as it was)
* | |__________________|______________
* |___________________________________
*
* headerWrapper now have no background.
*/

#logoWrapperOuter {
	background:#fff url(../images/clouds_new.png) top left repeat-x;
	/* 840px left offset is width of vesselsecurity to fit pattern and look nice */
	background-position:840px 0px;
	height:150px;
	overflow:hidden;
}

#logoWrapper {
	width:100%;
	height:150px;
	/* Note that vesselsecurity is now .png (althrough it 8bit too), not .gif */
	background:url(../images/vesselsecurity.png) top left no-repeat;
}

/* ******************************** */

#tagline {
font-size:1.3em;
text-align:center;
padding-top:15px;
}
/*#navCatTabs, #navEZPagesTop {
font-weight:700;
margin:0 auto;
padding:.5em 0;
}*/
#sendSpendWrapper {
border:1px solid #cacaca;
float:right;
margin:0 0 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
width:47%;
}
.wrapperAttribsOptions {
line-height:2em;
padding-bottom:1em;
}
/*navigation*/

.navPrevCounter {
font-size:.9em;
}
.navNextPrevList {
display:inline;
white-space:nowrap;
padding:0 1em;
list-style-type:none;
position:relative;
}
#bottomLineWrapper {
width:100%;
margin:0 auto;
margin-top:-6px;
position:relative;
top:2.18em;
}
#bottomLine {
margin:0 auto;
text-align:center;
width:70.3em;
padding-top:1em;
}
#navSuppWrapper {
background-image: url(../images/nav_back.gif);
background-color: #808080;  
font-weight: bold;
font-size: 10px;
color: #000000;
height: 26px;
width:100%;
margin:0 auto;
margin-top:-6px;
float:left;
position:relative;
top:2.18em;
}
#navSupp {
margin:0 auto;
text-align:center;
width:70.3em;
padding-top:1em;
}
#navMainLinks {
float:left;
position:relative;
list-style-type:none;
text-align:left;
font-size:1.2em;
}
#navEZPagesTOC ul, #navCatTabs ul, #navSupp ul, #bottomLine ul, #navMainLinks ul {
list-style-type:none;
text-align:center;
line-height:1.4em;
padding: 0;
margin:0;
}
#navSupp li, #navCatTabs li, #navMainLinks li, #bottomLine li {
display:inline;
padding:0 .5em;
}
#navSupp ul li a, #navCatTabs ul li a, #bottomLine ul li a {
text-decoration:none;
margin:0;
white-space:nowrap;
display:inline;
font-weight:700;
width:0;
}
#navEZPagesTOCWrapper {
font-weight:700;
float:right;
height:1%;
border:1px solid #000;
}
#navEZPagesTOC ul li {
white-space:nowrap;
}
#navEZPagesTOC ul li a {
padding:0 .5em;
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
margin:.5em;
}
#navMainSearch {
margin:0 auto;
text-align:right;
padding:2px 5px 1px;
}
#navMainSearch input {
margin:0 auto;
text-align:right;
padding:2px 5px;
}
#navMainSearch input[type=text] {
margin: 2px 0 0 1em;
}
#navMainSearch input.topSearch {
margin: 0 0 5px 2px; 
vertical-align: bottom;
}
#navBreadCrumb {
text-align:left;
padding:.5em;
font-size:.95em
}
#navBreadCrumb a {
padding:.5em 1em;
}
#navColumnTwo {
float:right;
position:relative;
/*width:20%;*/
padding-bottom:20px;
/*background:url(../images/content_bg2.gif) repeat-y 20% 0;*/
}
#navColumnOne {
float:left;
position:relative;
width:20%;
padding-bottom:20px;
/*background:url(../images/content_bg.gif) repeat-y 80% 0;*/
}
/*The main content classes*/
#contentMainWrapperOuter {
float:left;
width:100%;
}
#contentMainWrapper {
/*width:100%;*/
margin:0 auto;
/*text-align:center;*/
position:relative;
/*top:2.18em;*/
}
#centerColumnWrapper, #centerColumnWrapperb {
/*width:100%;*/
}
#centerColumnOuter {
margin:0 .5em;
/*width:100%;*/
height:15px;
}
#centerColumnWrapper2 {
margin:0 .5em;
width:99%;
/*width:100%;*/
}
#centerColumnWrapper3 {
margin:0 .5em;
/*width:100%;*/
}
#centerColumnWrapper3b {
margin:0 auto;
overflow:hidden;
/*width:100%;*/
}
#centerColumnWrapper2b {
margin:0 auto;
overflow:hidden;
/*width:100%;*/
}
.centerColumn {
width:58%;
float:left;
/*margin:0 2% 2% 3%;*/
margin:5px 5px 5px 5px;
text-align:center;
line-height:1.6em;
display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
}


#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align:top;
}
#productDescription, .shippingEstimatorWrapper {
padding:.5em;
}
.important {
font-weight:700;
}
.gvBal {
float:right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding:.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
font-size:.9em;
}
#siteinfoLegal, #siteinfoIP, #bannerFive, #bannerSix, .parseTime {
clear:both;
position:relative;
top:2.18em;
}
#cartAdd {
float:right;
text-align:center;
margin:1em;
border:1px solid #000;
padding:1em;
}
.tableHeading TH {
border-bottom:1px solid #ccc;
}
.tableHeading, #cartSubTotal {
background:#e9e9e9;
}
#cartSubTotal {
border-top:1px solid #ccc;
font-weight:700;
text-align:right;
line-height:2.2em;
padding-right:2.5em;
}
.tableRow, .tableHeading, #cartSubTotal {
height:2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
padding:.5em 0 0;
}
#cartProdTitle {
text-align:center
}
.cartUnitDisplay, .cartTotalDisplay {
text-align:center;
padding-right:.2em;
}
.cartQuantityUpdate input {
margin:0;
padding:0;
}
.cartRemoveItemDisplay input[type=checkbox] {
float:none;
margin-bottom:1em;
}
#scUpdateQuantity {
width:1.8em;
}
#scProductsHeading {
padding-left:2em;
}
.cartQuantity {
width:4em;
}
.cartNewItem {
position:relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
position:relative;   /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
text-align:right;
font-weight:700;
margin:.2em .5em;
}
.cartRemoveItemDisplay {
width:5em;
}
.cartAttribsList {
margin-left:1em;
}
#mediaManager {
width:50%;
margin:.2em;
padding:.5em;
}
.mediaTitle {
float: left;
}
.mediaTypeLink {
float: right;
}
.normalprice, .productSpecialPriceSale {
text-decoration:line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
color:#900;
}
.orderHistList {
margin:1em;
padding:.2em 0;
}
#ezPageBoxList li {
margin:0;
padding:.2em 0;
}
#cartBoxEmpty, #cartBoxVoucherBalance {
font-weight:700;
}
.totalBox {
width:5.5em;
text-align:right;
padding:.2em;
}
.lineTitle, .amount {
text-align:right;
padding:.2em;
}
.amount {
width:5.5em;
}
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
margin:.5em 1em 1em 0;
}
#cartImage {
margin:.5em 1em;
}
.attribImg {
width:20%;
margin:.3em 0;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
margin:1em 0;
}
h3.leftBoxHeading, h3.rightBoxHeading {
font-size:1.2em;
color:#424242;
text-transform:uppercase;
font-weight:400;
height:1.5em;
padding:.2em 0 0;
padding-left:15px;
}
.centerBoxHeading {
margin:0;
background:#eee;
padding:.3em 0;
border-top:2px solid #4f4f4f;
border-bottom:2px solid #4f4f4f;
}
/*.leftBoxHeading, .rightBoxHeading {
margin:0;
border-top:2px solid #fff;
border-bottom:2px solid #fff;
}*/
.sideBoxContent {
font-size:1.1em;
padding:5px 0;
color:#F0F1E4;
}
.sideBoxContent ul {
text-align:left;
list-style-type:none;
padding:0 0 0 15px;
margin:0;
}
.sideBoxContent li {
padding:.2em 0;
}
.sideBoxContent select {
margin:0;
padding:0;
width:150px;
}
#categoriesContent {
text-align:left;
padding-left:15px;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg, .parseTime {
text-align:center;
}
.productListing-data {
border-bottom:1px solid #000;
margin:15px;
padding:15px;
}
.productListing-heading {
border-bottom:1px solid #000;
padding:5px;
}
.productListing-heading a {
border:none;
}
#upProductsHeading {
text-align:left;
}
#upDateHeading {
text-align:right;
}
/*misc*/
.back {
float:left;
}
.forward, #shoppingCartDefault #PPECbutton {
float:right;
}
.bold {
font-weight:700;
}
.rowOdd {
background:#E8E8E8;
height:1.5em;
vertical-align:top;
}
.rowEven {
background:#F0F0F0;
height:1.5em;
vertical-align:top;
}
.hiddenField {
display:none;
}
.visibleField {
display:inline;
}
#accountLinksWrapper li {
padding:.5em 0;
display:block;
list-style:none;
}
.accountTotalDisplay, .accountTaxDisplay {
width:20%;
text-align:right;
}
.accountQuantityDisplay {
width:10%;
vertical-align:top
}
TR.tableHeading {
background:#cacaca;
height:2em;
}
#siteMapList {
width:90%;
float:right;
}
.ratingRow {
margin:1em 0 1.5em;
}
LABEL#textAreaReviews {
font-weight:400;
margin:1em 0;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
background:#fff;
}
.information {
padding:10px 3px;
line-height:150%;
}
#shoppingcartBody #shippingEstimatorContent {
clear:both;
}
.seDisplayedAddressLabel {
background-color:#0065c9;
text-align:center;
}
.seDisplayedAddressInfo {
text-transform:uppercase;
text-align:center;
color: #ffffff;
font-weight:400;
}
#seShipTo {
padding:.2em;
}
#descSubLink {
padding-left:.7em;
color:#900;
}
.smallProductImage {
padding:1em;
}
#sorter, #indexProductList select {
float:right;
text-align:right;
}
#indexProductList .inputLabel {
width:100%;
text-align:right;
}
#sorter select, #indexProductList select {
margin:0 .1em;
}


.left_top_menu{ background:url(../images/left_top_menu.gif) left top no-repeat;}
.right_top_menu{ background:url(../images/right_top_menu.gif) right top no-repeat;}
.left_bot_menu{ background:url(../images/left_bot_menu.gif) left bottom no-repeat;}
.right_bot_menu{ background:url(../images/right_bot_menu.gif) right bottom no-repeat; width:100%; min-height:36px; height:auto !important; height:36px;}

.side_left_menu{ background:url(../images/side_left_menu.gif) left top repeat-y #91BC0C;}
.side_right_menu{ background:url(../images/side_right_menu.gif) right top repeat-y;}
.side_top_menu{ background:url(../images/side_top_menu.gif) left top repeat-x;}
.side_bot_menu{ background:url(../images/side_bot_menu.gif) left bottom repeat-x;}

.menu { padding:16px 0 0 0;}
.inside_menu { padding:8px 0 0 36px;}
.menu ul {margin:0 0 0 0; padding:0; list-style:none; font-size:12px; line-height:15px; font-family:arial; text-transform:uppercase;}
.menu ul li { background:url(../images/bull_menu.gif) 0 7px no-repeat; font-family:arial; float:left; padding:0 25px 2px 32px;}
.menu ul li.li_un {background:none; padding:0 26px 2px 0; text-align:center;}
.menu ul li a { padding:0 0 0 0; color:#FFFFFF; font-size:11px; line-height:18px; font-weight:bold; text-decoration:none;}
.menu ul li a:hover {text-decoration:underline;}




#bannerTwo {float:right; padding:0 0;}






.left_top_center{ background:url(../images/left_top_center.gif) left top no-repeat;}
.right_top_center{ background:url(../images/right_top_center.gif) right top no-repeat;}
.left_bot_center{ background:url(../images/left_bot_center.gif) left bottom no-repeat;}
.right_bot_center{ background:url(../images/right_bot_center.gif) right bottom no-repeat; width:100%;}

.side_left_center{ background:url(../images/side_left_center.gif) left top repeat-y #FFFFFF;}
.side_right_center{ background:url(../images/side_right_center.gif) right top repeat-y;}
.side_top_center{ background:url(../images/side_top_center.gif) left top repeat-x;}
.side_bot_center{ background:url(../images/side_bot_center.gif) left bottom repeat-x;}
.inside_center { padding:0 21px 10px 20px;}

.line {padding:0; line-height:0px; font-size:0px; background:url(../images/line_1.gif) top left repeat-x;}




.left_top_title{ background:url(../images/left_top_title.gif) left top no-repeat;}
.right_top_title{ background:url(../images/right_top_title.gif) right top no-repeat;}
.left_bot_title{ background:url(../images/left_bot_title.gif) left bottom no-repeat;}
.right_bot_title{ background:url(../images/right_bot_title.gif) right bottom no-repeat; width:100%; min-height:36px; height:auto !important; height:36px; margin:0 0 10px 0;}

.side_left_title{ background:url(../images/side_left_title.gif) left top repeat-y #E9F6FD; margin:0 -21px 0 -20px}
.side_right_title{ background:url(../images/side_right_title.gif) right top repeat-y;}
.side_top_title{ background:url(../images/side_top_title.gif) left top repeat-x;}
.side_bot_title{ background:url(../images/side_bot_title.gif) left bottom repeat-x;}



#shoppingCartDefault .left_top_title{ background:url(../images/left_top_title_2.gif) left top no-repeat;}
#shoppingCartDefault .right_top_title{ background:url(../images/right_top_title_2.gif) right top no-repeat;}
#shoppingCartDefault .left_bot_title{ background:url(../images/left_bot_title_2.gif) left bottom no-repeat;}
#shoppingCartDefault .right_bot_title{ background:url(../images/right_bot_title_2.gif) right bottom no-repeat; width:100%; min-height:36px; height:auto !important; height:36px; margin:0 0 10px 0;}

#shoppingCartDefault .side_left_title{ background:url(../images/side_left_title_2.gif) left top repeat-y #E9F6FD; margin:0 -20px 0 -19px}
#shoppingCartDefault .side_right_title{ background:url(../images/side_right_title_2.gif) right top repeat-y;}
#shoppingCartDefault .side_top_title{ background:url(../images/side_top_title_2.gif) left top repeat-x;}
#shoppingCartDefault .side_bot_title{ background:url(../images/side_bot_title_2.gif) left bottom repeat-x;}

#featuredProducts {
	background: url(../images/button_featured_products.png) no-repeat;
	width:145px;
	height:39px;
	display:block;
}
#specialsButton {
	background: url(../images/button_special_products.png) no-repeat;
	width:145px;
	height:39px;
	display:block;
}
#allProducts {
	background: url(../images/button_all_products.png) no-repeat;
	width:145px;
	height:39px;
	display:block;
}
#newProductsButton {
	background: url(../images/button_new_products.png) no-repeat;
	width:145px;
	height:39px;
	display:block;
}

/* terabi footer styles */
#mainWrapper { padding-bottom:0; margin-bottom:0;}
#footerContainer{ clear:both; background:url(../terabiFooter/vessel/bg.png) top center repeat-x #fff; padding-top:20px; padding-bottom:20px;}
#footerContainer a{ color:#000;}
#footerContainer a:hover{ color:#000; text-decoration:underline;}
#footerDiv{ width:979px; height:409px; background:url(../terabiFooter/vessel/roundBg.png) no-repeat; margin-left:auto; margin-right:auto;}
#otherStoresContainer{ width:226px; height:380px; background:url(../terabiFooter/otherStores.png) no-repeat; float:right; margin-top:18px; margin-right:5px;}
#otherStoresDiv{ padding-left:12px; padding-right:12px; padding-top:68px;}
#otherStoresLinks{ margin-left:auto; margin-right:auto; width:142px; padding-top:10px;}	
#otherStoresLinks a{ display:block;}
#footerMenuContainer{ float:left; width:710px; padding:10px; height:140px; margin-bottom:18px; }
#footerLogosContainer{ float:left; clear:left; padding:10px; height:150px; width:728px;}
.footerMenuDiv{ width:150px; float:left;}
.footerMenuDiv ul{ margin:0; padding:0; list-style-type:none;}
#needHelp{ float:left; width:124px; height:66px; background:url(../terabiFooter/needHelp.png) no-repeat; margin-right:115px; margin-top:5px; margin-left:20px; }
#footerCopyText{ color:#999; clear:left; padding:10px;}
#footerCopyText a{ color:#666;}
#paymentMethods{ width:182px; height:116px; float:left;  margin-right:35px;}
#authorizeSeal{ width:100px; height:100px; float:left; margin-top:20px; margin-right:35px;}
#rvLogos{ width:181px; float:left;}
#rvLogos a{ display:block; margin-bottom:8px;}
#godaddySeal{ float:left; width:145px; text-align:center; margin-right:35px;}
#footerCategoryLinks{ color:#666; width:979px; margin-left:auto; margin-right:auto; padding-top:10px; padding-bottom:10px; text-align:center;}
#footerCategoryLinks a{ color:#999;}