/* Start of CMSMS style sheet 'Pen_css' */
/* Layout CSS */

body {
	background:url(uploads/images/bg_main-alt2.png) repeat-x top;
	margin:0px; 
	padding:0px; 
	background-color:black; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: smaller;
	color: white;
}

#divTopline {
	width:100%;
	top:0;
	left:0;
	height:80px;
	z-index:-1;
	border-bottom:1px solid #D09B94;
}

#divHeader { 
	width:100%;
	background-color:black;
	width:100%;
}

#divLogos {
	text-align:center;
	width:200px;
	padding:20px;
	padding-bottom:5px;
	float:left;
}

#divLogos a img {
	border: none;
}

#divContainer {
	background: url(uploads/images/bg_main-alt2.png) repeat-x top fixed;
	margin:0 auto;
	margin-top:-40px;
	margin-bottom: 10px;
	border:1px solid white;
	width: 960px; /*  ie6... */
}

div>#divContainer { 
	width: 950px; !important
}


#divBody {
	clear:left;
}

#divContent { 
	float:left;
	width:795px;
	padding: 5px;
	margin: 0 auto;
}

#divFooter {
	clear:left;
	text-align:right;
	color:gray;
	font-size:smaller;
	padding:10px;
	width: 950px;
	margin: 0 auto;
}

#divContactDetails {
	text-align:right;
	color:#AC4637;
	font-size:normal;
	padding:2px;
	float:right;
	margin-top:60px;
}

#divContactDetails a {
	color:#AC4637;
	text-decoration:none;
}

#divContactDetails span {
	font-weight:bold;
	margin-right:20px;
}

#divSlideShow {
	min-height: 380px;
}

#divSlideShow img {
	width: 790px;
	height: 380px;
	display: none;
	margin: 3px;
}

#divSlideShow img:first-child {
	display: block;
}

.contentFrame {
	margin: 20px;
}

.contentFrame p {
	padding: 0px 20px;
}

.pageTitle {
	letter-spacing: 1px;
	width: 590px;
	margin: 0 auto;
	border-bottom: 1px solid lightgray;
	font-size: x-large;
	text-align: center;
	padding-bottom: 10px;
	clear:both;
}

.pageSubTitle {
	letter-spacing: 1px;
	font-size: large;
	margin-top: 30px;
	clear:both;
	text-decoration: underline;
}


.contentFrame ul li {
	margin-left: 10px;
}

.contentFrame .pageTitle {
	padding-bottom: 10px;
}
	
a {
	color: silver;
}


/* SideMenu CSS */

/*#divMenu {
	float: left;
	height: 380px;
	border-right: 1px solid #D09B94;
	color: white;
	width: 130px;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 10px;
}*/
#divMenu {
	/*background:black url(uploads/images/bg_main-alt2.png) repeat-x scroll center top;*/
	/*background-color: maroon;*/
	border-right:1px solid #D09B94;
	color:white;
	float:left;
	width:117px;
	margin: 5px;
	padding: 5px;
}
div>#divMenu { /* ie6 and below */
	padding: 10px; !important
}

#divMenu ul {
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 125px;;
}

#divMenu li{
	position: relative;
	margin-left: 0px;
	float: left;
	clear: left;
	padding-left: 0px;
	overflow: hidden;
	width: 125px;
/*	*overflow: visible; /*ie7 only*/
}

#divMenu ul ul a {
	padding-left: 10px;
	width: 105px;
	color: silver;
	border:1px dashed #95281A;
}

#divMenu ul ul a.current {
	border-color: #E5886A;
	color: white;
	border-style: solid;
}

#divMenu ul a {
	text-decoration: none;
	display: block;
	min-height: 24px;
	line-height: 24px;
	color: white;
	width: 110px;
	border-width:1px;
	padding-left: 5px;
	border:1px solid #AA4234;
	margin-top:2px;
}

#divMenu ul a.activeparent, #divMenu ul a.current {
	border-color: silver;
}

#divMenu li :hover > a  {
	color: white;
	border:1px solid pink;
}

