/**
 * 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 3215 2006-03-20 06:05:55Z birdbrain $
 */

/* Clean Business theme by Dieter Schneider for www.csstemplateheaven.com 2007*/

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #fff;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a,
a:visited {
	color: #00908f;
	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 {
	background: #00908f;
	color: #fff;
	}

a:active {
	color: #000000;
	}
	
#categories a,
#main_nav a,
#side_menu a {
	color: #000;
	}
	
	#categories a:hover,
	#main_nav a:hover,
	#side_menu a:hover {
		background: none;
		color: #562200;
		}
	
	#navBreadCrumb a:link,
	#navBreadCrumb a:visited {
		padding: 2px;
		}
	
	#navBreadCrumb a:hover,
	#navBreadCrumb a:active {
		background: #00908f;
		color: #fff;
		}
		
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

h1 {
	font-size: 24px;
	padding-bottom: 12px;
	}

h2 {
	font-size: 18px;
	font-style: italic;
	color: #4d4d4d;
	margin-bottom: 10px;
	padding-top: 10px;
	}
	
	h2#productPrices {
		margin-bottom: 0;
		padding-top: 0;
		}

h3 {
	padding-bottom: 12px;
	font-size: 18px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent {
	font-size: 12px;
	}

.biggerText {
	font-size: 1.2em;
	}

	
h3#categoriesHeading {
	display: none;
	}
	


CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	}

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 #00b1b0;
	background-color: #d1ffff;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em 1.5em;
	background-color: #00b1b0;
	color: #FFFFFF;
	}

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 {
	}

address {
	font-style: normal;
	font-size: 1.333em;
	line-height: 1.333em;
	margin-bottom: 18px;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9A9C86;
	}

/*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 {
	position: relative;
	padding-top: 42px;
	text-align: left;
	width: 831px;
	vertical-align: top;
	}

#logoWrapper {
	position: absolute;
    background-color: transparent;
    height: 46px;
    width: 177px;
	}
	
#headerWrapper {
	position: relative;
	height: 34px;
	*height: 30px; /* ie */
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	margin-top: 15px;
	}
	
#contentMainWrapper {
	z-index: 1;
	border-top: 3px solid #00b1b0;
	border-bottom: 3px solid #00b1b0;
	}
	

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#ffffff;
	font-size: 1.4em;
	font-weight: bold;
	text-align : right;
	vertical-align: middle;
	padding-right: 30px;
	padding-top: 60px;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0 0 10px 0;
	}

/*****************************************        -| 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 {
	margin: 0em;
	margin-bottom: 0px;
	height: 26px;
	background-color: #989da3;
	font-weight: bold;
	color: #ffffff;
	padding: 15px;
	}
	
#navSuppWrapper {	
    margin: 0em;
	margin-bottom: 0px;
	height: 26px;
	background-color: #989da3;
	font-weight: bold;
	color: #ffffff;
	padding: 15px;
	}
	
#navCatTabsWrapper {
    margin-left: 20px;
	margin-right: 20px;
	width: 802px;
	background-image: none;
	height: 20px;
	position: absolute;
	top: 12px;
}

#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;
	white-space: nowrap;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #666666;
	}

#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;
	}

#navBreadCrumb {
	background-color: transparent;
	}

#navEZPagesTop {
	background-color: #FFFFFF;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	margin: 0em;
	padding: 10px 20px 10px 18px;
	}

#navColumnOne {
	height: 100%;
	background: url(../images/menu_bg_dots.gif) no-repeat right top;
	border-right: 3px solid #00b1b0;
    }

#navColumnTwo {
	background-color: transparent;	
	}

/*****************************************        -| 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 0 18px 0;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	font-size: .85em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0 0 0 20px;
	}
	
	.centerColumn {
		/* margin-bottom: 20px; */
		}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}


.tableHeading TH span {
	border-bottom: 1px dotted #fff;
	}

.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;
	background: #00B1B0;
	color: #fff;
	border-top: 1px solid #005e5d;
	border-bottom: 1px solid #005e5d;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	padding: 3px;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 3em;
	padding-left: 10px;
	}
	
	.cartQuantity input {
		width: 20px;
		}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #606000;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	padding-right: 10px;
	}

#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;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	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 30px 4px 0em;
	}

.categoryIcon a,
.categoryIcon a:visited {
	font-size: 21px;
	color: #000;
	}
	
	.categoryIcon a:hover,
	.categoryIcon a:active {
		color: #fff;
		}

#cartImage {
	margin: 0.5em 1em;
	border
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*****************************************        -| MAIN CONTENT CLASSES |-        ***************/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	/*margin: 1em 0em;*/
	}

/*****************************************        -| SIDEBOXES |-        ***************/

.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	height: 22px;
	color: #000;
	border: 1px solid #000;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}
	
.leftBoxHeading {
	margin: 0em;
	padding: 5px 0px;
	}

.leftBoxContainer {
     border: none;
	}

