/**
 * 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_new.css 1.5 2006-09-06 jettrue $
 */
* {
	margin:0;
	padding:0;
	}
	
body {
	margin: 0 auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	background:url(../images/background.gif);
	background-repeat:repeat;
	padding-top:25px;
	}

a img {
	border: none; 
	}

a:link, #navEZPagesTOC ul li a {
	color: red;
	text-decoration: none;
	}

a {
	color:red;
	}
 
a:visited {
	/*color: #3300FF;*/
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: red;
	}

a:active {
	color: red;
	}

h1 {
	font-size: 1.5em;
	}
	
h2 {
	font-size: 1em;
	}
	
h3 {
	font-size: 1em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

CODE {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	}
	
FORM, SELECT, INPUT {
	font-size: 1em;
	margin: 0.2em;
	padding: 0.2em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	text-align:left
	}
	
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.25em;
	padding: 0.1em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

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

LABEL.inputLabel {
	font-size: 1em;
	width: 10em;
	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: #933;
	color: #ffffff;
	}
	
.messageStackSuccess {
	background-color: #CBD7AD;
	color: #000000;
	}
	
.messageStackCaution {
	background-color: #FAFAA6;
	color: #000000;
	}
	
/*wrappers - page or section containers*/
div#mainWrapper {
	text-align: left;
	width: 800px;
	vertical-align: top;
	background:#fff;
	
	}

#headerWrapper,   #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	}
	
#logoWrapper {
	background: url(../images/shadow.gif) repeat-x bottom;
	height:105px;
	width:800px;
	}
	
#contentMainWrapper {
	padding:0 .5em;
	}
	
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	}
	

	
	
#logo {
	width:404px;
	float:left;
	}
	
/* BOF Top Nav Links with Image (shopping cart/contact us/my account). If you'd like to use text links only, comment out this section, and un-comment out the following section*/

#tagline {
	float:right;
	height:70px;
	width:336px;
	}
	
#tagline ul {
  	height:86px; 
  	margin:0;
  	width: 336px;
  	text-align:center;
	background:#fff url(../images/topnav.gif) no-repeat right top;
  	}
  
#tagline li {
  	list-style-type:none; 
  	width:0;
  	height:67px;
    position:absolute;
  	}
  
#tagline a {
	float:left;
  	height:0;
	position:absolute; 
  	color:#000; 
  	text-decoration:none; 
 	padding-top:66px; 
  	font: 1.5em;
 	}
  
* html #tagline li {
  	margin-left:-165px;
  	}
  
* html #tagline a {
  	height:67px; 
  	he\ight:0;
  	}
  
#tagline a#sc{
  	position:absolute; 
  	left:30px; 
  	top:0px;
  	width:90px;
  	}
  
#tagline a#cu {
  	position:absolute; 
  	left:140px; 
  	top:0px; 
  	width:85px;
  	}
  
#tagline a#ma{
  	position:absolute; 
  	left:250px; 
  	top:0px; 
  	width:85px;
  	}

#tagline i{visibility:hidden}

/*EOF Top Nav Links with Image */


/*beggining of top navigation with link only (shopping cart/contact us/my account) to use these text links, comment out the previous section, and un-comment this section.

#tagline {
  color:#000;
  font-size: 1.5em;
  text-align : center; 
  height:80px;
  z-index:10;
}
#tagline ul{ 
list-style-type:none; 
text-align:center; 
} 
#tagline ul li{ 
display:inline;
} 
#tagline ul li a{ 
float:left; 
margin-left:14px;
width:100px; 
} 
#tagline ul li a:link, #tagline ul li a:visited{text-decoration:none;color:#333} 
#tagline ul li a:link:hover, #tagline ul li a:visited:hover{color:#000;} 
#tagline ul li a i{font-style:normal}

/*end of top navigation with links only */



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

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	}
	
#accountLinksWrapper  {
	margin: 10px 0px;
	width: 75%;
	}
	
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

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

#navMainWrapper, #navSuppWrapper {
	margin: 0em;
	font-weight: bold;
	color: #fff;
	height: 34px;
	width: 650px;
	font-size:1em;
	}
	
#navCatTabsWrapper {
	margin: 0em;
	font-weight: bold;
	height: 34px;
	width: 650px;
	font-size:1em;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  .7em 0em 0em 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.9em;
	margin: 0;
	color: #fff;
	white-space: nowrap;
	}
	
#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.9em;
	margin: 0;
	color: #934AC2;
	white-space: nowrap;

	}
	
#navMainWrapper {
	background: url(../images/gradient.gif) repeat-x;
	margin-bottom:5px;
	border-bottom:1px solid #333;
	}

