body {
	background-color:#34761e;
	background-image:url('images/background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	font-family:"jaf-facitweb", "Helvetica","Arial", sans-serif;
    font-size:1em;
	color: white;
	margin: 0px;
	padding: 0px;
	}

p {
	font-family:"jaf-facitweb", "Helvetica","Arial", sans-serif;
	font-size: 1em;
	}

a {
	color: white;
	font-size: 1em;
	text-decoration:none;
	font-family:"jaf-facitweb", "Helvetica","Arial", sans-serif;
	border: 0px;
	}

a:hover {
    color:#fff500;
    }

h1 {
	font-size: 2.5em;
	font-family:"jaf-facitweb", "Helvetica","Arial", sans-serif;
	}

h2 {
	font-size: 1.5em;
	font-family:"jaf-facitweb", "Helvetica","Arial", "sans-serif";
	font-color: #34761e;
	}

h3 {
	font-family:"jaf-facitweb", "Helvetica","Arial", "sans-serif";
	font-style: normal;
	font-weight: 600;
	font-size: 1em;
 }

table {
    border-collapse: separate;
    border-spacing: 0px;
    }

td {
    padding:0;
    margin: 0;
    vertical-align:top;
    }

img {
    border:0;
    }

li  {
    padding:0px;
    margin:0px;
    font-size: .8em;
    font-weight:normal;
    line-height:1.3em;
    }

#main {
	width:700px;
	margin:auto;
	margin-bottom:60px;
	}

#footer {
	background-color:#255e13;
	height:40px;
	position:fixed;
   	bottom:0;
   	width:100%;
   	padding-top:10px;
	}


.links {
	margin-top: auto;
	margin-bottom:auto;
   	vertical-align:middle;
   	display:inline-block;
   	padding-left:25px;
   	line-height:2em;
   	clear:none;
   	float:left;
	}

#socialmedia {
	margin-top: auto;
	margin-bottom:auto;
	display:inline-block;
	clear:none;
	float: right;
	}

#custloyaltybar {
	position: absolute;
	top: 0px;
	right: 20px;
	}


#header {
	height: 160px;
	margin:auto;
	}

#container {
	position: relative;
	bottom: 0px;
	z-index: 0;
	background-color: white;
	color:#34761e;
	margin:auto;
	}

.rounded-corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    }







/* Splash Section */

#about {
	margin-top:60px;
	color:white;
	}

#logos {
	margin-top:40px;
	}

#catering-logo {
    display:inline;

	}

#locations-logo {
    display:inline;
	float:right;
	}

#header-logo {
	position:absolute;
	left: 20px;
	top: 10px;
	z-index: 10;
	}

#header-title {
	padding-top: 70px;
	padding-left: 220px;
	}







/* Catering Section */

#cateringmenu {
    margin-bottom: 370px;
    /*margin-right: 350px;*/
    }
#catering-right {
    float:right;
    }

#contact {
    background-color:#f47500;
    width:300px;
    padding:10px;
    margin-bottom:20px;
    float: right;
    }

/*
#pricing {
    background-color:#53a014;
    width:300px;
    padding:10px;
    color:white;
    padding-right:15px;
    }
*/

#pricing {
    clear: both;
    border: 1px solid #ff9300;
    padding-top: 0px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 18px;
}

#pricing table {
    border-collapse: collapse;
}

#pricing table th {
    padding:        8px;
    font-size:      12px;
    font-weight:    normal;
    color:          #ff9300;
    white-space:    nowrap;
    text-align:     center;
    vertical-align: bottom;
    border-left:    1px solid #c2d7bd;
}

#pricing table th:first-child {
    border-left: 0px;
}

#pricing table td:first-child {
    border-left: 0px;
}

#pricing table th.pricing-package {
    text-align:     right;
    color:          #2a7920;
    vertical-align: top;
    padding-right:  32px;
}

#pricing table th.pricing-package strong {
    font-weight: normal;
    color:       #ff9300;
}

#pricing table td {
    min-width:      152px;
    font-size:      12px;
    padding:        8px;
    text-align:     center;
    vertical-align: top;
    border-left:    1px solid #c2d7bd;
}

#pricing table tr.even td {
    background-color: #eff6ee;
}

#pricing table tr.even th {
    background-color: #eff6ee;
}

#pricing h3 {
    margin:0px;
    }

#pricing .note {
    font-weight: bold;
    font-size: 12px;
}

#pricing #extras li strong {
    font-weight: normal;
    color:       #ff9300;
}

#cateringmenu #contact h3 {
    margin:0px;
    color:white;
    }

#contact h5 {
    color:white;
    font-size:.8em;
    font-weight:normal;
    }

#pricing h5 {
    color:white;
    font-size:.8em;
    }

#cateringmenu h2 {
    color:#34761e;
    }

#cateringmenu h3 {
    color:#f47500;
    margin:0px;
    }
#cateringmenu h6 {
    font-weight:normal;
    color:black;
    font-size:.7em;
    text-align: right;
    }

#cateringmenu h3 a:hover {
    color:#fff500;
    }

.block {
    display:inline-block;
    }






/* Locations Section */

#container2 {

	width:1000px;
	margin:auto;
	}

.map {
	float:right;
	}

.location {
	color:#34761e;
	line-height:.8em;
    margin:0px;

	}


#somerville-location {
	width: 450px;
	}

#somerville-todaysMenu {
	position:relative;
	background-color:#53a113;
	padding:10px;
	color: white;
	line-height:1em;
	margin-bottom:370px;
	text-align:center;

	}

#boston-location {
	width: 450px;
	}

#boston-todaysMenu {
	position:relative;
	background-color:#53a113;
	padding:10px;
	color:white;
	line-height:1em;
	margin-bottom:370px;
	text-align:center;
	}






/* --------------Philosophy Section----------------- */

#philosophy {
    background-color: white;
    color: #255e13;
    border: 3px;
    border-color: #f47500;
    border-style:solid;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
    }

#philosophy h2 {
    color: #f47500;
    }

#philosophy h3 {
    color: #f47500;
    font-size: 2em;
    }

#philosophy h4 {
    line-height: 1.4em;
    font-weight:normal;
    }

blockquote {
    margin:22px 40px;
    padding:3px;
    padding: 0 50px;
    background: transparent url("images/blockquote.gif") no-repeat 0 0;
}

#thanks {
    background-color: white;
    color: #255e13;
    border: 3px;
    border-color: #f47500;
    border-style:solid;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 150px;
    height: 250px;
    }

/* --------------------Customer loyalter------------------- */

#tenpercent {
		width:658px;
		margin:auto;
		position:relative;
		top:30px;
		margin:0 0 70px 0;
}

#buttontable {
		margin:auto;
		position:relative;
		top:348;
}

#registerbutton {
		float:right;
}

#loginbutton {
		float:left;
}
