@charset "utf-8";
/* CSS Document */

/*MAIN BODY INFORMATION*/ 

BODY 
{ 
	background: #e4bd19 url(images/background.jpg) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td 
{
	font-family:  arial;
	font-size: 14px;
	color:#0f0f0f;
	letter-spacing: 0px;
}



/*MAIN LINK COLOR*/
a 
{ 
color:#2a4b1e;
}

a:visited 
{ 
color:#2a4b1e;
}

a:link 
{ 
color:#2a4b1e;
}

a:active 
{ 
color:#2a4b1e; 
}

a:hover 
{ 
color:#13230d; 
text-decoration: underline;
}



/*TOPNAV LINKS*/ 
#topNav a 
{ 
color:#23a6de;
text-decoration: none;
}

#topNav a:visited 
{ 
color:#ffffff;
}

#topNav a:link 
{ 
color:#ffffff;
}

#topNav a:active 
{ 
color:#ffffff;
}

#topNav a:hover
{ 
color:#ffe52c; 
}




/*FOOTER LINKS*/ 
#footerLinks a 
{ 
color:#ffffff;
text-decoration: none;
font-family:  arial;
font-size: 11px;
font-weight: bold;
}

#footerLinks a:visited 
{ 
color:#ffffff;
text-decoration: none;;
}

#footerLinks a:link 
{ 
color:#ffffff;
text-decoration: none;;
}

#footerLinks a:active 
{ 
color:#ffffff;
text-decoration: none; 
}

#footerLinks a:hover
{ 
color:#4c5d71;
text-decoration: underline; 
}

/*TEXT BOX*/ 

.txtBox1{
    border-top: 1px solid #252525;
    border-bottom: 1px solid #9F9F9F;
    border-left: 1px solid #383838;
    border-right: 1px solid #7B7B7B;
    background-color: #ECEDE6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;    
    color: #006299;   
    text-decoration: none;
	background-image:     url(images/textbox.jpg);

}

 
 /*TEXT BOX*/ 

.input{
    border-top: 1px solid #44662a;
    border-bottom: 1px solid #2a4b1e;
    border-left: 1px solid #44662a;
    border-right: 1px solid #2a4b1e;
    background-color: #ffffff;
	width: 50px;
	height: 24px;
	outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	text-indent: 5px;
	padding: 1px;
    color: #2a4b1e;   
    text-decoration: none;
	/*background-image:     url(images/fieldbg.gif);*/

}

.input2{
    border-top: 1px solid #44662a;
    border-bottom: 1px solid #2a4b1e;
    border-left: 1px solid #44662a;
    border-right: 1px solid #2a4b1e;
    background-color: #ffffff;
	width: 400px;
	height: 24px;
	outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	text-indent: 5px;
	padding: 1px;
    color: #2a4b1e;   
    text-decoration: none;
	/*background-image:     url(images/fieldbg.gif);*/
	
	}
	
.input3{
    border-top: 1px solid #44662a;
    border-bottom: 1px solid #2a4b1e;
    border-left: 1px solid #44662a;
    border-right: 1px solid #2a4b1e;
    background-color: #ffffff;
	width: 400px;
	height: 100px;
	outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	text-indent: 5px;
	padding: 1px;
    color: #2a4b1e;   
    text-decoration: none;
	/*background-image:     url(images/fieldbg.gif);*/
	
	}
	
.border{ 
	border-color: #FF9900;
	border-width: 1px;
	padding: 1px;
	
	}	

.contact{
    border-top: 1px solid #9fb1bb;
    border-bottom: 1px solid #9fb1bb;
    border-left: 1px solid #9fb1bb;
    border-right: 1px solid #9fb1bb;
    background-color: #ffffff;
	width: 400px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;    
    color: #4f768a;   
    text-decoration: none;

}


/*Tampa Website Design*/ 
#TampaWebsiteDesign a 
{ 
color:#dca815;
text-decoration: none;
font-family:  arial;
font-size: 9px;
font-weight: bold;
}

#TampaWebsiteDesign a:visited 
{ 
color:#dca815;
text-decoration: none;;
}

#TampaWebsiteDesign a:link 
{ 
color:#dca815;
text-decoration: none;;
}

#TampaWebsiteDesign a:active 
{ 
color:#dca815;
text-decoration: none; 
}

#TampaWebsiteDesign a:hover
{ 
color:#2a4b1e;
text-decoration: underline; 
}

.cart_warning
{
	background-color: red;
	padding: 5px;
	color: white;
	margin-bottom: 10px;
}
#featuredproductscontainer {
	margin: 0 auto; }

.featuredproducts {
	float: left;
	width: 100px;
	margin: 0 15px 0 0; }
.featuredproducts p {
	margin: 5px 0 0 0;
	color: #FFF;
	font-weight: bold; }
	.featuredproducts p a {
		color: #e4bd19;
		text-decoration: none; }
		.featuredproducts p a:visited { color:#e4bd19; }
		.featuredproducts p a:link { color:#e4bd19; }
		.featuredproducts p a:active { color:#e4bd19; }
	.featuredproducts p a:hover {
		color: #FFF;
		text-decoration: underline; }
