html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FDFDFD;
	color: #333333;
	margin: 0px auto;
	font-family: "Josefin Sans", Helvetica, Arial, Sans-serif;
	text-align: left;
}

.col {
	padding: 0;
	margin: 0;
}

.span_1_of_1 {
	max-width: 640px;	
}	

.span_1_of_2 {
	border: 0px solid #FF0000;
	width: 48%;
}

.span_1_of_3 {
	width: 25%;
	margin: 0px 20px;
}
.span_2_of_3 {
	width: 60%;
}

#maincontent {
	width: 100%;
	max-width: 1020px;
	padding: 0;
	margin: 0 auto;
}

.group {
	clear: both;
}

#logo {
	text-align: left;
	vertical-align: top;
	height: 260px;
}

#logo img {
	width: 240px;
	position: relative;
	left: 30px;
}

#menuDiv {
	width: inherit;
	text-align: right;
	position: fixed;
	top: 0;
	background-color: #FDFDFD;
}

ul#menu {
	width: 100%;
	list-style-type: none;
	padding: 0px;
	height: 30px;
	margin-top: 40px;
}

ul#menu li {
	float: right;
	margin: 0 8px;
	font-size: 18px;
	color: #666666;
	padding: 0;
}

ul#menu li a {
	text-decoration: none;	
}

.fullContent {
	margin: 0 auto;
	width: 960px;
}

.mainImage .caption {
    background: rgba(0,0,0,0.7);
    top: -50px;
    position: relative;
    z-index: 9;
    width: 640px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    color: #FFFFFF;
    padding: 5px 10px 0px 10px;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    margin: 0;
}

.mainImage .caption span {
	font-size: 10px;
	font-weight: normal;
}

/* TEXT STYLES */
.header {
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.price {
	font-size: 15px;
	float: right;
	font-weight: bold;
}


.details {
	font-size: 15px;
}

.menu-item .details {
	font-size: 14px;
	color: #000000;
}

a, a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

.blank {
	height: 15px;
	width: inherit;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.menu-item {
	text-align: left;
	display: inline-block;
}

#map_canvas {
	width: 100%;
	max-width: 480px;
	height: 320px;
	border: 1px solid #CCC;
}

#map_canvas img { 
	max-width:none; 
}

#footer {
	position: fixed;
	z-index: 300;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	bottom: 0px;
	background-color: #FDFDFD;
	border-top: 1px solid #CCCCCC;
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

#footer div {
	display: inline-block;
}

#footer div#social  {
	padding-right: 10px;
	width: 110px;
}

#footer div#social img {
	width: 28px;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	#logo {
		height: 190px;
		text-align: center;
	}
	
	#logo img {
		width: 150px;
		top: 50px;
		padding: 0px;
		left: 0;
	}
	
	ul#menu {
		width: 100%;
		list-style-type: none;
		padding: 0px;
		height: 20px;
		margin-top: 10px;
	}

	ul#menu li {
		/*float: right;
		margin: 15px 15px 15px 15px;*/
	}
	
	#maincontent {
		width: 100%;
	}
	
	.fullContent {
		width: 98%;
		margin: 0 auto;
	}
	
	.span_1_of_1 {
		width: 100%;
	}

	.span_1_of_2 {
		width: 100%;
	}
	
	.span_1_of_3 {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		max-width: 400px;
	}
	
	#footer {
		position: relative;
		padding: 0;
	}
}
