	
<STYLE>	 
P  {}

 /*body::Controls Page Background Color and any other fonts not defined below*/ 	
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #e9f3fd;
	font-weight: Normal;
	margin:0px;
	}

 /*store-name:: Store Name*/		 
.store-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ffffff;
	text-decoration: none;
}

 /*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4f9deb;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}	
	
 /*frame:: Controls the  Color of the Store's Frame */		
.frame {
	background-color: #ffffff;
}

/*top:: Controls the  Color of the top Bar */		
.top {
	background-color: #336699;
}

/*line:: Controls the  Color of the line bellow the top bar */		
.line {
	background-color: #336699;
}	

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	background-color: #EEEEEE;
	text-decoration: none;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	text-align: left;
	background-color:
}

feed-headers{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	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: 16px;
	font-weight: bold;
	color: #336699;
	border: solid;
	background-color: #eeeeee;
	border-color: #cccccc;
	border-width: 1px;
} 

/*data:: Controls body default fonts and colors */
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3f4141;
	background-color: #ffffff;
}

 /*page_headers:: Controls the page's titles */
.page_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	background-color: #ffffff;
}


/*icon:: Controls the way the menu icons display*/ 
.icon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/*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: 10px;
	text-align: center;
	color: #000000;
}	

H1{
	font-size:18px; 
	font-family: sans-serif; 
	font-weight: bold; 
	color: #336699; 
	display: inline;
}
/*A:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #002892;
font-size: 13px;
font-weight: normal;
font-style: ;
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #0000cc;
}
	
/*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, Arial, Helvetica, sans-serif;
	color: #000000;
} 

/*A.menu:: Controls the way the  Links on the top look before a user clicks  or mouse overs on them*/ 	 
A.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
	
/*A.menu:hover:: Controls the way the  Links on the top  look when a user passes  their mouse over a them*/ 	 	
A.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/*A.menu:visited:: Controls the way the  Links on the top  look after a user has visited that section*/ 
A.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
	
/*A.menu:visited:hover:: Controls the way the  Links on the top  look when a user hovers over a section they have visited*/ 	 
A.menu:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/*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;
	font-size: 9pt;
	color: #332299;
	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: Verdana;
	font-size: 9pt;
	color: #332299;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/*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;
	font-size: 9pt;
	color: #332299;
	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: Verdana;
	font-size: 9pt;
	color: #332299;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
} 

a.notactive {
	color: #336699; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration: none;

}

a.notactive:hover{
	color: #336699; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	
}

a.notactive:visited{
	color: #336699; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration: none;
}

a.notactive:visited:hover{
	color: #336699; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	
}


/*menu-text:: Controls the way the menu (mailing list) text look */ 
.menu-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d2c2d;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color */ 
.item {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: Normal;
color: #262626;
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: 11px;
	font-weight: Normal;
	color: #666666;
}

  /*price:: Controls the way the product's prices display*/ 
.price {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
color: #a60012;
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: 16px;
	font-weight: bold;
	color: #336699;
	background-color: #ffffff;
}

 /*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: White;
	color: #084a6d;
} 
/*alternative:: Controls the form backgrounds and other areas that requred an alternative color */
.alternative {
	background-color: #ffffff;
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders {

border: ;
background-color: #eeeeee;

}
 
 /*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon {
    border: solid;
    border-color: #91bce8;
	border-width: 1px;
}

 /*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: #cfd0d1;
	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: #336699;
	background-color: #ffffff;
}

/*error:: Controls the error messages*/ 
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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: 14px;
	font-weight: bold;
	color: #336699;
	border: 1px #CCCCCC;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
	border: 1px #CCCCCC;
}

/*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: #2d2c2d;
	line-height: 18px;
	background-color: White;
}

/*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;
	
} 

/*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: 11px;
	font-weight: Normal;
	color: #343434;
}
 
/*font2:: Secondary Screen Font */ 
.font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: Normal;
	color: #535353;
}

/*font3:: Tertiary Screen Font */ 
.font3 {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

/*btn:: Controls the buttons*/ 
.btn {
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	background-color: #EEEEEE;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: Black;
	cursor: pointer;
} 

/*btn_over:: Controls the buttons*/ 
.btn_over {
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	background-color: #EEEEEE;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: Black;
	cursor: pointer;
} 

 /*btn2:: Controls the buttons*/
.btn2 {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    background-color: #99CCFF;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;    
    color: #336699;
	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: White;
	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;
	height: 80px;
	width: 250px;
	}
 
</STYLE>
