/* pushes the page to the full capacity of the viewing area */
html {height:100%; width:100%;}

/* png fix for IE 5.5 and 6 */
img { behavior: url(assets/templates/common/js/iepngfix.htc); }

/* nice design behind logo and scroll */
#flora {position:absolute; top:0; left:0;z-index:0;}

/*EDITED BY EMACK 09/07*/
#wrapper {
	position:relative;
	z-index:1;
    width:960px;
    margin:0 auto;
    text-align: left;
	text-decoration:none;
}

/* places the content ontop of the background image */
/*EDITED BY EMACK 09/07*/
#content {
	position:relative;
	text-align: left;
	text-decoration:none;
	border-top:none;
	border:1px solid #333;
	background:#000000;
}

/*EDITED BY EMACK 09/07*/
body {
	height:100%; margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Normal;
	vertical-align:top;
    text-align: center;
    background:url(/assets/images/main_bg.gif);
    background-repeat:repeat-x;
	background-color:#5a5a5a;
	color:#fff;
} 

.store-logo {
        position:absolute; top:0; left:0
}

 /*store-name:: Store Name*/		 
.store-name {
	vertical-align:top;
	color: #000000;
	text-decoration: none;
}

 /*store-slogan:: Store Slogan*/		 
.store-slogan {
	vertical-align:top;
	color: #000000;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}	

/*ADDED BY EMACK 09/07*/
#header {
      position: relative;
      background: url(/assets/images/header_bg.jpg);
      height:120px;
}

#main-search {
	position:absolute;
	top:30px;
	right:10px;
}

#username {
	position:absolute;
	top:5px;
	right:10px;
}

/*  ADDED BY EMACK 09/08*/

#main-nav {
	position:absolute;
	font-size:14px;
	top:60px;
	_top:70px;
	left:300px;
}

#main-logo {
        position:absolute;
        top:10px;
        left:10px;
}

.nav-red {
	color:#990000;
}

#mainnav ul { 
	list-style:none;
	margin:0;
	padding:0;
}

#main-nav li {
    list-style:none;
	float:left;
	margin: 0 0 0 1em;
	font-size:14px;
}

#main-nav li a {
	text-decoration:none;
	color:#000000;
}

#main-nav li a:hover {
	text-decoration:none;
	color:#666666;
}	

/*ADDED BY EMACK 09/12*/
#main-footer {
      position: relative;
      background: url(/assets/images/footer_bg.jpg);
      height:50px;
	  text-decoration:none;
}

#footer-nav {
	position:absolute;
	top:10px;
	left:85px;
}

#main-footer ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
}

#main-footer li {
    list-style:none;
	float:left;
	margin: 0 0 0 1em;
}

#footer-nav li a {
	text-decoration:none;
	color:#000000;
}

#footer-nav li a:hover {
	text-decoration:none;
	color:#666666;
}
 /*frame:: Controls the  Color of the Store's Frame */		
.frame {
	vertical-align:top;
}

/*top:: Controls the  Color of the top Bar */		
.top {
	vertical-align:top;
}

.center-data{ 
	vertical-align:top;
}

/*line:: Controls the  Color of the line bellow the top bar */		
.line {
	vertical-align:top;
}	

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: medium;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

 /*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: medium;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;	
} 

/*EDITED BY EMACK 9/13*/
/*data:: Controls body default fonts and colors */
.data {
	height:100%;
	margin:0;
	padding:0;
	top:0;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size:small;
	/*color: #000000;*/
	color:#CCCCCC;
	vertical-align:top;
}


/*EDITED BY EMACK 9/13*/
 /*page_headers:: Controls the page's titles */
.page_headers {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color:#CCCCCC;
	/*color: #000000;*/
}


/*icon:: Controls the way the menu icons display*/ 
.icon {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #632400;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices */		
.footer {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: smaller;
	color: #000000;
}	

 	 

	
/*A::Links:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #ccc;	
	font-weight: bold;
	/*font-size: small;
	font-style: normal;*/
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	color: #666;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #999;
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #666;
} 