.sideBoxContent {

	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	height: 22px;
	color: #000;
	border: 1px solid #000;
	}

.rightBoxHeading {
	margin: 0em;
	padding: 5px 0px;
	}
	
.rightBoxContainer {
	border: none;
	}


h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	}

h3.rightBoxHeading a:hover {
	color: #606000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #000000;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#siteinfoIP, #siteinfoLegal {
	background-color: #FFFFFF;
	}

#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: transparent;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*****************************************        -| MISC |-        ***************/
.back {
	float: left;
	}

.forward {
	float: right;
	}
	
.hiddenField {
	display: none;
	}

.visibleField {
	display: inline;
	}	

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #d4f9ff;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #d4f9ff;
	height: 1.5em;
	vertical-align: top;
	}
	
.productListing-odd {
	background-color: #FFFFFF;
	}
	
	.productListing-odd:hover td {
		background: #F3F3F3;
		}
					  
.productListing-even {
	background-color: #FDFFD8;
	}
	
	.productListing-even:hover td {
		background: #F3F3F3;
		}
	
	.productListing-even td,
	.productListing-odd td {
		padding: 10px 0;
		border-bottom: 1px solid #FFEF7B;
		}
		
		.productListing-even td img,
		.productListing-odd td img {
			border: 1px solid #969696;
			}
					  
.listingProductImage {padding: 4px;}

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: #00B1B0;
	height: 2em;
	color: #fff;
	font-weight: bold;
	}
	
	#scQuantityHeading,
	#scProductsHeading,
	#scUnitHeading,
	#scTotalHeading,
	#scRemoveHeading {
		border-top: 1px solid #005e5d;
		border-bottom: 1px solid #005e5d;
		text-align: left !important;
		}
		
	#scQuantityHeading {
		padding-left: 10px;
		}

#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 {
	background-color: #ffffff;
	}
	
	
	
	
	
/* TUMMY T'S CUSTOM CODE */

.pad_bottom {
	padding-bottom: 18px;
	}
	
.imgLink {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	}

#categoriesContent {
	padding-top: 24px;
	height: 226px;
	}
	
	#categoriesContent a {
		display: block;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		padding-bottom: 18px;
		}
		
#logo a:hover {
	background: none;
	}
	
/*====== STRUCURAL ELEMENTS ======*/

#top_right_link_container {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 139px;
	vertical-align: top:
	}

#proud_fun_fitting {
	width: 139px;
	height: 13px;
	background: url(../images/proud_fun_fitting.gif) no-repeat;
	float: left;
	}
	
#shopping_cart_link {
	width: 89px;
	height: 19px;
	margin-bottom: 1px;
	float: left;
	}

	#shopping_cart_link a {
		display: block;
		width: 89px;
		height: 19px;
		background: url(../images/shopping_cart_link.gif) no-repeat 0 -19px;
		}
		
		#shopping_cart_link a:hover {
			background-position: 0 0;
			}
	
	
	
	
/*====== HOMEPAGE ======*/
.bottom_box {
	display: none;
	position: relative;
	width: 200px;
	float: left;
	margin-right: 21px;
	}
	
	.bottom_box_info {
		position: relative;
		zoom: 1.0;
		border-right: 2px solid #00B1B0;
		padding-bottom: 10px;
		height: 190px;
		}
	
	
	
	.bottom_box h2 {
		padding: 3px 0 2px 0;
		margin: 0;
		font-size: 12px;
		color: #000;
		font-style: normal;
		text-transform: uppercase;
		}
		
		.bottom_box h2 span {
			font-weight: bold;
			}
		
	.bottom_box h3 {
		margin: 0;
		padding: 2px 0 1px 0;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: bold;
		}
		
	.bottom_box p {
		position: relative;
		font-size: 10px;
		line-height: 12px;
		}
		
		.bottom_box p img {
			}
		
	.bottom_box a {
		position: absolute;
		text-transform: uppercase;
		bottom: 5px;
		right: 5px;
		font-weight: bold;
		font-size: 10px;
		}
		
	.box_first {
		margin-left: 5px;
		}
		
	.box_last {
		margin-right: 0 !important;
		float: right;
		}
		
		.box_last .bottom_box_info {
			border: none;
			}
			

	
	
	
		
/*====== MAIN NAVIGATION (SITE-WIDE, NOT JUST ZENCART) ======*/
#main_nav {
	position: absolute;
	margin-top: 17px;
	*margin-top: 15px; /*ie*/
	margin-left: 200px;
	}
	
	#main_nav ul {
		list-style: none;
		}
		
		#main_nav ul li {
			display: inline;
			margin-right: 20px;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			}
			
			
/*====== SIDEBLOCKS (UNDER CATEGORIES NAV) ======*/
.call_to_action_box {
	text-align: right;	
	}
	
	
	
/*====== PRODUCT INFO PAGE ======*/

#categoryIcon {
	float: left;
	font-weight: bold;
	}
	
	#categoryIcon img,
	#categoryImgListing {
		display: none;
		}
	