#divMenu :hover > a  {
	color: white;
	border:1px solid white;
}

#navigation a.selected {
	border:1px solid black;
}


/* Slideshow CSS */

#divS3slider { 
   width: 790px; /* important to be same as image width */ 
   height: 380px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: 0 auto;
}

div>#divS3slider { /* need to hide from ie6 since PNG doesn't fair too well */
   background: url(uploads/images/penlogo_transp.png) no-repeat scroll 230px 150px; !important
}

#divS3sliderContent {
   width: 790px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0px; /* important */
   margin: 0px; /* important */
   padding: 0px
}

.divS3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   width: 790px;
   margin: 3px;
}

.divS3sliderImage img {
	width: 790px;
	height: 380px;
}

.divS3sliderImage span {
   position: absolute; /* important */
   font: Arial, Helvetica, sans-serif;
   font-size: normal;
   padding: 10px 13px;
   width: 790px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}

.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 380px;
}


/* Food CSS */

.displayMenu {
	display: none;
	padding: 20px;
	padding-top: 0px;
	color: white;
	margin-top: 0px;
}

#divFoodMenu {
	float:left;
	position: relative;
	left: 50%;
	text-align:left;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
}

#divFoodMenu .haHeader, #divFoodMenu .haContent {
	position: relative;
	left: -50%;
	float:left;
	height: 20px;
	text-align: center;
}

#divFoodMenu .haHeader {
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #fedcba;
	padding-top: 10px;
	padding: 0px 4px;
	margin-right: 4px;
	height: 20px;
}

#divFoodMenu .haHeader img {
	height: 45px;
}

#divFoodMenu .haContent {
	display: none;
	width: 0px;
	overflow: hidden;
	color: #fedcba;
}

#divFoodMenu .haContent p{
	margin: 1px 4px;
}

#divCateringConditions {
	width: 550px;
	margin: 20px auto 0px auto;
	border-top: 1px solid #505050;
	padding: 0px 20px 0px 20px;
	color: #777;
}

.lavaLamp {
	position: relative;
	margin: 0px;
	overflow: hidden;
	left: -50%;
	padding: 2px;
}
.lavaLamp li {
	float: left;
	list-style: none;
}
.lavaLamp li.backLava {
	border: 1px solid #fedcba;
	background-color: #A32;
	width: 9px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li a {
	text-decoration: none;
	color: white;
	outline: none;
	text-align: center;
	padding: 2px 10px;
	letter-spacing: 1px;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

.foodMenu {
	margin: 0 auto;
	width: 420px;
}

.foodMenu td {
	border: 1px dotted #AC4637;
	padding: 5px;
}

.tdHead {
	font-weight: bold;
}



/* Forms CSS */

#divCafeBooking .tblForm {
	background-image: url(uploads/images/reserved.jpg);
	background-position: 350px 12px;
	background-repeat: no-repeat;
}

#divCateringOrder .tblForm {
	background-image: url(uploads/images/coffee_beans.jpg);
	background-position: 365px 0px;
	background-repeat: no-repeat;
}

#divCateringQuote .tblForm {
	background-image: url(uploads/images/mouse_world.jpg);
	background-position: 365px -10px;
	background-repeat: no-repeat;
}

.divForm {
	width: 700px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 20px;
}

.divForm p {
	padding: 5px;
	padding-left: 15px;
}

.tblForm {
	width: 695px;
	margin: 20px auto;
}

.tblForm td {
	padding: 5px 10px;
	border-spacing: 2px;
}

.tblForm .tdHead {
	font-size: xx-large;
	text-align: center;
	border: 1px solid lightgray;
}

.tblForm .colName {
	width: 150px;
}

.tblForm .colValue{
	width: 180px;
}

#divError {
	border: 1px solid maroon;
	background-color: #CC3300;
	color: white;
	font-size: larger;
	text-align: center;
	padding: 15px;
	width: 90%;
	margin: 10px auto;
	display: none;	
}

.require {
	color: #FF0000;
	font-weight: bold;
	font-size: smaller;
}

/* End of 'Pen_css' */

