/* Style sheet for The Catering Place */

html, body {
	margin:0;
	padding:0;
}

h1,h2,h3{
display:none;
}

body {
	background-color:#d0a434;
	text-align:center;
  	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size: 16px;
	line-height: 125%;
	letter-spacing:.05em;
}
a {outline:none;}

a:link {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:underline;
}
a:active {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:underline;
}

#container {
	position:relative;
	margin: 20px auto 0px auto;
	padding-top:0;
	width: 935px;	
	background-image:url(images/verticle.gif);
	background-repeat:repeat-y;
	border: 1px solid #333333;
	text-align:center;		
 }
 
 #header {
    background-color:#ffffff;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	padding-top:0px;
	margin-top:0px;
	margin-left:20px;
	width:914px;
 	height:125px;
 }
#rightcorner {
	position:absolute;
	top:5px;
	right:45px;
}
#navigation{
	margin-top:0;
	margin-left:20px;
	padding:0;
	width:915px;
	height:30px;
	background-color:#000000;
}

#navigation ul {	
	position:relative;
	padding-top:5px;
	margin-top:0;
	margin-bottom:0;
	margin-left:140px;	
	list-style-type:none;
	text-align:left;
	line-height: 125%;
}

#navigation li {
	margin:0;
	padding:0;
	display:inline;
}

#navigation a{
	float:left;
	width:120px;
	text-align:center;
}
/* contentarea is the photo background area; holds box on left and menu listing on right */
#contentarea {	
	position:relative;
	margin:0;
	padding:0;
	height:525px;
	width:911px;
	margin-left:20px;
	padding-bottom:30px;
	background-color:#dcddde;
	border:2px solid white;
	background-image:url(images/bg_full_page50.jpg);  
	background-repeat:repeat;
}

#outerbox {
	position:absolute;
	top:85px;
	left:60px;
	height:282px;
	width:405px;
	background-color:#ffffff;
}

#innerbox {
	position:relative;
	margin-top:5px;
	margin-left: 6px;
	margin-right: 5px;
	padding:5px;
	width:375px;
	height:254px;
	border:4px solid #dcdddf;
}

#innerbox p {
	margin-left:20px;
	margin-right:15px;
	text-align:left;
}

#innerbox .p1{text-align:center;
			font-weight:bold;}	

#innerbottom {	
	position:absolute;
	bottom:5px;	
	left:185px;
	margin-top:20px;
	}

#innerbottom a{
	text-align:center;       
	font-weight:normal;
	font-size:14px;
	color:#000000;
}

dl {text-align:left;
	margin-left:20px;}
	
dt {margin-bottom:3px;
	font-weight:bold;}
dd {margin-bottom:10px;
	margin-right:25px;}

#menu {		
	position:absolute;
	top:40px;
	left:530px;
	width:367px;
	background-image:url(images/menutop.gif);
	background-repeat:no-repeat;	
	text-align:left;
}

#menucontent {	
	position:relative;
	margin-top:57px;
	width:367px;
	height:400px;
	background-color:#fff19d;
	background-image:url(images/menumiddle.gif);
	background-repeat:repeat;
}

#column1{
	position:absolute;
	top:0;
	left:25px;
	padding:0;
	width:160px;
	font-size:14px;
	text-align:left;
}

#column0{
	position:absolute;
	top:7px;
	left:25px;
	padding:0;
	width:320px;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	color: #820024;
	line-height:125%;
}
	
#column2{
	position:absolute;
	top:0;
	left:195px;
	padding:0;
	width:160px;
	font-size:14px;
	text-align:left;
}

#menuwatermark{
	position:absolute;
	top:315px;
	left:200px;
	padding:0;
	width:141px;
	height:79px;
	background-image:url(images/watermark2.gif);
	background-repeat:no-repeat;
}

#column0 ul, #column1 ul, #column2 ul{
	list-style-type:none;
	margin-left:10px;
	margin-top:4px;
	margin-bottom:10px;
	padding:0;
}

#column0 ul{
	margin-bottom:17px;}

#menucontent a {
	font-size: 14px;
	font-weight:normal;
	color: #820024;
	text-decoration: none;
}

#menucontent a:hover {
	text-decoration:underline;
}

#menubottom {
	width:367px;
	height:20px;
	background-image:url(images/menubottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


#footercontainer {
	margin: 3px auto 5px auto;	
	width: 934px;
	background-color:#dcddde;
	background-image:url(images/verticle.gif);
	background-repeat:repeat-y;		
	border: 1px solid #333333;
	font-size:14px;
	font-weight:normal;
}

#footer {
	margin-left:20px;
	padding-bottom:5px;
	background-image:url(images/footer-texture.gif);	
	background-repeat:repeat;
	border: 2px solid #ffffff;
	}
	
#footer a {
	color:#000000;
	font-size:12px;
	font-weight:normal;
}	

#footer ul {	
	margin:0;
	margin-top:4px;
	margin-bottom:10px;
	list-style-type: none;
	width: 910px;
	text-align: center;
}

#footer li{
	display:inline;
	padding-left:5px;
	padding-right:5px;
	list-style-type:none;
	font-weight:normal;
}

#footer p {
	margin:2px 20px 4px 40px;
	text-align:center;
	font-weight:normal;
}

#footer .p4 {
	font-size:12px;
	padding-bottom:8px;
	text-align:left;
}
#footer .p5{
	font-weight:normal;
	margin-left:-8px;
	margin-top:10px;
	}

#footer .p3 {
	font-weight:bold;
	font-size:18px;
	margin-top:0px;
	padding-top:10px;
	margin-bottom:0px;
	padding-bottom:10px;
}

#footer .creditcards {text-align:right;
					margin-top:-45px;
}

.bottom {
	margin-top:7px;
	margin-bottom:20px;
}
.bottom li {
	text-align:center;
	font-weight:normal;
	color:#825100;
	list-style-type:none;
}
a.copyrightLink:link, a.copyrightLink:visited {
	color:#825100;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
a.copyrightLink:hover, a.copyrightLink:active {
	color:#825100;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
}
/* menu span is used for Column0 heading: Contact, Gallery, Map pages. */
#menu span {
	display:block;
	margin-top:25px;
	text-align:center;
	color: #820024;
	font-weight:bold;
	font-size:20px;
}

#gallery {width:350px; height:400px; position:absolute; left:14px; top:27px;}
#gallery ul {list-style:none; padding:0; margin:0; width:330px; position:relative; float:left;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; left:-505px; top:-40px; width:auto; height:auto; border:1px solid #000;}