.navNextPrevWrapper {
	float: right;
	}
	
#productMainImage {
	float: left;
	}
	
	#productMainImage img {
		margin-bottom: 6px;
		padding: 1px;
		background: #fff;
		border: 1px solid #969696;
		}
	
		#productMainImage a:hover {
			background: none !important;
			}
			
			#productMainImage a:hover span {
				background: #00908f !important;
				}
	
#product_info_container {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
/*
	background: #f1fffe url(../images/product_info_bg.jpg) repeat-x bottom;
	border-top: 1px solid #a6dad5;
	border-bottom: 1px solid #a6dad5;
*/
	}
	
	/* Add to Cart Button */
	#add_to_cart {
		padding-top: 20px;
		}
	
#productDescription {
	font-size: 16px;
	}
	
	#productDescription p {
		line-height: 1.5em;
		margin-bottom: 15px;
		}
	
#product_info_container_2 {
	position: relative;
	float: right;
	margin-left: 20px;
	width: 138px;
	}
	
ul#productDetailsList {
	margin: 0 0 18px 10px;
	list-style: none;
	}
	
	ul#productDetailsList li {
		padding: 0 0 12px 14px;
		background: url(../images/bullet_blue.gif) no-repeat 0 5px;
		}
		
#product_info_middle_container {
	padding-left: 232px;
	}
	
.wrapperAttribsOptions label {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.wrapperAttribsOptions select {
	width: 85px;
	background-color: #d5d6d8;
	}
		
#productAdditionalImages {
	margin-bottom: 20px;
	width: 48%;
	float: right;
	}
	
	.additionalImages a img {
		border: 1px solid #969696;
		padding: 1px;
		}
	
	
/*====== PRODUCT LISTING ======*/

td.productListing-data {
	padding-right: 20px;
	}
	
	td.productListing-data a {
		display: block;
		}
	
	td.productListing-data a:hover img.listingProductImage {
		background-color: none !important;
		}
	
#productsListingBottomNumber {
	padding-top: 20px;
	}
	
#form_controls {
	margin-bottom: 20px;
	padding: 20px;
	background: #f1fffe url(../images/product_info_bg.jpg) repeat-x bottom;
	border-top: 1px solid #a6dad5;
	border-bottom: 1px solid #a6dad5;
	}
	
	#form_controls select {
		background-color: #FFFCD6;
		}
		


/*====== HOMEPAGE ======*/	
#indexDefault {
	position: relative;
	padding-left: 0 !important;
	}
	
#tummyts_tag {
	position: absolute;
	width: 29px;
	height: 92px;
	background: url(../images/tummyts_tag.gif) no-repeat;
	top: 0;
	right: 10px;
	}
		
		
		
		
		
/*====== FOOTER ======*/

#footer {
	width: 831px;
	margin: 20px auto 0 auto;
	padding-bottom: 40px;
	text-align: center;
	}
	
	#footer ul {
		list-style: none;
		}
		
		#footer ul li {
			display: inline;
			padding-left: 7px;
			margin-left: 5px;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			border-left: 1px solid #000;
			line-height: 11px;
			}
			
			#footer ul li.first {
				border-left: none;
				margin: 0;
				padding: 0;
				}
				
				
				
				
/*======= Contact Us Form ========*/
#contactUsForm {}
	
	#contactUsForm label {
		width: 8em;
		font-size: 1.333em;
		}
		
	#contactUsForm input[type='text'] {
		margin-bottom: 10px;
		padding: 3px 5px;
		font-size: 1.333em;
		}
		
	#contactUsForm textarea {
		margin-top: 5px;
		}
		
		
		
/*======= Store Locator ========*/
#storesMainContent {}
	
	#storesMainContent .stores {}
		
		#storesMainContent .stores th {
			text-align: left;
			font-size: 2em;
			line-height: 1.133;
			color: #00B1B0;
			}




/*======= Products Page ========*/
.product_item {
	margin-bottom: 30px;
	padding-left: 120px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
	.product_item.tees {
		background-image: url(../images/products/tees.gif);
		background-position: 30px 0;
		}
		
	.product_item.thermals {
		background-image: url(../images/products/thermals.gif);
		}
		
	.product_item.tank {
		background-image: url(../images/products/tank.gif);
		background-position: 30px 0;
		}
	
	h2.product {
		margin-bottom: 15px;
		font-size: 2em;
		font-style: normal;
		color: #702336;
		}
	
	.product_item ul.description {
		margin-left: 25px;
		}
		
		.product_item ul.description li {
			margin-bottom: 8px;
			font-size: 1.1667em;
			}
			
	.product_item .colors {
		margin-left: 15px;
		margin-bottom: 15px;
		width: 278px;
		float: right;
		}
		
.message {
	margin: 10px 0 20px 0;
	padding: 10px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	background: #00b1b0;
	border-top: 2px solid #008382;
	border-bottom: 2px solid #008382;
	color: #fff;	
	}