/* 
================================
3DCart Style Sheet 
by Infomart2000 Corp.
www.3dcart.com
================================
*/	
	

/***********************************/
/*          DESIGN ELEMENTS        */
/***********************************/

 
/*body:: Controls Page Background Color and any other fonts not defined below*/ 	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #034112;
	font-weight: Normal;
	margin: 0;
}
/*data:: Controls body default fonts and colors*/
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	background: #ffffff;
}
/*frame:: Controls the  Color of the Store's Frame*/		
.frame {
	background-color: #CBFFB4;
}
/*top:: Controls the  Color of the top Bar*/		
.top {
	background: #ffffff url(images/BG_Logo.gif) repeat-x;
}
/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices*/		
.footer td {
	font-size: 12px;
	color: #46A45B;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #A7E3AD;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover, .footer a:visited:hover {
	text-decoration: underline;
	color: a7e3ad;
	font-weight: normal;
}
.footer-left a:link, .footer-left a:visited, .footer-left a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.footer-left a:hover, .footer-left a:visited:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
/*line:: Controls the  Color of the line bellow the top bar*/		
.line {
	background: #ffffff url(images/menu-background.gif) repeat-x;
}
/*alternative:: Controls the form backgrounds and other areas that requred an alternative color*/
.alternative {
	background-color: #f9f8f8;
	padding: 2px 2px 2px 2px;
	border: 1px solid #eae9e9;
}
/*borders:: Controls the color of  the borders on forms*/ 
.borders {
	border: #cccccc;
	background-color: #cccccc;
}
/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
	border: 1px dotted #cccccc;
	border-style: none none dotted;
}
/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
	background-color: #f9f8f8;
}
/***********************************/
/*         HEADERS & TITLES        */
/***********************************/


/*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993400;
	font-weight: bold;
	/*	background: url(images/BG_featured.gif) repeat-x; */
	text-decoration: none;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
}
/*page_headers:: Controls the page's titles*/
td.image-header {
	padding: 0;
}
.image-header img {
	border: 0 none;
}
td.page_headers {
	background:#FFFFFF url(images/menu-background.gif) repeat-x scroll 0 0;
	padding:4px 0 15px 11px;
}
.page_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #bc0000;
	background-color: #ffffff;
}
/* Content Pages Layout */
.main-content-area {
	padding: 3px 8px 15px;
	color: #000;
	color: #000;
}
.main-content-area ul {
	list-style: url(images/bullet.gif) outside disc;
	margin-left: 15px;
}
.main-content-area td {
	border: 0 none !important;
	width: 50%;
	vertical-align: top !important;
	padding-right: 25px;
}
td.data {
	padding: 3px 8px 15px;
	color: #000;
	color: #000;
}
td.data ul {
	list-style: url(images/bullet.gif) outside disc;
	margin-left: 15px;
}
td.data td {
	border: 0 none !important;
	vertical-align: top !important;
	padding-right: 25px;
}
/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #bc0000;
	font-weight: bold;
}
/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(images/BG_featured.gif) repeat-x;
	color: #c81e11;
	border: solid;
	border-bottom-width: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
 border-color:;
	padding:3px;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #eeeeee;
	color: #999999;
	padding:4px;
}
/*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #585C5F;
	border: 1px dotted #cccccc;
	border-style: none none dotted;
}
/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #cbcaca;
	color: #4f4e4e;
}
/***********************************/
/*          GENERAL FONTS          */
/***********************************/


/*font1:: Primary Screen Font */ 
.font1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #000000;
}
/*font2:: Secondary Screen Font */ 
.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Normal;
	color: #bc0000;
}
.font3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #F33710;
}
.font4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #c32519;
}
/*icon:: Controls the way the menu icons display*/ 
.icon {
	display: none;/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #bd2723;
*/
}
/*store-name:: Store Name*/		 
.store-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ac2b27;
	text-decoration: none;
}
/*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #767676;
	padding-top:28px;
}
/*menu-text:: Controls the way the menu (mailing list) text look*/ 
.menu-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d2c2d;
        display: none;
}
/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #585C5F;
	text-decoration: none;
}
/*price-info:: controls the way the prices display on the product page*/ 
.price-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Normal;
	color: #585C5F;
}
/*price:: Controls the way the product's prices display*/ 
.price {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: Normal;
	color: #333333;
	line-height: 18px;
	background-color: #f9f9f9;
}
/*steps:: Controls the way the steps on the checkout pages display*/
.steps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
	background-color: #ffffff;
}
/*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background-color: #ffffff;
}
/*error:: Controls the error messages*/ 
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e10e04;
	text-decoration: none;
}
/***********************************/
/*      FORM FIELDS & BUTTONS      */
/***********************************/



