/*
FILE: main.css
DESCRIPTION: CSS file for the web pages for SpecialtyFood-USA.com
LAST MODIFIED: April 12, 2007
*/

/* Basic Styles */
body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/left_menu_bkg_photo_ver2.jpg);
	background_color: #28DD3D;
	color: #A52E2E;
}
ul {
	list-style: none;
	margin: 10px 10px 10px 5px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* id Styles */
#navBar {
	border: 0px;
	padding: 20px;
	/* background-image: url(../images/left_menu_bkg.jpg); */
	background-repeat: repeat-y;
	width: 240px;
}
#navBar a {
	color: #000;
	text-decoration: none;
}
#navBar li {
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #F9FFC5;
	line-height: 2;
	padding-top: 5px;
	padding-left: 10px;
	margin-right: 20px;
	border-top: 1px solid #F9FFC5;
}
#content {
	border: 0px;
	margin: 0px;
	padding: 0px 20px 0px 60px;
	width: 560px;
	position: absolute;
	top: 330px;
	left: 225px;
}
#content p {
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}
#content h2 {
	color: #A52E2E;
}
#content a {
	color: #F63A15;
	font-weight: bold;
 }

#header {
	margin: 0px; 
	border-bottom: 4px single #F63A15; 
	width: 100%;
	height: 320px;
	background-color: #f00;
	background-image: url(../images/header_bkg.gif); 
}
#header img
{
	height: 320px;
}

#footer
{ color: #596D86; }