@charset "UTF-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	width:100%;
	color:#3C3C3C;

	
}

#fullpage{
	width:100%;
	min-height:229px;
	background:url(images/st-george-utah-restaurants-benja-thai-sushi-bg.jpg);
	background-repeat:repeat-x;
}
#navarea{
	width:880px;
	margin:auto;
	padding:10px;
	height:auto;
	text-align:center;
}

.navlist{
	width:880px;
	height:45px;
	font-family:'Headland One', serif;
}

.navlist ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.navlist ul li{
	margin:0px;
	padding:0px;
	float:left;
	border-right:1px solid #000;
	border-left:1px solid #CCC;
}

.navlist ul li a{
	display:table-cell;
	vertical-align:middle;
	width:108px;
	height:45px;
		color:#E3E3E3;
	
		background: #706767; /* Old browsers */

background: -moz-linear-gradient(top,  #706767 0%, #0c0b0b 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#706767), color-stop(100%,#0c0b0b)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #706767 0%,#0c0b0b 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #706767 0%,#0c0b0b 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #706767 0%,#0c0b0b 100%); /* IE10+ */

background: linear-gradient(to bottom,  #706767 0%,#0c0b0b 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#706767', endColorstr='#0c0b0b',GradientType=0 ); /* IE6-9 */
	
	
	text-decoration:none;
	text-shadow:-1px 0px 0px #000;
}

.navlist ul li a:hover{
	
	color:#CCC;
	
	text-shadow:-1px 0px 0px #000;
	background:#000;
	
}


.serif{
	font-family: 'Headland One', serif;
}

#slider{
	margin:auto;
	width:880px;
	padding:10px;
}

#homecontent{
	width:880px;
	margin:auto;
}

#homevideo{
	float:left;
	width:560px;
padding:10px;
	border-right:1px solid #ccc;
}

#homeright{
	width:288px;
	float:right;
		padding:5px;
		background:url(images/st-george-utah-restaurants-benja-thai-sushi-buddha.jpg);
		background-repeat:no-repeat;
		min-height:275px;
		background-position:center;
}

.title{
	font-size:18pt;
	margin:0px;
	color:#363636;

}

.sans{
	font-family: 'Source Sans Pro', sans-serif;
}

.text{
	margin:0px;
	color:#474747;
}

hr{
	border:none;
	height:1px;
	background:#CCC;
}

a{
	color:#730E2E;
	text-decoration:none
}

a:hover{
	color:#666;
	text-decoration:none
}

.footlist a{
	color:#666;
	text-decoration:none;
}

.footlist a:hover{
	color:#730E2E;
	text-decoration:none}
	


.bold{
	font-weight:700;
}

#footer{
	
	width:100%;
	border-top:1px solid #ccc;
	padding-bottom:15px;
	

}

#footercontent{
	width:880px;
	margin:auto;
	padding:10px;
	background:left no-repeat url(images/st-george-utah-restaurants-benja-thai-sushi-flowers.png);
	min-height:268px;
}

#footercontent2{
	width:520px;
	float:right;
}

.left{
	float:left;
	
}
.right{
	float:right;
}
.clearboth{
	clear:both
}

.foot{
	font-size:11pt;
	list-style:none;
	padding:0px;
	margin-right:25px;
}

.small{
	color:#ccc;
	font-size:10pt;
}

#locationdiv{
	width:880px;
	margin:auto;
	padding:5px;
	text-align:center;
}

.Contentdiv{
	width:880px;
	margin:auto;
	padding:5px;
	text-align:center;
	padding-bottom:50px;
}

#locationleft{
	width:435px;
	float:left;
	border:#ccc 1px solid;
}

#locationright{
	width:435px;
	float:right;
	border:1px solid #ccc;
}

.accordionButton {	
	width: 880px;
	float: left;
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */



	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	height:30px;
	padding:10px;
	border:1px solid #ccc;
	}
	
	.accordionButton:hover {	
background: #e5e5e5; /* Old browsers */

background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	}
 
.accordionContent {	
	width: 880px;
	float: left;
	border:1px solid #ccc;
	display: none;
	padding:10px;
	text-align:left;
	}
	
	#accordianwrapper{
		margin:auto;
	}

.menutable{
	width:500px;
	margin:auto;
	border:1px solid #ccc;
	border-collapse:collapse;
	text-align:center;
}
.menutable td{
	border:1px solid #ccc;
	border-collapse:collapse;
}

a img{
	border:0px;
}

.center{
	text-align:center;
}