#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 0.5em;
	}
	
.navMainSearch {
	margin:0 0.5em 0 0.5em;
	}
	
#navBreadCrumb a {
	color:#00A1AD;
	}
	
#navBreadCrumb a:hover {
	color:red;
	}
	
#navEZPagesTop {
	background-repeat: repeat-x;
	border: 1px solid #9a9a9a;
	}
	
#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	padding: 0.5em;
	border-right: 1px solid #D03434;
	}
	
#navColumnTwo {
	padding: 0.5em;
	/*border-right: 1px solid #cccccc;*/
	}
	
#navColumnTwo a {
	color: red;
	}
	
#navColumnTwo a:hover {
	color:#934AC2;
	}

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

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
	margin-left: -10px;
	}

.alert {
	color: #933;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
	
.advisory {}

.important {
	font-size: 1.1em;
	}
	
.notice {}

.rating{}

.gvBal {
	float: right;
	}
	
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
	
.siteinfoLegal hr	{
	color:red;
}

#series-specs {
	margin: 10px 10px;
}

#series-specs li {
	list-style-position: inside;
}

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

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

.cartTableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	height: 2.2em;
 	}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.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: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList, #cartAttribsList {
	margin-left: 1em;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
	
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #933;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 
	
#cartBoxEmpty, #cartBoxVoucherBalance {
  	font-weight: bold;
  	}
	
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

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

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	font-size: .8em;
	color: #333;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #9a9a9a;
	}
	
.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	/*border: 1px solid #9a9a9a;*/
	margin-bottom: 1em;
	}

.sideBoxContent {
	/*background-color: #ffffff;
	padding: 0.4em;*/
	margin-left:.3em;
	}

/*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: red;
	text-decoration: none;
	} 
	
h3.rightBoxHeading a:hover {
	color: red;
	text-decoration: none;
	}
	
.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
 .leftBoxHeading	{
 	text-align:left;
 }
 #bannerFive	{
 	border-top:1px solid red;
 }
 
#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;
	}
	

.productListing-data {
	padding: 1em 0.2em;
	
	}

.navNextPrevWrapper {
	padding:1em;
	}
		
#productlayout {
	width: 200px;
	float:left;
	}
	
	
/* CSS Document */


/* Global Styles */





	
.italics	{
	font-style:italic;
	
}

.linespace	{
	padding-top:12px;
}

/* Begin Header Styles*/

#header {
	postion:absolute;
	width: 800px;
	height: 145px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color:#ffffff;
	z-index:2;
	margin-top:5px;

	
}

#tagline {
	width: 333px;
	height:75px;
	margin-top:30px;
	float:left;
	background-color:#824BBD;
	padding: 15px 0 0 300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color:#fff;
}



#header ul{
	width:155px;
	height:65px;
	margin:30px 0 0 2px;
	float:left;
	background-color:#824BBD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#ffffff;
	list-style:none;
	text-align:right;
	padding:25px 10px 0 0;
	text-decoration:none;

}

# header a {
	color:#FFF;
	text-decoration:none;
	
}

.headerline2 {
	font-family:"Warnock Pro", Georgia, "Times New Roman", Times, serif;
	margin-left:-30px;
	font-size:1.75em;
	text-align: center;
	position: relative;
	top: -15px;
	
}
.headerline3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:150px;
	font-size:0.85em;
	
}

/* End Header Styles*/

#logotag {
	position:absolute;
	margin:20px 0 0 -31px;
	width:281px;
	height:181px;
	z-index:2;
	border:0;
	
}

#rtshadow {
	position:absolute;
	width:25px;
	height:172px;
	margin:5px 0 0 798px;
	z-index:1;
	
}

#lfshadow {
	position:absolute;
	width:25px;
	height:172px;
	margin:5px 0 0 -23px;
	z-index:1;
	
}

#contentcontainer{
	position:relative;
	width: 800px;
	height:auto;
	margin: -38px auto 0 auto;
	background-color:#FFF;
	background:url(images/contentbg.gif);
	background-repeat:repeat;
	overflow:hidden;
	
}


