/* Basics CSS*/

html {overflow: scroll;}

body {
	margin: 0px;
	color: #333;
	background:#2f4eba url(../images/bg-page.png) repeat-x;
	padding:0;
	font: 0.86em/1.3 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(../images/bg.gif) repeat-y;
 }

#hdr {
	padding-top: 154px;
	background: #fff url(../images/headerlogo.gif) no-repeat right top;
 }

#nav {
	float:left;
	width:275px;
	height: 420px;
	background: url(../images/bg-page.png) repeat-x left top;
}
.nav-inside {
	background: transparent url(../images/logo.png) no-repeat center top;
	height: 404px;
	width: 100%;
}
.nav-box {
	height: 260px;
	width: 200px;
	padding-top: 185px;
	margin-right: auto;
	margin-left: auto;
}

#cont {
	float: right;
	width:675px;
	background: #F0F0F0 url(../images/top-sushi01.jpg) no-repeat left top;
	padding: 170px 1.5em 1.5em;
 }
#cont a:link, #cont a:visited, #cont a:active {
	color: #006;
	text-decoration: none;
}
#cont a:hover {
text-decoration: underline;
color: #000;
}
#cont h2 {
 color: #182b70;
}

#ftr {
	clear: both;
	color: #000;
	background:#2f4eba url(../images/bg-ftr.png);
	font-size: 0.8em;
	text-align: center;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 25px;
	float: right;
	width: 725px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #fff;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
#navcontainer ul
{
list-style-type: none;
text-align: left;
}
#navcontainer li
{
	padding-top: 10px;
}

#navcontainer ul li a
{
	background: transparent url(../images/list-off.png) no-repeat left center;
	padding-left: 15px;
	text-align: left;
	font: italic 18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}

#navcontainer ul li a:hover
{
background: transparent url(../images/list-on.png) left center no-repeat;
color: #999;
}

#navcontainer ul li a#current
{
	background: transparent url(../images/list-active.png) left center no-repeat;
	color: #CCC;
}
