 /*body::Controls Page Background Color and any other fonts not defined below*/ 	
body {
 margin:0px;
 padding:0px;
 text-align:center;
 background-color:#e2d9a7;
 }
 
td { vertical-align:top; }

#wrapper {
 width:1100px;
 margin:30px auto 30px auto;
 border:1px solid #000000;
 padding:0px;
 text-align:left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000000;
 background-color: #e2d9a7;
 font-weight: Normal;
 }

#wrapper #header {
 background-color:#ffffff;
 border-bottom:1px solid #000000;
 }

#wrapper #footer {
 border-top:1px solid #000000;
 padding:4px;
 background-color:#ffffff;
 color:#000000;
 text-align:center;
 }

#content {
 width:1100px;
 background-color:#ffffff;
 }

#leftcolumn {
 width:200px;
 background-color:inherit;
 vertical-align:top;
 }
 
#middlecolumn {
 width:700px;
 background-color:inherit;
 vertical-align:top;
 border-left:1px solid #000000;
 }

#rightcolumn {
 width:200px;
 background-color:inherit;
 vertical-align:top;
 border-left:1px solid #000000;
 }

#viewcart, #checkout, #listing, #myaccount, #orderstatus, #orderhistory, #invoice {
 width:100%;
 padding:10px;
 }

#bRotator {
 width:700px;
 }
#bRotator td { vertical-align:bottom; }
#bRotator img { border:0px; }
#bRotator #title {
 font-weight:bold;
 font-size:24px;
 border-bottom:1px solid #000000;
 }
#bRotator .brush {
 text-align:center;
 width:170px;
 vertical-align:bottom;
 }
.slogan {
 vertical-align:top;
 text-align:center;
 font-size:14px;
 font-weight:bold;
 font-style:italic;
 }

/*A:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
    color: #1D5501;
}

a.img:hover { background-color:transparent; }
.subbtn a:hover {
 background-color:transparent;
 color:#1D5501;
}

/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	background-color: #1D5501;
	color: #e2d9a7;
}


/*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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 25px;
}
	
/*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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

/*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: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
/*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: Verdana, Geneva, Arial, Helvetica, sans-serif;
} 

 /*global_header:: Controls the global header*/
.global_header {
background-color:#ffffff;
}

 /*leftcolumn:: Controls the left column*/
.leftcolumn {
width:250px;
background-color: #f7f4ec;
border-right:1px solid #000000;
}

 /*middlecolumn:: Controls the middle column*/
.middlecolumn {
	width:700px;
	background-color: #ffffff;
	border-top:1px solid #000000;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

 /*rightcolumn:: Controls the left column*/
.rightcolumn {
 width:150px;
 background-color: #f7f4ec;
 border-left:1px solid #000000;
}

 /*nav_over:: Controls the nav over*/
.navlink a:hover {
 padding:3px 2px 3px 2px;
 background-color: #e2d9a7;
 color:#1D5501;
 display:block;
 text-decoration:none;
 }

.navlink a {
 padding:3px 2px 3px 2px;
 background-color: #1D5501;
 color:#ffffff;
 display:block;
 text-decoration:none;
 border-bottom:1px solid #ffffff;
 }

 /*store-name:: Store Name*/		 
.store-name {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 35pt;
 color: #000000;
 text-decoration: none;
}

 /*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #000000;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}	
	
 /*frame:: Controls the  Color of the Store's Frame */		
.frame {
	background-color: #f7f4ec;
}

/*top:: Controls the  Color of the top Bar */		
.top {
	background-color: #ffffff;
}

/*line:: Controls the  Color of the line bellow the top bar */		
.line {
	background-color: #339900;
}	

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	background-color: #e2d9a7;
	text-decoration: none;
	line-height: 20px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
    padding:3px 2px 3px 2px;
}


 /*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background-color: #E2D9A7;
	color: #000000;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	
} 

/*data:: Controls body default fonts and colors */
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #3f4141;
	background-color: #ffffff;
	width:680px;
}

 /*page_headers:: Controls the page's titles */
.page_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #025228;
	background-color: #ffffff;
}


/*icon:: Controls the way the menu icons display*/ 
.icon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #339900;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices */		
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #025228;
}

/*menu-text:: Controls the way the menu (mailing list) text look */ 
.menu-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #2d2c2d;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color */ 
.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: Normal;
	color: #585C5F;
	text-decoration: none;
}

 /*price-info:: controls the way the prices display on the product page*/ 
.price-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: Normal;
	color: #535353;
}

  /*price:: Controls the way the product's prices display*/ 
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #d90d0e;
	font-weight: bold;
}

 /*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}

 /*checkout-contents:: Controls the content text on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	border:1px solid #e6f2e0;
 }

 /*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #d0eec0;
	color: #025228;
} 
/*alternative:: Controls the form backgrounds and other areas that requred an alternative color */
.alternative {
	background-color: #ffffff;
   padding: 2px 4px 2px 4px;
   border: 1px solid #e6f2e0;
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders {
	border: #025228;
	background-color: #025228;
		
 }
 
 /*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon {
    border: solid;
    border-color: #c2f9fe;
	border-width: 1px;
}

 /*steps:: Controls the way the steps on the checkout pages display*/
.steps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #cfd0d1;
	background-color: #ffffff;
}

 /*steps_on:: Controls the way the steps on the top right hand corner look*/
.steps_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #025228;
	background-color: #ffffff;
}

/*error:: Controls the error messages*/ 
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #e10e04;
	text-decoration: none;
}

 /*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #025228;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
	border: #025228;
	background-color: #025228;
 }

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Normal;
	color: #2d2c2d;
	background-color:#e9ebea;
}

/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #cbcaca;
	color: #4f4e4e;
	
} 

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
    background-color: #f9f8f8;
	
} 

/*font1:: Primary Screen Font */ 
.font1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: Normal;
	color: #000000;
}
 
/*font2:: Secondary Screen Font */ 
.font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: Normal;
	color: #000000;
}

/*btn:: Controls the buttons*/ 
.btn {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #339900;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;    
    color: #ffffff;
	cursor: pointer;
	} 
	/*btn_over:: Controls the buttons*/ 
.btn_over {
   border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #99db78;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;    
    color: #339900;
	cursor: pointer;
	} 	

 /*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: #339900;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;    
    color: #ffffff;
	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: #f5f4f2;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;    
    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: 10pt;    
    color: #343333;
	height: 80px;
	width: 250px;
	}
 
 .subbtn {
     border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;    
    color: #ffffff;
	width:200px;
	text-align:center;
	padding:5px 5px 5px 5px;
	margin:5px 0px 5px 0px;
	background-image:url('/assets/templates/trekell1/images/artbrush_lines.gif');
  }
 .subbtn a { 
	text-decoration:none;
	display:block;
  }


.strongRed {
	font-weight:600;
	color:#D90D0E;
}
