/**
 * 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 4376 2006-09-03 20:42:22Z drbyte $
 */


CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

/*#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}*/

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	font-size:10px;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/
.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}
#indexProductListCatDescription{
	font-size: 11px;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
#navBreadCrumb {
	color: #830D1D;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #A09F9A;
	}
#navBreadCrumb a{
	color: #6C4073;
	text-decoration: none;
}
#navBreadCrumb a:hover{
	color: #660066;
	text-decoration: underline;
}
#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}
.centerColumn h1 {
	font-size: 14px;
	color: #86428B;
	margin-left: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
}
/*.centerColumn {
	font-size:9px;
	}*/
#whatsNew {
	width: 400px;
}
#productGeneral{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#productGeneral h1{
	font-size: 14px;
	color: #823B89;
}
#productDetailsList{
	font-size: 11px;
	color: #993300;
	padding-left: 40px;
}
#productDateAdded{
	font-size: 10px;
	color: #999999;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #D2D2D2;
	padding: 1em;
	background: #E1E1E1;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	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: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #FFFFFF;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	} 
.cartBoxTotal {color:#ffffff; font-size:11px; padding: 0px 10px 0px;}
#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  }

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	font-size:10px;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	font-size:10px;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon a, .categoryIcon a:active, .categoryIcon a:link, .categoryIcon a:visited {
	font-size: 12px;
	color: #FFFFFF;
	background: #45175C;
	display: block;
	padding: 2px 5px;
	margin: 0px 0px 10px;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}






/* Search */
#searchContent  {
	font-size:12px;
	width:189px;
	padding:0px;
	margin: 0px;
	clear: both;
}
#searchbutton {
	font-size: 12px;
	font-weight: bold;
}
#searchbox {
	font-size: 12px;
	color: #45175C;
	background: #D5D5D5;
}










/*sideboxes*/
.columnLeft {
	margin: 0px;
	padding: 0px;
}
h3.leftBoxHeading {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 2px 10px;
	text-align: left;
}
h3.leftBoxHeading a {
	color: #FFFFFF;
	text-decoration: none;
	border:none;
}
h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading a:active, h3.leftBoxHeading a:link, h3.leftBoxHeading a:visited {
	font-size: 13px;
	color: #ffffff;
	}
h3.leftBoxHeading a:hover {
	color: #000000;
}
.leftBoxHeading {
	margin: 0px;
	padding: 0px;
	/*background: url(../images/layout/sidebar_title_bg.jpg) no-repeat;*/
	text-align: left;
	height: 28px;
	}
h2.centerBoxHeading {
	color:#ffffff;
}
.leftboxcontainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.centerBoxHeading {
	margin: 0em;
	padding: 3px 0px;
	text-align: left;
	background: #45175C;
	}
#categoriesContent {
	margin:  0px 0px 0px 20px;
	padding:0px 10px 0px 10px;
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #642C69;
}
.sideBoxContent ul {
	}
	.categoriescontent {	margin: 0px;
	padding:0px 10px 0px 10px;
}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.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 {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
#infoShoppingCart {
background-image:none;
background-color:#FFFFFF;
}
#infoShoppingCart h1 {
	font-size: 16px;
	color: #660099;
	background: #CCCCCC;
	padding: 10px;
	border-bottom: 1px solid #333333;
	margin-bottom: 20px;
}







