* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { 
background:#FFF;
}
/*structure*/
#container {
	width: 100%;
	max-width: 1980px;
	margin: auto;
	padding: 0%;
	background:#FFF;
}

#banner {
	
	float: left;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color: #FFF;
}
#logo {
	
	float: left;
	height: auto;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 20%;
	min-width:120px;
	background-color: #FFF;	
}


#buttonbar {
	
	float: left;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
}

ul#nav {
font-family: Verdana;
font-size:16px;
list-style:none;
margin:0 auto;
padding:0;
width:100%;
overflow: auto;
}

ul#nav li {
display:inline;
}

ul#nav li a {
text-decoration: none;
display: block;
background: #D76A09;
width: 12.5%;
color:#eee;
float:left;
text-align:center;
border-bottom:5px solid #D76A09;
border-top:5px solid #D76A09;
}


ul#nav li a:hover {
background: #F90;
color: #FFF;
border-bottom:5px solid #D76A09;
border-top:5px solid #D76A09;
}
#maincontent {
	float: left;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	background-color:#FFF;
}

#topbar {
	float: left;
	float:top;
	height: 60px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width:100%;
	background-image:url(../images/shabe/topbarbg.png);
	background-repeat:repeat;
	
	}

#topbartext {
	height: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 40%;
	margin-right: 40%;
	width:20%;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	font-size:16px;
	text-align:center;
}


#reviewmain

{
	
	float: left;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 1%;
	margin-right: 1%;
	width: 98%;
	background-color:#FFF;
	
}

#reviewmaintop

{
	float: left;
	height: 30px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	background-color:#FFF;
	border-width:thin;
	border-style: ridge;
	text-align:center;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
	
}



#reviewfull

{
	float: right;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	background-color:#FFF;
	text-align:left;
	border-width:thin;
	border-top-style: ridge;
	font:Titillium, "Titillium Bd", "Titillium Lt", "Titillium Up", "Titillium Web";
	font-size:20px;
	font-style:normal;
}

#reviewimage {
	height:auto;
	margin-top:15px;
	float:left;
}

#footernote {
	float:left;
	height: 180px;
	width: 100%;
background-color:#D76A09;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#footertextleft {
	float:left;
	height: auto;
	width: auto;
	max-width:600px;
	margin-top:0%;
	margin-left:10%;
	margin-right:5%;
		font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	}
	
	#footertextright {
	float:right;
	height: auto;
	width: auto;
	max-width:450px;
	margin-top:0%;
	margin-left:1%;
	margin-right:10%;
		font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	}
/* Media Queries */

@media screen and (max-width: 1000px) {

ul#nav li a {
text-decoration:none;
display: block;
background: #D76A09;
width: 50%;
max-width:25%;
color:#eee;
float:left;
text-align:center;
border-bottom:5px solid #D76A09;
border-top:5px solid #D76A09;
}
	
}


@media screen and (max-width: 800px) {


ul#nav li a {
text-decoration:none;
display: block;
background: #D76A09;
width: 50%;
max-width:25%;
color:#eee;
float:left;
text-align:center;
border-bottom:5px solid #D76A09;
border-top:5px solid #D76A09;
}
	
}

@media screen and (max-width: 720px) {

ul#nav li a {
text-decoration:none;
display: block;
background: #D76A09;
width: 50%;
max-width:25%;
color:#eee;
float:left;
text-align:center;
border-bottom:5px solid #D76A09;
border-top:5px solid #D76A09;
}

#topbartext {
	
	height: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 25%;
	margin-right: 25%;
	width:50%;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #6F3806;
}
	#footertextleft {
	float:left;
	height: auto;
	width: auto;
	max-width:600px;
	margin-top:0%;
	margin-left:1%;
	margin-right:1%;
		font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	}
	
	#footertextright {
	float:left;
	height: auto;
	width: auto;
	max-width:450px;
	margin-top:0%;
	margin-left:1%;
	margin-right:1%;
		font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	}
	
}
@media screen and (max-width: 480px) {

ul#nav li a {
text-decoration:none;
display: block;
background: #D76A09;
width: 100%;
max-width:100%;
color:#eee;
float:left;
text-align:center;
border-bottom:5px solid #D76A09;
border-top:5px solid #D76A09;
}
#topbartext {
	
	height: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
	width:100%;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #6F3806;
}
	#footernote {
	float:left;
	height: auto;
	width: 100%;
background-color:#D76A09;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
	
}
