/* CSS Document */
body {
	background-color: #faf7ec;
	margin: 0px;
}

/* DIVs: START */
.site {
	width: 604px;
	margin: auto;
	padding: 10px;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background-color: #FFFFFF;
}
.site:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#header {
	width: 602px;
	height: 60px;

	border-bottom: 1px #CCCCCC solid;
}
div#nav {
	width: 130px;
	float: left;
}
div#main {
	border-left: 1px #CCCCCC solid;
	width: 470px;
	float: left;
	padding: 0px;
	margin: 0px;
	min-height: 300px;
}
div#footer {
	width: 473px;
	border-left: 1px #CCCCCC solid;
	float: right;
	position: relative;
	text-align: right;
	padding: 15px 0px 0px 0px;
}

div#copyright {
	width: 604px;
	margin: auto;
	text-align: center;
}
div.typetop {
	background: url(dir_images/simg_typetl.gif) left top no-repeat;
	position: relative;
	bottom: 2px;
	right: 4px;
}
.adminops {
	font-size: 90%;
	color: #FFCC33;
	border: #FFCC33 1px dashed;
	position: relative;
	float: right;
}
div.type {
	margin: 0px 0px 5px 10px;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	
}
	
div.menus {
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	width: 350px;
	position: relative;
}
div.clients {
	margin: 0px 0px 0px 0px;
	width: 471px;
}
/* DIVs: END */


/* IMAGEs: START */
.pageimg {
	float: right;
	position: static;
	padding: 0px 0px 4px 4px;
}
img.clients {
	max-height: 200px;
	max-width: 200px;
}
img.catering {
	width: 80px;
	max-width: 80px;
	max-height: 80px;
}

/* IMAGEs: END */


/* TEXT: START */
p {
	font-family: Arial;
	font-size: 84%;
	padding: 0px;
	margin: 0px 0px 5px 10px;
}
table {
	margin: 0px 0px 5px 10px;
}
h1 {
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	color: #99CC66;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	text-transform: lowercase;
}
h1.admin {
	color: #FFCC33;
}
h2 {
	font-family: Arial;
	font-size: 90%;
	font-weight: bold;
	color: #99CC66;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 10px;
	text-transform: lowercase;
}
.desc {
	font-size: 80%;
	color: #999999;
}
.adminlink, .adminlink#a:link, .adminlink#a:visited, .adminlink:hover, .adminlink:active {
	font-size: 90%;
	color: #FFCC33;
}

a:link		{	color: #000000; text-decoration: underline; }
a:visited	{	color: #000000; text-decoration: underline; }
a:hover 	{	color: #99CC66; text-decoration: underline; }
a:active	{	color: #99CC66; text-decoration: underline; }
/* TEXT: END */


/* FORMs: START */
form {
	padding: 0px;
	margin: 0px;
}
input, textarea {
	border: 1px #CCCCCC solid;
	color: #000000;
}
/* FORMs: END */


/* NAVIGATION: START */
ul#menu {
	width: 130px;
	list-style-type: none;
list-style: none;
margin: 0px;
padding: 0px;
float: left;


}
ul#menu ol {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 4px 0px 0px 0px;

}
ul#menu li, ul#menu a {
	font-family: Arial;
	font-size: 95%;
	color: #999999;
margin: 20px 0px 0px 10px;
text-transform: lowercase;

}
ul#menu li {
	line-height: 15px;
	border-left: 1px #99CC66 solid;
	border-bottom: 1px #99CC66 solid;
list-style-type: none;
list-style: none;
padding: 2px 0px 7px 0px;

}
ul#menu ol li {
	font-size: 85%;
	border: none;
margin: 0px 0px 0px 20px;
padding: 0px 0px 2px 0px;
list-style-type: none;
list-style: none;
}
ul#menu a {
	text-decoration: none;
	outline: none;
color: #888888;
}
ul#menu a:hover {
	color: #000000;
}
ul#menu a.active {
	color: #000000;
}
ul#menu a.visited {
	color: #000000;
}
/* NAVIGATION: END */


