/******************************* Vertical Layout **************************************/

/* Overall Wrapper for Client Supplied Snippet */
	#OT_searchWrapperAll {   
		font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        width:500px;
        height:150px;/* for horizontal layout: 60px, for vertical layout: 100px */
        position: relative;
        margin:0;
        padding:0;
    }
    
/* wrapper */

	#OT_searchWrapper
    {
        border: none;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        width:500px; 
        height:100px;/* for horizontal layout: 60px, for vertical layout: 100px */
        position: relative;
        margin:0;
    }

/* Title of Search */
	 #OT_searchWrapper .OT_feedTitleF
    {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 0 1px 10px;
        font-size:12px;
        font-weight:normal;
        line-height:1em;
    }
	#OT_searchWrapper .OT_feedTitle
    {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 0 1px 10px;
        font-size:12px;
        font-weight:normal;
        line-height:1em;
		display:none;
    }
 
 /* Definition List */   
    #OT_searchWrapper dl 
    {
		position: absolute;
		top: 0;
        left: 0;
		padding:0;
		margin:0;
	}

/* Party Size Label Wrapper - dt tag */
    #OT_partySizeLbl
    {
        position: absolute;
        top: 40px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: -40px; /* for horizontal layout: 0px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding:3px 0;
        text-align:right;
        width:110px;
        display:block;
    }
	#OT_restLbl{
        position: absolute;
        top: 10px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: -40px; /* for horizontal layout: 0px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding:3px 0;
        text-align:right;
        width:110px;
        display:block;
    }
    
/* Party Size Wrapper - dd tag */    
    #OT_partySize
    {
        position: absolute;
        top: 40px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 80px;/* for horizontal layout: 90px, for vertical layout: 85px */
        margin:0;
		text-align:left;
	background-color: #da7e17;
	border: thin solid #804a0e;
			width: 40px;

    }
    #OT_restaurant
    {
        position: absolute;
        top: 10px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 80px;/* for horizontal layout: 90px, for vertical layout: 85px */
        margin:0;
		text-align:left;
	background-color: #da7e17;
			width: 202px;

    }
/* Date Label Wrapper - dt tag */    
    #OT_dateLbl
    {
        position: absolute;
        top: 70px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: -40px;/* for horizontal layout: 105px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding:3px 0;
        text-align:right;
        width:110px;
		
    }
    
/* Date Label Wrapper - dd tag */    
    #OT_date
    {
        position: absolute;
        top: 65px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 80px;/* for horizontal layout: 195px, for vertical layout: 85px */
        width:100px;
        margin:0;
       	padding:0;
		
		
		
		
    }

/* Time Label Wrapper - dt tag */     
    #OT_timeLbl {
        position: absolute;
        top: 70px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 150px;/* for horizontal layout: 300px, for vertical layout: 185px */
        width:60px;
        padding:3px 0;
        text-align:right;
    }

/* Time Label Wrapper - dd tag */     
    #OT_time {
        position: absolute;
        top: 70px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 215px;/* for horizontal layout: 275px, for vertical layout: 185px */
		border: 1px solid #756244;
		        width:85px;
				

    }
	
	#ddmmyyyy {
        position: absolute;
        top: 174px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 80px;/* for horizontal layout: 305px, for vertical layout: 185px */
		font-size:10px;
		color:#804a0e;
		text-decoration: none;
		padding-left: 12px;

    }
    
 /* Placeholder empty dt */
    #OT_empty 
    {
		position:absolute;
		width:0;
		height:0;
		padding:0;
		margin:0;
		top:100px;
		left:0;
	} 
 
 /* Submit Button Wrapper - dd tag */    
     #OT_submitWrap
    {
        position:relative;
        top: 120px; /* for horizontal layout: 25px, for vertical layout: 112px */
        left: 245px;/* for horizontal layout: 450px, for vertical layout: 240px */
		width: 210px;
    }
	#submit
	{

		
		
		position:absolute;
        top: 0px; /* for horizontal layout: 25px, for vertical layout: 112px */
        left: -30px;/* for horizontal layout: 450px, for vertical layout: 240px */
			width:90px;
			height:22px;
	margin:0 auto;
	padding:0px;
	height:23px;
	background-image: url(../images/contact/reservation_button.gif);
	background-repeat: repeat-x;
		border:0px;
        margin: 0 5px 0 0;
        z-index:5; /* do not change */
		
		
    }

   
 /* Wrapper for Powered By OpenTable Logo */
    #OT_logo {
        position: absolute;
		top:-75px; /* for horizontal layout: 80px, for vertical layout: 120px */
		left:-10px; /* for horizontal layout:0px, for vertical layout: 0px */
		width:100%;
		padding:0;
		margin:0;
		display:block;
		:#fff;
    }

    
  /* Wrapper for Text Link */   
    #OT_logoLink {
		position: absolute;
		top: 100px;/* for horizontal layout: 60px, for vertical layout: 100px */
		left: 0px; /* for horizontal layout: 0px, for vertical layout: 0px */
		width:100%;
		padding:0 0 10px 0;
		margin:0;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		display:none;
     }
    
    /* text link padding */
     #OT_logoLink a
     {
		padding:0 0 0 10px;
	}

    /* Logo Link Border and margin*/
    #OT_imglogo 
    {
		border: 0;
		margin:0 0 0 10px;
	}
    
	#OT_searchWrapper form {margin:0;padding:0;}
	#OT_searchWrapper input.hidden {display:none;}

	/* Text Form Fields*/ 
	#OT_searchWrapper .feedFormField, #OT_searchWrapper .feedFormField option {
	font-size:12px;
	color:#000000;
	float: left;
	height: 22px;
	width:100%;
	background-color: #da7e17;
	border: thin   #804a0e;
	}
	.feedFormFieldrest option {
	top: 100px;/* for horizontal layout: 60px, for vertical layout: 100px */
	left: 100px;
	font-size:12px;
	color:#000000;
	float: left;
	height: 18px;
	width:220;
	background-color: #da7e17;
	}
	/* Text Form Field for Date field */
	#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar 
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:0;
		width:80px;
		height:22px;
		background-color: #da7e17;
	    border: thin solid #804a0e;
		
	}

	#OT_searchWrapper #dateDisplay
	{
		font-size:12px;
		color: #9e8625;
 		font-family:Verdana, Arial, Helvetica, sans-serif;
		float:right;
		margin:0px 30px 0px 0px;
		display:none;
		
	}

	/*** calendar styles ***/

	/* Placeholder. Don't change this */
	#OT_searchWrapper .imgCal 
	{
		position: absolute; 
		display: none; 
		z-index:100;
	}

	/* Calendar Table properties */
	#OT_searchWrapper #imageCal table {
		font-size:12px;
 		width:200px;
		font-family:arial;
		font-weight: bold;
		background-color: #da7e17;
	}
	#OT_searchWrapper #imageCal td {
		padding:0px 0px 0px 0;
		text-align:center;
		
	}

	/* Days in the future */
	#OT_searchWrapper .clickableDays 
	{	
		color: #000000; 
		text-decoration: none;
		height:18px;
	}

	/* Days in the past */
	#OT_searchWrapper .nonclickableDays 
	{	
		color: #CCCCCC;
		height:18px;
	}

	/* Name of the month at the top */
	#OT_searchWrapper .months 
	{
		color: #804a0e; 
		text-decoration: none 
	}

	/* Day of the week */
	#OT_searchWrapper .weekdays
	{
		color: #000000; 
		text-decoration: none; 
		color:#666666;
		-color:#EFEFEF; 
		width:14%;
	}













.about_area{
	display:block;
	background-image: url(../images/content_gradient.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	clear: both;
}
.sections5{
	width:271px;
	height: auto;
	padding-right:18px;
	margin:0px;
	float:left;
	padding-left: 12px;
	
}
.sections4{
	width:538px;
	padding-right:13px;
	margin:0px;
	height: auto;
	float:right;
	padding-left: 13px;
	border-left:1px solid #756244;
	vertical-align:top;

}

