/****************************************
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 
****************************************/
body, p, td, pre {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 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: 0px;
	width: 745px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#workarea {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

#footerwrapper {
	clear:both; 
	width: 100%;
	height: 75px;
	background-color: #231F20;
	border-bottom: solid 1px #171415; 
}

#header {
	clear:both; 
	width: 100%;
	height: 100px;  
	overflow:hidden;
}

#phone {
	top: 10px;
	left: 500px;
	width:200px;
	height: 50px;  
	position: absolute;
  	overflow:hidden;
	background-color: #322C2D;
	z-index: 100;
  }

#leftblock {
	float: left;
	width: 330px;
	height: auto;
	background-color:#FFFFFF;
	overflow: auto;
  }

#leftblock p {
	font: 10px Verdana, Arial, Sans-Serif;
	font-weight: normal; 
	padding: 0px 0px 0px 5px;
 }

#rightblock {
	float: right;
	width: 400px;
	height: auto;
	background-color:#F9F9F9;
	margin: 3px 2px 0px 0px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #595959;
	overflow: auto;
  }

/***************************************************************
Horizontal Menu Control
****************************************************************/
#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;
}      