/*A.menu::Links:: Controls the way the  menu links  look before a user clicks  or mouse overs on them*/ 	 
A.menu {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
	
/*A.menu:hover:: Controls the way the  menu links look when a user passes  their mouse over a them*/ 	 	
A.menu:hover {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #666;
	text-decoration: none;
}

/*A.menu:visited:: Controls the way the menu links look after a user has visited that section*/ 
A.menu:visited {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #ffffff;
}
	
/*A.menu:visited:hover:: Controls the way the menu links look when a user hovers over a section they have visited*/ 	 
A.menu:visited:hover {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #666;
} 


/*A.cat::Links:: Controls the way the  category links look before a user clicks  or mouse overs on them*/ 	 
A.cat {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #000000;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	display:block;
}
	
/*A.cat:hover:: Controls the way the  category links look when a user passes  their mouse over a them*/ 	 	
A.cat:hover {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #999966;
	text-decoration: none;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	display:block;
}

/*A.cat:visited:: Controls the way the category links look after a user has visited that section*/ 
A.cat:visited {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #000000;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	display:block;
}
	
/*A.cat:visited:hover:: Controls the way the  category links look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	background-color: #8cbbd0;
	display:block;
} 


/*menu-text:: Controls the way the menu (mailing list) text look */ 
.menu-text {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color */ 
.item {

font-family: Verdana, "Times New Roman", Times, serif;
font-size: 11px;
font-weight: Normal;
/*color: #000000;
*/color: #FFFFFF;
text-decoration: none;

}

 /*price-info:: controls the way the prices display on the product page*/ 
.price-info {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: Normal;
	color: #333333;
}

  /*price:: Controls the way the product's prices display*/ 
.price {

font-family: Verdana, "Times New Roman", Times, serif;
font-size: small;
color: #ff0000;
font-weight: bold;

}

 /*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color:#FFFFFF;
	/*color: #000000;*/
}

 /*titles2:: Controls the titles on the view cart page*/ 
.titles2 {

font-family: Verdana, "Times New Roman", Times, serif;
font-size: medium;
font-weight: bold;
color: #ffffff;

} 
/*alternative:: Controls the form backgrounds and other areas that requred an alternative color */
.alternative {
	padding: 2px 4px 2px 4px;
	/*border: 1px solid #e1e1e1;*/
	/*background-color:#FFFFFF;*/
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders {
	border: #000000;
	background-color: #000000;
 }
 
 /*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon {
	border: solid;
	border-color: #000000;
	border-width: 1px;
}

 /*steps:: Controls the way the steps on the checkout pages display*/
.steps {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}

 /*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #660000;
}

/*error:: Controls the error messages*/ 
.error {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

 /*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #FFFFFF;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
	border: #999966;
	background-color: #000000;
 }

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: Normal;
	color: #000000;
	line-height: 18px;
}

/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
} 

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {

} 

/*font1:: Primary Screen Font */ 
.font1 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: Normal;
	color: #000000;
}
 
/*font2:: Secondary Screen Font */ 
.font2 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: Normal;
	color: #535353;
}

/*font3:: controls the search on the top*/ 
.font3 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: Normal;
	color: #000000;
}	

/*EDITED BY EMACK 9/13*/
/*search:: controls the search on the top*/ 
.search {
	font-family: Verdana, "Times New Roman", Times, serif;
/*	font-size: small;
	font-weight: Normal;*/
	color: #FFFFFF;
	background-color: #000;	
}	

/*EDITED BY EMACK 9/13*/
/*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:#333;
	/*background-color: #632400;*/
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: small;
	color: #FFFFFF;
	cursor: pointer;
	} 

	/*btn_over:: Controls the buttons*/ 
.btn_over {
	border-top: 1px solid #632400;
	border-bottom: 1px solid #632400;
	border-left: 1px solid #632400;
	border-right: 1px solid #632400;
	background-color: #FFFFFF;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: small;
	color: #632400;
	cursor: pointer;
	} 	

 /*btn2:: Controls the buttons*/
.btn2 {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #9C8A84;
    font-family: Verdana, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: small;    
    color: #000000;
	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: #FFFFFF;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: small;
	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: Verdana, "Times New Roman", Times, serif;
    font-weight: normal;;
    font-size: medium;    
    color: #343333;
	height: 80px;
	width: 250px;
	}
