/* Flavors To Savor layout CSS */
html {

}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#cccccc;
}

hr {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-left: 0px;
	border-right: 0px;
	margin:5px;
}
	
a:link{text-decoration: none; }
a:visited{text-decoration: none; }
a:hover{text-decoration: none; }
a:active{text-decoration: none; }

#wrapper {
	width:833px;
	height:100%;
	margin:auto auto;
	text-align:left;
	border:3px solid #101c42;
	background-color:#cccccc;
}

#header {
	width: 833px;
	height: 165px;
	background: url(../images/header.gif) 0px 0px no-repeat;
	margin: 0px;
}

/*  Coding for the top navigation menu */
ul#top_nav {
	list-style-type:none;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:-25px;
}

ul#top_nav li {
	display:inline;
}

ul#top_nav a {
	text-decoration:none;
	color:#101c42;
	font-weight:bold;
	font-size:14px;
}

/* Code also includes link customization for footer links */
ul#top_nav a:link, #footer a:link{color: #101c42;}
ul#top_nav a:visited, #footer a:visited{color: #101c42;}
ul#top_nav a:hover, #footer a:hover {color: #a6350a;}
ul#top_nav a:active, #footer a:active {color: #a6350a;}

/*  End of coding for the top navigation menu */

#main_content {
	background-color:#cc7b08;
	padding:0;
	margin:0;
	border-top:1px solid #cc7b08;
	padding-bottom:20px;
}

/*  Coding for the home page center navigation menu */
ul#center_nav_menu {
	height:350px;
	list-style-type:none;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-left:45px;
	padding-top:10px;
}

ul#center_nav_menu li {
	float:left;
	margin:0px;
	padding:0px;
	width:185px;
	height:350px;
}

ul#center_nav_menu li#cookbooks_list {
	background-image:url(../images/cookbooks_box.gif);
	background-repeat:no-repeat;
	background-position:center center; 
}

ul#center_nav_menu li#classes_list {
	background-image:url(../images/classes_box.gif);
	background-repeat:no-repeat;
	background-position:center center; 
}

ul#center_nav_menu li#resources_list {
	background-image:url(../images/resources_box.gif);
	background-repeat:no-repeat;
	background-position:center center; 
}

ul#center_nav_menu li#recipes_list {
	background-image:url(../images/recipes_box.gif);
	background-repeat:no-repeat;
	background-position:center center; 
}

ul#center_nav_menu a {
	color:#cccccc;
	font-weight:bold;
	font-size:18px;
	padding-left:8px;
	line-height:250px;
}

ul#center_nav_menu a:link {color: #cccccc;}
ul#center_nav_menu a:visited{color: #cccccc;}
ul#center_nav_menu a:hover {color: #ffffff;}
ul#center_nav_menu a:active {color: #ffffff;}

/* End of coding for the home page center navigation menu */

/* Coding for the side navigation menu in the other pages */
#content {
	float:right;
	width:655px;
}
ul#side_nav_menu {
	list-style-type:none;
	width:138px;
	margin:0px;
	margin-top:30px;
	padding:0px;
}

ul#side_nav_menu li {
	padding:1px;
	padding-left:0px;
}

ul#side_nav_menu li .leftmenu{
	text-indent:-1000px;
	display: block;
	height:99px;
	width: 138px;
	background-repeat: no-repeat;
	background-position: left top;
}

ul#side_nav_menu a#cookbooks_list {
	background-image:url('../images/cookbooks_off.gif');
}

ul#side_nav_menu a#cookbooks_list:hover {
	background-image:url('../images/cookbooks_on.gif');
}

/* Shows that the Cookbooks is selected */
ul#side_nav_menu #cookbooks_list {
	background-image:url('../images/cookbooks_on.gif');
}

ul#side_nav_menu a#classes_list {
	background-image:url('../images/classes_off.gif');
}

ul#side_nav_menu a#classes_list:hover {
	background-image:url('../images/classes_on.gif');
}

/* Shows that the Classes is selected */
ul#side_nav_menu #classes_list {
	background-image:url('../images/classes_on.gif');
}

ul#side_nav_menu a#resources_list {
	background-image:url('../images/resources_off.gif');
}

ul#side_nav_menu a#resources_list:hover {
	background-image:url('../images/resources_on.gif');
}

div#resources_list{
	background-image:url('../images/resources_on.gif');
}

ul#side_nav_menu a#recipes_list {
	background-image:url('../images/recipes_off.gif');
}

ul#side_nav_menu a#recipes_list:hover {
	background-image:url('../images/recipes_on.gif');
}

