/* CSS Document */


/***********************************************/
/* HTML Presets                                */
/***********************************************/ 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {  /* Zero out desired fields `BKS */
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font:0.8em Verdana, Helvetica, Arial, sans-serif; /* Set site default and use 1em to match `BKS */
	width:100%;
	background:url(../images/bg_body.jpg);
	color:#7a1f1e;
} 



/***********************************************/
/* Site Layout                                 */
/***********************************************/

#siteWrapper { 
	width:986px;
	margin:auto;
	position:relative;
	margin-top:0px;
	background-color:#fff;
	/*background:url(/common/images/bg_content.png) repeat-y #fffced;*/
}

#contentWrapper{
	background:#fff;
	width:986px;
	margin-left:auto;
	margin-right:auto;
	}
	
h1{
	font-size:1.5em;
	color:#840505;
	margin:0;
	padding-bottom:4px;
	}
	
h2{
	font-size:1.2em;
	padding-top:10px;
	padding-bottom:5px;
	color:#840505;}
	
h3{
	font-size:1.1em;
	color:#324c69;
	display:inline;
	font-weight:bold;
	}
	
p{
	padding-bottom:10px;
	}


/***********************************************/
/* Navigation & Masthead                       */
/***********************************************/

/*.masthead {
	padding:23px 0 0 20px;
	background:url(/common/images/bg_header.jpg) no-repeat top;
	height:114px;
	width:600px;
	overflow:hidden; 
	position:absolute;
	left:374px;
	top:0;
	}*/

	.logo { 
		position:relative; /*left:0px; top:0px;*/ 
		margin-left:20px;
		width:314px;
		height:184px;
		background:url(../images/bg_logo3.jpg) no-repeat; 
		z-index:101;
		}
		
		.logo img{
			position:absolute;
			top:8px; left:72px;
			}
		
	/*****************subnavigation***************/
		
	.subnavigation{
		position:absolute; right:30px; top:23px;
		width:300px;
		}
	
	
	.subnavigation li.last {
		border-right:none;
	}
	
	
	
	ul.subnavigation {
		list-style-type:none;
		
	}
	
	ul.subnavigation li {
		display: inline;
		float:right;
		padding-right:6px;
		padding-left:6px;
		border-right:1px solid #49332a;
		 list-style-type: none;
		text-align: left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		}
	
	ul.subnavigation li a {
		color:#49332a;
		text-decoration: none;
		}
		
	ul.subnavigation li a:hover {
		color:#ba4f24;
		text-decoration:underline;
		}
		
	/*****************navigation******************/
		
	ul.navigation{
		list-style-type:none;
		background:url(../images/bg_navigation.jpg);
		height:59px;
		width:986px;
		position:absolute; top:73px;
		z-index:100; 
		}
		
	.first  {
		background:url(/common/images/nav_corner.gif) no-repeat top;
		position:absolute; left:216px; top:82px;
		height:34px;
		width:32px;
		}
	
	ul.navigation li{
		list-style-type: none;
		text-align: left;
		cursor: pointer;
		display: inline;
		float: left;
	}
	
	
	ul.navigation li a {
		color:#000;
		text-decoration: none;
		border:0;
		background-position:center bottom;
		}
		
	ul.navigation li a:hover {
		color:#fff;
		background-position:center top;
		}
	
	.btn1 {
		list-style:none;
		background: url(../images/navigation_btn1.png) no-repeat;
		width:148px;
		display:block;
		height:59px;
		margin-left:326px;
		border-style: none;
		}
	
	.btn2 {
		list-style:none;
		background: url(../images/navigation_btn2.png) no-repeat;
		width:133px;
		display:block;
		height:59px;
		margin: 0px;
		padding: 0px;
		border-style: none;
		}
	.btn3 {
		list-style:none;
		background: url(../images/navigation_btn3.png) bottom;
		width: 181px;
		display:block;
		height:59px;
		margin: 0px;
		padding: 0px;
		border-style: none;
		}
	.btn4 {
		list-style:none;
		background: url(../images/navigation_btn4.png) no-repeat;
		width:194px;
		display:block;
		height:59px;
		margin: 0px;
		padding: 0px;
		border-style: none;
		}
		
		.btn1:hover, .btn2:hover, .btn3:hover, .btn4:hover{
		background-position:top;
	}
	
	.divider {
		background:url(../images/divider.png) bottom no-repeat;
		float:left;
		height:59px;
		position:relative;
		width:1px;
		}
	
	.onCurrentPage { font-weight:bold; }
	
/***********************************************/
/* Content                                     */
/***********************************************/
#content{
	/*width:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#eeeee3;*/
	position:relative;
	padding-bottom:10px;
	margin-top:20px;
	z-index:0;
	/*border-right:2px solid #523e2c;*/
	}
	
	
	.col1{
		/*width:304px;*/
		line-height:1.4em;
		float:left; 
		padding-left:40px;
		/*margin-top:20px;
		z-index:0;
		display:inline;*/
		}
			
		.btns{
			padding-top:10px;
			}
		
	.col2{
		float:left; 
		font-size:1.0em;
		line-height:1.3em;
		width:622px; 
		/*z-index:0;
		margin-top:20px;*/
		padding:0 25px 0 50px;
		}
				
	.col2 a {
			color:#2a3e7c;
			text-decoration: none;
			}
			
	.col2 a:hover {
			color:#2a3e7c;
			text-decoration: underline;
			}
			
		.tagline{
			margin:20px 0 20px 40px;
			}
			
		span.internalH1{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:2.2em;
			color:#8e2d2a;
			display:inline;
			padding-bottom:6px;
			}
			
		span.internalH2{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:1.8em;
			color:#511c02;
			display:inline;
			padding-bottom:6px;
			}
			
		.internal_highlight{
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#506084;
			font-size:1.2em;
			padding-top:10px;
			/*position:relative;*/
			}
			
			.internal_highlight img{
				float:right;
				}
				
		.buttons{
			float:left;
			}
			
		.buttons li{
			float:left;
			list-style:none;
			}
				
		.btn_menuCatering{
			height:63px;
			width:135px;
			background:url(../images/btn_cater_menu.png) no-repeat center bottom;
			display:block;
			margin-top:30px;
			}
			
		.btn_menuCakes{
			height:63px;
			width:135px;
			background:url(../images/btn_cakes_menu.png) no-repeat center bottom;
			display:block;
			margin-top:30px;
			margin-left:15px;
			}
			
		.btn_menuCatering:hover, .btn_menuCakes:hover{
			background-position:center top;
			}
			
		.btn_menuCatering span, .btn_menuCakes span {
			display:none;
			}
		
			
	/*********table styles****************/
	table{
		/*color:#3e506a;
		background:#e4e9f0;
		border-collapse:collapse;
		width:95%;
		border:5px solid #b6bfcd;
		margin-top:20px;
		margin-bottom:20px;*/
	}
	
	thead
	{
	
	}
	
	thead th{
		/*padding:1em 1em .5em;
		border-bottom:1px dotted #69778d;
		font-size:120%;
		text-align:left;
		background-color:#cbd4e1;*/
	}
	
	
	
	thead tr{
	
	}
	
	td{
		/*padding:.5em 1em;
		border-right:1px dotted #69778d;*/
	}
	
	
	
	tbody tr.odd td
	{
		/*background-color:#f4f4f4;
		border-top:1px dotted #69778d;*/
	}
	
	tfoot
	{
	
	}
	
	tfoot td
	{
	
		/*padding-bottom:1.5em;*/
	}
	
	tfoot tr
	{
	
	}
	
	/*#middle{
	background-color:#900;
	}*/

	
	
			
		/**************highlight text styles***************/
			
		.highlight{
			font-weight:bold;
			font-size:12px;
			}
			
			.txtSize{
				font-size:1.0em;
				color:#990000;
				}
				
			.blueHighlight{
				color:#1f3469;
				/*font-style:italic;*/
				}
				
			.bold{
				font-weight:bold;
				}
				
			.center{
				text-align:center;
				}
				
			.right{
				float:right;
				}
				
/***********************************************/
/* Flash                                       */
/***********************************************/
#home_flash{
	margin-bottom:25px;
	}
	

/***********************************************/
/* Footer/Footer Nav                           */
/***********************************************/


.footer { 
	background-color:#521a00;
	padding:20px 30px;
	color:#dcad99;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:15px;
	}
	
	.col{
		width:277px;
		float:left;
		padding:0 15px;
		}
		
		.footer h1{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:1.0em;
			font-weight:normal;
			color:#fff;
			}
			
		.lastCol{
			text-align:right;
			}
			
		.middle{
			text-align:center;
			}
			
		.right{	
			float:right;
			}
	
	

/***********************************************/
/* Other                                       */
/***********************************************/

.brclear { /* Standard div clear class*/
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}

.errorList { /* Controls Errordoc lists */
	margin:15px auto;
	list-style:none;
}

	.errorList li {
		margin:5px auto;
	}

.errorMsg { /* Standard Error class for errordocs`BKS */
	color:#CC0000;
	margin-bottom:15px;
}


/***********************************************/
/* Print Items                                 */
/***********************************************/

#printHeader {
	display:none;
}
