/****************************************
Datawise Systems ltd: Copyright 2007
The Cottage Restaurant Colours:
	#322C2D; Lighter black-ish background
	#231F20;  Dark black-ish background
	#171415;  Black border shading - is actually a gradient
	#C09F28; Gold text 

	background: #FFFFFF url(/images/bg-gradient-blue.jpg) repeat-x 0px 0px;
	background-color: #322C2D;
	background-image: url(../images/d3-shadows.gif);
****************************************/
body, p, td, pre {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; margin:0; line-height:1.5em; }
ul,ol,blockquote {margin-top:0px; margin-bottom:0px;}
h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #990000;}

body {
	text-align: center;
	background-color: #CC9933;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 100%;
  }

#shadowcontainer {
	top: 10px;
	left: 0px;
	width: 756px;
	height: auto;
	position: relative;
	margin: 0px auto 0px auto;
	background-image: url(/images/shadows.gif);
	background-repeat: repeat-y;
}

#maincontainer {
	text-align: left;
	top: 0px;
	left: 1px;
	width: 745px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#workarea {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

#workleft {
	float: left;
	width: 73%;
	height: auto;
	background-color: #FFFFFF;
}
/* 	border-left:solid 1px #231F20;  */

#footerwrapper {
	clear:both; 
	width: 100%;
	height: 75px;
	background-color: #231F20;
	border-bottom: solid 1px #171415; 
}

#header {
	clear:both; 
	width: 100%;
	height: 100px;  
	overflow:hidden;
}

#flash {
	clear:both; 
	width: 745px;
	height: 175px;  
	overflow:hidden;
	background-color: #000000;
 }

#title {
	clear:both;
	width: 100%;
	height: 25px;
	margin-left: 5px;
	padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
	overflow:hidden;
	border:solid 0px #003366; 
   }

#phone {
	top: 10px;
	left: 500px;
	width:200px;
	height: 50px;  
	position: absolute;
  	overflow:hidden;
	background-color: #322C2D;
	z-order: 100;
  }

#content {
	clear:both;
	width: 100%;
	height: 200px;  
	margin-left: 5px;
	padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
	overflow:hidden;
	border:solid 0px #000000; 
  }

#advertlinks {
	float:right;
	width:25%;
	height: 225px;  
	overflow:hidden;
	background-color: #FFFFFF;
  }

#menu {
	clear:both; 
	width: 740px;
	height: auto;
	background-color: #C09F28;
	padding: 0px 5px 0px 0px;
	border-bottom:solid 1px #231F20; 
   }

#menu p {
	text-align: right;
	color: #C09F28;
   }
#menu a {		
	font: 11px Verdana, Arial, Sans-Serif;
	color: #231F20;
	text-decoration: none;
   }
#menu a:hover {
	color: #FFFFFF;
  }


/*****************************************************
Index Page: Footer Section
******************************************************/
#footerbar {
	text-align: center;
	clear:both; 
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5px 0px 0px 0px;
  }
#footerbar p {
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
    }
#footerbar a {
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
  }
#footerbar a:hover {
	color: #C09F28;
  }      

/* Page Footer - for copyright and DWS link */
#pagefooter {
	clear:both; 
	width: 100%;
	height: auto;
  }
#pagefooter p {
  	font: 11px Arial, Helvetica, sans-serif;
	color:#C09F28;
}

#pagefooter a {
	color:#C09F28;
	text-decoration:none;
}

#pagefooter a:hover {
	color: #FFFFFF;
}      