/* ---------------------LAYOUT STYLES--------------------- */
/* alt left-right-center backgrounds (chnage only background images) based on a 778px width    Chad Dev   */
body { margin: 0px; padding: 0px; color: #000000; font: 1em Verdana, Arial, Helvetica, sans-serif; background: #111111 url(../images/layout/bg.jpg) repeat-x; }
#container_1 {  position: relative; float: left; width: 49.9%; }
#container_2 { float: left;  width: 50%;  background: url(../images/layout/background_right.jpg) no-repeat 388px 0px; /* repeated for testing explorer display */ }
#column_2 {  width: 778px;  position: absolute;  right: -389px; }
#column_1 { padding-right: 389px; }
#column_1_background { float:right; width:100%; height:570px; /* height of bg image */ background: url(../images/background_left.jpg) no-repeat right top; }
#column_3 { padding-left: 389px; }
#column_3_background { float:left; width:100%; height:570px;/* height of bg image */ 	background: url(../images/background_right.jpg) no-repeat left top; }


/*    Page Structure     */
html { /* Force Vertical Scrollbar */ /* IE */ overflow-y: scroll; /* Moz */ height: 100%; margin-bottom: 0.1em; }
* { padding: 0; margin: 0; }
* html #page { width: 778px } /* IE hack */
#page { text-align: left; margin: 0 auto; float:left; padding: 0px; width: 778px; _width: 778px !important; background: url(../images/layout/col_2_fill.jpg) repeat-y 189px 0px; }
#topper { background: url(../images/layout/top.jpg) no-repeat; float: left; height: 119px; width: 778px; }
#header { padding: 0; margin: 15px 0px 0px 20px; height: 87px; background:url(../images/headers/unleash_title.jpg) no-repeat; width: 549px;}
#content { float: left; width: 778px; margin: 0px; padding: 0px; }


/* LEFT SIDEBAR */
.leftsidebar { margin: 0px; padding: 0px; width: 189px; _width: 189px; float: left; background: url(../images/layout/col_1_top.jpg) no-repeat; }
.leftsidebar h2 { font-size: 13px!important; font-weight: bold!important; padding: 7px 0px 0px 10px!important; display: block; color: #FFFFFF; background: url(../images/layout/sidebar_title_bg.jpg); margin: 0px; height: 22px; width: 179px; border-style: none; }
.leftsidebar a { color: #FFFFFF; text-decoration: none; }
.leftsidebar a:hover { color: #FF00FF; text-decoration: underline; }
.leftsidebar span a { margin-left: 10px; }
.leftsidebar a:hover { text-decoration: underline; }
.leftsidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FF00FF;
}
.leftsidebar ol li { margin-left: 15px; }
.leftsidebar ul li { margin: 0px 0px 0px 40px; padding: 1px 0px 1px 5px; font-size: 11px; font-weight: normal;}
.leftsidebar ul li { list-style-type: circle; list-style-image: none; }


/* PRIMARY COLUMN (CENTER) */
#primary { font-size:12px; line-height:normal; width: 585px; _width: 490px; float: left; padding: 0px; margin: 0px; background: url(../images/layout/col_2_fill.jpg) repeat-y; text-align: justify; 	}
#primary_pad { padding: 0px 25px 0px 25px; }
#primary_top { background: url(../images/layout/col_2_top.jpg) no-repeat; float: left; height: 18px; width: 585px; }
#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
#primary .hentry .entry-head .metalink { font-size: 1.8em; letter-spacing: -1px; text-transform: lowercase; margin-left: 15px; }
#primary .k2-asides .entry-head .metalink { font-size: 1.4em; }
/* ------PRIMARY LINKS------*/
#primary a:hover, #primary a:visited  { text-decoration: underline; }
/* ------HEADINGS------ */
#primary h3,  .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */ font-size: 2.4em; font-weight: normal; letter-spacing: -1px; }
#primary h4{ /* H3 is entry headlines. H4 is comments and replyform headlines */ font-size:14px; font-weight: normal; letter-spacing: -1px; }
#primary .entry-content h3 { font-size: 1.8em; font-weight: normal; margin-top: 25px; }
#primary .entry-content h4 { font-size: 14px; font-weight: normal; margin-top: 25px; }
#primary .k2-asides h3 { font-size: 1.6em; font-weight: normal; }


/*SECONDARY COLUMN (RIGHT)
.secondary { font-size: 11px; line-height: normal; padding: 0px; width: 99px; _width: 99px; float: left; background: url(../images/layout/col_3_top.jpg) no-repeat; } */


.secondary {
	font-size: 11px;
	line-height: normal;
	padding: 0px;
	/*_width: 99px;*/
	width: 99px;
	float: left;
	background: url(../images/layout/col_3_top.jpg) no-repeat;
}

/* -- FIX for IE vs FF */
html .secondary { /*\*/
	position: absolute; /* */
	right: 0px;
	top: 119px;
}
/* -- END FIX */

#secondary_pad { padding: 0px 10px 300px 0px; }
.secondary div p { margin-top: 0.5em; }
.secondary .k2-asides { margin: 0; padding: 0 0 10px; word-spacing: -1px; }
.secondary .k2-asides p { display: inline; }
.secondary .k2-asides .metalink { padding-left: 0px; }
.secondary ul, .secondary ol { margin: 5px 0px 0px 25px; padding: 0px 0px 10px 0px; }
.secondary ol { margin-left: 15px; }
.secondary ul li, .secondary ol li { margin: 0px 0px 0px 0px; padding: 1px 0px 0px 0px; }	
.secondary ul li { list-style: circle; }
.secondary .metalink a, .secondary .metalink a:visited, .secondary span a, .secondary span a:visited { color: #999; font-weight: normal; }
.secondary span a { margin-left: 10px; }
.secondary a:hover, .secondary a:visited { text-decoration: underline; }
.secondary h2 {  text-align: left; font-size: 14px !important; font-weight: bold !important; padding: 15px 0px 2px 5px!important; display: block; margin-top: 25px; color: #CC0000; border-bottom: 1px solid #ffffff; margin-left: 10px; margin-right: 10px; }



/* NAV BAR STYLES */
#navigation { height: 119px; float:left; }
#navigation_pad {margin: 93px 0px 0px 200px;}
#navbar { font-size: 10px;  }
#navbar ul, #navbar li { margin: 0px; padding: 0px; list-style: none; }
#navbar li { float: left; display: block;}
#navbar li#first a { margin-left: 7px; }
#navbar a { text-align: center; font-weight: bold;   padding: 8px 0px 6px 0px; margin-right: -7px; display: block; background: url(../images/layout/nav_bar.gif) no-repeat scroll 0px 0px; white-space: nowrap; position: relative; color: #8F2392;  }
#navbar a:hover { background-position: -170px 0px; text-decoration: none; color: #FFFFFF; }


/*  MAIN NAVIATION STYLES  */
#navigation2 { margin: 40px 2px 40px 0px; display:block; }
#navigation2 ul { list-style: none; margin: 0px 0px 0px 10px; padding: 0px; text-align: right; }
#navigation2 li { color: #FFFFFF; list-style: none; font: bold 13px Arial, Helvetica, sans-serif; padding-bottom: 1px; }
#navigation2 li a, #navigation2 li a:active, #navigation2 li a:link,  #navigation2 li a:visited  { color: #D2D2D2; text-decoration: none; padding: 2px 15px 2px 0px; display: block; font-weight: normal; letter-spacing: normal; font-family: Verdana, Arial, Helvetica, sans-serif; background: url(../images/layout/nav_arrow.gif) no-repeat 100% 3px; border-bottom: 1px solid #48154D; }
#navigation2 li a:hover { color: #FFFFFF; text-decoration: none; font-weight: normal; background: url(../images/layout/nav_arrow.gif) no-repeat 100% -14px; }
#navigation2 li.current_page_item a,  #navigation2 li.current_page_item a:active, #navigation2 li.current_page_item a:link, #navigation2 li.current_page_item a:visited { background: url(../images/layout/nav_arrow.gif) no-repeat 100% -14px; color: #ffffff; font-weight: bold; } 
#navigation2 ul li { margin: 0px 0px 0px 0px; padding: 2px 0px 2px 0px; font-size: 12px; font-weight: bold;}


/* Footer */
#footer{ background: url(../images/layout/footer.jpg) no-repeat 189px 0px; 	float:left; 	height: 76px; 	width: 778px; }
/* ------Footer textlinks------ */
#textlinks { color: #ffffff; padding: 0px; font-size: 11px; text-align: center; display: block; text-transform: lowercase; margin: 0px; float: left; width: 778px; font-weight: normal; }
#textlinks ul { /*float:left;*/ margin: 0px 99px 10px 189px; padding: 0px; list-style: none; display:inline; }
#textlinks li { font-size: 90%; color: #ffffff; display:inline; line-height:125%; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
#textlinks li a, #textlinks li a:active, #textlinks li a:link, #textlinks li a:visited  { padding: 0px 3px 11px 3px; margin: 0px; text-align: center; text-transform: capitalize; color: #ffffff; text-decoration: none; font-weight: normal; }
#textlinks li a:hover { color: #FFFFFF; text-decoration: underline; }
/* -------Footer Credits & Copyright------ */
#credits { margin: 0px; 	padding: 0px; height: 86px; float: left; width: 778px; text-align: left; }
#credits a, #credits a:active, #credits a:link, #credits a:visited { color: #FFFFFF; font-weight: normal; text-decoration: none; font-size: 60%; padding-top: 48px; padding-left: 250px; display: block; }
#credits a:hover { color: #000000; 	text-decoration: underline; }
#copyright { color: #A568AB; font-size: 9px; margin: 2px 0px 0px; padding: 2px 0px 0px; font-weight: normal; float: left; width: 	778px; text-align: center; }
#copyright p{	border-top: 1px solid #999999; margin: 0px 100px 0px 293px; padding: 5px 0px 40px 0px; }




a img {
	padding: 2px;
	border: 1px solid #6F4575;
}

/* GENERAL LINKS */
a { text-decoration: none; color: #0011D7; }
.entry-content a:visited { color: #b41; }
a img,:link img,:visited img {  }

/* GENERAL HEADINGS  */
h1, h2, h3, h4 { }
h1 { /* H1 is the title in the header */ font-size: 3em; font-weight: bold; letter-spacing: -1px; margin: 0; 	padding: 0px 0px; }
h1, h1 a, h1 a:hover, h1 a:visited, #header .description { text-decoration: none; color: white; }
h1 a:hover { text-decoration: underline; }
#header .description { /* Description in header */ font-size: 1em; margin: 0 40px; }
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */ text-align: left; font-size: 12px; font-weight: bold; letter-spacing: -1px; color: #92449B; margin-bottom: 5px; padding-bottom: 2px; border-bottom: 1px solid #CCCCCC; }
h2 a { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */ color: #92449B; }
h2 a:hover { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */ color: #663366; }
h3 a,h3 a:link, h3 a:active, h3 a:visited {  text-align: left; font-size: 14px; font-weight: bold; letter-spacing: -1px; color: #58205D; margin-bottom: 15px; padding-bottom: 2px; border-bottom: 1px solid #CCCCCC; display:block; }


/* CLASSES BUTTON 
#classes_icon { background: url(../images/icons/classes.gif) no-repeat; padding-top: 40px; }
#classes_icon p { font-size:11px; margin: 0px 10px 20px 10px; padding: 0px 0px 0px 0px; }
#classes_icon p a, #classes_icon p a:active, #classes_icon p a:link, #classes_icon p a:visited { font-weight: normal; }
#classes_icon p a:hover { font-weight: normal; }*/


/* CLASSES BUTTON */
#classes_icon {
	background: url(../images/icons/classes.gif) no-repeat;
	padding-top: 40px;
	/*padding-top: 40px;*/
	height: 79px;
	margin-top: -35px;
	margin-bottom: 25px;
}

#classes_text p {
	font-size:11px;
	/*margin-top: 90px;*/
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: -10px;
	/* -- FIX for IE vs FF */
	margin-top: 50px;
	position: absolute;
	left: 0px;
	width: 180px;	/* -- END FIX */
}
#classes_text p a, #classes_icon p a:active, #classes_icon p a:link, #classes_icon p a:visited { font-weight: normal; }
#classes_text p a:hover { font-weight: normal; } 


/* Catalogue Icon padding-top: 40px;*/
#catalogue_icon {
	background: url(../images/icons/Catalogue.gif) no-repeat;
	
	height: 79px;
	margin-top: -35px;
}

/* TOP TIPS BUTTON */
#top_tips { width:99px; }
#top_tips a{ width:99px; height:100px; display:block; text-decoration: none; }
#top_tips a:hover{ text-decoration: none; }


/* SEARCH BAR */
#top_search { 	float: left; width: 180px; }
#searchform { margin: 3px 5px 0px 12px; display: block; position: relative; }
#search h2 { display: none; }
input[type=text], textarea { color: #444; padding: 1px; margin: 0; }
#s { width: 85%; color: #FFFFFF; background: #561F5B; font-size: 10px; border: 1px solid #C1C1C1; text-align: center; }
#s.livesearch { width: 85%; }
#searchreset { position: absolute; right: 3px; top: 3px; height: 13px; width: 13px; background: url('../images/reset-fff.png') center top no-repeat; }
#searchload { position: absolute; right: 0; top: 0; height: 18px; width: 18px; background: url('../images/spinner.gif') center center no-repeat; 	}
.livesearchform input[type=submit] { margin: 0; }
#searchcontrols { text-align: center; padding: 1px; background: #ddd url('../images/livesearchbgdark.jpg') center repeat-y; }
#searchcontrols small { margin: 0; padding: 0; }

#testimonial {
color: #ffffff;
}

#bettertestimonial {
font-size: 12px;
}

#testimonials-managerContent {
color: #ffffff;
font-size: 12px;
padding-left: 15px;
}

#testimonials-managerContent {
padding-left: 0px;
}

.title {
display: none;
}