body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.sushidinner.com/assets/templates/default/custom-img/bgbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0D1400;
}

/* ------------------------------------------------------------

	HEADINGS

------------------------------------------------------------ */
h1 {
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS";
	position: relative;
	color: #FF0054;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 30px;

}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;

}

h4 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #333333;
	margin: 0px;
	font-weight: lighter;
	line-height: 25px;

}

h5 {
	font-family: Tahoma;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #666666;

}
h6 {
	font-family: Tahoma;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	padding-left: 2px;
	color: #FFFFFF;
	background-color: #E89C00;

}


.blue {
	color: #0066FF;
}
.green {
	color: #9edd36;
}
.orange {
	color: #FF3300;
}

.yellow {
	color: #FFD200;
}


img {
	margin: 0px;
	padding: 0px;
}



/* ------------------------------------------------------------

	BODY COMPONENTS

------------------------------------------------------------ */
/* ------------
	tiptop
--------------- */
#head {
	width: 100%;
	height: 120px;
}
#header {
	height: 120px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#header .logo{
	padding-top: 40px;
}
#header .ad{
	padding-top: 5px;
	text-align: right;
}


#header p{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 1px;

}
#containerhead {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 41px;
}


#body {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.sushidinner.com/assets/templates/default/custom-img/bgbg.png);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}

#body p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

#body a{
	color: #0066FF;
}

#body a:hover{
	color: #009900;
}

#bodyfoot {
	background-image: url(http://www.sushidinner.com/assets/templates/default/custom-img/bgbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #111A00;
}

#sidebar{}
#sidebar h2{
	font-family: "Trebuchet MS";
	color: #666600;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#sidebar ul{
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 0px;
	width: 160px;
}
#sidebar li{
	font-family:arial, sans-serif;
	font-size: 13px;
	color: #0000FF;
	margin-bottom: 25px;
	line-height: 16px;
}

#sidebar li a{
	color: #0000FF;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar li a:hover{
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	color: #FFFFFF;
	margin-top: 30px;
}
#footer p{
	font-size: 12px;
	color: #FFFFFF;
}

#footer a{
	color: #0033FF;
}

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


}
.picborder {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}


.margin {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* ------------------------------------------------------------

	CONTAINER

------------------------------------------------------------ */



#containermain {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

.width100 {
	width: 100%;
}

.width90 {
	width: 90%;
}

.width80 {
	width: 79%;
}

.width75 {
	width: 73%;
}

.width70 {
	width: 69%;
}

.width65 {
	width: 64%;
}

.width60 {
	width: 59%;
}


.width50 {
	width: 49%;
}

.width45 {
	width: 44.3%;
}

.width40 {
	width: 39.3%;
}

.width35 {
	width: 34%;
}

.width30 {
	width: 28%;
}

.width25 {
	width: 24%;
}
.width15 {
	width: 18%;
}

.width10 {
	width: 10%;
}

.breakme {
	clear: both;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.box ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px;
}
.box li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}


.left {
	float: left;
}

.right {
	float: right;
}









/* ------------------------------------------------------------

	TABS BUTTON

------------------------------------------------------------ */

#tabs {
	float:left;
	width:100%;
	font-size:18px;
	line-height:normal;
	font-family: Tahoma;
	letter-spacing: 1px;
      }
#tabs ul {
	margin:0;
	list-style:none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
	float:left;
	background:url("http://www.sushidinner.com/assets/templates/default/custom-img/tableft.gif") no-repeat left top;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
      }
#tabs a span {
	float:left;
	display:block;
	background:url("http://www.sushidinner.com/assets/templates/default/custom-img/tabright.gif") no-repeat right top;
	color:#333333;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 11px;
      }

#tabs a span {float:none;}

#tabs a:hover span {
	color:#FFFFFF;
      }
#tabs a:hover {
	background-position:0% -60px;
      }
#tabs a:hover span {
	background-position:100% -60px;
      }
#tabs .active a {
      background-position:0% -60px;
        }
#tabs .active a span {
	background-position:100% -60px;
	color: #FFFFFF;
        }

.B_crumbBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	width: 930px;
	margin-bottom: 10px;
	float: left;
	padding: 5px;
}
.B_firstCrumb{
}
.B_homeCrumb{}
.B_currentCrumb{
	color: #999999;
}


.jot-form{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

.thumbscontainer{
	width: 750px;
}
.thumbscontainer ul{
	display: inline;
}

.thumbscontainer li{
	display: block;
	float: left;
	height: 160px;
	width: 130px;
	background-color: #F4F4F4;
	border: 1px solid #E4E4E4;
	padding: 10px;
}
.thumbscontainer p{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.thumbscontainer li a{
}

.thumbscontainer li a:hover{}



.blogsummary{
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.typesummary{
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.blogpic{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}




.ditto_paging {
	padding: 10px;
	margin-top: 10px;
}#ditto_pages .ditto_currentpage {
	border: 1px solid black;
	margin-right: 2px;
	background-color: #008CBA;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-left: 2px;
} #ditto_pages .ditto_off {
	border: 1px solid #ccc;
	margin-right: 2px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-left: 2px;
}#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	border: 1px solid #008CBA;
	margin-right: 2px;
	text-decoration: none !important;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-left: 2px;
} #ditto_pages a:hover {
	background-color: #CAEEFF;
	color: #000;
}.author {
	font-size: 12px;
	color: #666666;
}