/* Shows that the Recipes is selected */
ul#side_nav_menu #recipes_list {
	background-image:url('../images/recipes_on.gif');
}

#menu1 a{
	color: #cccccc;
	font-size: 12px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height: 25px;
	text-align:center;

	margin:0px;	
	padding:0px;
	border-bottom:1px solid #cccccc;
	background-repeat: no-repeat;
	background-position: 0px center;
	display:block;
}


.menuOption {
	background-image:url('../images/recipe_submenu_top.gif');
	padding:0px;
}

.menuOption1 {
	background-image:url('../images/recipe_submenu_middle.gif');
	padding:0px;
}

.menuOption2 {
	background-image:url('../images/recipe_submenu_bottom.gif');
	padding:0px;
}

#menu1 a:link {
	color: #101c42;
}
#menu1 a:visited {
	color: #101c42;
}
#menu1 a:hover {
	color: #ccc;
}	
#menu1 a:active {
	color: #ccc;
}
/* End of coding for the side navigation menu in the other pages */

/* Contents */
#content h1 {
	margin: 25px 170px 10px 0px;
	text-indent: -1000px;
	background-position: left top;
	background-repeat: no-repeat;
}

#content h2 {
	margin: 15px 170px 10px 10px;
	font-size:16px;
	font-style:bold;
	color:#ccc;
}

h1#cookbooks_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/cookbooks_title.gif');
}

h1#classes_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/classes_title.gif');
}
h1#resources_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/resources_title.gif');
}

h1#glossary_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/glossary_title.gif');
}
h1#culinary_terms_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/culinary_terms_title.gif');
}
h1#cooking_tips_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/cooking_tips_title.gif');
}
h1#indian_spices_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/indian_spices_title.gif');
}
h1#recipes_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/recipes_title.gif');
}
h1#aboutus_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/aboutus_title.gif');
}
h1#contactus_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/contactus_title.gif');
}
h1#thank_you_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/thank_you_title.gif');
}
h1#guestbook_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/guestbook_title.gif');
}
h1#press_release_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/press_release_title.gif');
}
h1#sitemap_title {
	height: 60px;
	width: 250px;
	background-image: url('../images/sitemap_title.gif');
}


#content p, #content ol li{
	font-size: 13px;
	font-style:normal;
	color:#101c42;
	margin: 10px 50px 10px 10px;
	line-height:17px;
	text-align: justify;
}

#content a {
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}

#content a:link{color:#101c42;}
#content a:visited{color:#101c42;}
#content a:hover {color:#a6350a;}
#content a:active {color:#a6350a;}

.buy_now {
	background-color:#ccc;
	border:1px ridge #ccc;
	padding:3px;
	margin:3px;
	font-size: 13px;
	font-style:bold;
	color:#cccccc;
	text-align: center;
}

.recipes_snap {
	float:right;
	margin:50px 50px 0 20px;
}

#clear{
	clear:both;
}

/* Contact Form Items */
#contactbox {
	width:480px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 13px;
	font-style:normal;
	color:#101c42;
	margin: 10px 50px 10px 10px;
}

form.contact .label { 
	display: block; 
	width: 160px;
	float: left;
	text-align:right;
	margin-right:10px;
}

form.contact .button {
	text-align: center;
	padding: 4px;
	margin:5px;
	float:left;
}

form.contact #submit {
	margin-left:100px;
}

form.contact fieldset {
	margin:5px;
	padding:15px;
}


/* Coding for the hotspot */
#hotspot {
	width:557px;
	height:129px;
	background-image:url(../images/hotspot_box.gif);
	background-repeat:no-repeat;
	background-position:center center;
	margin:auto auto;
	padding-bottom:50px;
}

#hotspot p{
	width:400px;
	font-size:14px;
	color:#cc7b08;
	text-align:center;
	font-weight:bold;
	margin-left:135px;
	margin-top:35px;
	padding:15px;
}

#hotspot a{
	font-size:14px;
	color:#cc7b08;
	text-align:center;
	font-weight:bold;
}

#hotspot a:link{text-decoration: none; }
#hotspot a:visited{text-decoration: none }
#hotspot a:hover{text-decoration: underline; }
#hotspot a:active{text-decoration: underline; }


/* End of Coding for the hotspot */

/* Coding for the footer */
#footer {
	padding-bottom:10px;
}

#footer p {
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#101c42;
}

/* End of coding for the footer */

/* Color Numbers */
/*	Dark Pink:#bd5886;*/
/*	Light Pink:#c69;*/