body{
	padding: 0px;
	margin: 0px;
	background:#fff;
    color: #000;
    font: 12px arial, sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0;
  margin: 0;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% arial, sans-serif;
  	color: #000;
  	margin: 0 0 15px 0;
  	padding: 15px 0 5px 0;
}

h2{ 
	font: normal 175% arial, sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font: normal 120% arial, sans-serif;
  	color: #000;
}

h5, h6{ 
	font: italic 95% arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #000;
}

h6{ color: #000;}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #000;
}

a:hover{ 
	text-decoration: none;
}

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-type: circle;
	padding: 0;
	margin: 0;
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}


/**
* Layout Specific
*/

.topbar {
	text-align: center;
	color: #fff;
	
	width: 100%;
	position: absolute;
	height: 100px;
	z-index: 999;
	background-color: #000;
	background-image: url(images/nav2.jpg);
	position:relative;
}

.menu{
	text-align: center;
	color: #fff;
	width: 1000px;
	position: absolute;
	height: 100px;
	z-index: 999;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#global-container {
	width: 100%;
	float: left;
	margin: 0 auto;
	background-image: url(images/homebg.jpg);
	position: absolute;
}

#content-container {
	width: 980px;
	margin:0 auto;
	position:relative;
}

header {
	width: 100%;
	float: left;
	min-height: 120px;
	position:relative;
}

.header-column-one {
	width: auto;
	float: left;
	background: #FFF;
	height: 400px;
	width: 326px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}

.header-column-two {
	width:auto;
	float:left;
	background: #FFF;
	height:400px;
	width:316px;
		padding-bottom: 40px;
}

.header-column-three {
	width:auto;
	float:left;
	background: #FFF;
	height:400px;
	width:326px;
		padding-bottom: 40px;
}


.title1{
	width: auto;
	float: left;
	height: 40px;
	width: 316px;
	padding: 0px 0;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
}

.title2{
	width: auto;
	float: left;
	
	height: 40px;
	width: 316px;
	padding: 0px 0;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
}

.title3{
	width: auto;
	float: left;
	
	height: 40px;
	width: 316px;
	padding: 0px 0;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
}

.info1{
	width: auto;
	float: left;
	color: #000;
	height: 400px;
	width: 316px;
	padding: 0px 0;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.info1 p {
	font-size: 14px;
	height: 110px;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #000;
	margin-left:30px;
}

.info2{
	width: auto;
	float: left;
	
	height: 400px;
	width: 316px;
	padding: 0px 0;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
}

.info2 p {
	font-size: 14px;
	height: 130px;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	margin-left:30px;
}

.logo {
	width: 160px;
	-moz-border-radius: 10px;
	color: #fff;
	height: 100px;
	position: relative;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
}


.button1{
	-moz-box-shadow: inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fed897;
	box-shadow: inset 0px 1px 0px 0px #fed897;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background: -moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color: #f6b33d;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
	text-indent: 2px;
	border: 1px solid #eda933;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 42px;
	line-height: 42px;
	width: 110px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #cd8a15;
	
	margin-top: 10px;
}
.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}




.button1:active {
	position:relative;
	top:1px;
}	
	
	
	
	
	
	
	
	


.nav1 {
	width: 1000px;
	-moz-border-radius: 10px;
	color: #fff;
	height: 32px;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	padding-left: 40px;
	font-size: 14px;
}
.nav1 li {
	float: left !important;
	display: block !important;
	margin-left: 10px !important;
	
}
.nav1 a {
	color:#fff !important;
	text-decoration:none;
	font-weight:normal;
}
.nav1 a:hover {
	color:#33CCFF !important ; 
}




.food_slider {
	display:block;
	width:100%;
	float:right;
	z-index:999; 
	background: #ececec;
	height:150px;
	margin-bottom:10px;
	
}

.banner {
	display:block;
	float:left;
	margin:15px 0;
	background: #ececec;
	width:980px;
	height:400px;
}

section {
	width:100%;
	float:left;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	display:inline;
	width:980px;
	float:left;
	height:450px;
	background: #FFF;
}

#component {
	display:block;
	margin: 20px 0 20px 0;
	float: left;
	background: #FFF;
	width: 100%;
	height:300px;
	
}

footer {
	background: #FFF;
	float: left;
	height:100px;
	margin:0 0 10px 0;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	display:inline;
	float:left;
	width: 980px;
	margin:0 auto;
	position:relative;
}

.bottombar {
	width:100%;
	height:20px;
	float:left;
	background: #000;
	text-align:center;
	padding:5px 0;
}

.bottombar a {
	color: #ebebeb;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}
