/*///////////////////////////////////////////////////////////////
 This layout allows the central content to feature above the  
side columns and the footer to sit across the bottom without the 
use if Java Scrit. .

The other advantage of this layout is that it can easily be adapted to 
include a secong side column or be liquid.
///////////////////////////////////////////////////////////////*/

body { 
margin: 10px 0 0 0 ;
padding: 0;
background-image:  url("ims/background_sides.gif");
font-family: geneva, verdana, arial, helvetica, sans-serif; 
color: #666;
font-size: 0.8em; 
}

p {
margin-top: 13px;
margin-bottom: 13px;
}

p.dark_brown_bold{
color:#931A0F;
font-weight:bold;
margin-top: 0;
margin-bottom: 0;
}

p.photo-box{
color:#931A0F;
font-weight:bold;
margin-top: 2px;
}

a:link { 
font-size: 0.9em;  
text-decoration: underline;  
font-weight: bold; 
color:  #931A0F;  
}

a:visited { 
font-size: 0.9em;  
text-decoration: underline;  
font-weight: bold; 
color:  #931A0F; 
}


a:hover { 
font-size: 0.9em;  font-weight: bold; 
color: #931A0F;
text-decoration: none;
}

h1{
font-family: verdana, arial, helvetica, sans-serif; 
margin: 30px 0 5px 0; 
font-size: 1.2em;
color: #D68136;
font-weight:bold;
}

h2 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 30px 0 5px 0; 
font-size: 1.1em;
color: #D68136;
text-align:left;
font-weight:bold;
font-style:italic;
}

h3 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 30px 0 4px 0px; 
font-size: 1.0em;
color: #D68136;
text-align:left;
}

h4 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 30px 0 4px 0px; 
font-size: 0.9em;
color: #D68136;
text-align:left;
}


/*///////////////////////////////////////////////////////////////*/
/* Layout CSS ///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

/*  The point of this wrapper div & addition of background image to container div is to allow us to introduce the side_bar_menu.gif which fills the bottom of the left side bar column*/
#wrapper {
	background: #fff url(ims/side_bar_menu.gif) repeat-y left; 
	width: 755px;
	margin-left: auto;
    margin-right: auto;
}

#header { 
background-color: #fff;
height: 200px;
width: 755px;
border:1px solid #ccc;
margin-left: auto;
margin-right: auto;
}

/*  The inclusion of the background style along with the wrapper div above fills the top of the left side bar column*/
#container {
	width: 100%;
	background: #fff  url(ims/side_bar_menu.gif) repeat-y left;
	float: right;
	margin-left: -175px;
}
#content {
	background: #fff;
	margin-left: 175px;
	text-align:left;
    padding: 0 10px 2px 10px;
}
#sidebar_menu {
	width: 175px;
	float: left;
	background-color: #FFE989;
}

#footer {
	color:#EFEFEF;
	background-color: #D68136;
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999; 
    width: 755px;
	margin-left: auto;
    margin-right: auto;
	font-size: 0.8em; 
}

#footer a:link{color:#EFEFEF;
}
#footer a:visited{color:#EFEFEF;
}
#footer a:hover{color:#EFEFEF;
}

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}


/*///////////////////////////////////////////////////////////////*/
/*Main navigation////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

ul.mainnav {
/*///////// I added the width in the line below to fix the IE/Firefox problem ////////////*/
list-style: none; width: 173px; 
margin: 0; 
padding: 0 0 0 0; 
background-color: #FFE989;
}

ul.mainnav li a:link, ul.mainnav li a:visited {
display: block;
text-decoration: none;
/*///////// width subtracts padding from left div width ////////////*/
width: 171px;
padding: 4px 0 4px 2px;
color: #D68136;
font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
}

ul.mainnav li {
border-bottom: 1px solid #fff;
}

ul.mainnav li a:hover {
background-color: #fff;
color: #931A0F;
}


/*///////////////////////////////////////////////////////////////*/
/*Bullets //////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

ul.bullet_points{
list-style-type: none;
line-height: 1.7;
padding: 0;
margin: 8px 5px 15px 10px;
}

li.bullet_points{
background-image: url(ims/list_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding: 0 0 10px 22px;
font-weight: normal;
font-style:italic;
}
/*///////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/ Form /////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/


table.form{
vertical-align:top;
width:100%;
}

table.workshop-prices{
vertical-align:top;
width:300px;
}


table.form_party_details{
vertical-align:top;
width:100%;
}


tr.order_form_1 td{ 
padding: 4px 4px 4px 10px; 
font-weight: normal; 
vertical-align: top;
font-size: 0.8em;
border-bottom:1px solid #D68136; 
}

tr.order_form_2 td{ 
padding: 4px 4px 4px 10px; 
font-weight: normal; 
vertical-align: top;
font-size: 0.8em;
}

input.input_box{
margin: 1px 1px 1px 1px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 1.0em; 
background-color: #FFFFA0;
color: #000; 
border:1px solid #ccc;
}

textarea { 
font-size: 1.1em;
width: 350px; 
background-color: #FFFFA0; 
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 3px;
border:1px solid #ccc;
}

option.dropdown {
background-color: #FFFFA0; 
font-weight: bold; 
font-size: 0.8em;;
border:1px solid #fff;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////*/
/* Images ///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

img.logo{
margin:0; width: 755px; height: 200px; border: 0;
}

img.menu_spacer{
margin:0; width: 173px; height: 20px;
}

img.menu_mood{
margin:0; width: 173px; height: 132px;
}

img.photo_right{
margin:0; width: 225px; height: 170px; text-align:right; padding:3px; 
}

img.photo_right_long{
margin:0;  text-align:right; padding:3px; 
}
/*///////////////////////////////////////////////////////////////*/
/* Tables ///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/


table.prices {
vertical-align:top;
width:90%;
text-align:center;
}

td.prices_names {
background-color: #FFE989;
text-align:center;
font-style:italic;
}

td.prices_left {
background-color: #CCCCFF;
text-align:center;
font-style:italic;
}

td.prices_middle {
background-color: #E0E0FF;
text-align:center;
font-style:italic;
}

td.prices_right {
background-color: #EBEBFF;
text-align:center;
font-style:italic;
}


#photo-box {
float:right;
margin: 0 0 0 8px;
text-align:right;
}