/* BASIC PAGE INFO*/

body {	
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #F2EAD3;
	text-align: center;
}

* html #main {
	width: 375px;
	w\idth: 364px; /* so that text does not go into right sidebar in IE */
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

/* LAYOUT */
#banner {
	background: url(images/freedgoodscologo.gif) no-repeat center top;
	height: 125px;
}


#left {
  display: inline; /* for IE */
	float: left;
	width: 250px;
	height: 1050px;
	margin-left: 0px;
	
}

#sidebar {
	width: 855px;
	height: 1200px;/*to make sure it will fit big monitor size*/
	margin-right: auto;
	margin-left: auto;
	border-right: none;
	border-left: none;
	background-attachment: scroll;
	background-color: #F2EAD3;
	background-image: url(images/column_bg1a.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 10px;
	padding-right: 10px;
}


#main {
  display: inline; /* for IE */
	float: left;
	width: 375px;
	height:auto;/*pujo add this to get the side bar in the correct place*/
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 25px;
	
}

#footer {
	clear: both;
	margin-right: 0px;
	padding: 5px 160px 20px;
	
	font-weight: bold;
	color: #f38abd;
}

/* NAVIGATION */
#mainNav li {
	display: inline;
}

a#homeLink {
	background-repeat: no-repeat;
	background-position: left center;
}

#logo {
	display: none;
}

#mainNav ul {
	border-bottom: 3px dotted #6B3103;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainNav a:hover {
	color: #f384b2;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}


#nav p {
	color: #6B3103;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}


#nav a {
	color: #6B3103;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

/* BANNER STYLES */
#banner img {
	float: left;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	float: right;
	margin-right: 5px;
	}
/*************************added by pujo***************************************/
#flav li  a:hover {
	color: #f2ead3;
	text-decoration: none;
	
}
li.flavor{
	list-style-type:  none;
	padding-bottom: 5px;
}
/**************************************************************************/
#sitetools li a {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	background: #1B3A89;
	padding: 5px;
	height: 2em;
	border: 1px solid #4D69B0;
	font-weight: bold;
}
#sitetools li a:hover {
	color: #f384b2;
	background: #DCE5FF;
}

/* MAIN TEXT*/

#main a {
	
	text-transform: lowercase;
	color: #152D6A;
}

#main h1 {
	color: #6B3103;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #f38abd;
	font: normal 2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

#main h2 {
	color: #6B3103;	
	font: normal 1.5em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: lowercase;	
}

#main h3 {
	color: #f38abd;
	font: normal 1.5em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: lowercase;	
}

#main h4 {
	font: normal 2em Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 3px;
	text-transform: lowercase;
	color: #f38abd;
}

#main h6 {
	font: normal 2em Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 3px;
	text-transform: lowercase;
	color: #f38abd;
	border-bottom: 2px solid #f38abd;
}

#main p {
	font-size: 1.25em;
	text-transform: lowercase;
	color: #6B3103;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* SIDEBAR TEXT */
#sidebar h5 {
	font: normal 3em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 3px;
	text-transform: lowercase;
	color: #6B3103;
}


#sidebar a {
	color: #6B3103;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;

}

#sidebar ul {
	margin-top: 5px;
	margin-bottom: 5px;


}

#sidebar a:hover {
	color: #f384b2;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