/* Begin  Old Navigation Styles *	
#nav{
	margin: -38px -2px 0 0;
	float:left;
	width: 123px;
	padding: 90px 0 100px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	color:#824BBD;
	background-color:#FFF;
	z-index:-1;
	
}

#nav ul{
	padding-left:4px;
	
}

#nav a, a:hover {
	color:#824BBD;
	text-decoration:none;
	
}

body div#nav ul li ul{
	display:none;
}

#nav ul li:hover ul, #nav ul li ul:hover {
	display:block;
}

#nav ul li ul {
	margin:-5px 0 0 0;
	position:absolute;
	margin-left:3em;
	width:11em;
	background-color:#FFF;
	border:1px solid #F00;
	z-index:1;
	

}

#nav ul li ul li{
	width:100%;
	padding-left:7px;
	
}
#nav ul li ul li:hover{
	text-decoration:underline;
}

.formnav {
	padding-bottom:1200px;
}



* End Old Navigation Styles */

/* Begin New Navigation Styles */

#nav{
	margin: -38px -2px 0 0;
	float:left;
	width: 124px;
	height:auto;
	padding: 90px 0 100px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#824BBD;
	background-color:#FFF;
	position: relative;
	z-index:1;
	
	}
	
#nav ul li a:hover {
	color:#F00;
	text-decoration:none;
	}

	
/*#nav ul{
	padding-left:4px;
	
}
*/

#nav ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
	width: 124px;
	}
	
#nav ul li {
	position: relative;
	}
	
#nav li ul {
	position: absolute;
	left: 124px;
	top: 0;
	display: none;
	}
	
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #824BBD;
	background: #fff;
	padding: 3px;

	border-bottom: 0;
	}
	
#nav ul li ul li a {
	display: block;
	text-decoration: none;
	color: #824BBD;
	background: #fff;
	padding: 2px 0 2px 5px;
	border-left: 1px solid #F00;
	border-bottom: 1px solid #F00;


	}
	
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

#nav li:hover ul, #nav li.over ul { 
	display: block; }


/* Begin Homepage Navigation*/	
#homenav{
	margin: -287px -2px 0 0;
	float:left;
	width: 124px;
	padding: 90px 0 100px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#824BBD;
	background-color:#FFF;
	
	}
	
#homenav ul li a:hover {
	color:#F00;
	text-decoration:none;
	}

	
/*#nav ul{
	padding-left:4px;
	
}
*/

#homenav ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
	width: 124px;
	}
	
#homenav ul li {
	position: relative;
	}
	
#homenav li ul {
	position: absolute;
	left: 124px;
	top: 0;
	display: none;
	}
	
#homenav ul li a {
	display: block;
	text-decoration: none;
	color: #824BBD;
	background: #fff;
	padding: 3px;

	border-bottom: 0;
	}
	
#homenav ul li ul li a {
	display: block;
	text-decoration: none;
	color: #824BBD;
	background: #fff;
	padding: 2px 0 2px 5px;
	border-left: 1px solid #F00;
	border-bottom: 1px solid #F00;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html #homenav ul li { float: left; height: 1%; }
* html #homenav ul li a { height: 1%; }
/* End */



#homenav li:hover ul, #homenav li.over ul { 
	display: block; }
	

	
/* End New Navigation Styles */

#content {
	margin:0;
	padding:0;
	float:left;
	width: 675px;
	background-color:#FFF;

}

.tpm	{
	width:600px;
	color:#666;
	font-size:.8em;
	margin-top:20px;
}

#advertising {
	float:left;
	width: 660px;
	z-index:100;

	margin:15px 0;
	
}
#advertising2 {
	float:right;
	width: 675px;
	
	border-bottom:1px solid #F00;
	margin-top:15px;
	background-color:#FFF;
	background:url(images/containerbg.gif);
	background-repeat:repeat;
	
}
#advertising3 {
	float:right;
	width: 675px;
	margin-top:-15px;
	background-color:#FFF;
	background:url(images/containerbg.gif);
	background-repeat:repeat;
	
}

#advertising3 p	{
	font-family:Georgia, "Times New Roman", serif;
	font-size:1em;
	line-height:1.5em;
}

#advertising3 img	{
	margin:10px 0 0 20px;
}


#advertising3 h1	{
	width:620px;
	margin-left:20px;
	margin-top:-29px;
	margin-bottom:17px;
}

#advertising3 dl	{
	margin: 10px 0 25px 25px;
	
}

#advertising3 dl dt	{
	font-size:1.1em;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:4px;
}
#advertising3 dl dd	{
	font-size:.95em;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:3px;
	padding-left:10px;
}
.partners	{
	width: 600px;
	margin: 0 0 0 25px;
}

.region	{
	overflow: hidden;
}

.region dl	{
	width: 200px;
	float: left;
	overflow: hidden;
}
.region dl dd, .region dl dt	{
	width: 200px;
}

.partners h3	{
	border-bottom: 1px solid #9a9a9a;
}

