/******************************************************************************

	© 2004 Gold Star Foods, All rights reserved.

	Confidential and Proprietary.
	No part of this page may be used, re-distributed, copied, re-published or
	re-written without prior express written consent

	Website designed by Nesbert Hidalgo (email:nesbert@nesol.net)

******************************************************************************/
.color1 {
	color: #C89C3B;
}
.color2 {
	color: #0066CC;
}
.color3 {
	color: #10406B;
}
body {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	
	/*Scroll Bar Attributes*/
	scrollbar-face-color:#10406B;
	scrollbar-highlight-color:#6BA5D3;
	scrollbar-3dlight-color:#1B5A8D;
	scrollbar-darkshadow-color:#1B5A8D;
	scrollbar-shadow-color:#6BA5D3;
	scrollbar-arrow-color:#E1EBF3;
	scrollbar-track-color:#336699;
}
/*Links**********************************************************************/
a {
	color: #644300;
	font-family:Arial;
	font-size:10pt;
	text-decoration:none; 
}
a:hover {
	color: #C89C3B;
	font-family:Arial;
	font-size:10pt;
	text-decoration:underline; 
}
.corner {
	color: #644300;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none; 
}
.corner:hover {
	color: #C89C3B;
	font-family:Arial;
	font-size:8pt;
	text-decoration:underline; 
}
.menu {
	color: #FFFFFF;
	font-family:Arial;
	font-size:8pt;
	font-weight:900;
	text-decoration:none;
	
	background-color:#336699;
}
.menu:hover {
	color: #C89C3B;
	font-family:Arial;
	font-size:8pt;
	font-weight:900;
	text-decoration:underline; 
}
b {
	color:#10406B;
}
.border {
	background-color:#644300;
}
.footer {
	color: #10406B;
	font-family:Arial;
	font-size:8pt;
	
	background-color:#336699;
}
.footer:hover {
	color: #C89C3B;
	font-family:Arial;
	font-size:8pt;
	text-decoration:underline; 
}
.text {
	color: #10406B;
	font-family:Arial;
	font-size:10pt;
	text-align:justify;
	margin-left: 40;
	margin-right: 40;
}
.text_links {
	color: #10406B;
	font-family:Arial;
	font-size:10pt;
	text-align:justify;
}
.title_specials {
	color:#FFFFFF;
	background-color: #336699;/* B2C5D9 C4B79E*/
	font-family:Arial;
	font-size:10pt;
	font-weight:900;
}
.product_catalog {
	color: #666666;
	font-family:Arial; 
	font-size:8pt; 
	text-decoration:none; 
}
.input_box{
	color:#666666;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	background-color:#E1E1E1;
	border: solid 1px #644300;
}