/*btn:: Controls the buttons*/ 
.btn {
	border-top: 1px solid #dcdbdc;
	border-bottom: 1px solid #dcdbdc;
	border-left: 1px solid #dcdbdc;
	border-right: 1px solid #dcdbdc;
	background: url(images/BG_btn.gif) repeat-x;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
	margin:1px;
}
/*btn_over:: Controls the buttons*/ 
.btn_over {
	border-top: 1px solid #dcdbdc;
	border-bottom: 1px solid #dcdbdc;
	border-left: 1px solid #dcdbdc;
	border-right: 1px solid #dcdbdc;
	background: url(images/BG_btn1.gif) repeat-x;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	cursor: pointer;
	margin:1px;
}
/*btn2:: Controls the buttons*/
.btn2 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #ffffff;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	cursor: pointer;
}
/*txtBoxStyle:: Controls the text boxes*/  	
.txtBoxStyle {
	border-top: 1px solid #b3b4b5;
	border-bottom: 1px solid #b3b4b5;
	border-left: 1px solid #b3b4b5;
	border-right: 1px solid #b3b4b5;
	background-color: #FBFBFB;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #38393a;
}
/*txtareaStyle:: Controls the text areas*/ 	
.txtareaStyle {
	border-top: 1px solid #C7D5E0;
	border-bottom: 1px solid #C7D5E0;
	border-left: 1px solid #C7D5E0;
	border-right: 1px solid #C7D5E0;
	background-color: #FBFBFB;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	;
	font-size: 11px;
	color: #343333;
}
/***********************************/
/*              LINKS              */
/***********************************/


/*A:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	font-family: Arial, Helvetica, sans-serif;
	color: #BC0000;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #BC0000;
	font-weight: normal;
	text-decoration: underline;
}
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
A.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #F33710;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	margin-right: 11px;
	display: block;
	padding: 8px 0;
}
.menu-links-holder {
	text-align: center;
	margin-bottom: 5px;
}
A.menu:hover {
	background-color: #fff4ca;
	text-decoration: none;
	color: #F33710;
	font-weight: normal;
}
A.menu:visited {
	text-decoration:none;
	color: #F33710;
}
A.menu:visited:hover {
	text-decoration: none;
	color: #F33710;
	background-color: #fff4ca;
}
/*A.cat:: Controls the way the  Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.cat {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}
/*A.cat:hover:: Controls the way the  Links on the left bar look  when a user passes  their mouse over a them*/ 	
A.cat:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #b12f29;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}
/*A.cat:visited:: Controls the way the  Links on the left bar look after a user has visited that section*/ 
A.cat:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}
/*A.cat:visited:hover:: Controls the way the  Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #b12f29;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}
.logo-link img {
	border: 0 none;
}
table.sidebar-menu {
}
.sidebar-menu td {
	padding: 5px 5px 10px 5px;
}
.sidebar-menu p {
}
.sidebar-menu a, .sidebar-menu a:visited, .sidebar-menu a:active {
	color: #6C2401;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.sidebar-menu a:hover, .sidebar-menu a:visited:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6C2401;
	font-size: 14px;
}
.sidebar-menu-products-header {
	margin-bottom: 10px;
} /* PRODUCTS HEADER */
.sidebar-menu-products p {
	margin: 3px 0 3px 10px;
}
.sidebar-menu-products a, .sidebar-menu-products a:visited, .sidebar-menu-products a:active {
	color: #000;
}
.sidebar-menu-products a:hover, .sidebar-menu-products a:visited:hover {
	color: #000;
}
.interested-in-more {
	border: 1px solid #bc0000;
	text-align: center;
}
.interested-in-more h3 {
	color: #034112;
	font-size: 1.2em;
}
.footnote {
	color: #666666;
}
.oldsite td {
	padding-right: 0 !important;
	width: auto;
}
.category-item-description {
	margin:0 0 10px;
	padding-left:18px;
}
.category-item-name {
	color:#BC0000;
	font-weight: bold;
}
.category-items {
}
table.category-items {
	border-top:4px solid #BC0000;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px !important;
	padding-bottom: 0;
}
.category-items tr {
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.product-list-category {
	margin-bottom: -7px;
}
.all-products {
}
.all-products h2 {
	font-size: 18px;
	font-weight: bold;
	color: #bc0000;
	margin:0;
}
.all-products td {
	width: auto;
	border-bottom: 3px solid #bc0000 !important;
	padding:8px 15px;
}
.all-products img {
	width: 200px;
}
.category-page {
}
.category-page td {
	width: auto;
}
/*----------------------*/
/*----------------------*/
/* STYLES FROM OLD SITE */
/*----------------------*/
/*----------------------*/

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
.text_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
.text_req {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	font-size: 14px;
}
.text_lessleading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
.greenlarger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
	font-size: 14px;
}
.greenlarger_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
	font-size: 14px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}
.greenmedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 14px;
}
td, table, tr, tbody {
	font-size: 15px;
}
div.oldsite td {
	width: 0;
}
td.data {
	padding: 0;
}
td.data td {
	padding-right: 0;
}

.testimonials td {width: auto; padding: 0 0 20px 5px; }