.partners h2	{
	font-size: 1.4em;
	margin: 0 0 15px 0;
}


.adpara	{
	font-size:.95em
	width:550px;
	padding:15px 20px;
	margin:10px 0 20px 10px;
	color:#666;
}
.contact	{
	font-size:15px;
	width:550px;
	padding:15px 20px;
	margin:10px 0 20px 10px;
	line-height:1.1em;
	color:#666;
}
.contact a	{
	color:#824BBD;
	text-decoration:underline;
}

.contact a:hover, a:visited	{
	color:red;
	text-decoration:underline;
}
	
.awardpara	{
	float:left;
	font-size:12px;
	width:200px;
	padding:5px 10px;
	margin:10px 0 20px 10px;
	line-height:1.25em;
}
.awardpara2	{
	float:left;
	font-size:12px;
	width:200px;
	padding:5px 10px;
	margin:10px 0 50px 63px;
	line-height:1.25em;
}
.awardimg	{
	margin-left:25px;
	float:left;
}

#prodsales {
	width:675px;
	height:135px;
	float:right;
	background-color:#FFF;
	background:url(images/containerbg.gif);
	background-repeat:repeat;
	z-index:-1;
	
}

.prodsourcetag {
	width:120px;
	height:125px;
	float:left;
	background-repeat:no-repeat;
	position: relative;
	padding-left:4px;
	padding-right: 5px;
}

#homecontentcontainer	{
	width:660px;
	float:left;

}
#notearea {
	width:215px;
	height:auto;
	float:left;
	margin-top:20px;
	
}

.notetop {
	width:220px;
	height:50px;
	background-image:url(/images/notetop.jpg);
}

.notemiddle {
	width:155px;
	height:auto;
	padding:0  30px 0 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#FF0000;
	background-image:url(/images/notemiddle.jpg);
	background-repeat:repeat-y;
	text-align: center;

}

.notebottom {
	width:220px;
	height:50px;
	background-image:url(/images/notebottom.jpg);

}

#hometext {
	float:left;
	width: 400px;
	height:300px;
	padding: 20px 15px 30px 10px;
	background:#fff;
	text-indent:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height:1.5em;
	background-color:#FFF;
	color:#666666;
	
	
}

#textarea {
	float:left;
	margin-left:2px;
	width: 450px;
	padding:10px 45px 20px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height:1.5em;
	background-color:#FFF;
	color:#666666;
	border-left: 1px solid #F00;
	
}
#textarea h1{
	font-size:15px;
	padding-bottom:12px;
	color:#555;
	
}

#textarea p	{
	text-indent:12px;
	padding-bottom:12px;
}
#textarea img	{
	width:181px;
	float:left;
}
.navidadtext	{

	position:relative;
	
	float:left;
	
	width: 600px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height:1.5em;
	background-color:#FFF;
	color:#666666;


}

.navidadtext p	{
	margin-top:25px;
	float:left;
	width:300px;
	padding-left:15px;
}
.navidadtext img	{
	float:left;
	width:181px;
	height:230px;
}
/* Begin Subnav Styles*/
#subnav {
	float:right;
	width:150px;
	padding-bottom:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	color:#824BBD;
	background-color:#FFF;
	
}

#subnav ul{
	padding-left:17px;
	line-height:1.5em;
	list-style:none;
	
}

#subnav a {
	color:#824BBD;
	text-decoration:none;
}
	
#subnav a:hover	{
	color:#666;
	text-decoration:none;
	
}
/* End Subnav Styles*/



#prodcontainer {
	float:left;
	width: 650px;
	border-left: 1px solid #F00;
	margin-left:2px;
	
	
}

#product {
	float:left;
	width:625px;
	background-color:#FFF;
	padding: 10px 0 10px 10px;
	
}

#product h2 {
	float: left;
	margin:2px 0 0 20px;
	font-family: Georgia, serif;	
}

#product h3{
	color: red;
	font-family: Georgia, serif;
	float: left;
	margin: 0 0 0 22px;
}

#topproduct {
	float:left;
	width:630px;
	background-color:#FFF;
	padding: 0 0 0 10px;
	border-bottom:1px solid #f00;
	
}

#topproduct p {
	width:300px;
	float:left;
	margin: 20px 55px 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	line-height:1.25em;
	
}


#product p {
	width:400px;
	float:left;
	margin:2px 0 15px 20px;
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	
	
}



#product strong	{
	font-size:1.2em;
	padding-bottom:10px;

}

#product ul {
	padding-top:5px;
	padding-left:5px;
	width:215px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1em;
	color:#D22626;

	
}



#product ul a {
	text-decoration:underline;
	font-style:italic;
	color:#D22626;
	padding:0 0 5px 20px;
	
}

.longproduct	{
	width:300px;
	float:none;
}
	
#topproduct object {
	
	float:left;
		
}
	
#product img {

	float:left;
	
}

#upsale {
	position:relative;
	float:right;
	width:660px;
	padding:0px 0 15px 15px;
	border-left: 1px solid #F00;
	background-color:#FFF;
	
}

#upsale h1 {
	margin-bottom:.5em;
	font-family:Georgia, "Times New Romam", Times, serif;
	font-size:1.5em;
	padding-left:5px;
	color:#F00;
}
#upsale p {
	width:300px;
	float:left;
	margin-top:10px;
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	
}

#upsale img {

	float:left;
	
}

#upsale ul {
	padding-top:5px;
	padding-left:5px;
	width:215px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1em;
	color:#D22626;
}

#upsale ul:first-child {
	font-weight:bold;
}

#upsale ul a {
	text-decoration:underline;
	font-style:italic;
	color:#D22626;
	padding:0 0 5px 20px;
	
}

/* Form styles: including styles from old site*/

.head1lbluegeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #244e7c;
}
.body2blackverSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 125%;
}
.subbluecapverd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #244e7c;
	font-style: normal;
}
.medSubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

.body1blackver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#formcontent {
	position:relative;
	margin:0 auto;
	text-align:left;
	float:right;
	width: 665px;
	padding-top:30px;
	padding-left:10px;
	border-left: 1px solid #F00;
	margin-top:-15px;
	background-color:#FFF;


}



/*  End Form styles */


#footer {
	margin:0 auto;
	width: 770px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.65em;
	color:#999;
	border-top: 1px solid #F00;
	text-align:center;
	padding:15px;
	background-color: #FFF;
	
}

#footer a, a:hover, a:visited {
	color:#999;
	text-decoration:none;
	
}

.clearfloats {
	clear:both;
}
	

	#center	{
	text-align:center;
}

.whitetext	{
	color:#fff;
}

.about	{
	color:#666;
	
	font-size:15px;
	width:550px;
	padding:5px 20px;
	margin:0 0 20px 10px;
}

.abouthead	{
	color:#666;
	
	font-size:17px;
	width:550px;
	padding:0px 20px;
	margin:10px 0 0px 10px;
}

.homeimg	{
	width:674px;
	height:264px;
}

.productListing-heading	{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.listingDescription	{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.itemTitle	{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#informationContent ul	{
	margin-top:7px;
}

.sideBoxContent li{
	display:block;
	margin-left:2px;
	margin-top:8px;
}

.sideBoxContent li a	{
	color:#864bbd;
	font-weight:bold;
	margin-top:15px;
	font-size:.9em;
	text-indent:10px;
	
}

.sideBoxContent li a:hover	{
	color:red;
}

#cat4Table	{
	margin-left:10px;
}

.productListing-heading	{
	display:none;
}

.productListing-data a	{
	color: red;
	font-weight:bold;
}


.productListing-data a:hover{
	color: #666666;
	font-weight:bold;
}

#productListing	{
	width:620px;
	padding:5px;
}
#navMainWrapper	{
	background:transparent;
	width:800px;
	height:20px;
	border:none;
	position:absolute;
	top:30px;
	
}
#navMain 	{
	float:right;
	background:none;
}

#navMain ul li a	{
	color:red;
}
#navMain ul li a:hover	{
	color:#666666;
}

#productDetailsList {
	list-style:none;
}

#product	ul	{
	list-style:none;
	margin-left:40px;
	margin-top:-15px;
	
}

#teachmetext {
	float:left;
	width:450px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
}

#subnav	{
	font-size:1em;
}

#links	{
	font-size:15px;
	width:550px;
	float:left;
	
	

}
#links a	{
	color:#824BBD;
	text-decoration:none;

}

#links p	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.95em;
	color:#666;
	line-height:1.5em;
}

#links a:hover, a:visited	{
	color:red;
	text-decoration:none;
}

#links img	{
	margin-right:10px;
	float: left;

}

a:visited	{
	color:red;
}

#isbn p	{
	font-size:.85em;
	color:#666;
}

.newsdate	{
	font-size:.85em;
	font-weight:bold;
}

.newstext	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#666;
}

.credits {
	font-size:.9em;
	margin-bottom:10px;
	width:375px;
	float:left;
}

.newsimg	{
	float:left;
}

#clearfloats	{
	clear:both;
	margin-bottom:25px;
}

.list	{
	list-style:none;
}

